Make nnir work by default.
[gnus] / lisp / ChangeLog
1 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * nnir.el (nnir-method-default-engines): new variable.
4         (nnir-run-query): use it.
5         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
6         (gnus-summary-nnir-goto-thread): change group if needed.
7
8         * gnus-group.el (gnus-group-group-map): add key binding for
9         gnus-group-make-nnir-group.
10
11 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * shr.el (shr-tag-object): Added.
14
15         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
16         original article buffer live.
17         (gnus-summary-select-article-buffer): Mention
18         gnus-widen-article-buffer.
19
20 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * shr.el (shr-tag-strong): Added.
23
24 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
27         group names.  They mess up the group buffer badly.
28
29         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
30
31         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
32         instead of the summary one.
33
34 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * mml.el (mml-preview): Work properly when editing article.
37
38         * gnus-start.el (gnus-read-active-file-1): Don't add method to
39         gnus-have-read-active-file if it's already been in.
40
41 2010-10-22  Tom Tromey  <tromey@redhat.com>
42
43         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
44         gnus-group-completing-read.
45
46 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * message.el (message-mode-map): Don't bind M-; to comment region, to
49         allow the global comment-dwim to work.
50
51 2010-10-21  Julien Danjou  <julien@danjou.info>
52
53         * message.el (message-setup-1): Allow message-default-headers to be a
54         function.
55
56 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * shr.el (shr-tag-table): Simplify.
59
60 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61
62         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
63         to avoid trying to snarf invalid stuff.
64
65         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
66
67         * gnus.el (gnus-message-archive-group): Quote value.
68         (gnus-message-archive-group): Mark as changed.
69
70         * shr.el (shr-add-font): Don't put the font properties on the newline
71         or the indentation.
72
73         * message.el (message-fix-before-sending): Change options when sending
74         non-printable characters.
75
76         * gnus.el (gnus-message-archive-method): Change the default to
77         monthly outgoing groups.
78
79         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
80         that have gotten new numbers.
81
82         * nnimap.el (nnimap-request-replace-article): New function.
83
84 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
87         (nnrss-request-article): Don't use special html washing code.
88
89 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * shr.el (shr-tag-table): Remove useless nconc.
92
93 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * gnus-art.el (article-wash-html): Simplify and remove the charset
96         stuff.  Use the normal html rendering code instead of the special html
97         washing code.
98
99         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
100         `gnus-w3m' symbols.
101         (mm-text-html-washer-alist): Removed.
102
103         * mm-decode.el (mm-inline-text-html-renderer): Removed.
104         (mm-inline-media-tests): Removed use.
105         (mm-text-html-renderer): Change default to the `shr' symbol.
106
107         * mm-view.el (mm-inline-text-html): Removed use.
108
109         * gnus-art.el (gnus-blocked-images): New function.  Allow the
110         `gnus-blocked-images' to be a function.
111         (gnus-article-wash-function): Removed.
112
113 2010-10-20  Julien Danjou  <julien@danjou.info>
114
115         * spam.el (spam-list-of-processors): Mark as obsolete.
116
117         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
118         (nnimap-insert-partial-structure): Fix boundary detection.
119
120 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
121
122         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
123         run file-truename on remote files.  This can be expensive and even
124         prevent one from editing drafts if some unrelated buffer has a stale
125         connection.
126
127 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
130         kinsoku-eol regardless of shr-kinsoku-shorten.
131         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
132         (shr-tag-table): Support caption, thead, and tfoot.
133
134 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
137         lines.
138         (shr-save-contents): New command and keystroke.
139
140         * nndoc.el (nndoc-type-alist): Add git support.
141         (nndoc-git-type-p): New function.
142         (nndoc-transform-git-article): Ditto.
143         (nndoc-transform-git-headers): Ditto.
144         (nndoc-transform-git-headers): Generate Subject headers.
145
146         * shr.el (shr-parse-style): New function.
147         (shr-tag-span): Ditto.
148
149         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
150         to `G G' to avoid collisions.
151
152 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * shr.el: Load kinsoku if necessary.
155         (shr-kinsoku-shorten): New internal variable.
156         (shr-find-fill-point): Make kinsoku shorten text line if
157         shr-kinsoku-shorten is bound to non-nil.
158         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
159         shr-indentation too when testing if table is wider than frame width.
160         (shr-insert-table): Use `string-width' instead of `length' to measure
161         text width.
162         (shr-insert-table-ruler): Make sure indentation is done at bol.
163
164 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
165
166         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
167         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
168         undecoded network data.
169
170 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
173         name in the mode line spec so that the mode line menu works
174         (bug #2431).
175
176         * message.el (message-get-reply-headers): If we're fed `to-address',
177         then always use that.
178
179         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
180         aren't so wide as to need to switch off the edit menu.
181
182         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
183         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
184
185         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
186         `M-g'.
187         (nnimap-update-info): Update flags/read marks even if \* isn't part of
188         the permanent marks.
189
190 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
191
192         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
193         Splitting according to references/in-reply-to obeys the ignore-groups
194         variable, while splitting by sender and subject do not.
195
196 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
199         alist, so that we can look for non-Unicode chars.
200         (article-translate-strings): Allow both character and string maps.
201
202 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * shr.el (shr-insert): Don't insert space behind a wide character
205         categorized as kinsoku-bol, or between characters both categorized as
206         nospace.
207
208 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
209
210         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
211         headers to gnus-newsgroup-headers.
212
213 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * shr.el (shr-tag-img): Don't align images -- since we're not
216         rescaling, this often leads to ugly displays.
217
218 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
219
220         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
221         duplicates.
222
223 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
224
225         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
226         call.
227
228 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * gnus.el: Autoload gnus-html-show-images.
231
232         * nnimap.el: Use nnheader-message throughout.
233
234         * shr.el (shr-tag-img): Ignore images with no data.
235
236 2010-10-15  Julien Danjou  <julien@danjou.info>
237
238         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
239         a possibility to disable format=flow encoding when using hard newlines.
240
241 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * shr.el (shr-insert): Remove space inserted before or after a
244         breakable character or at the beginning or the end of a line.
245         (shr-find-fill-point): Do kinsoku; find the second best point or give
246         it up if there's no breakable point.
247
248 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * nnimap.el (nnimap-open-connection): Message when opening connection
251         for debugging purposes.
252
253         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
254         on every setup buffer call to allow this to change from article to
255         article.
256
257         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
258         buffers where we have a wide table.
259
260 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
261
262         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
263         uses *-request-thread.
264
265 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * nnimap.el (nnimap-open-connection): Remove %s from openssl
268         incantation, which is no longer valid.
269
270 2010-10-14  Julien Danjou  <julien@danjou.info>
271
272         * shr.el: Fix defcustom type (char -> character).
273
274 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * nnimap.el (nnimap-open-connection): tls-program should be a list of
277         programs.
278
279 2010-10-14  Julien Danjou  <julien@danjou.info>
280
281         * shr.el (shr-tag-a): Use url-link as widget type.
282
283         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
284         `gnus-group-get-icon'.
285
286 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
289         This should make server editing work better.
290
291         * shr.el (shr-find-fill-point): Don't inloop on indented text.
292
293         * tls.el (tls-program): Remove spurious %s from openssl.
294
295         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
296         (nnimap-parse-flags): Fix regexp.
297
298         * shr.el (shr-find-fill-point): Use a filling algorithm that should
299         probably work for CJVK text, too.
300
301         * nnimap.el (nnimap-extend-tls-programs): Removed.
302         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
303
304         * tls.el (tls-starttls-switches): Remove starttls hack.
305         (open-tls-stream): Ditto.
306         (tls-find-starttls-argument): Ditto.
307
308 2010-10-13  Julien Danjou  <julien@danjou.info>
309
310         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
311         responses.
312
313 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
316
317         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
318         anything in Emacs.
319
320         * shr.el (shr-current-column): Remove buggy and unnecessary function.
321
322 2010-10-13  Julien Danjou  <julien@danjou.info>
323
324         * shr.el (shr-width): Make shr-width a defcustom with default to
325         fill-column.
326         (shr-tag-img): Use shr-width rather than fill-column.
327
328 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * dgnushack.el (byte-optimize-apply)
331         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
332
333         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
334         position when (X-)Faces exist.
335         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
336         avatars when called interactively.
337
338 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
341         gnus-article-x-face-too-ugly is bound.
342
343 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
346
347         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
348         mailbox that doesn't exist.
349
350 2010-10-12  Julien Danjou  <julien@danjou.info>
351
352         * shr.el (shr-tag-img): Encode URL properly when retrieving.
353         (shr-get-image-data): Encode URL properly when fetching from cache.
354         (shr-tag-img): Use aligned-to spaces to align correctly images.
355
356         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
357         before inserting the Gravatar.
358
359         * shr.el (shr-tag-img): Add align attribute support for <img>.
360
361 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus-gravatar.el (gnus-art): Required.
364
365         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
366         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
367         Remove long obsoleted functions.
368
369 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
372
373         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
374
375         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
376         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
377         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
378         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
379         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
380         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
381         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
382
383 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * nnimap.el (nnimap-request-rename-group): Select group read-only
386         before renaming it.
387
388         * shr.el (shr-insert): Fix up the white space only regexp.
389
390         * nnimap.el (nnimap-transform-split-mail): Not all articles have
391         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
392
393         * shr.el (shr-current-column): New function.
394         (shr-find-fill-point): New function.
395
396 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
397
398         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
399         numbers.
400
401 2010-10-11  Julien Danjou  <julien@danjou.info>
402
403         * shr.el (shr-hr-line): Add.
404         (shr-tag-hr): Use shr-hr-line to specify which character to use to
405         display hr lines.
406         (shr-max-columns): Do not change state to nil if we just inserting
407         spaces.
408
409 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-topic.el (gnus-topic-read-group): If after the last group,
412         select the last group.
413
414 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
415
416         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
417
418 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
419
420         * dig.el (dig-mode-map): Declare and define in one step.
421
422 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
425         for Gnus.
426         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
427         (nnimap-update-qresync-info): Mark \Seen articles as read.
428
429         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
430         non-variable, too.
431
432         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
433         available.
434         (nnimap-update-info): Rely more on the current active than the param
435         active to avoid marking articles as read too much.
436
437         * auth-source.el (auth-source-create): Use (user-login-name) for the
438         user name default.
439
440         * nnimap.el (nnimap-update-info): If the server doesn't return any
441         useful info, just use the previous info.
442         (nnimap-update-info): Prefer old info over start-article.
443         (nnimap-update-qresync-info): Finish implementing QRESYNC.
444
445 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
446
447         * nnir.el (autoload): Clean up autoloads.
448         (nnir-imap-default-search-key): Renamed from
449         nnir-imap-search-field. Use key rather than value.
450         (nnir-imap-search-other): New variable.
451         (nnir-read-parm): Use it.
452         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
453         (gnus-summary-nnir-goto-thread): Modify to work with imap.
454
455 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
456
457         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
458         the process, too.
459
460 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
463         Allbery.
464
465         * shr.el: Rework the way things are indented by <li> slightly.
466
467         * gnus.el (gnus-group-set-parameter): Fix typo.
468
469         * nnimap.el: Start implementing QRESYNC support.
470
471 2010-10-09  Julien Danjou  <julien@danjou.info>
472
473         * nnir.el (nnir-engines): Fix too many arguments.
474
475 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
478         group is the "last", so that the backends like nnfolder actually save
479         their folders.
480
481         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
482         try to use that for the tls stream.
483         (nnimap-retrieve-group-data-early): Rework the marks code to heed
484         UIDVALIDITY and find out which groups are read-only and not.
485         (nnimap-get-flags): Use the same marks parsing code as the rest of
486         nnimap.
487
488 2010-10-09  Julien Danjou  <julien@danjou.info>
489
490         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
491
492         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
493         retrieving gravatars.
494
495         * shr.el (shr-table-corner): Add.
496         (shr-table-line): Add.
497         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
498
499 2010-10-08  Julien Danjou  <julien@danjou.info>
500
501         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
502
503 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
504
505         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
506
507         * gnus-sum.el (gnus-mark-article-as-unread)
508         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
509         (gnus-summary-set-bookmark): Use it.
510
511         * gnus-msg.el (gnus-setup-message): Use it.
512
513         * gnus-demon.el (gnus-demon-remove-handler): Use it.
514
515         * gnus.el (gnus-group-remove-parameter): Use it.
516
517         * gnus-group.el (gnus-group-make-web-group): Use it.
518
519         * gnus-demon.el (gnus-demon-remove-handler): Use it.
520
521         * nnregistry.el: Update docs to mention manual.
522
523         * gnus-registry.el: Update docs to mention nnregistry.el.
524         (gnus-registry-initialize): Don't install nnregistry refer method
525         automatically.
526         (gnus-registry-install-nnregistry): Remove it.
527
528 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * shr.el (shr-insert): Don't insert double spaces.
531
532 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-gravatar.el (gnus-treat-from-gravatar)
535         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
536         called interactively.
537
538         * gnus-art.el (gnus-mime-view-part-externally)
539         (gnus-mime-view-part-internally): Make predicate function passed to
540         gnus-mime-view-part-as-type assume argument is a mime type, not a list
541         of a mime type.
542
543         * shr.el (shr-table-widths): Don't use cl function `reduce'.
544
545 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * shr.el (require): Require cl when compiling.
548         (shr-tag-hr): New function.
549
550         * nnimap.el (nnimap-update-info): Remove double setting of high.
551         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
552         makes nnimap work properly on Courier again.
553
554         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
555         the variable for backwards compatability.
556
557         * mm-decode.el (mm-save-part): If given a non-directory result, expand
558         the file name before using to avoid setting mm-default-directory to
559         nil.
560
561         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
562         bidning gnus-agent variables.
563
564         * shr.el (shr-render-td): Use a cache for the table rendering function
565         to avoid getting an exponential rendering behaviour in nested tables.
566         (shr-insert): Rework the line-breaking algorithm.
567         (shr-insert): Don't leave trailing spaces.
568         (shr-insert-table): Also insert empty TDs.
569         (shr-tag-blockquote): Ensure paragraphs after </ul>.
570
571 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
572
573         * gnus-sum.el (gnus-number): Rename from `number'.
574         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
575         (gnus-summary-limit-children): Update uses correspondingly.
576
577 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
580         (gnus-gravatar-transform-address): Don't show avatars of people of
581         which mail addresses match gnus-gravatar-too-ugly.
582
583 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * shr.el (shr-table-widths): Expand TD elements to fill available
586         space.
587
588 2010-10-07  Julien Danjou  <julien@danjou.info>
589
590         * nnimap.el (nnimap-request-rename-group): Add this method.
591
592 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
595         name from XEmacs' function-arglist.
596
597         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
598         gravatar under XEmacs.
599
600 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         * auth-source.el: Update docs with TODO items.
603
604         * gnus-sync.el: Update docs to explain state and plans.
605
606         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
607         Hooks for mark updates.
608         (gnus-request-set-mark, gnus-request-update-mark): Use them.
609
610         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
611         hooks with arguments, which is needed for mark update hooks.
612
613 2010-10-06  Julien Danjou  <julien@danjou.info>
614
615         * gnus.el (gnus-expand-group-parameter): Only return and act on what
616         was matched.
617
618         * sieve-manage.el: Update example in `Commentary'.
619
620         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
621
622         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
623         not 2000.
624         (sieve-manage-authenticate): Re-add function.
625
626 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * shr.el (shr-insert): Get 'space transition right.
629         (shr-render-td): Only delete space at the end of the TD.
630
631         * nnimap.el (nnimap-open-connection): Prepare to support
632         open-gnutls-stream.
633
634         * shr.el: Rearrange function order to be more logical.
635
636 2010-10-06  Julien Danjou  <julien@danjou.info>
637
638         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
639         (nnrss-discover-feed): Remove 404 URL in docstring.
640
641         * nnir.el: Fix Swish-E URL.
642         Fix Namazu URL.
643
644         * message.el (message-change-subject): Remove 404 URL in a comment.
645
646 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
647
648         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
649         called interactively.
650
651         * gnus-util.el (gnus-remove-if): Allow hash table.
652         (gnus-remove-if-not): New function.
653
654         * gnus-art.el (gnus-mime-view-part-as-type)
655         * gnus-score.el (gnus-summary-score-effect)
656         * gnus-sum.el (gnus-read-move-group-name):
657         Replace remove-if-not with gnus-remove-if-not.
658
659         * gnus-group.el (gnus-group-completing-read):
660         Regard collection as a hash table if it is not a list.
661
662 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * shr.el (shr-render-td): Allow blank/missing <TD>s.
665
666         * shr.el: Document the table-rendering algorithm.
667
668 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
671         for Emacsen having no `libxml-parse-html-region' support.
672
673 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
676         invalid URLs.
677
678         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
679         line-broken.
680         (shr-tag-img): Ignore image fetching errors.
681         (shr-overlays-in-region): Compute overlay positions correctly.
682
683         * mm-decode.el (mm-shr): Require shr.
684
685         * gnus-art.el (gnus-blocked-images): Move variable here.
686
687         * shr.el (shr-insert-table): Bind free variable.
688
689         * mm-decode.el (mm-shr): Bind shr-content-function.
690
691         * shr.el (shr-content-function): New variable.
692
693         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
694         added for symmetry.
695
696         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
697
698         * gnus-group.el (gnus-group-make-group): Doc fix.
699
700         * nnimap.el (nnimap-request-newgroups): Return success.
701
702         * shr.el (shr-find-elements): New function.
703         (shr-tag-table): Put all the images after the table.
704         (shr-tag-table): Really inhibit images inside the table.
705         (shr-collect-overlays): Copy over overlays from the TD elements to the
706         main document.
707
708         * mm-decode.el (mm-shr): Bind shr-blocked-images to
709         gnus-blocked-images.
710
711 2010-10-05  Julien Danjou  <julien@danjou.info>
712
713         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
714
715         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
716         (gnus-html-maximum-image-size): Add this function.
717         (gnus-html-put-image): Use gnus-html-maximum-image-size.
718
719         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
720         server-value of the capability is nil.
721
722 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * shr.el (shr-tag-em): Add <EM> tag.
725
726 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
727
728         * sieve-manage.el (sieve-manage-default-stream): Make default stream
729         customizable.
730
731         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
732         handing broken links to browse-url.
733
734 2010-10-05  Julien Danjou  <julien@danjou.info>
735
736         * gnus-util.el (gnus-emacs-completing-read)
737         (gnus-iswitchb-completing-read): Use autoload rather than require.
738
739 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
742         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
743         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
744         iswitchb-temp-buflist for XEmacs.
745
746         * gnus-util.el (gnus-completing-read-function): Exclude
747         gnus-icompleting-read and gnus-ido-completing-read from candidates for
748         XEmacs since iswitchb.el is very old and ido.el is unavailable in
749         XEmacs.
750
751         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
752         not to use `delete-dups' that is unavailable in XEmacs 21.4.
753
754         * gnus-html.el: Don't require help-fns under XEmacs.
755         (gnus-html-schedule-image-fetching): Work for XEmacs.
756
757         * mm-decode.el (mm-shr): Decode contents by charset.
758
759 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
762         unknown.
763
764         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
765         (shr-get-image-data): Ensure against the cache file missing.
766
767         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
768         for data.
769
770         * spam-report.el (spam-report-url-ping-plain): Don't query about
771         killing the process.
772
773         * shr.el (shr-render-td): Protect against too-wide text.
774
775 2010-10-04  Julien Danjou  <julien@danjou.info>
776
777         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
778         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
779
780         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
781         retrieved.
782
783 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * shr.el (browse-url): Required.
786         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
787         lines.
788         (shr-show-alt-text, shr-browse-image): New commands.
789         (shr-browse-url, shr-copy-url): New commands.
790
791         * gnus-sum.el (gnus-widen-article-window): New variable.
792         (gnus-summary-select-article-buffer): Use it.
793
794         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
795         without @ signs.
796
797 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
798
799         * nnir.el (nnir-run-imap): Remove spurious space in search string.
800
801 2010-10-04  Julien Danjou  <julien@danjou.info>
802
803         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
804         for XEmacs.
805
806 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
809
810         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
811         (nnimap-close-server): Implement.
812
813         * dgnushack.el (iswitchb): Require to shut up the compiler.
814
815         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
816         (shr-insert): Tweak line breaking.
817         (shr-insert): Handle <pre> better.
818         (shr-tag-li): Get <li> indentation right.
819         (shr-tag-li): Get <li> indentation even righter.
820         (shr-tag-blockquote): Ensure paragraph start.
821         (shr-make-table): Tweak table generation.
822         (shr-make-table): Fix typo.
823
824         * shr.el: Implement table rendering.
825
826 2010-10-04  Julien Danjou  <julien@danjou.info>
827
828         * gnus-html.el (gnus-html-put-image): Fix resize image code.
829
830 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * shr.el (shr-insert): Use string anchors instead of line anchors.
833
834 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * shr.el: Add headings.
837         (shr-ensure-paragraph): Actually work.
838         (shr-tag-li): Make <ul> prettier.
839         (shr-insert): Get white space at the beginning/end of elements right.
840         (shr-tag-p): Collapse subsequent <p>s.
841         (shr-ensure-paragraph): Don't insert double line feeds after blank
842         lines.
843         (shr-insert): \t is also space.
844         (shr-tag-s): Fix "s" tag name function.
845         (shr-tag-s): Fix face prop name.
846
847 2010-10-03  Julien Danjou  <julien@danjou.info>
848
849         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
850
851         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
852         gnus-window-inside-pixel-edges.
853
854         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
855         gnus-ems.
856
857         * mm-view.el (mm-inline-image-emacs): Support image resizing.
858
859         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
860         function.
861
862         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
863         resize choice.
864
865 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
868         beginning of the buffer.
869
870         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
871         article buffer again.
872
873         * shr.el (shr-tag-p): Don't insert newlines at the start of the
874         buffer.
875
876         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
877         when it's at the start of the buffer.
878
879         * shr.el (shr-tag-blockquote): Convert name.
880         (shr-rescale-image): Use the right image-size variant.
881
882         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
883         buffer isn't shown, then select the current article first instead of
884         bugging out.
885         (gnus-summary-select-article-buffer): Show both the article and summary
886         buffers again.
887
888         * shr.el (shr-fontize-cont): Protect against regions with no text.
889         Rename tag functions to shr-tag-* for enhanced security.
890         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
891
892 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
893
894         * shr.el (shr-insert):
895         * pop3.el (pop3-movemail):
896         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
897         loaded.
898
899 2010-10-03  Glenn Morris  <rgm@gnu.org>
900
901         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
902
903         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
904
905         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
906
907         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
908
909         * gnus-util.el (gnus-make-local-hook): Simplify.
910
911 2010-10-02  Julien Danjou  <julien@danjou.info>
912
913         * gnus-util.el (gnus-iswitchb-completing-read): New function.
914         (gnus-ido-completing-read): New function.
915         (gnus-emacs-completing-read): New function.
916         (gnus-completing-read): Use gnus-completing-read-function.
917         Add gnus-completing-read-function.
918
919 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * shr.el (shr-insert-document): Autoload.
922         (shr-img): Be silent.
923         (shr-insert): Add a newline after every picture before text.
924         (shr-add-font): Use overlays for combining faces.
925         (shr-insert): Pass upwards the text start point.
926
927         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
928         possible.
929         (mm-shr): New function.
930
931 2010-10-02  Julien Danjou  <julien@danjou.info>
932
933         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
934         should go backward.
935
936 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
937
938         * shr.el (shr): Fix typo in provide call.
939
940 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * shr.el: New file.
943
944         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
945
946         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
947         completing read.
948
949 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
952         we're being queried about.  Suggested by Dan Jacobson.
953
954         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
955         by Jason Eisner.
956
957         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
958         table, too.  Suggested by Stefan Wiens.
959         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
960         the table unnecessary.  Suggested by Stefan Wiens.
961
962         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
963         longer needed, and probably doesn't work either, as pointed out by
964         Stefan Wiens.
965         (gnus-summary-exit): Remove call to the clearing function.
966         (gnus-summary-exit-no-update): Ditto.
967
968         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
969         instead of gnus-eval-in-buffer-window to avoid popping up frames.
970         Reported by Stefan Monnier.
971         (gnus-summary-save-in-rmail): Ditto.
972
973         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
974         article buffer, instead of both the article buffer and the summary
975         buffer.  Sort of suggested by Dan Jacobson.
976
977         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
978
979         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
980         Suggested by Dan Jacobson.
981
982         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
983         documentation clearer.
984
985         * message.el (message-shorten-references): Comment on the number "21".
986         Suggested by Stefan Monnier.
987
988         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
989         Suggested by Dan Jacobson.
990
991         * gnus.el (gnus-large-newsgroup): Mention
992         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
993
994         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
995         externalize attachments.  Bug reported by Steve Wen.
996
997         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
998         really message anything to the user.
999
1000         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1001         directly.
1002
1003         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1004         messages in empty groups.
1005
1006 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1007
1008         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1009         non-UIDNEXT group.
1010
1011 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1014         not the value from the collection.
1015
1016         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1017         values.  This sometimes happens on some groups that have no info.
1018         (nnimap-request-newgroups): New function.
1019
1020 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1021
1022         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1023         check into `gnus-registry-initialize'.
1024         (gnus-registry-initialize): Ditto.
1025         Fix and extend header docs.
1026
1027 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1030         regexp backtrace overflows.
1031
1032         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1033         for starttls that tls.el implements; i.e. openssl.
1034
1035         * tls.el (tls-starttls-switches): Give up on using starttls with
1036         gnutls-cli.
1037         (tls-program): Add --insecure to be consistent with the defaults from
1038         openssl s_client.  Now all three commands are insecure.
1039
1040 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * lpath.el: Bind completion-styles-alist for XEmacs.
1043
1044         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1045         (gravatar-create-image): New function that's an alias to
1046         gnus-xmas-create-image, gnus-create-image, or create-image.
1047         (gravatar-data->image): Use it.
1048
1049 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1050
1051         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1052         install the nnregistry refer method.
1053         (gnus-registry-install-hooks): Use it.
1054         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1055         unfollowed groups.
1056
1057 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1058
1059         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1060         expanding threads.
1061
1062 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * nnir.el: Use the server names without suffixes (bug #7009).
1065
1066         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1067         unencrypted to STARTTLS, if possible.
1068
1069 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1070
1071         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1072         headers before superseding.
1073
1074 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * nnrss.el (nnrss-use-local): Add documentation.
1077
1078         * nnimap.el (nnimap-extend-tls-programs): New function.
1079         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1080         (nnimap-wait-for-connection): Accept the greeting from the stupid
1081         output from openssl s_client -starttls, too.
1082
1083         * tls.el (tls-starttls-switches): New variable.
1084         (tls-find-starttls-argument): Use it.
1085         (open-tls-stream): Ditto.
1086
1087         * netrc.el (netrc-credentials): Return the value of the "default"
1088         entry.
1089         (netrc-machine): Ditto.
1090
1091         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1092         article number.
1093         (nnimap-split-fancy): New variable.
1094         (nnimap-split-incoming-mail): Use it.
1095
1096         * nntp.el (nntp-server-list-active-group): Document.
1097
1098         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1099         SELECT to get the message-id.
1100
1101         * mail-source.el (mail-sources): Removed webmail support.
1102         (defvar): Ditto.
1103         (mail-source-fetcher-alist): Ditto.
1104         (mail-source-fetch-webmail): Removed.
1105
1106         * webmail.el: Removed -- doesn't seem relevant any more.
1107
1108         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1109
1110         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1111         the \r.
1112
1113 2010-09-30  Julien Danjou  <julien@danjou.info>
1114
1115         * gnus-agent.el (gnus-agent-add-group): Fix call to
1116         gnus-completing-read.
1117
1118 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * nndoc.el (nndoc-retrieve-groups): New function.
1121
1122         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1123         `default', use nnmail-split-methods.
1124         (nnimap-request-article): Downcase the NILs so that they are nil.
1125
1126         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1127         symbol.
1128
1129         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1130         code, since if the user has requested network, that's what they ought
1131         to get.
1132         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1133         (nnimap-split-rule): Mark as obsolete.
1134
1135         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1136         variable.
1137
1138         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1139         correct slot, too.
1140
1141 2010-09-29  Julien Danjou  <julien@danjou.info>
1142
1143         * gnus.el (gnus-local-domain): Declare variable obsolete.
1144
1145         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1146         computing.
1147         (gnus-ido-completing-read): Require ido.
1148
1149 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1152         build Gnus.
1153
1154         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1155         when interpreting the structures.
1156         (nnimap-request-accept-article): Add \r\n to the lines to make this
1157         work with Cyrus.
1158
1159         * nndraft.el (nndraft-request-expire-articles): Use the group name
1160         instead if "nndraft".  Fix found by Nils Ackermann.
1161
1162 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1163
1164         * nnregistry.el: Added.
1165
1166 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1167
1168         * nnmail.el (group, group-art-list, group-art):
1169         Remove unneeded directives.
1170
1171 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1174         (mm-mime-charset)
1175         * rfc2047.el (rfc2047-syntax-table)
1176         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1177
1178         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1179         rather than `insert-file-contents' and `eval-region'.
1180
1181         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1182         construction.
1183
1184         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1185
1186         * time-date.el: No need to require cl for Emacs 21.
1187
1188 2010-09-29  Julien Danjou  <julien@danjou.info>
1189
1190         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1191         replacement of `gnus-gravatar-relief' to mimic
1192         `gnus-faces-properties-alist'.
1193         Add :version property.
1194
1195 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * mail-source.el (mail-source-report-new-mail)
1198         * message.el (message-default-mail-headers)
1199         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1200
1201         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1202
1203 2010-09-28  Julien Danjou  <julien@danjou.info>
1204
1205         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1206         mail-address contains the same string as real-name.
1207
1208         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1209         non-blank in header, otherwise it'll get stripped.
1210
1211         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1212         real-name, and then for mail address rather than doing : or , search.
1213
1214 2010-09-27  Julien Danjou  <julien@danjou.info>
1215
1216         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1217         (gnus-server-goto-server): Use gnus-completing-read.
1218
1219         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1220
1221         * mm-util.el (defalias): Use gnus-completing-read.
1222         (mm-codepage-setup): Use gnus-completing-read.
1223
1224         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1225         (smime-decrypt-buffer): Use gnus-completing-read.
1226
1227         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1228
1229         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1230         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1231         (mml-insert-multipart): Use gnus-completing-read.
1232
1233         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1234
1235         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1236
1237         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1238
1239         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1240
1241         * gnus.el (gnus-read-method): Use gnus-completing-read.
1242
1243         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1244
1245         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1246         (gnus-mime-action-on-part): Use gnus-completing-read.
1247         (gnus-article-encrypt-body): Use gnus-completing-read.
1248
1249         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1250         (gnus-topic-move-matching): Use gnus-completing-read.
1251         (gnus-topic-copy-matching): Use gnus-completing-read.
1252         (gnus-topic-sort-topics): Use gnus-completing-read.
1253         (gnus-topic-move): Use gnus-completing-read.
1254
1255         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1256         (gnus-agent-add-group): Use gnus-completing-read.
1257
1258         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1259         gnus-completing-read.
1260         (nnmairix-update-groups): Use gnus-completing-read.
1261         (nnmairix-get-server): Use gnus-completing-read.
1262         (nnmairix-backend-to-server): Use gnus-completing-read.
1263         (nnmairix-goto-original-article): Use gnus-completing-read.
1264         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1265
1266         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1267
1268         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1269         (gnus-group-make-useful-group): Use gnus-completing-read.
1270         (gnus-group-make-web-group): Use gnus-completing-read.
1271         (gnus-group-add-to-virtual): Use gnus-completing-read.
1272         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1273
1274         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1275         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1276         (gnus-summary-execute-command): Use gnus-completing-read.
1277         (gnus-summary-respool-article): Use gnus-completing-read.
1278         (gnus-read-move-group-name): Use gnus-completing-read.
1279
1280         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1281         (gnus-summary-score-effect): Use gnus-completing-read.
1282
1283         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1284
1285         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1286         right completing-read function.
1287         (gnus-use-ido): New variable
1288         (gnus-completing-read-with-default): Remove.
1289
1290 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1293         x-focus-frame.
1294
1295         * nnimap.el (auth-source-forget-user-or-password)
1296         (auth-source-user-or-password): Autoload.
1297
1298         * message.el (message-from-style, message-interactive)
1299         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1300         (message-yank-prefix, message-indentation-spaces, message-signature)
1301         (message-signature-file): Add comment.
1302
1303 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1306         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1307         new articles.
1308
1309         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1310         parts.
1311         (nnimap-request-article): Work with the t setting, too.
1312
1313         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1314         that you don't get flashes of other buffers.
1315         (gnus-summary-show-complete-article): Intern before setting.
1316
1317 2010-09-27  David Engster  <dengste@eml.cc>
1318
1319         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1320         well as HEADERS.
1321         (nnmairix-retrieve-headers): Provide new argument for the above.
1322
1323 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * gnus-sum.el (gnus-summary-move-article): Don't alter
1326         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1327         group.
1328
1329         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1330
1331         * message.el (message-cite-prefix-regexp): Revert my last edit.
1332
1333         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1334         variable instead of the Gnus variable.
1335
1336         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1337
1338         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1339         again.
1340
1341         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1342         since some servers don't like it.
1343         (nnimap-open-connection): Forget credentials if the server says the
1344         password was wrong.
1345         (nnimap-parse-line): Protect against invalid data.
1346
1347         * gnus-sum.el (gnus-summary-move-article): Add comment.
1348         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1349         nothing alters it while scanning for new messages.
1350
1351         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1352         which may or may not help.
1353         (nnimap-open-connection): If we're doing a stream connection, and then
1354         discover we're on a STARTTLS-capable server, then open a STARTTLS
1355         connection instead.
1356
1357 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * nnimap.el (utf7): Required.
1360
1361         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1362         prefix.
1363
1364 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1365
1366         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1367
1368 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369
1370         * nnimap.el (nnimap-request-accept-article): Message the error on
1371         error.
1372
1373 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1376
1377 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * nndoc.el (nndoc-request-list): Return success always.
1380
1381         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1382         `fetch-old' -- we only want to fetch the articles we've requested.  The
1383         rest are in the agent, probably.
1384         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1385         disappeared server" to something low.  It's not important.
1386
1387         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1388         arrived before the FETCH data.
1389
1390         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1391         target here, because we don't know the Gnus name of the group.
1392
1393         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1394         for the correct group.
1395
1396         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1397
1398         * gnus.el (gnus): Give a final warning after startup.
1399
1400         * gnus-util.el (gnus-action-message-log): New variable.
1401         (gnus-message): Use it.
1402         (gnus-final-warning): New function.
1403
1404         * nnimap.el (nnimap-open-connection): Record the greeting.
1405         (nnimap): Add greeting.
1406
1407 2010-09-26  Julien Danjou  <julien@danjou.info>
1408
1409         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1410         arguments.
1411         (gnus-html-wash-images): Fix spec computing to include start/end.
1412
1413         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1414
1415 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1418         deletion.
1419         (nnimap-retrieve-headers): Don't select the group, because that's
1420         already done by nnimap-possibly-change-group.
1421
1422         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1423         (gnus-picon-transform-address): Use it.
1424
1425         * mail-source.el (mail-source-value): Revert previous patch.
1426
1427         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1428         on failure.
1429         (nnimap-open-connection): Look up both virtual and physical server name
1430         credentials.
1431
1432         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1433
1434 2009-02-07  Dave Love  <fx@gnu.org>
1435
1436         * tls.el (open-tls-stream): Don't query killing process.
1437
1438 2009-02-08  Dave Love  <fx@gnu.org>
1439
1440         * gnus-win.el (gnus-window-to-buffer-helper,
1441         gnus-all-windows-visible-p): Function needn't be a symbol.
1442
1443         * mail-source.el (mail-source-value): Function needn't be a symbol.
1444
1445 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * message.el (message-cite-prefix-regexp): Remove } from the cite
1448         prefix.
1449
1450         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1451         highlight again, so that the highlight is correct.
1452
1453         * gnus-picon.el (gnus-picon): Remove again.
1454         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1455
1456         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1457         doing the header highlightling, so that the background colour of the
1458         picon is correct.
1459
1460         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1461         (gnus-picon): Ditto.
1462         (gnus-picon): Reinstate.  The background colour for picons is white.
1463         (gnus-picon-insert-glyph): Make the background white.
1464
1465         * nnml.el (nnml-open-nov): Don't return dead buffers.
1466
1467         * auth-source.el (auth-source-create): Query the user for whether to
1468         store the credentials.
1469
1470         * netrc.el (netrc-store-data): New function.
1471
1472         * auth-source.el (auth-source-user-or-password): Use the existing auth
1473         sources, if any, for creation.
1474
1475         * gnus.el (gnus-group-fast-parameter): Return the last matching
1476         parameter instead of the first matching parameter.
1477
1478 2010-09-26  Julien Danjou  <julien@danjou.info>
1479
1480         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1481
1482 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * mml2015.el (mml2015-use): Remove gpg support.
1485
1486         * mml1991.el (mml1991-function-alist): Remove gpg function.
1487         (mml1991-gpg-sign): Removed.
1488
1489 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1490
1491         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1492         (gnus-browse-unsubscribe-current-group): Document it.
1493         (gnus-browse-unsubscribe-group): Use it.
1494
1495 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1498         address to the To list for easier response.
1499
1500         * gnus.el (gnus-play-startup-jingle): Removed.
1501         (gnus-splash): Don't play jingle.
1502         (gnus): Silence gnus-load message.
1503
1504         * gnus-art.el (gnus-treat-play-sounds): Removed.
1505
1506         * gnus.el (gnus-play-jingle): Remove audio support.
1507
1508         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1509
1510         * earcon.el: Removed -- no users.
1511
1512         * gnus-audio.el: Removed -- no users of this package.
1513
1514         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1515
1516         * gnus-start.el (gnus-setup-news): Remove nocem support.
1517
1518         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1519
1520         * gnus.el (gnus-use-nocem): Removed.
1521
1522         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1523         Removed.
1524
1525         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1526         uses NoCeM any more.
1527
1528         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1529         (gnus-button-ctan-handler): Ditto.
1530         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1531         (gnus-button-ctan-directory-regexp): Ditto.
1532         (gnus-button-handle-ctan): Ditto.
1533         (gnus-button-tex-level): Ditto.
1534         (gnus-button-alist): Removed CTAN stuff.
1535
1536 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1539         nnimap-streaming test.
1540
1541         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1542         servers twice.
1543
1544         * nnimap.el (nnimap-open-connection): Add more error reporting when
1545         nnimap fails early.
1546
1547         * nnheader.el (nnheader-get-report-string): New function.
1548         (nnheader-get-report): Use it.
1549
1550         * gnus-int.el (gnus-check-server): Say what the error was when opening
1551         failed.
1552
1553         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1554         using streaming.
1555
1556 2010-09-25  Julien Danjou  <julien@danjou.info>
1557
1558         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1559         gnus-window-inside-pixel-edges.
1560
1561 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1564
1565         * mm-decode.el (mm-save-part): Allow saving to other directories the
1566         normal Emacs way.
1567
1568         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1569         by Jay Berkenbilt.
1570
1571         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1572         there isn't a single byte.
1573
1574         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1575         just do it.  It doesn't really seem to matter what the user responds
1576         here, I think, so it's just a confusing question.
1577
1578         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1579         non-streaming case.
1580
1581         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1582         (gnus-article-encrypt-body): Use it.
1583
1584         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1585         keystroke.
1586
1587         * nnimap.el (nnimap-find-wanted-parts-1): Use
1588         gnus-fetch-partial-articles.
1589
1590         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1591
1592         * nnimap.el (nnimap-insert-partial-structure): New function.
1593         (nnimap-get-partial-article): New function.
1594         (nnimap-request-article): Use it.
1595         (nnimap-wait-for-response): Return whether the wait was successful.
1596         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1597         retrieval wasn't successful.
1598         (nnimap-retrieve-group-data-early): Allow throttling servers.
1599         (nnimap-streaming): New variable.
1600         (nnimap-fetch-partial-articles): Removed.
1601
1602         * mm-decode.el (mm-with-part): Protect against killed buffers.
1603
1604         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1605         for prettier summary display.
1606
1607 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1608
1609         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1610         directly.
1611
1612 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1615         apparently third-party libraries depend on it.
1616
1617         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1618         before starting negotiation.
1619
1620         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1621         privacy reasons.
1622         (gnus-treat-mail-gravatar): Ditto.
1623
1624         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1625         buffer when inserting images.  Inserting text into the headers, for
1626         instance, can make them invalid.
1627
1628 2010-09-25  Julien Danjou  <julien@danjou.info>
1629
1630         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1631         variables.
1632
1633         * nnheader.el: Remove useless variables news-reply-yank-from and
1634         news-reply-yank-message-id.
1635
1636         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1637         variables.
1638
1639         * mml1991.el: Remove useless mml1991-verbose.
1640
1641         * gnus.el: Remove useless variable gnus-use-generic-from.
1642         Remove obsolete variable gnus-topic-indentation.
1643
1644         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1645
1646         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1647
1648         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1649
1650         * gnus-group.el: Remove useless gnus-group-icon-cache.
1651         Remove useless gnus-ephemeral-group-server.
1652
1653         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1654
1655         * mml2015.el: Remove useless mml2015-verbose.
1656
1657         * mml-smime.el: Remove useless mml-smime-verbose.
1658
1659         * gnus.el: Remove useless gnus-local-domain.
1660
1661         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1662         gnus-gravatar-size.
1663
1664         * gnus-art.el: Remove useless gnus-treat-translate.
1665
1666 2010-09-24  Julien Danjou  <julien@danjou.info>
1667
1668         * gnus-sum.el: Add support for Gravatars.
1669
1670         * gnus-art.el: Add support for Gravatars.
1671
1672         * gnus-gravatar.el: Add this file.
1673
1674         * gravatar.el: Add this file.
1675
1676 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1679
1680         * gnus-group.el (gnus-group-fetch-faq): Removed.
1681
1682         * gnus.el (gnus-group-faq-directory): Removed.
1683
1684         * gnus-group.el (gnus-group-fetch-charter): Removed.
1685
1686         * gnus.el (gnus-group-charter-alist): Removed.
1687
1688         * gnus-group.el (gnus-group-archive-directory): Removed.
1689         (gnus-group-recent-archive-directory): Ditto.
1690         (gnus-group-make-archive-group): Removed.
1691
1692         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1693
1694         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1695         use the same article number for all the cached articles.
1696
1697         * nnimap.el (nnimap-command): Register the last command time so
1698         that we can use it for idling NOOPs.
1699         (nnimap-open-connection): Start the keeplive timer.
1700         (nnimap-make-process-buffer): Store all the process buffers.
1701         (nnimap-keepalive): New function.
1702
1703         * starttls.el: (starttls-open-stream): Add autoload cookie.
1704
1705 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1706
1707         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1708         handling.
1709
1710 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1713         its data structures.
1714
1715         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1716         instead of the cl.el copy-list.
1717         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1718         equalp.
1719
1720 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1723         and tool-bar-local-item-from-menu.
1724
1725         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1726         mode-line-highlight face for Emacs.
1727
1728         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1729         loading gnus-sum.elc; fix comment for canlock-verify.
1730         (gnus-article-jump-to-part): Use read-number.
1731         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1732         Emacs pre-21 compatible code for help-echo.
1733         (gnus-article-next-page-1): No need to adjust the number of lines.
1734         (gnus-article-describe-bindings): Always use help-buffer.
1735
1736         * gnus-audio.el (gnus-audio-inline-sound)
1737         * gnus-cus.el (gnus-custom-mode)
1738         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1739
1740         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1741
1742         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1743         compatible code.
1744
1745 2010-09-24  Glenn Morris  <rgm@gnu.org>
1746
1747         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1748         visiting the fcc file in rmail-mode.
1749
1750         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1751
1752 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * nnir.el: Silence the byte compiler.
1755
1756         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1757         alias to browse-url-url-encode-chars if any.
1758         (gnus-html-encode-url): Use it.
1759
1760 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-start.el (gnus-use-backend-marks): New variable.
1763         (gnus-get-unread-articles-in-group): Use it.
1764
1765         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1766         makeover.
1767
1768 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1769
1770         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1771
1772 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1775         Removed.
1776         (gnus-setup-news-hook): Removed
1777         gnus-fixup-nnimap-unread-after-getting-new-news.
1778
1779         * gnus-int.el (gnus-request-update-info): Protect against backends not
1780         having the function.
1781
1782         * nnimap.el (nnimap-stream): Mention starttls.
1783         (nnimap-open-connection): Add starttls support.
1784
1785 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1786
1787         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1788
1789 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1792         BODYSTRUCTUREs.
1793         (nnimap-transform-headers): Unfold quoted {42} headers.
1794
1795         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1796         the info.
1797         (gnus-get-unread-articles): Only call updatep on backends that support
1798         it.
1799
1800         * nnweb.el (nnweb-request-update-info): NOOP.
1801
1802         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1803
1804         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1805         since it only deals with marks.
1806
1807         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1808         gnus-request-marks, and make a new gnus-request-update-info.
1809
1810         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1811         the active instead of the high number, which is usually too low.
1812
1813 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1814
1815         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1816         * encrypt.el: Removed.
1817
1818 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1821         server in symbolic form.
1822
1823         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1824         0.9.
1825
1826 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1829         (nnimap-update-info): Fix up code slightly.
1830
1831         * gnus-int.el (gnus-open-server): Add tracing for performance
1832         debugging.
1833
1834         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1835         (gnus-group-insert-group-line): Pass the real group name so that it
1836         gets the right data.
1837
1838         * gnus-start.el (gnus-get-unread-articles): Don't have
1839         `gnus-get-unread-articles-in-group' update info, since that can be
1840         really slow and doesn't seem to be needed?
1841
1842 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1843
1844         * time-date.el (date-to-time): Try using parse-time-string first before
1845         using the slower timezone-make-date-arpa-standard.
1846
1847 2010-09-22  Julien Danjou  <julien@danjou.info>
1848
1849         * gnus-group.el (gnus-group-insert-group-line): Call
1850         gnus-group-highlight-line.
1851         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1852         default hook list.
1853         (gnus-group-update-eval-form): Add new function.
1854         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1855         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1856
1857 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1860         immediate, then expire all articles.
1861         (nnimap-update-info): Fix off-by-one errors.
1862         (nnimap-flags-to-marks): Would return no marks lists for group with no
1863         flags.  Instead return the other data.
1864
1865 2010-09-22  Julien Danjou  <julien@danjou.info>
1866
1867         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1868         Only return an icon.
1869         (gnus-group-insert-group-line): Compute icon to return.
1870
1871         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1872         variable.
1873         (gnus-html-image-fetched): Only cache if
1874         gnus-html-image-automatic-caching is set.
1875         (gnus-html-image-fetched): Check for errors.
1876
1877 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1880         once per method on `g'.  This ensures that backends like nnfolder don't
1881         open all their folders.
1882
1883         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1884         (nnimap-request-list): Nix out group in the correct buffer.
1885         (nnimap-parse-flags): Implement by using `read' instead of
1886         hand-parsing.
1887         (nnimap-flags-to-marks): Pass on permanent-flags.
1888         (nnimap-make-process-buffer): Record the server name.
1889         (nnimap-parse-flags): Fix typo.
1890         (nnimap-request-scan): Run split on the server in general, not just a
1891         single group.
1892
1893         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1894         parameter, and propagate this downwards.
1895
1896         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1897         since EXAMINE changes it on the server.
1898
1899         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1900         this command might take a while.
1901
1902 2010-09-22  Julien Danjou  <julien@danjou.info>
1903
1904         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1905         harmful if you have 2 images side-by-side, they can't be properly
1906         update on text deletion.  Using text-property is safer here.
1907         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1908         data.
1909
1910 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * nnimap.el (nnimap-expunge-inbox): Removed.
1913         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1914         (nnimap-expunge): Flip default to t.
1915
1916         * gnus.el (gnus-method-to-server): Don't push things to the cache
1917         unless it's unique.
1918         (gnus-server-to-method): Ditto.
1919
1920 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1921
1922         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1923
1924 2010-09-22  Julien Danjou  <julien@danjou.info>
1925
1926         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1927         get the start of data.
1928         (gnus-html-encode-url): Add this function to encode special chars in
1929         URL.
1930         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1931         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1932
1933         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1934         default.
1935         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1936
1937         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1938         images alt-text.
1939         (gnus-html-put-image): Put alt-text as help-echo.
1940
1941 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1944         * mm-util.el (mm-decompress-buffer)
1945         * nnir.el (nnir-run-find-grep)
1946         * pop3.el (pop3-list): Use 3rd arg of split-string.
1947
1948         * time-date.el (format-seconds): Comment fix.
1949
1950         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1951         and byte-optimize-form-code-walker.
1952         (dgnushack-make-auto-load): Don't advise make-autoload.
1953
1954         * lpath.el: Remove Emacs 21 stuff.
1955
1956 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1959         outside the active range.  Suggested by Dan Christensen.
1960
1961         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1962         slightly later to avoid double-getting it.
1963
1964         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1965         previous patch.
1966
1967         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1968
1969 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1970
1971         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1972
1973 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * gnus-int.el (gnus-open-server): Give a better error message in the
1976         "go offline" case.
1977
1978         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1979         marks for nnimap, which is seldom the right thing to do.
1980
1981         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1982         (gnus-same-method-different-name): New function.
1983
1984         * nnimap.el (parse-time): Require.
1985
1986         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1987         method in the presence of many similar methods.
1988
1989         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1990
1991         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1992         nnml-inhibit-expiry.
1993
1994         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1995         find out whether methods are equal.
1996
1997         * nnimap.el (nnimap-find-expired-articles): New function.
1998         (nnimap-process-expiry-targets): New function.
1999         (nnimap-request-move-article): Request the article before looking at
2000         what the Message-ID is.  Fix found by Andrew Cohen.
2001         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2002
2003         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2004         for oldness in addition to being a predicate.
2005
2006         * nnimap.el (nnimap-request-group): When we have zero articles, return
2007         the right data to Gnus.
2008         (nnimap-request-expire-articles): Only delete articles immediately if
2009         the target is 'delete.
2010
2011         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2012         method, this would bug out.
2013
2014         * gnus-group.el (gnus-group-expunge-group): Renamed from
2015         gnus-group-nnimap-expunge, and implemented as a normal interface
2016         function.
2017
2018         * gnus-int.el (gnus-request-expunge-group): New function.
2019
2020         * nnimap.el (nnimap-request-create-group): Implement.
2021         (nnimap-request-expunge-group): New function.
2022
2023 2010-09-21  Julien Danjou  <julien@danjou.info>
2024
2025         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2026         (gnus-html-cache-expired): Add new function.
2027         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2028         wethever we should display image for fetch it.
2029         Compute alt-text earlier to pass it to the fetching function too.
2030         (gnus-html-schedule-image-fetching): Change function argument to only
2031         get one image at a time, not a list.
2032         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2033         cache.
2034         (gnus-html-get-image-data): New function to retrieve image data from
2035         cache.
2036         (gnus-html-put-image): Change buffer argument to use image data rather
2037         than file, and place image above region rather than inserting a new
2038         one. Do not take alt-text as argument, since it's useless now: we place
2039         the image above alt-text.
2040         (gnus-html-prune-cache): Remove.
2041         (gnus-html-show-images): Start to fetch image when we find one, do not
2042         push into a temporary list.
2043         (gnus-html-prefetch-images): Only fetch image if they have expired.
2044         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2045         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2046
2047 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2050
2051 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2054         spec inser "*" if the group isn't active instead of 0.
2055
2056         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2057         opening the server.
2058         (nnimap-request-delete-group): Implement group deletion.
2059         (nnimap-transform-headers): Return the size of the entire message in
2060         the Bytes header, not just the size of the first part.
2061         (nnimap-request-move-article): When moving an article from nnimap,
2062         request the article first so the accepting form has an article to
2063         accept.  Reported by Dan Christensen.
2064         (nnimap-command): Make sure that the error message doesn't error out.
2065
2066 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2067
2068         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2069         we haven't requested anything.
2070
2071 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2074         "".  Fix found by Andrew Cohen.
2075
2076         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2077         instead of -encode-string.
2078
2079 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2082
2083         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2084         by mm-subst-char-in-string.
2085
2086 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2089         waiting for the connection string.
2090
2091         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2092         arriving.
2093
2094         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2095         bogus characters.  This allows selecting certain Gmail groups.
2096
2097         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2098         (nnimap-fetch-partial-articles): New variable.
2099         (nnimap-open-connection): When looking for credentials, also use the
2100         nnimap-server-port.
2101         (nnimap-request-article): Return the group/article number, so that Gnus
2102         `^' works as expected.
2103         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2104         them.
2105
2106         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2107         comments.
2108         (gnus-methods-sloppily-equal): New function.
2109         (gnus): When using the development version of Gnus, load the gnus-load
2110         file.
2111
2112         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2113         `gnus-open-server' on each method before trying to scan them etc.  This
2114         ensures that all the backend parameters are set correctly.
2115
2116         * nnimap.el (nnimap-authenticator): New variable.
2117         (nnimap-open-connection): Allow anonymous login.
2118         (nnimap-transform-headers): The chars header is called Chars not
2119         Bytes.
2120         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2121         drops.
2122
2123         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2124         patch, found by Knut Anders Hatlen.
2125
2126 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2127
2128         * gnus-agent.el (gnus-agent-batch-confirmation)
2129         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2130         to gnus-message.
2131         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2132         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2133         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2134         * gnus-int.el (gnus-open-server): Likewise.
2135         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2136         (gnus-score-check-syntax): Likewise.
2137         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2138         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2139         Likewise.
2140         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2141
2142 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2145         calling conventions so that prefetch doesn't bug out.
2146
2147 2010-09-19  Julien Danjou  <julien@danjou.info>
2148
2149         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2150         rather than `subst-char-in-region' in order to be able to replace ASCII
2151         char by UTF-8 ones.
2152
2153         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2154         than curl.
2155         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2156         the right URL and ALT text on images.
2157         (gnus-html-wash-tags): Fix tag case.
2158         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2159         (gnus-article-html): Add -o display_ins_del=2 option.
2160         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2161
2162 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2165         the extra mail headers, which sometimes seem to happen for unknown
2166         reasons.
2167
2168         * mail-parse.el (mail-header-encode-parameter): Define as
2169         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2170         (or most, perhaps?) mail readers don't understand the latter, but do
2171         understand the former.
2172
2173         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2174         to nil, so that no methods are automatically agentized.  I think this
2175         is probably what most users want.
2176
2177         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2178         from url-retrieve, for instance about invalid URLs.
2179
2180         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2181         groups that have no articles.
2182         (nnimap-request-article): Check that we really got an article when we
2183         requested one.
2184
2185         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2186         doesn't exist.
2187
2188         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2189         nntp buffer so the agent can save it.
2190         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2191         that CRLF doesn't get translated to \n.
2192         (nnimap-open-connection): Don't make 'shell commands only send \n.
2193
2194 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2195
2196         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2197         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2198         Update var name.
2199         (nnml-generate-nov-file): Use dolist.
2200         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2201         Use with-current-buffer.
2202
2203 2010-09-18  Julien Danjou  <julien@danjou.info>
2204
2205         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2206         parallel.
2207
2208 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2211         the range update right.
2212         (nnimap-request-group): Don't make `M-g' bug out on group with no
2213         marks.
2214         (nnoo): Required, so that other packages can require nnimap.
2215         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2216         command we're looking for.  This helps when the server sends more
2217         responses after we've gotten everything we expected.
2218         (nnimap): Add a `newlinep' field to keep track of end-of-line
2219         conventions.
2220         Don't send CRLF to things that don't want it.
2221         (nnimap-request-accept-article): Ditto.
2222
2223 2010-09-18  Julien Danjou  <julien@danjou.info>
2224
2225         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2226         than curl to retrieve images.
2227
2228 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2231         the marks.
2232         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2233         (nnimap-wait-for-connection): New function.
2234         (nnimap-open-connection): If we have PREAUTH, don't query for login
2235         credentials.
2236         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2237         when doing a partial update.
2238
2239 2010-09-18  Julien Danjou  <julien@danjou.info>
2240
2241         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2242         tags.
2243
2244 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * nnimap.el (nnimap-credentials): New function.
2247         (nnimap-open-connection): Use the new function to look for credentials
2248         also on the numeric equivalents of "imap" and "imaps".
2249
2250         * gnus-start.el (gnus-activate-group): Send the info to
2251         gnus-request-group.
2252
2253         * nnimap.el (nnimap-request-group): Have the "check" version of the
2254         function parse flags and update the info, so that a `M-g' get a total
2255         resync of all flags from the group.
2256
2257         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2258         to allow backends to alter the info on group selection.  Also alter all
2259         the backend -request-group functions to take the parameter.
2260
2261         * nnimap.el (nnimap-store-info): New function.
2262         (nnimap-update-info): Store the info for later usage.
2263         (nnimap-request-group): Use the stored info for the dont-check case, so
2264         that we don't retrieve all marks when we enter a group.
2265
2266         * nnimap.el: Use deffoo instead of defun for interface functions.
2267
2268         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2269         update the group info.  This makes the nndraft groups, for instance, go
2270         back to their old behaviour.
2271
2272         * gnus-sum.el (gnus-select-newsgroup): Indent.
2273
2274         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2275         in.
2276         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2277         nothing.
2278
2279         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2280         from methods that are denied.
2281
2282         * gnus-int.el (gnus-method-denied-p): New function.
2283
2284         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2285         store the password instead of netrc.
2286         (nnimap-open-connection): Don't error out when we can't make a
2287         connections.
2288
2289         * auth-source.el (auth-source-create): In the password prompt, say what
2290         we're querying for.  Also prompt for user name if that hasn't been
2291         given.
2292
2293         * nnimap.el (nnimap-with-process-buffer): Removed.
2294
2295 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2298         method when we're reading from the agent.
2299
2300         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2301
2302         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2303         that's probably most useful for users.
2304
2305         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2306         "failed" all the time.
2307
2308         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2309         ...)) with (with-current-buffer ... ).
2310
2311         * nntp.el (nntp-open-server): Return whether the open was successful or
2312         not.
2313
2314         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2315         select an unread unseen article first.
2316
2317         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2318         /etc/services, supply some sensible port defaults.
2319
2320         * dgnushack.el: Define netrc-credentials.
2321
2322 2010-09-17  Julien Danjou  <julien@danjou.info>
2323
2324         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2325
2326 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2327
2328         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2329         doesn't have any parameters.
2330
2331 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2334         only upcased checks.
2335
2336         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2337
2338         * nnimap.el (nnimap-open-shell-stream): New function.
2339         (nnimap-open-connection): Use it.
2340         (nnimap-transform-headers): Get the number of lines in each message.
2341         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2342         number of lines.
2343         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2344         problem.
2345
2346         * utf7.el (utf7-encode): Autoload.
2347
2348         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2349         to allow the mail splitting to not return a default group.  This is
2350         useful for nnimap, which will leave unmatched mail in the inbox.
2351
2352         * nnimap.el: Rewritten.
2353
2354         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2355         nnimap usage.
2356
2357         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2358         if the move is internal, so that nnimap can do fast internal moves.
2359
2360         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2361         data.
2362         (gnus-read-active-for-groups): Support finishing the early retrieval of
2363         data.
2364
2365         * gnus-range.el (gnus-range-nconcat): New function.
2366
2367         * gnus-int.el (gnus-finish-retrieve-group-infos)
2368         (gnus-retrieve-group-data-early): New functions.
2369
2370 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2371
2372         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2373         (nnrss-retrieve-groups):
2374         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2375         (pop3-quit): Use with-current-buffer.
2376
2377 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2380         instead of nnheader-accept-process-output.
2381
2382         * dgnushack.el (dgnushack-compile): Add comment.
2383
2384         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2385
2386         * gnus-html.el (gnus-html-schedule-image-fetching)
2387         (gnus-html-prefetch-images): Replace process-kill-without-query by
2388         gnus-set-process-query-on-exit-flag.
2389
2390 2010-09-16  Romain Francoise  <romain@orebokech.com>
2391
2392         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2393
2394 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2397         parameter to unintern is mandatory-ish in Emacs 24.
2398
2399         * gnus-html.el (gnus-html-schedule-image-fetching)
2400         (gnus-html-prefetch-images): Check for curl before using it.
2401
2402         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2403         depend on curl, which isn't essential.
2404
2405         * imap.el: Revert back to version
2406         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2407         seem problematic.
2408
2409 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2410
2411         * gnus-registry.el (gnus-registry-install-shortcuts):
2412         Explicitly pass `obarray' to `unintern' to avoid a warning.
2413
2414 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2417         change.
2418
2419         * nnrss.el (nnrss-request-list): Removed this function and related
2420         functions, including the moreover stuff.
2421
2422 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * nnrss.el (nnrss-retrieve-groups): New function.
2425
2426 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2427
2428         * .dir-locals.el: Add no-byte-compile cookie.
2429
2430 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * time-date.el (format-seconds): Comment fix.
2433
2434         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2435         for back end that doesn't support request-scan.
2436
2437 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2440         then do request scans from the backends.
2441
2442         * netrc.el (netrc-credentials): New conveniency function.
2443
2444         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2445         avoid running a hook per line, since this takes a lot of time,
2446         profiling shows.
2447         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2448         directly if gnus-visual-p is true.
2449
2450 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2453         groups; replace mapcar with dolist which is a bit faster; pass groups
2454         info to gnus-read-active-file-1.
2455         (gnus-read-active-file-1): Scan only specified groups if the new
2456         optional arg `infos' is given.
2457
2458 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2461
2462         * pop3.el (pop3-movemail): Removed.
2463         (pop3-streaming-movemail): Renamed to pop3-movemail.
2464
2465         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2466         don't restrict end-tag searches to the end of the line.
2467
2468 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2471         articles of every unchecked group to t, which means unknown since the
2472         server has never been opened.
2473
2474 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * gnus-html.el (gnus-html-show-alt-text): New command.
2477         (gnus-html-browse-image): Ditto.
2478         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2479         to browse the image directly.
2480         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2481         better.
2482
2483         * gnus-async.el (gnus-async-article-callback): Call
2484         `gnus-html-prefetch-images' unconditionally.
2485
2486         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2487         before feeding URLs to curl.
2488
2489 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2492         internal images as deletable by `W D D'.
2493
2494         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2495         (gnus-async-article-callback): Fix typo.
2496
2497 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2500         current line to work around bugs in the output from w3m.
2501
2502         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2503         for groups that want that.
2504
2505         * nntp.el (nntp-wait-for-string): Supply a timeout for
2506         accept-process-output to ensure progress.
2507
2508         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2509         level to get unread articles from, then use that for foreign groups,
2510         too.
2511
2512         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2513         confuses the rest of the function.
2514
2515         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2516         for the methods that support -retrieve-groups, too.
2517
2518         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2519
2520 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2523         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2524
2525         * pop3.el: Require cl when compiling.
2526         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2527
2528 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2531         that aren't going to be activated.
2532         (gnus-get-unread-articles): Fix up the last commit.
2533
2534         * gnus-html.el (gnus-article-html): Allow calling without specifying
2535         the handle.  In that case, dissect the buffer first.
2536
2537         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2538
2539         * nnimap.el (nnimap-open-connection): Revert the change that would look
2540         into authinfo for imaps instead of imap.
2541
2542         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2543         say that you don't want to call gnus-request-group with don-check, but
2544         do check the reponse.  This is for virtual groups only.
2545         (gnus-get-unread-articles): Count the archive groups as secondary, so
2546         that they're activated the same way as before.
2547
2548         * imap.el (imap-message-map): Removed optional buffer parameter, since
2549         no callers use it.
2550         (imap-message-get): Ditto.
2551         (imap-message-put): Ditto.
2552         (imap-mailbox-map): Ditto.
2553         (imap-mailbox-put): Ditto.
2554         (imap-mailbox-get): Ditto.
2555         (imap-mailbox-get): Revert last change for this function.
2556
2557         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2558         case-insensitively.
2559         (nnimap-debug): Removed.
2560
2561         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2562         to use `imap-fetch' instead.  According to the comments, this should be
2563         safe, since all other IMAP clients use the 1:* syntax.
2564         (imap-enable-exchange-bug-workaround): Removed.
2565         (imap-debug): Removed -- doesn't seem very useful.
2566
2567         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2568         mail from a file, and the file doesn't exist.
2569
2570         * imap.el (imap-log): New convenience function used throughout instead
2571         of repeating the same code all over the place.
2572
2573         * pop3.el (pop3-streaming-movemail): Return t for success.
2574
2575         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2576         .authinfo if we're using ssl connection.
2577
2578         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2579         already have if we're in a main Gnus `g' run.
2580
2581         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2582
2583 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2586
2587         * nnmh.el (nnmh-request-list-1): Bind `file'.
2588
2589         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2590         alias to set-process-query-on-exit-flag or process-kill-without-query.
2591         (pop3-open-server): Use it.
2592
2593 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594
2595         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2596         box to the Incoming file.  Fixes mistake in previous checkin.
2597
2598         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2599         request loop (for debugging purposes) removed.
2600
2601         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2602         culprit is more visible.
2603         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2604         (nnml-add-incremental-nov): New functions to do "incremental" nov
2605         updates, where we just append to the end of the existing nov files
2606         without reading/writing them in full.
2607
2608         * mail-source.el (mail-source-delete-crash-box): Really only check the
2609         incoming files once in a while.
2610
2611         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2612
2613         * mail-source.el (mail-source-delete-crash-box): Only check the
2614         incoming files for deletion once per day to save a lot of file
2615         accesses.
2616
2617         * pop3.el (pop3-logon): Fix up unbound variable typo.
2618
2619         * mail-source.el (pop3-streaming-movemail): Autoload.
2620
2621         * pop3.el (pop3-streaming-movemail): Respect
2622         pop3-leave-mail-on-server.
2623
2624         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2625         retrieval.
2626
2627         * pop3.el (pop3-process-filter): Removed unused function.
2628         (pop3-streaming-movemail, pop3-send-streaming-command)
2629         (pop3-wait-for-messages, pop3-write-to-file)
2630         (pop3-number-of-responses): New functions for streaming pop3
2631         retrieval.
2632
2633         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2634         come from no known methods.
2635         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2636         list.
2637
2638         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2639         message sizes.
2640         (pop3-movemail): Use erase-buffer instead of looping and deleting
2641         regions, which seems rather odd.
2642
2643         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2644         file once per `g' run.
2645
2646         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2647         directories.  This makes the draft queue directory work.
2648
2649         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2650         data from the backends, so that we only request the list of groups from
2651         each method once.  This should speed things up considerably.
2652
2653         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2654         detect that it's not implemented.
2655
2656         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2657         we actually do recurse down into the tree, but don't stat all leaf
2658         nodes.
2659
2660         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2661         then say so instead of bugging out.
2662
2663         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2664         files exist before trying to read them.
2665
2666         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2667         around <pre_int>.
2668
2669         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2670
2671         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2672
2673 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * mm-util.el (mm-image-load-path): Just return the image directories,
2676         not all directories in the path in addition to the image directories.
2677         (mm-image-load-path): Maintain a cache of the image directories so that
2678         the `g' command in Gnus doesn't have to stat dozens of directories each
2679         time.
2680
2681         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2682         (gnus-html-wash-tags): Add a new `i' command to insert images.
2683         (gnus-html-insert-image): New command and keystroke.
2684         (gnus-html-redisplay-with-images): New command and keystroke.
2685         (gnus-html-show-images): Renamed command.
2686         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2687         spacers.
2688         (gnus-html-wash-tags): Decode entities at the end, so that entities
2689         inside the tags don't mess up the rest of the "parsing".
2690
2691         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2692         so that nnimap methods aren't agentized by default.  There's apparently
2693         many problems related to agent/imap behaviour.
2694
2695         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2696
2697         * gnus-html.el: Doc fix.
2698
2699 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2702         specifier-spec-list for Emacs 21.
2703
2704         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2705         glyph-width and glyph-height instead of display-graphic-p and
2706         image-size; make avoidance of displaying small images work for XEmacs.
2707
2708         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2709         for XEmacs.
2710
2711         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2712         of symbol that holds plist data.
2713         (gnus-process-plist): Remove plist of process after getting it.
2714
2715 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * message.el (message-generate-hashcash): Change default to
2718         'opportunistic if hashcash is installed.
2719
2720         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2721         (gnus-html-put-image): Only call image-size once, since it's somewhat
2722         time-consuming on remote X servers.
2723
2724 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2727         type on data, not a file name.
2728
2729         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2730         window-pixel-edges for Emacs 21.
2731
2732         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2733         decoded contents.
2734         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2735
2736 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2739         group line format, since it isn't very interesting.
2740
2741         * gnus-agent.el (gnus-agent-short-article),
2742         (gnus-agent-long-article): Increase values for these two variables,
2743         since most people are likely to have more network connection and
2744         storage than before.
2745
2746         * gnus.el (gnus-refer-article-method): Change default to 'current.
2747         When referring an article, the common behaviour is to refer it from the
2748         current select method, not the native select method.  The chances of
2749         the native select method having the message in question is rather slim
2750         these days.
2751
2752         * gnus-sum.el (gnus-auto-select-subject): Change default to
2753         `unseen-or-unread'.  I think it's likely that most people want to
2754         select an unseen article over a previously seen, but unread one.
2755
2756         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2757         means that in the article buffer none of the minor mode elements will
2758         be shown, usually, and this is not desirable in most cases.
2759
2760         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2761         that commands like `d' (and the like) go to the next line in the
2762         buffer, instead of the next unread article.  I think this is the
2763         behaviour that is most natural for most users.
2764         (gnus-single-article-buffer): Change default to nil, so that people can
2765         have as many article buffers open as they have summary buffer.  I think
2766         this is the most natural way for the groups to behave.
2767
2768         * message.el (message-generate-new-buffers): Change default to
2769         `unsent', so that all new message buffers start their names with the
2770         string "*unsent", and it's easier to find the buffers if you move from
2771         them.
2772
2773 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2776         small.  They're probably tracking images.
2777         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2778         (gnus-html-rescale-image): Yet another try at getting the image sizing
2779         right.
2780
2781         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2782         nntp-marks-file-name is nil.
2783
2784 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2785
2786         * gnus-html.el (gnus-html-wash-tags)
2787         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2788         Better logging.
2789
2790 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2793
2794         * gnus-html.el (gnus-html-wash-tags): Check the value of
2795         gnus-blocked-images in the summary buffer.
2796
2797 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2798
2799         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2800
2801 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2804         like "a", it seems like.
2805         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2806         since it needs to be picked from the correct buffer.
2807
2808         * nnwfm.el: Removed.
2809
2810         * nnlistserv.el: Removed.
2811
2812 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2813
2814         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2815         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2816
2817 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * nnkiboze.el: Removed.
2820
2821         * nndb.el: Removed.
2822
2823         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2824         alt text.
2825         (gnus-html-rescale-image): Try to get the rescaling logic right for
2826         images that are just wide and not tall.
2827
2828         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2829         overshadow variable bindings.
2830
2831 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2832
2833         * gnus-html.el (gnus-html-wash-tags)
2834         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2835         extra logging.
2836
2837 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2840         (gnus-max-image-proportion): New variable.
2841         (gnus-html-rescale-image): New function.
2842         (gnus-html-put-image): Rescale images.
2843
2844 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2845
2846         Fix up some byte-compiler warnings.
2847         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2848         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2849         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2850         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2851         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2852         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2853         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2854
2855 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-html.el (gnus-article-html): Decode contents by charset.
2858
2859 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2862         (gnus-html-frame-width, gnus-blocked-images)
2863         * message.el (message-prune-recipient-rules): Add custom version.
2864         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2865
2866         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2867         functions.
2868
2869         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2870         gnus-process-get.
2871
2872 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2873
2874         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2875         instead of lsub directly.
2876
2877 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * nnwarchive.el: Removed.
2880
2881         * gnus-soup.el: Removed.
2882
2883         * nnsoup.el: Removed.
2884
2885         * nnultimate.el: Removed.
2886
2887         * gnus-html.el (gnus-blocked-images): New variable.
2888
2889         * message.el (message-prune-recipients): New function.
2890         (message-prune-recipient-rules): New variable.
2891
2892         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2893         guess whether a long line is natural text or not.
2894
2895         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2896         gnus-process-plist and friends for compatibility.
2897
2898 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2899
2900         * gnus-html.el: Require packages that define macros used in this file.
2901         (gnus-article-mouse-face): Declare to silence byte-compiler.
2902         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2903         process-get.
2904         (gnus-html-put-image): Use plist-get to avoid getf.
2905         (gnus-html-prefetch-images): Use with-current-buffer.
2906
2907 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * gnus-ems.el: Provide compatibility functions for
2910         gnus-set-process-plist.
2911
2912         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2913         header-line-format for XEmacs 21.4.
2914
2915         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2916         * gnus.el (gnus-valid-select-methods)
2917         * message.el (message-send-mail-partially-limit)
2918         * mm-decode.el (mm-text-html-renderer)
2919         * mml.el (mml-insert-mime-headers-always)
2920         * smiley.el (smiley-regexp-alist): Bump custom version.
2921
2922 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * gnus-html.el: require mm-url.
2925         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2926         with the url to `url'.
2927         (gnus-html-wash-tags): Support cid: URLs/images.
2928
2929 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2932         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2933         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2934
2935         * gnus-move.el: Removed file, since it doesn't really work.
2936
2937         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2938         UTF-8.  This seems to fix problems with some German web feeds.
2939
2940         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2941         at the top so that the proper colours are applied.
2942
2943         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2944         don't have dots in their names.
2945
2946         * gnus-art.el (gnus-article-view-part): Doc fix.
2947
2948         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2949         XEmacs-compatible.
2950         (gnus-html-put-image): Don't do images on non-graphic displays.
2951
2952         * nnslashdot.el: Removed this unused backend.
2953
2954         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2955         actions.
2956         (gnus-undo-register-1): Revert last change.
2957
2958         * gnus-group.el (gnus-group-completing-read): Protect against not
2959         having completion-styles bound.
2960
2961         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2962         make broken recipients happier.
2963
2964         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2965
2966         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2967         point parameter.
2968
2969         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2970
2971         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2972         completion-styles for group selection.
2973
2974 2009-02-04  Andreas Schwab  <schwab@suse.de>
2975
2976         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2977         headers and regexp-quote the match if necessary.
2978
2979 2009-03-24  Miles Bader  <miles@gnu.org>
2980
2981         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2982         the blinking smiley.
2983
2984 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2985
2986         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2987         blink smiley.
2988
2989 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2992         where the dribbel file lives exists.
2993
2994         * message.el (message-send-mail-partially-limit): Change the default to
2995         nil, since most people don't want this.
2996
2997         * mm-url.el (mm-url-decode-entities): Also decode entities like
2998         &#x3212.
2999
3000 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3001
3002         * gnus-sum.el (gnus-summary-idna-message):
3003         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3004         Hyperlink urls in docstrings with URL `...'.
3005
3006 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3007
3008         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3009         functions.
3010
3011 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3014         say what the mouseover text should be.
3015
3016         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3017         version of the mm-w3m-safe-url-regexp variable to only download images
3018         in the groups where we want that to happen.
3019
3020         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3021
3022         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3023         easier debugging.
3024         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3025         big pictures in the article buffer.
3026
3027         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3028         gnus-article-html.
3029         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3030         w3m.
3031
3032         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3033
3034 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3037         which doesn't exist.
3038
3039         * message.el (message-inhibit-ecomplete): New variable to allow some
3040         function to inhibit ecomplete address storage.
3041         (message-resend): Disable ecomplete message storage when resending
3042         messages.
3043
3044         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3045
3046 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3049         Save excursion while copying, moving, and deleting articles in order to
3050         prevent the cursor from jumping to unforeseen place.
3051
3052 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * lpath.el: No need to bind bookmark-current-buffer,
3055         bookmark-yank-point and bookmark-make-record-function.
3056
3057 2010-08-17  Glenn Morris  <rgm@gnu.org>
3058
3059         * gnus-sync.el: Require gnus components whose functions are used.
3060
3061         * gnus-art.el (bookmark-make-record-function):
3062         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3063         Declare for compiler.
3064
3065         * mm-url.el (mml-compute-boundary): Autoload.
3066
3067 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3070
3071 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3072
3073         Typo fix "hoo4a" -> "hook".
3074
3075         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3076
3077 2010-08-14  Glenn Morris  <rgm@gnu.org>
3078
3079         * gnus-sync.el (gnus-sync): Fix defgroup version.
3080
3081 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3082
3083         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3084
3085         * gnus-sync.el: Fix docs.
3086         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3087         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3088
3089 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3090
3091         Optimizations for gnus-sync.el.
3092
3093         * gnus-sync.el: Add docs about gnus-sync-backend
3094         possibilities.
3095         (gnus-sync-save): Remove unnecessary message.
3096         (gnus-sync-read): Optimize and show what groups were skipped.
3097
3098 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3099
3100         Minor bug fixes for gnus-sync.el.
3101
3102         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3103         read the sync on get-new-news.
3104
3105         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3106         quiet.
3107
3108         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3109
3110 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3111
3112         Make saving and restoring of hidden threads work with overlays.
3113         Patch applied by Ted Zlatanov.
3114
3115         * gnus-sum.el (gnus-hidden-threads-configuration)
3116         (gnus-restore-hidden-threads-configuration): Update to deal with text
3117         properties, rather than searching for a magic character.
3118
3119 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3120
3121         New gnus-sync.el library for synchronization of marks.
3122
3123         * gnus-sync.el: New library for synchronization of marks.
3124
3125         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3126         renamed from `gnus-registry-grep-in-list'.
3127
3128         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3129
3130         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3131
3132 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3135         determining charset of text fails.
3136
3137 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * nnmail.el (nnmail-get-new-mail-1): Revert.
3140
3141         * nnml.el (nnml-active-number): Make sure names of newly created groups
3142         in nnml-group-alist are encoded.
3143
3144 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3147         containing non-ASCII characters in active file for nnml back end.
3148
3149 2010-07-24  David Engster  <dengste@eml.cc>
3150
3151         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3152         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3153
3154 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3155
3156         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3157         tag (Bug#6654).
3158
3159 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3162         the article buffer, not the summary buffer.
3163
3164 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3167         Emacs 23 as well.
3168
3169 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3172         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3173
3174 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3175
3176         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3177         Patch applied by Karl Fogel.
3178
3179         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3180         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3181
3182 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3183
3184         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3185         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3186         C-w still not working correctly from Article buffers; Thierry's
3187         patch to fix that will be applied after this.
3188
3189         * gnus-art.el (bookmark-make-record-function): New local variable.
3190
3191         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3192         article buffer.
3193         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3194
3195 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3196
3197         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3198         on changes in bookmark.el.
3199
3200 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3203         `no-log' instead of message not to log prompt string.
3204
3205 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3206
3207         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3208         the *other* type of HTML form submission.
3209
3210 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3211
3212         * auth-source.el (auth-source-pick): If choice does not contain a
3213         questioned keyword, set the check to t.
3214
3215 2010-06-12  Romain Francoise  <romain@orebokech.com>
3216
3217         * gnus-util.el (gnus-date-get-time): Move up before first use.
3218
3219 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3222         (gnus-article-edit-part): Bind it to make last part that is substituted
3223         or deleted visible.
3224         (gnus-mime-display-single): Buttonize part of which id equals to
3225         gnus-mime-buttonized-part-id.
3226
3227 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3228
3229         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3230         (gnus-dd-mmm): Use gnus-date-get-time.
3231         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3232         simplify logic.
3233         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3234         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3235
3236 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3237
3238         * auth-source.el (top): Autoload `secrets-list-collections',
3239         `secrets-create-item', `secrets-delete-item'.
3240         (auth-sources): Fix tag string.
3241         (auth-get-source, auth-source-retrieve, auth-source-create)
3242         (auth-source-delete): New defuns.
3243         (auth-source-pick): Rewrite in order to avoid 2 passes.
3244         (auth-source-forget-user-or-password): New parameter USERNAME.
3245         (auth-source-user-or-password): New parameters CREATE-MISSING and
3246         DELETE-EXISTING.  Retrieve password interactively, if needed.
3247
3248 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3249
3250         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3251         deleting unused directories when gnus-expert-user is t.
3252
3253 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3256         for each temp file when gnus-article-browse-delete-temp is ask.
3257
3258 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3259
3260         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3261         Lisp calls to delete-backward-char by calls to delete-char.
3262
3263 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3264
3265         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3266
3267 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3268
3269         * password-cache.el (password-cache-remove): Fix docstring.
3270
3271 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3274         article unless decoding article to be saved.
3275
3276 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3279         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3280         generated within the mm-with-unibyte-current-buffer macro.
3281
3282 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3285         to nil when we're in a mml-preview buffer and no group is selected.
3286
3287 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3288
3289         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3290         when catching the `C-g'.  Reported by "Leo".
3291
3292 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * message.el (message-forward-make-body-plain)
3295         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3296         multibyte-string-p.
3297
3298         * lpath.el: Revert.
3299
3300 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * message.el (message-forward-make-body-mml): Assume original message
3303         is multibyte string; error on unibyte.
3304         (message-forward-make-body-plain): Ditto; don't add excessive newline
3305         in body end.
3306
3307         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3308
3309 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3310
3311         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3312         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3313
3314 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * mm-extern.el (mm-extern-url): Don't use
3317         mm-with-unibyte-current-buffer.
3318         (mm-extern-cache-contents): Use with-current-buffer instead of
3319         save-excursion + set-buffer.
3320
3321 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * mm-util.el (mm-emacs-mule): Remove.
3324
3325 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3326
3327         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3328         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3329         change.
3330
3331 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3334         bind the default value of enable-multibyte-characters to nil.
3335
3336 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * message.el (message-forward-make-body-plain)
3339         (message-forward-make-body-mml):
3340         Don't use mm-with-unibyte-current-buffer.
3341
3342 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3343
3344         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3345
3346 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3347
3348         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3349         (Bug#5592).
3350
3351 2010-05-07  Julien Danjou  <julien@danjou.info>
3352
3353         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3354         it to mm-pipe-part.
3355
3356         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3357         it is given.
3358
3359 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * binhex.el (binhex-decode-region-internal)
3362         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3363         (dns-query)
3364         * nnweb.el (nnweb-gmane-search)
3365         * pgg-parse.el (pgg-parse-armor)
3366         * pgg.el (pgg-verify-region)
3367         * sha1.el (sha1-string-external)
3368         * uudecode.el (uudecode-decode-region-internal)
3369         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3370         XEmacs.
3371
3372         * gnus-art.el (gnus-article-browse-html-parts)
3373         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3374         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3375         make-temp-file.
3376
3377         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3378         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3379         compiling.
3380
3381         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3382         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3383         XEmacs when compiling.
3384
3385         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3386         gnus-pick-mode-off-hook for XEmacs when compiling.
3387         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3388         gnus-binary-mode-off-hook for XEmacs when compiling.
3389
3390         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3391         nil if char-charset is not available.
3392
3393         * imap.el (imap-disable-multibyte)
3394         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3395         macros.
3396
3397         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3398         instead of encode-coding-string.
3399
3400         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3401         'xemacs) instead of mm-emacs-mule to switch function definitions.
3402         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3403
3404         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3405         bind temporary-file-directory for XEmacs;
3406         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3407         timer-set-function for XEmacs 21.4 and SXEmacs;
3408         bind timer-list for XEmacs 21.4 and SXEmacs;
3409         fbind char-charset and find-charset-region for non-Mule XEmacs;
3410         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3411         encode-coding-region and encode-coding-string for XEmacs having no
3412         file-coding feature.
3413
3414 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3415
3416         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3417
3418 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3421         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3422
3423 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3424
3425         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3426         alias `jka-compr-delete-temp-file' no longer exists.
3427
3428 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3429
3430         Use define-minor-mode in Gnus where applicable.
3431         * mml.el (mml-mode): Use define-minor-mode.
3432         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3433         (gnus-undo-mode): Use define-minor-mode.
3434         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3435         (gnus-dead-summary-mode): Use define-minor-mode.
3436         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3437         Initialize in declaration.
3438         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3439         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3440         (gnus-mailing-list-mode): Use define-minor-mode.
3441         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3442         (gnus-draft-mode): Use define-minor-mode.
3443         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3444         (gnus-dired-mode): Use define-minor-mode.
3445
3446 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3447
3448         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3449         handles on recursive mml-to-mime translation and check them for
3450         boundary delimiter collisions.  Reported by Greg Troxel.
3451
3452 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3455
3456 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3457
3458         * mm-util.el (mm-find-buffer-file-coding-system):
3459         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3460
3461 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3462
3463         * message.el (message-generate-headers): Record insertion of optional
3464         headers as well.  Otherwise the check to prevent repeated insertion of
3465         optional headers is a no-op.
3466
3467 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3468
3469         * smime.el: Don't mention CVS.
3470
3471         * nnrss.el (nnrss-fetch): Don't mention CVS.
3472
3473         * nnir.el: Don't mention CVS.
3474
3475 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3476
3477         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3478
3479 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * lpath.el: Fbind bookmark-default-handler,
3482         bookmark-get-bookmark-record, bookmark-make-record-default,
3483         bookmark-prop-get for Emacs <23 and XEmacs.
3484
3485 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3486
3487         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3488         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3489         Use with-current-buffer to silence the byte-compiler.
3490         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3491         bother to require `gnus'.
3492         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3493
3494 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3495
3496         * gnus-sum.el (gnus-summary-bookmark-make-record)
3497         (gnus-summary-bookmark-jump): New functions.
3498         (gnus-summary-mode): Setup bookmark support.
3499
3500 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3501
3502         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3503         if set.
3504
3505 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3508         gnus-article-browse-html-save-cid-image; make it work recursively for
3509         forwarded messages as well.
3510         (gnus-article-browse-html-parts): Work when prefix arg is given.
3511         (gnus-article-browse-html-article): Doc fix.
3512
3513 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3514
3515         * message.el (message-default-mail-headers):
3516         (message-default-headers): Carry the value mail-default-headers over
3517         into message-default-mail-headers, rather than message-default-headers.
3518
3519 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3520
3521         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3522         charset.
3523
3524         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3525         charset into the <meta> tag when the article is encoded to utf-8.
3526
3527 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3530         directories as well.
3531         (gnus-article-browse-html-parts): Work for images that do not specify
3532         file names; delete temp directory when quitting; insert header at the
3533         right place; use file: scheme for image files.
3534
3535 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3536
3537         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3538         (gnus-article-browse-html-parts): Use it to make temporary cid image
3539         files in addition to html file so that browser may display them.
3540
3541 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3544
3545 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3546
3547         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3548
3549 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3550
3551         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3552         about Secret Service API sources.  Improve Customize options.
3553         (auth-source-pick): Change to accept any number of search parameters.
3554         Implement fallbacks iteratively, not recursively.  Add scoring on the
3555         second pass and sort by score.  Call Secret Service API when needed.
3556         (auth-source-user-or-password): Use it.  Call Secret Service API
3557         directly when needed to get the user name and the password.
3558
3559 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3560
3561         * message.el (message-interactive): Doc fix.
3562         (message-qmail-inject-args): Reflow.
3563         (message-kill-to-signature): Fix typo in docstring.
3564
3565         * smiley.el (smiley-buffer): Fix typo in docstring.
3566
3567 2010-03-24  Glenn Morris  <rgm@gnu.org>
3568
3569         * mail-source.el (gnus-message): Declare.
3570         (mail-source-delete-old-incoming): Require gnus-util.
3571
3572 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3575
3576         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3577
3578         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3579         password-cache's default if it is not bound.
3580         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3581         password-cache-expiry's default if it is not bound.
3582
3583         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3584         available in Emacs 21.
3585
3586         * lpath.el: Suppress compiler warnings for:
3587         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3588         XEmacs;
3589         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3590         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3591         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3592
3593 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3594
3595         * auth-source.el (auth-sources): Fix up definition so extra parameters
3596         are always inline.
3597
3598 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3599
3600         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3601         wasn't updated after mismatch.  Clear cached mailbox info correctly
3602         when uidvalidity changes.
3603         (nnimap-group-prefixed-name): New function to avoid some code
3604         duplication.
3605         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3606         (nnimap-request-group): Use it.
3607         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3608         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3609         with many imap folders.  This is done by caching the group status from
3610         the imap server persistently in a group parameter `imap-status'.  (This
3611         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3612         but not persistently, so every Gnus startup was still very slow.)
3613
3614 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3615
3616         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3617         delete the extra newline.  Otherwise editing of :string and :number
3618         types don't work.
3619
3620 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3621
3622         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3623         secrets.el dependency.
3624         (auth-sources): Add optional user name.  Add secrets.el configuration
3625         choice (unused right now).
3626
3627 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3628
3629         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3630         `gnus-registry-install-shortcuts' fill in the functions.
3631
3632         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3633         warnings.
3634         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3635         (gnus-registry-install-shortcuts): Populate and use it in a
3636         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3637
3638 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3639
3640         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3641         In-place substitutions for the group name encoding/decoding.
3642         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3643         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3644         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3645         (nnimap-update-unseen, nnimap-request-list)
3646         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3647         (nnimap-request-set-mark, nnimap-split-to-groups)
3648         (nnimap-split-articles, nnimap-request-newgroups)
3649         (nnimap-request-create-group, nnimap-request-accept-article)
3650         (nnimap-request-delete-group, nnimap-request-rename-group)
3651         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3652         `encoded-mbx' for consistency.
3653         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3654         variable `imap-current-mailbox'.
3655
3656         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3657         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3658
3659 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3660
3661         * pop3.el (pop3-display-message-size-flag): Display message size byte
3662         counts during POP3 download.
3663         (pop3-movemail): Use it.
3664         (pop3-list): Implement listing of available messages.
3665
3666 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3667
3668         * nnir.el (nnir-get-article-nov-override-function): New function to
3669         override the normal NOV retrieval.
3670         (nnir-retrieve-headers): Use it.
3671
3672 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3673
3674         * auth-source.el (netrc-machine-user-or-password): Autoload.
3675
3676 2010-03-19  Glenn Morris  <rgm@gnu.org>
3677
3678         Stop message.el from loading about 40 libraries it doesn't always need.
3679         The general approach is to autoload rather than require, and to
3680         require in the specific functions rather than the file.  (Bug#5642)
3681
3682         * gmm-utils.el: Don't require wid-edit.
3683         (widget-create-child-value, widget-convert, widget-default-get):
3684         Autoload.
3685
3686         * gnus-util.el: Don't require time-date, netrc.
3687         (message-fetch-field, gnus-group-name-decode): Declare rather than
3688         autoloading.
3689         (gnus-fetch-field): Require message.
3690         (gnus-decode-newsgroups): Require gnus-group.
3691
3692         * ietf-drums.el: Don't require time-date.
3693
3694         * message.el: Don't require hashcash, canlock, ecomplete.
3695         Do require mail-utils.  Require nnheader only when compiling.
3696         (smtpmail-default-smtp-server): Remove declaration.
3697         (message-send-mail-function): Check smtpmail-default-smtp-server
3698         is bound rather than requiring smtpmail.
3699         (message-auto-save-directory, message-insert-signature): Use
3700         expand-file-name rather than nnheader-concat.
3701         (nnheader-insert-file-contents): Autoload.
3702         (hashcash-wait-async): Declare.
3703         (message-send-mail): Only call gnus-setup-posting-charset if
3704         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3705         (message-send-mail-with-sendmail): Require sendmail.
3706         (canlock-password, canlock-password-for-verify): Declare.
3707         (message-canlock-password): Require canlock.
3708         (nnheader-get-report): Autoload.
3709         (gnus-setup-posting-charset): Declare.
3710         (message-send-news): Require gnus-msg.
3711         (message-make-references, message-make-in-reply-to): Use mail-header-id
3712         rather than the alias mail-header-message-id.
3713         (ecomplete-add-item, ecomplete-save): Declare.
3714         (message-put-addresses-in-ecomplete): Require ecomplete.
3715         (ecomplete-display-matches): Autoload.
3716
3717         * mm-decode.el: Don't require mailcap, gnus-util.
3718         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3719         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3720         Autoload.
3721         (mailcap-mime-extensions): Declare.
3722
3723         * mm-encode.el: Don't require mailcap.
3724         (mailcap-extension-to-mime): Autoload.
3725
3726         * mml-sec.el: Don't require password-cache.
3727
3728         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3729         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3730         (mml-minibuffer-read-type): Require mailcap.
3731         (mml-preview): Require gnus-msg.
3732
3733         * mml1991.el: Require password-cache.
3734         (password-cache-expiry): Remove declaration.
3735
3736         * mml2015.el: Require password-cache.
3737         (password-cache-expiry): Remove declaration.
3738
3739         * nneething.el (mailcap): Require mailcap.
3740
3741         * nnheader.el (declare-function): Add compatibility stub.
3742         (message-remove-header): Declare rather than autoload.
3743         (nnheader-replace-header): Require message.
3744
3745         * nnimap.el (declare-function): Add compatibility stub.
3746         (netrc-parse, netrc-machine-user-or-password): Declare.
3747         (nnimap-open-connection): Require netrc.
3748
3749         * nntp.el (declare-function): Add compatibility stub.
3750         (netrc-parse, netrc-machine, netrc-get): Declare.
3751         (nntp-send-authinfo): Require netrc.
3752
3753         * rfc2047.el: Don't require qp.
3754         (quoted-printable-encode-region, quoted-printable-decode-string):
3755         Autoload.
3756
3757         * sieve-mode.el: Don't require easymenu.
3758         (easy-menu-add-item): Autoload it.
3759
3760         * spam-stat.el (time-to-number-of-days): Autoload it.
3761
3762 2010-03-19  Glenn Morris  <rgm@gnu.org>
3763
3764         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3765
3766 2010-03-18  Glenn Morris  <rgm@gnu.org>
3767
3768         * hashcash.el (declare-function): Remove duplicate definition.
3769
3770 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3771
3772         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3773         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3774         value if any backslash escapes).
3775
3776 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3779         if it is available.  (bug#5647)
3780
3781         * lpath.el: Suppress compiler warning for coding-system-from-name for
3782         Emacs 21 and XEmacs.
3783
3784 2010-03-14  Juri Linkov  <juri@jurta.org>
3785
3786         * hmac-def.el:
3787         * hmac-md5.el:
3788         * netrc.el: Fix keywords.
3789
3790 2010-02-26  Glenn Morris  <rgm@gnu.org>
3791
3792         * message.el (message-send-mail-function): Change the default, so that
3793         it inherits from a customized send-mail-function.  (Bug#5643)
3794
3795 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3796
3797         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3798         shell-command-to-string signals an error (bug#5299).
3799
3800 2010-02-24  Glenn Morris  <rgm@gnu.org>
3801
3802         * message.el (message-smtpmail-send-it)
3803         (message-send-mail-with-mailclient): Doc fixes.
3804
3805 2010-02-16  Glenn Morris  <rgm@gnu.org>
3806
3807         * message.el (message-default-mail-headers): Change the default value
3808         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3809
3810 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3813         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3814
3815 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3816
3817         * time-date.el (date-to-time): Doc fix (Bug#5408).
3818
3819 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3820
3821         * message.el (message-mail): Just pass yank-action on to message-setup.
3822         (message-setup): Handle (FUN . ARGS) form of yank-action.
3823         (message-with-reply-buffer, message-widen-reply)
3824         (message-yank-original): Handle non-buffer values of
3825         message-reply-buffer (Bug#4080).
3826         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3827
3828 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3829
3830         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3831         Fix typo in docstring.
3832
3833 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3834
3835         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3836         response.
3837
3838 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3841
3842         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3843
3844         * message.el (message-check-news-header-syntax): Protect against a
3845         string that `rfc822-addresses' returns when parsing fails.
3846
3847 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3850         (gnus-previous-char-property-change): New functions.
3851
3852         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3853
3854 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3855
3856         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3857         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3858
3859 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3860
3861         * message.el (message-exchange-point-and-mark): Rework last change to
3862         avoid using optional arg of exchange-point-and-mark, for backward
3863         compatibility.
3864
3865 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3866
3867         * message.el (message-exchange-point-and-mark): Call
3868         exchange-point-and-mark with an argument rather than setting
3869         mark-active by hand (Bug#5175).
3870
3871 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * nntp.el (nntp-service-to-port): Work for service expressed with
3874         numeric string; replace [:digit:] with [0-9] for XEmacs.
3875
3876 2009-12-17  Glenn Morris  <rgm@gnu.org>
3877
3878         * gnus-group.el (gnus-bug-group-download-format-alist):
3879         Change emacs entry to debbugs.gnu.org.  Bump :version.
3880
3881 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3882
3883         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3884
3885 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3886
3887         * message.el (message-info): Explain why we use `Info-goto-node'.
3888
3889 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3892
3893 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3894
3895         * message.el (message-completion-in-region): New compatibility function.
3896         (message-expand-group): Use it.
3897
3898 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3901         with no unread article should be listed if the 2nd arg `predicate' is
3902         given.
3903
3904 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3907
3908 2009-11-29  Juri Linkov  <juri@jurta.org>
3909
3910         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3911         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3912         on `gnus-recenter'. (Bug#4698, Bug#4981)
3913
3914 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3915
3916         * sha1.el (sha1-string-external): default-directory "/" in case
3917         otherwise non-existent.  process-connection-type pipe for touch of
3918         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3919
3920 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3921
3922         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3923         it's comms related and sgml-mode.el has "comm" on that basis too.
3924
3925 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3928         containing tspecial characters if they have been already quoted.
3929
3930 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3931
3932         * dns-mode.el (auto-mode-alist): Purecopy string.
3933
3934 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3935
3936         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3937
3938 2009-10-24  Glenn Morris  <rgm@gnu.org>
3939
3940         * gnus-art.el (help-xref-stack-item): Define for compiler.
3941
3942 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3943
3944         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3945
3946 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3949
3950 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3953         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3954
3955 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3958         (gnus-overlays-in): New alias to overlays-in.
3959
3960         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3961         gnus-overlay-get, and gnus-delete-overlay.
3962         (gnus-summary-show-thread): Make it work as well for systems in which
3963         next-single-char-property-change is not available.
3964         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3965
3966         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3967         (gnus-overlay-get): New alias to extent-property.
3968         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3969
3970         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3971         SXEmacs.
3972
3973         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3974         SXEmacs.
3975
3976 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3977
3978         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3979
3980 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3981
3982         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3983         and XEmacs that don't have `remove-overlays'.
3984
3985 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3986
3987         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3988         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3989         selective display.  Use overlays instead.
3990
3991 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3992
3993         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3994
3995 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3996
3997         * spam-stat.el (spam-stat-load): Fix typo in message.
3998
3999 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4000
4001         * dig.el (dig-invoke): Fix typo in docstring.
4002         (query-dig): Reflow docstring.
4003
4004 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4005
4006         * gnus-art.el (gnus-article-encrypt-body):
4007         * message.el (message-check-recipients):
4008         * mm-util.el (mm-codepage-setup):
4009         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4010         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4011
4012 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4013
4014         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4015         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4016         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4017         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4018         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4019
4020 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4021
4022         * dig.el: Add "Keywords: comm", as per net-utils.el.
4023
4024 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4025
4026         * dig.el (dig-mode): Use define-derived-mode.
4027
4028 2009-09-19  Glenn Morris  <rgm@gnu.org>
4029
4030         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4031
4032 2009-09-18  Glenn Morris  <rgm@gnu.org>
4033
4034         * gnus-diary.el (gnus-diary-check-message):
4035         * message.el (message-insert-formatted-citation-line):
4036         * nnbabyl.el (top-level):
4037         * nndiary.el (nndiary-schedule):
4038         Fix typos in condition-case handlers.
4039
4040 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4041
4042         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4043         configuration that provides the sole article window in a frame;
4044         position point correctly after deleting a part.
4045
4046 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4047
4048         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4049         (spam-resolve-registrations-routine): Use it to unregister articles
4050         that change status.
4051
4052 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4055         with XEmacs.
4056         (parse-time-string-chars): Use it.
4057
4058 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4059
4060         * imap.el (imap-interactive-login): Better messages.
4061         (imap-open): Fix bug with renamed buffer on reconnect.
4062         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4063         for easier debugging and cleaner code.  On successful (guessed based on
4064         server capabilities) secondary authentication, set imap-state
4065         correctly.
4066         (imap-last-authenticator): Define imap-last-authenticator as a variable
4067         to avoid warnings.
4068
4069 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * nnrss.el (nnrss-request-article): Remove binding of
4072         default-enable-multibyte-characters that has gotten needless by
4073         the 2007-07-13 change in rfc2047-encode-message-header.
4074
4075         * mml.el (mml-insert-multipart): Error on the message header.
4076         (mml-insert-part): Error on the message header; position point at
4077         the end of a MIME tag.
4078
4079 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * time-date.el (autoload): Expand define-obsolete-function-alias into
4082         defalias and make-obsolete for old Emacsen that Gnus supports.
4083         (with-no-warnings): Define it for old Emacsen.
4084         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4085         is available.
4086         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4087         float-time is available; suppress compile warning for time-to-seconds.
4088
4089         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4090         (gnus-float-time): Alias to float-time if it exists.
4091
4092         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4093         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4094         float-time is available; suppress compile warning for time-to-seconds.
4095
4096         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4097         XEmacs.
4098
4099 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4100
4101         * imap.el (imap-message-map): Docstring fix.
4102
4103 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4106         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4107         Add the optional argument `encoding' that overrides the default.
4108
4109         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4110         mm-encode-buffer.
4111
4112 2009-09-04  Glenn Morris  <rgm@gnu.org>
4113
4114         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4115         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4116         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4117         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4118         * mm-util.el (mm-with-unibyte-current-buffer)
4119         (mm-find-buffer-file-coding-system):
4120         * yenc.el (yenc-decode-region): Use default-value rather than
4121         default-enable-multibyte-characters.
4122
4123 2009-09-03  Glenn Morris  <rgm@gnu.org>
4124
4125         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4126         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4127         than default-enable-multibyte-characters.
4128
4129 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4130
4131         * gnus-art.el (gnus-article-read-summary-keys):
4132         Fix gnus-buffer-configuration's value temporarily used.
4133
4134 2009-09-02  Glenn Morris  <rgm@gnu.org>
4135
4136         * gnus-util.el (gnus-float-time): New function.
4137         * gnus-delay.el (gnus-delay-article):
4138         * gnus-sum.el (gnus-thread-latest-date):
4139         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4140         * nnspool.el (nnspool-request-newgroups):
4141         Use gnus-float-time rather than time-to-seconds.
4142         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4143
4144         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4145         (gnus-header-subject-face, gnus-header-newsgroups-face)
4146         (gnus-header-name-face, gnus-header-content-face):
4147         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4148         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4149         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4150         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4151         (gnus-cite-face-11):
4152         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4153         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4154         (gnus-server-closed-face, gnus-server-denied-face)
4155         (gnus-server-offline-face):
4156         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4157         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4158         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4159         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4160         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4161         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4162         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4163         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4164         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4165         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4166         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4167         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4168         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4169         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4170         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4171         (gnus-summary-high-undownloaded-face)
4172         (gnus-summary-low-undownloaded-face)
4173         (gnus-summary-normal-undownloaded-face)
4174         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4175         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4176         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4177         (gnus-splash-face):
4178         * message.el (message-header-to-face, message-header-cc-face)
4179         (message-header-subject-face, message-header-newsgroups-face)
4180         (message-header-other-face, message-header-name-face)
4181         (message-header-xheader-face, message-separator-face)
4182         (message-cited-text-face, message-mml-face):
4183         * sieve-mode.el (sieve-control-commands-face)
4184         (sieve-action-commands-face, sieve-test-commands-face)
4185         (sieve-tagged-arguments-face):
4186         * spam.el (spam-face):
4187         Mark face aliases with "-face" in the name as obsolete.
4188
4189 2009-09-01  Glenn Morris  <rgm@gnu.org>
4190
4191         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4192         than goto-line.
4193
4194 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4197         Don't move point if the command is invoked inside the message header.
4198
4199 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4200
4201         * imap.el (imap-send-command): Simplify.
4202         (imap-wait-for-tag): point-max -> buffer-size.
4203
4204 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4205
4206         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4207         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4208         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4209         * nnir.el (nnir-swish-e-index-file):
4210         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4211         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4212         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4213         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4214         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4215         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4216
4217 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4220         Don't save excursion.
4221
4222 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4223
4224         * nnheader.el (nnheader-find-file-noselect):
4225         * mm-util.el (mm-insert-file-contents):
4226         Use (default-value 'major-mode) instead of default-major-mode.
4227
4228 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4229
4230         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4231
4232 2009-08-26  Glenn Morris  <rgm@gnu.org>
4233
4234         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4235         than placing in files.el.
4236
4237 2009-08-25  Glenn Morris  <rgm@gnu.org>
4238
4239         * nnir.el (top-level): Don't require cl at run-time.
4240         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4241         Replace cl-function substitute with gnus-replace-in-string.
4242         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4243         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4244         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4245         simplified expansions.
4246
4247 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4248
4249         * dig.el (dig): Add autoload cookie.
4250
4251 2009-08-22  Glenn Morris  <rgm@gnu.org>
4252
4253         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4254         goto-line.
4255
4256 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4257
4258         * parse-time.el (parse-time-string-chars): Save match data.
4259
4260 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4261
4262         * parse-time.el (parse-time-string-chars): Compute using character
4263         classes, to handle non-ascii characters (Bug#3190).
4264
4265 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4268
4269         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4270         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4271         (gnus-mm-display-part, gnus-mime-display-single)
4272         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4273         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4274
4275         * gnus-sum.el
4276         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4277         (gnus-summary-move-article): Add expirable mark to articles copied or
4278         moved to group that has auto-expire turned on if the option is non-nil.
4279
4280 2009-07-24  Glenn Morris  <rgm@gnu.org>
4281
4282         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4283         Fix typo.  (Bug#3903)
4284
4285 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4288         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4289         that should not be used for draft articles.
4290         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4291         that has no concern in minor mode keys.
4292         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4293         Abolish.
4294
4295 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4298         article without making inquiry to a user for unknown encoding.
4299
4300         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4301         (nnmaildir--scan): Assume i-node and device number that file-attributes
4302         returns might be cons-cell.
4303
4304         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4305
4306         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4307
4308 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * auth-source.el: Remove docs now in auth.texi.  Don't use
4311         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4312         `auth-source-hide-passwords' and use them.
4313
4314 2009-07-15  Glenn Morris  <rgm@gnu.org>
4315
4316         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4317
4318 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4321         excessive whitespace from the default values of title and description.
4322
4323 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4326         mail-fetch-field to fetch Content-Description header in order to
4327         exclude newlines.
4328
4329 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4330
4331         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4332         format used by GnuPG 2.0.11.
4333
4334 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4337         to deleted part.
4338
4339 2009-05-30  David Engster  <dengste@eml.cc>
4340
4341         * nnmairix.el: Remove old documentation in the commentary block.
4342         (nnmairix-request-group): Do not update active file for nnml back ends.
4343         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4344         end so that overview files are ignored.
4345         (nnmairix-update-groups): Make updating the groups more robust by using
4346         marks.
4347         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4348         with dollar characters in message-id.
4349
4350 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4351
4352         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4353         2008-12-25 in dns.el.
4354
4355 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4356
4357         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4358         could happen if the text is only composed of spaces and/or tabs.
4359
4360 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4361
4362         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4363         when sending a queued message to avoid extra mml tags.
4364
4365 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4368
4369 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4372         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4373         rmail-toggle-header for XEmacs;
4374         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4375
4376 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * gnus-dired.el: Remove autoload for gnus-setup-message.
4379         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4380         displaying Gnus logo; always use compose-mail.
4381
4382 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4385
4386 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4389         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4390         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4391         available.
4392         (gnus-nocem-epg-verify): New function.
4393
4394 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4395
4396         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4397
4398 2009-02-15  Glenn Morris  <rgm@gnu.org>
4399
4400         * gnus-util.el (rmail-insert-rmail-file-header)
4401         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4402         autoloads.
4403         (rmail-default-rmail-file): Remove unnecessary declaration.
4404         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4405
4406 2009-02-14  Glenn Morris  <rgm@gnu.org>
4407
4408         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4409         variable (only used in gnus-util, which declares it anyway).
4410         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4411         which was only needed by gnus-art (changed to not use it any more).
4412         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4413         only used in gnus-util, which autoloads it itself.
4414         (rmail-update-summary): Fix autoload.
4415
4416         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4417         rather than rmail-output-to-rmail-file.
4418
4419 2009-02-07  Glenn Morris  <rgm@gnu.org>
4420
4421         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4422         autoload of function that no longer exists.
4423         (rmail-toggle-header): Declare.
4424         (message-forward-rmail-make-body): Handle mbox Rmail.
4425
4426 2009-01-31  Glenn Morris  <rgm@gnu.org>
4427
4428         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4429         2009-01-09 change.
4430
4431 2009-01-31  Dave Love  <fx@gnu.org>
4432
4433         * imap.el (imap-fetch-safe): Bind debug-on-error.
4434         (imap-debug): Add imap-fetch-safe.
4435
4436 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4439         (auth-source-forget-all-cached): New convenience function.
4440         (auth-source-user-or-password): Accept list of modes or a single mode.
4441
4442         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4443         auth-source modes.
4444
4445         * netrc.el (netrc-machine-user-or-password): Use list of
4446         auth-source modes.
4447
4448         * nnimap.el (nnimap-open-connection): Use list of
4449         auth-source modes.
4450
4451         * nntp.el (nntp-send-authinfo): Use list of
4452         auth-source modes.
4453
4454 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4455
4456         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4457         now.
4458
4459 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4462         coding system in XEmacs; add a workaround for XEmacs.
4463
4464         * lpath.el: Fbind coding-system-aliasee.
4465
4466 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4469         of current-language-environment.
4470
4471 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4474         available at runtime.
4475
4476 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4479
4480 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4481
4482         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4483         the greatest positive fixnum value doesn't work under an XEmacs with
4484         bignum support; use the most-positive-fixnum constant instead,
4485         available since Emacs 21.1 with cl and XEmacs 21.1.
4486
4487 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4490         XEmacs gets not to work.
4491
4492 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * mm-util.el (mm-coding-system-priorities): Allow the value like
4495         "Japanese (UTF-8)" of current-language-environment.
4496
4497 2009-01-09  Glenn Morris  <rgm@gnu.org>
4498
4499         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4500         with last-command-event.
4501
4502 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4503
4504         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4505         in the doc string.
4506
4507         * message.el (message-fix-before-sending): Amend comment.
4508
4509 2009-01-08  Dave Love  <fx@gnu.org>
4510
4511         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4512
4513 2009-01-07  David Engster  <dengste@eml.cc>
4514
4515         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4516         simplified server definitions by converting it via
4517         gnus-server-to-method.
4518
4519 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4522         parameter's operands.
4523
4524 2009-01-06  David Engster  <dengste@eml.cc>
4525
4526         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4527         primary select method (for gnus-group-mark-article-as-read).
4528
4529 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4530
4531         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4532         `(gnus)Face', not `(gnus)X-Face'.
4533
4534 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * mm-util.el (mm-ucs-to-char): New function.
4537
4538         * mm-url.el (mm-url-decode-entities): Use it.
4539
4540         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4541         unicode-to-char.
4542
4543 2009-01-05  Dave Love  <fx@gnu.org>
4544
4545         * time-date.el: Require cl for `declare'.
4546
4547 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4550         Dave Love.
4551
4552 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4553
4554         * message.el (message-fix-before-sending): Add `eight-bit' to
4555         illegible-text check.
4556
4557 2009-01-03  Michael Olson  <mwolson@gnu.org>
4558
4559         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4560         `headers' is nil.  This can occur if the IMAP server does not have
4561         permissions to read messages from a folder, but can write new messages
4562         to the folder.
4563         (nnimap-request-article-part): Do not insert `data' if it is nil.
4564
4565         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4566         characters which will confuse `read', so skip past them.
4567
4568 2009-01-01  Dave Love  <fx@gnu.org>
4569
4570         * imap.el (imap-string-to-integer): Fix typo.
4571         (imap-fetch-safe): New function.
4572         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4573
4574         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4575
4576         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4577         (imap-parse-greeting): Fix doc strings.
4578         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4579         (imap-parse-flag-list): Make messages unique.
4580         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4581
4582         * nnimap.el: Fix author email.
4583         (nnimap-split-rule): Add FIXME comment.
4584         (nnimap-debug): Fix doc string.
4585
4586 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4587
4588         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4589
4590 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4591
4592         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4593         nslookup if resolv.conf isn't available.
4594         (dns-query): Rename from query-dns.
4595         (dns-query-cached): Rename from query-dns-cached.
4596
4597 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4600         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4601         to check if those variables exist (first appeared in Emacs 18.50).
4602
4603 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * mm-util.el (mm-line-number-at-pos): New function.
4606
4607         * spam-report.el (spam-report-process-queue): Use it.
4608
4609 2008-12-24  David Engster  <dengste@eml.cc>
4610
4611         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4612         parameters that haven't existed as variables as buffer-local variables.
4613
4614 2008-12-23  Dave Love  <fx@gnu.org>
4615
4616         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4617         cadar.
4618
4619         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4620         imap-starttls-p.
4621         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4622
4623 2008-12-22  Dave Love  <fx@gnu.org>
4624
4625         * imap.el: Fix author email.  Doc fixes.
4626         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4627         reply.
4628
4629 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4630
4631         * spam-report.el (spam-report-gmane-max-requests): New constant.
4632         (spam-report-gmane-wait): New variable.
4633         (spam-report-gmane-ham, spam-report-gmane-spam)
4634         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4635         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4636         the server.
4637
4638         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4639         Add explanations.
4640
4641         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4642         nnheader-accept-process-output and nnheader-read-timeout if available.
4643         (pop3-movemail): Use it.
4644
4645         * message.el (message-check-news-body-syntax): Fix signature check if
4646         there's an attachment.
4647
4648 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * mm-util.el: Add comments to the mm- emulating functions.
4651
4652 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4653
4654         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4655         by Stephen Berman <stephen.berman@gmx.net>.
4656
4657 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * mm-util.el (mm-substring-no-properties): New function.
4660         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4661         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4662         (mm-string-to-multibyte): Doc fix.
4663
4664         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4665
4666 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4667
4668         * mml.el (mml-attach-file): Strip text properties from file name.
4669         (Bug#1574)
4670
4671 2008-12-16  Glenn Morris  <rgm@gnu.org>
4672
4673         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4674
4675 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4678         knows since the charset specified might be a bogus alias that
4679         mm-charset-synonym-alist provides.
4680
4681 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4684         "ISO_8859-1".
4685
4686         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4687
4688 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * mm-util.el (mm-charset-eval-alist):
4691         Define it before mm-charset-to-coding-system.
4692         (mm-charset-to-coding-system): Add optional argument `silent';
4693         define it before mm-charset-override-alist.
4694         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4695         default value if it can be used in Emacs currently running;
4696         silence mm-charset-to-coding-system.
4697
4698 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4701         `allow-override' which says whether to use `mm-charset-override-alist'.
4702         (rfc2047-decode-encoded-words): Use it.
4703
4704         * mm-util.el (mm-charset-override-alist): Fix custom type;
4705         add `(gb2312 . gbk)' to choices.
4706
4707 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4710         fast.
4711
4712         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4713
4714         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4715
4716 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4717
4718         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4719         on links.
4720
4721         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4722
4723 2008-12-03  Lute Kamstra  <lute@gnu.org>
4724
4725         * sha1.el: Remove leading * from docstrings of defcustoms,
4726         deffaces, defconsts and defuns.
4727
4728 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4731         users' addresses that don't have domain parts.
4732         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4733         rather than message-narrow-to-head since there will be the message
4734         header separator.
4735
4736 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4737
4738         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4739         since the result is inserted in a unibyte buffer anyway.
4740         (nnimap-demule-use-string-to-multibyte): Remove.
4741         (nnimap-demule): Alias it to mm-string-to-multibyte.
4742
4743 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4744
4745         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4746         variable for debugging bug#464 and bug#1174.
4747         (nnimap-demule): Use it.
4748
4749 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4750
4751         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4752         score calculation correctly.
4753
4754 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4755
4756         * message.el (message-send-mail): Just set the buffer to unibyte
4757         rather than use mm-with-unibyte-current-buffer which does a lot more.
4758         (message-send-mail-partially): Don't bother with
4759         mm-with-unibyte-current-buffer since it's already been made unibyte by
4760         message-send-mail.
4761
4762 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4763
4764         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4765
4766 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4767
4768         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4769
4770 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4773         require itself and to remove `with-no-warnings'.
4774
4775 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4776
4777         * starttls.el (starttls-any-program-available): Get the name of the
4778         available TLS layer program.
4779         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4780         well as the host name in the "opening" message.
4781
4782         * auth-source.el (auth-source-cache, auth-source-do-cache)
4783         (auth-source-user-or-password): Cache passwords and logins by default,
4784         allow override with `auth-source-do-cache'.
4785         (auth-source-forget-user-or-password): Allow users to remove cache
4786         entries if needed.
4787
4788 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4789
4790         * md4.el (md4-buffer): Fix typo in docstring.
4791         (md4, md4-64): Doc fixes.
4792         (md4-pack-int32): Reflow docstring.
4793
4794 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4797         condition-case to only the forward-sexp call.
4798
4799 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4802         quotes contained.  Make it more robust regardless by an extra
4803         condition-case wrapper.
4804
4805 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4808
4809 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * nnml.el (nnml-request-expire-articles): Check if the function set to
4812         `nnmail-expiry-target' returns the symbol `delete'.
4813
4814         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4815
4816         * nnmail.el (nnmail-expiry-target): Fix custom type.
4817
4818 2008-10-02  Glenn Morris  <rgm@gnu.org>
4819
4820         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4821         Silence compiler warning.
4822
4823 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4824
4825         * tls.el (open-tls-stream): Show the actual command being
4826         executed, instead of the format string.
4827
4828 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * lpath.el: Fbind codepage-setup for Emacs 23.
4831
4832 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4833
4834         * mml.el (mml-menu): Don't assume mml2015 is bound.
4835
4836 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4839         exists.
4840
4841 2008-09-27  Glenn Morris  <rgm@gnu.org>
4842
4843         * gnus-util.el (mail-header-remove-comments): Autoload it.
4844
4845 2008-09-27  Andreas Schwab  <schwab@suse.de>
4846
4847         * gnus-util.el (gnus-split-references): Strip comments.
4848         (gnus-parent-id): Likewise.
4849
4850 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4851
4852         * message.el (message-confirm-send): Fix version.
4853
4854 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * message.el (message-idna-to-ascii-rhs-1): Use
4857         mail-extract-address-components rather than mail-header-parse-addresses
4858         that is an alias by default to ietf-drums-parse-addresses that does not
4859         support non-ASCII names in headers' contents.
4860
4861 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4862
4863         * message.el (message-confirm-send): Fixed variable documentation to
4864         avoid the "y/n" wording.
4865
4866 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4867
4868         * message.el (message-set-auto-save-file-name): Save to a different
4869         filename so multiple messages (especially drafts) can be recovered.
4870
4871 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * message.el (message-confirm-send): Add appropriate version.
4874
4875 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4876
4877         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4878         defvar.
4879
4880 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4881
4882         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4883         (mm-pkcs7-enveloped-magic): Ditto.
4884
4885 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4886
4887         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4888         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4889
4890 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4891
4892         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4893         default, it's better.
4894
4895 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4896
4897         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4898         summary line gnus-number property and ignore them (with a warning
4899         message).
4900
4901 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4904         macro caddr in the interactive form since it won't be expanded.
4905
4906 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4909         `charset'; fix name of function called recursively.
4910         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4911
4912 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4915         (gnus-mime-set-charset-parameters): New function.
4916         (gnus-mime-view-part-as-charset): Use it to correctly display part
4917         specifying wrong charset.
4918
4919 2008-09-08  David Engster  <dengste@eml.cc>
4920
4921         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4922         in completing-read for back end server.
4923
4924 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4925
4926         * message.el (message-confirm-send): New variable to confirm sending a
4927         message.
4928         (message-send): Use it.
4929
4930 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4931
4932         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4933
4934 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4937
4938 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4939
4940         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4941         prevent tracking too many groups.
4942         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4943         Use it.
4944
4945 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4946
4947         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4948         moving point to the bottom of the window in order to avoid recentering.
4949
4950 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4953
4954         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4955         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4956         (gnus-article-beginning-of-window): Fix calculation.
4957
4958 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * gnus-msg.el (gnus-summary-supersede-article)
4961         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4962         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4963         message header.
4964
4965 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4966
4967         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4968         pending output coming after the status change.
4969
4970 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4971
4972         * message.el:
4973         * gnus-start.el:
4974         * gnus-registry.el: Remove VMS support.
4975
4976 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4979         macro.
4980         (rfc2104-hash): Use it.
4981
4982 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4983
4984         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4985         (gnus-summary-sort-by-most-recent-date): New commands.
4986         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4987         and menu entries.
4988
4989 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4992         don't redisplay article for raw contents; remove plural articles stuff.
4993
4994         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4995         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4996         on gnus-summary-save-article; display results properly.
4997
4998 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * lpath.el: No need to fbind ns-focus-frame.
5001
5002 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5005
5006 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5009         gnus-save-all-headers.
5010
5011 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5012
5013         * gnus-util.el (ns-focus-frame): Remove declaration.
5014         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5015         like x.
5016
5017 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5018
5019         * rfc2104.el (rfc2104-zero): Delete defconst.
5020         (rfc2104-hex-alist): Likewise.
5021         (rfc2104-hex-to-int): Delete func.
5022         (rfc2104-hexstring-to-bitstring): Likewise.
5023         (rfc2104-nybbles): New defconst.
5024         (rfc2104-hash): Rewrite for speed.
5025
5026 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * tls.el (open-tls-stream): Make it work with the 2nd argument
5029         BUFFER that is a string but does not exist as a buffer object, as
5030         mentioned in the doc-string.
5031
5032 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5035         SXEmacs.
5036
5037 2008-07-16  Glenn Morris  <rgm@gnu.org>
5038
5039         * gnus-util.el (ns-focus-frame): Declare for compiler.
5040
5041 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5044         set as a group parameter.
5045         (gnus-summary-save-in-pipe): Work when it is called independently.
5046         (gnus-summary-pipe-to-muttprint): Don't modify
5047         gnus-summary-pipe-output-default-command.
5048
5049 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5050
5051         * message.el (message-send-mail-with-sendmail):
5052         Display the error message.
5053
5054 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * gnus-art.el (gnus-default-article-saver):
5057         Add gnus-summary-save-in-pipe to choices.
5058         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5059         gnus-summary-pipe-output-default-command as the default command.
5060         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5061         instead of gnus-last-shell-command.
5062
5063         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5064         New user option.
5065         (gnus-summary-muttprint-program): Mention the value will be changed.
5066         (gnus-summary-save-article): Force showing of all headers.
5067         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5068
5069 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5070
5071         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5072
5073 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5074
5075         * nnimap.el (nnimap-id):
5076         * sieve-manage.el (sieve-manage-open): Doc fixes.
5077
5078 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5079
5080         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5081         if available.
5082
5083 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5084
5085         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5086
5087         * nnkiboze.el (nnkiboze-generate-group):
5088         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5089
5090         * nnmairix.el: Require CL.
5091
5092 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * dgnushack.el: Autoload get-display-table and put-display-table for
5095         XEmacs 21.5.
5096
5097         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5098         21.4 and SXEmacs.
5099
5100 2008-06-15  David Engster  <dengste@eml.cc>
5101
5102         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5103
5104 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5105
5106         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5107         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5108         runtime choice under XEmacs.
5109
5110         * gnus-sum.el (gnus-summary-set-display-table):
5111         Use `gnus-put-display-table', `gnus-get-display-table',
5112         `gnus-set-display-table' for the display table, instead of `aset'.
5113
5114         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5115         Use `gnus-put-display-table', `gnus-get-display-table',
5116         `gnus-set-display-table' for the display table.
5117
5118 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * nnmairix.el: Add autoloads.
5121
5122 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * nnmairix.el (nnmairix-delete-recreate-group)
5125         (nnmairix-update-and-clear-marks): Fix error messages.
5126
5127 2008-06-14  David Engster  <dengste@eml.cc>
5128
5129         * nnmairix.el: Upgrade to version 0.6.
5130         (nnmairix-group-toggle-propmarks-this-group)
5131         (nnmairix-group-toggle-readmarks-this-group)
5132         (nnmairix-group-delete-recreate-this-group)
5133         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5134         (nnmairix-remove-tick-mark-original-article): New commands.
5135         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5136         (nnmairix-propagate-marks-to-nnmairix-groups)
5137         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5138         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5139         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5140         functions needed for marks propagation and manipulation of read marks.
5141         (nnmairix-update-groups): New function.
5142         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5143         (nnmairix-determine-original-group-from-registry)
5144         (nnmairix-determine-original-group-from-path)
5145         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5146         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5147         New helper functions.
5148         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5149         keystrokes for new commands.
5150         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5151         (nnmairix-request-group): Check allow-fast group parameter.
5152         (nnmairix-request-create-group): Set allow-fast group parameter if
5153         nnmairix-allowfast-default is set.
5154         (nnmairix-close-group): Propagate marks upon closing if needed.
5155         (nnmairix-group-toggle-threads-this-group): Use new.
5156         nnmairix-group-toggle-parameter helper function.
5157         (nnmairix-search): Better check for empty search result.
5158         (nnmairix-goto-original-article): Use new helper functions for
5159         determining original article.
5160         (nnmairix-show-original-article): Make sure message-id is in brackets.
5161         (nnmairix-call-mairix-binary): Change variable name.
5162         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5163         helper function.
5164         (nnmairix-widget-toggle-activate): Fix doc string.
5165
5166 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * nnir.el: Require edmacro when compiling with XEmacs.
5169         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5170         available in Emacs 21.
5171
5172 2008-06-11  Glenn Morris  <rgm@gnu.org>
5173
5174         * gnus-util.el (x-focus-frame):
5175         * gnus.el (image-size):
5176         * mm-decode.el (image-size): Declare.
5177
5178         * gnus-picon.el (declare-function): Add compat definition.
5179         (image-size): Declare.
5180
5181         * gnus-group.el (tool-bar-map):
5182         * gnus-sum.el (tool-bar-map): Define for compiler.
5183
5184         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5185
5186         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5187
5188         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5189         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5190         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5191         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5192         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5193         * sieve-manage.el, spam-report.el, spam.el:
5194         Remove unnecessary eval-and-compile of autoloads.
5195
5196 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5197
5198         * auth-source.el: Precise Tramp doc.
5199
5200 2008-06-07  Glenn Morris  <rgm@gnu.org>
5201
5202         * nnmairix.el: Remove unnecessary eval-when-compile.
5203
5204 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * lpath.el: Fbind propertize for XEmacs 21.4.
5207
5208 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5209
5210         * nnir.el: Move here from ../contrib.
5211
5212 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5213
5214         * gnus-util.el (gnus-read-shell-command): New function.
5215         * mm-decode.el (mm-pipe-part):
5216         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5217
5218 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5221
5222 2008-06-03  Glenn Morris  <rgm@gnu.org>
5223
5224         * pop3.el (nnheader-accept-process-output): Autoload it.
5225
5226 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5229         are not 2-digit hexadecimal characters that follow `%'s.
5230
5231 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5232
5233         * message.el (message-bogus-recipient-p): Fix type in doc string.
5234         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5235         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5236         Improve custom options.
5237         (message-bogus-recipient-p): Adjust accordingly.
5238
5239 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5240
5241         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5242         long-form month and day names.
5243
5244 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * dgnushack.el: Autoload debug, eudc-expand-inline and
5247         pgg-snarf-keys-region for XEmacs.
5248
5249         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5250
5251         * nnmairix.el: Require edmacro when compiling with XEmacs.
5252
5253 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5254
5255         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5256         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5257
5258 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5259
5260         * auth-source.el: Add more docs.
5261
5262         * netrc.el (netrc-machine): Always match if the port is not given.
5263
5264 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5267         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5268         retrieval faster in some cases, but might make CPU usage larger.  If
5269         this has any bad side effects, we might revert this change.
5270
5271         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5272         seems to make mail retrieval much, much faster.
5273         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5274         unconditionally.
5275
5276         * gnus-draft.el (gnus-group-send-queue): Bind
5277         message-send-mail-partially-limit to nil to avoid being prompted.
5278
5279 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5280
5281         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5282
5283         * message.el (message-bogus-address-regexp): Fix and improve custom
5284         type.
5285         (message-setup-hook): Add message-check-recipients as custom option.
5286
5287 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * message.el (message-cite-function): Remove bogus autoload which crept
5290         in during merge from v5-10.
5291
5292 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5293
5294         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5295
5296         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5297
5298         * auth-source.el: Preliminary Tramp docs.
5299         (auth-sources): Change the default auth-sources to use
5300         EPA .gpg files.
5301
5302 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5303
5304         * nntp.el: Autoload `auth-source-user-or-password'.
5305         (nntp-send-authinfo): Use it.
5306
5307         * nnimap.el: Autoload `auth-source-user-or-password'.
5308         (nnimap-open-connection): Use it.
5309
5310         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5311         for the gnus-message function.
5312         (auth-source-user-or-password): Use it.
5313
5314 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5315
5316         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5317         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5318         (rfc2104-hash): Use it.
5319
5320 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5321
5322         * gnus-art.el (gnus-article-toggle-truncate-lines):
5323         Don't use `iff' in docstring.
5324
5325 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5326
5327         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5328
5329         * gnus-util.el (gnus-extract-address-component-name)
5330         (gnus-extract-address-component-email): Convenience functions around
5331         `gnus-extract-address-components'.
5332
5333         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5334         Use `gnus-extract-address-component-email' to fix bug of comparing full
5335         sender name to `user-mail-address'.
5336
5337 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5338
5339         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5340         catch/throw to optimize.
5341         (gnus-registry-find-keywords): Just use member to find a keyword.
5342
5343 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5344
5345         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5346         is current before calling gnus-server-prepare.
5347         (gnus-server-setup-buffer, gnus-server-update-server)
5348         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5349
5350 2008-05-04  Juri Linkov  <juri@jurta.org>
5351
5352         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5353         (mailcap-file-default-commands): Use mailcap-replace-in-string
5354         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5355         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5356
5357 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5358
5359         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5360
5361 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5362
5363         * gnus.el: Bump version to 0.11.
5364
5365 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5366
5367         * gnus.el: No Gnus v0.10 is released.
5368
5369 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5372         hooks.
5373         (gnus-update-read-articles): Speed up non-marks-using users.
5374         (gnus-use-marks): Define gnus-use-marks.
5375         (gnus-propagate-marks): Rename variable to something more sensible.
5376
5377 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5378
5379         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5380         (gmm-image-load-path-for-library): Fix typos in docstrings.
5381         (gmm-message): Reflow docstring.
5382
5383 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5384
5385         * mail-source.el (mail-source-set-1, mail-source-bind):
5386         Move auth-source code out of the macro to clean it up and fix bugs.
5387
5388 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5389
5390         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5391         by sender if it's equal to user-mail-address, it's likely to be
5392         useless.
5393
5394         * mail-source.el (mail-source-bind): Don't use user or password if they
5395         are not bound.  Unintern them if they are nil.  Don't use server unless
5396         it's bound, and default it to empty string otherwise.
5397
5398 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5399
5400         * mail-source.el: Load auth-source.el.
5401         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5402         get user name or password, if auth-sources is set up.
5403
5404         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5405         strategy of splitting with parent.
5406         (gnus-registry-split-fancy-with-parent)
5407         (gnus-registry-post-process-groups): Use it and fix prior
5408         bug (returning a list as the split result).
5409
5410         * auth-source.el (auth-sources): Remove server parameter.
5411         (auth-source-pick, auth-source-user-or-password)
5412         (auth-source-user-or-password-imap)
5413         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5414         (auth-source-user-or-password-sftp)
5415         (auth-source-user-or-password-smtp): Remove server parameter.
5416
5417 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5418
5419         * smime.el (smime-sign-region, smime-encrypt-region)
5420         (smime-decrypt-region):
5421         Remove redundant calls to `generate-new-buffer-name'.
5422
5423 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5424
5425         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5426         Don't use QP for message/rfc822.
5427         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5428
5429 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5430
5431         * sieve-manage.el (sieve-string-bytes): Remove.
5432         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5433         correct byte-length only if the process's coding-system is the same as
5434         the one used internally by Emacs to represent strings.
5435
5436 2008-04-22  Juri Linkov  <juri@jurta.org>
5437
5438         * mailcap.el (mailcap-file-default-commands): New function.
5439
5440 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5441
5442         * message.el (message-signature-separator, message-cite-function):
5443         Change custom version.
5444
5445 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5446
5447         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5448         commands.
5449         (tls-checktrust): Ditto.
5450
5451 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5452
5453         * mm-decode.el (mm-display-external): Make temp file read-only.
5454
5455 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5456
5457         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5458         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5459         `C-c C-f d'.
5460
5461 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5462
5463         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5464
5465 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5466
5467         * gnus.el: Bump version to 0.9.
5468
5469 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5470
5471         * gnus.el: No Gnus v0.8 is released.
5472
5473 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5474
5475         * mail-source.el (mail-source-value):
5476         Prefer fboundp to functionp so it works with macros as well.
5477
5478 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5479
5480         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5481         Fix last change in case the element is not even a symbol.
5482
5483 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5484
5485         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5486         Prefer fboundp to functionp so it works with macros as well.
5487
5488 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5489
5490         * auth-source.el: Added docs.
5491         (auth-sources): Modify format to support server.
5492         (auth-source-pick, auth-source-user-or-password)
5493         (auth-source-user-or-password-imap)
5494         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5495         (auth-source-user-or-password-sftp)
5496         (auth-source-user-or-password-smtp): Add server parameter.
5497
5498 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5499
5500         * gnus-registry.el: Initialize the registry when gnus-registry-install
5501         is t.
5502
5503 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * compface.el (uncompface): Make buffer unibyte.
5506
5507 2008-04-05  Glenn Morris  <rgm@gnu.org>
5508
5509         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5510
5511 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5512
5513         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5514         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5515
5516         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5517         multibyteness after rather than before erasing it.
5518
5519         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5520         mm-with-multibyte.
5521         (gnus-request-article-this-buffer): Make sure the proper decoding is
5522         used if gnus-original-article-buffer happens to be unibyte.
5523
5524         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5525         default-enable-multibyte-characters.
5526
5527         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5528         default-enable-multibyte-characters.
5529
5530         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5531
5532         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5533
5534 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5535
5536         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5537         (imap-message-copyuid-1): Use it.
5538         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5539         J. Williams in
5540         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5541
5542         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5543         imap-enable-exchange-bug-workaround.
5544         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5545
5546 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5547
5548         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5549         a 100 byte status-checks into a 2-3MB transfer for each group.
5550         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5551         to enable bug workaround or not.
5552         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5553
5554 2008-03-31  Glenn Morris  <rgm@gnu.org>
5555
5556         * message.el (mml2015-use): Declare for compiler.
5557         (message-info): Require mml2015 when appropriate.
5558
5559 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5562         whitespace.
5563
5564 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5565
5566         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5567         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5568         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5569         (nntp-service-to-port): New function.
5570         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5571         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5572         (nntp-open-netcat-stream): New function.
5573         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5574
5575 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5576
5577         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5578
5579 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5580
5581         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5582
5583 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5584
5585         * dns.el (dns-write): Use set-buffer-multibyte.
5586
5587 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5588
5589         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5590
5591 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5592
5593         * message.el (message-signature-separator): Change default.
5594         Improve custom type.
5595         (message-cite-function): Change default to
5596         message-cite-original-without-signature.
5597
5598         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5599         toggle.
5600
5601         * message.el (message-check-news-body-syntax): Fix signature check.
5602         (message-setup-1): Mark buffer as unmodified _after_ running
5603         message-setup-hook and handling message-alternative-emails.
5604         (message-shorten-references): Be more strict when building list of
5605         valid references to comply with GNKSA.
5606
5607         * gnus-group.el (gnus-read-ephemeral-bug-group)
5608         (gnus-read-ephemeral-debian-bug-group)
5609         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5610
5611         * message.el (message-info): Don't use booleanp which isn't supported
5612         in Emacs 21 and XEmacs.
5613
5614 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5617         gnus-group-gmane-group-download-format.
5618         (gnus-group-read-ephemeral-gmane-group): Rename from
5619         gnus-group-read-ephemeral-gmane-group.
5620         (gnus-read-ephemeral-gmane-group-url): Rename from
5621         gnus-group-read-ephemeral-gmane-group-url.
5622         (gnus-bug-group-download-format-alist): New variable.
5623         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5624         (gnus-read-ephemeral-emacs-bug-group): New commands.
5625
5626 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5627
5628         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5629         (gnus-visible-headers): Improve custom type.
5630
5631 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * mml.el (mml-menu): Add workarounds for XEmacs.
5634
5635         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5636         X-Boundary header.
5637
5638         * message.el (message-simplify-recipients): Fix previous commit.
5639
5640 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5641
5642         * mm-util.el (mm-set-buffer-multibyte): New function.
5643         * mm-decode.el (mm-copy-to-buffer): Use it.
5644
5645 2008-03-19  Glenn Morris  <rgm@gnu.org>
5646
5647         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5648         Accidentally removed in the sync process with Emacs.
5649
5650 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5651
5652         * message.el (message-alter-recipients-discard-bogus-full-name):
5653         New function.
5654         (message-alter-recipients-function): New variable.
5655         (message-get-reply-headers): Use it.
5656         (message-replace-header): New helper function.
5657         (message-recipients-without-full-name): New variable.
5658         (message-simplify-recipients): New command.
5659
5660         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5661
5662         * message.el (message-info): Handle EasyPG manual.
5663
5664         * mml.el (mml-menu): Add entry for EasyPG.
5665
5666 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5667
5668         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5669         parameter.
5670
5671         * message.el (message-disassociate-draft): Specify drafts group name
5672         fully.
5673
5674 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5675
5676         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5677         unnecessary duplicates from the match list.
5678
5679 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5682
5683         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5684
5685         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5686         args of `how-many' of which the XEmacs version doesn't take; declare
5687         Info-index-next as function.
5688
5689 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * gnus-score.el (gnus-score-headers): Fix handling of
5692         gnus-inhibit-slow-scoring.
5693
5694         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5695         string.
5696         (gnus-button-url-regexp): Improve handling of parenthesis.
5697         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5698         (gnus-button-handle-info-keystrokes): Handle index entries.
5699
5700 2008-03-15  Glenn Morris  <rgm@gnu.org>
5701
5702         * parse-time.el (parse-time-string): Simplify.
5703
5704 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5707         Incoming* files.
5708
5709 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5710
5711         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5712         (auth-source-pick): Use it.
5713
5714 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5715
5716         * binhex.el (binhex-decode-region-internal):
5717         * uudecode.el (uudecode-decode-region-internal):
5718         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5719         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5720         setting default-enable-multibyte-characters.
5721
5722 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5723
5724         * auth-source.el (auth-source-protocols)
5725         (auth-source-protocols-customize, auth-source-choices): Added and
5726         modified variable customizations and defaults.
5727         (auth-source-pick, auth-source-user-or-password)
5728         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5729         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5730         (auth-source-user-or-password-sftp)
5731         (auth-source-user-or-password-smtp): Use new variables and provide an
5732         interface to netrc.el.
5733
5734 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5737         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5738         Make sure the nntp port to specify is a string.
5739
5740 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5741
5742         * nntp.el: Use with-current-buffer.
5743         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5744         dubious mm-with-unibyte-current-buffer.
5745         (nntp-with-open-group-function): New function extracted from
5746         nntp-with-open-group macro.
5747         (nntp-with-open-group): Use the function, so it's easier to debug.
5748         Add indentation and debugging info.
5749         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5750         the use of the netcat alternatives.
5751
5752         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5753         Avoid mm-string-as-multibyte as well.
5754
5755         * nnweb.el (nnweb-insert-html):
5756         Remove use of nnheader-string-as-multibyte.
5757
5758         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5759         (nnheader-string-as-multibyte): Remove.
5760
5761         * mm-view.el: Use inhibit-read-only.
5762         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5763         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5764         or unibyte-string.
5765
5766         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5767         (mm-uu-yenc-extract): Use with-current-buffer.
5768
5769         * gnus-soup.el (gnus-soup-send-packet): Don't use
5770         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5771
5772         * nnmh.el: Use with-current-buffer.
5773         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5774         mm-string-as-multibyte on the output of mm-encode-coding-string.
5775
5776         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5777         (nnimap-request-move-article): Use with-current-buffer.
5778
5779         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5780         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5781         conversion uses string-make-unibyte rather than string-as-unibyte.
5782
5783         * gnus-msg.el: Use with-current-buffer.
5784
5785         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5786
5787 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5788
5789         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5790         string for caching if it is 'PIN.
5791
5792 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * lpath.el: Consider the case without Emacs/W3.
5795
5796 2008-03-08  Glenn Morris  <rgm@gnu.org>
5797
5798         * time-date.el (date-to-time, time-subtract, time-add)
5799         (safe-date-to-time): Doc fixes.
5800
5801 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5802
5803         * mail-source.el (mail-source-delete-old-incoming-confirm):
5804         Change default to nil.
5805         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5806
5807 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * lpath.el: Rearrange.
5810
5811         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5812         (gnus-article-goto-prev-page): Work for articles having ^L's.
5813
5814         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5815
5816         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5817
5818 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5819
5820         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5821         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5822         (gnus-bookmark-jump): Adjust some variable names.
5823
5824 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5825
5826         * auth-source.el: New package.
5827         (auth-source-choices): Add customization entry point variable.
5828
5829         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5830         bug.
5831
5832 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5833
5834         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5835         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5836         (gnus-registry-install-shortcuts): Rename from
5837         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5838         the `gnus-registry-mark-map' keymap dynamically from
5839         `gnus-registry-marks'.  The generated functions update the summary line
5840         when a registry mark is added or deleted, and will call
5841         `gnus-registry-install-p' (see the comments in the code).
5842         (gnus-registry-user-format-function-M): Use concat intelligently.
5843
5844         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5845         the registry mark functions.
5846
5847 2008-03-05  Glenn Morris  <rgm@gnu.org>
5848
5849         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5850         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5851         gnus-art.
5852         (top-level): No need to load own source when compiling.
5853
5854 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5855
5856         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5857         Suggested by <chris.anderton@zetnet.co.uk>.
5858
5859 2008-03-04  Glenn Morris  <rgm@gnu.org>
5860
5861         * gnus-sum.el (top-level): No need to require gnus when compiling,
5862         since unconditionally required near start of file.
5863         (gnus-summary-display-while-building): Move definition before use.
5864
5865 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5866
5867         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5868         formatting function.
5869
5870 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5871
5872         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5873         with plists.
5874         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5875         Use new format.
5876
5877 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5880         `where-is-internal' that returns a range of key sequences.
5881
5882 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5883
5884         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5885
5886         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5887         (gnus-summary-jump-to-group): Consider windows on other displayed
5888         frames as well.  Similar changes might be needed elsewhere, but that's
5889         the one I've bumped into during my use.
5890
5891         * nndoc.el (nndoc-oe-dbx-type-p):
5892         * gnus-msg.el (gnus-debug):
5893         * gnus-group.el (gnus-update-group-mark-positions):
5894         Use mm-string-to-multibyte.
5895
5896 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5899         doesn't handle NotDashEscaped.
5900
5901         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5902         (mml-dnd-attach-options): Fix typo in custom choice.
5903
5904         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5905         nndoc-article-type to mbox.
5906         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5907
5908         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5909         to nil, instead of html2text.
5910
5911         * imap.el (imap-debug): Add `imap-ping-server'.
5912
5913         * gnus-bookmark.el: Add FIXMEs.
5914
5915         * message.el (message-form-letter-separator)
5916         (message-send-form-letter-delay): New variables.
5917         (message-send-form-letter): Use them.  New command to send form
5918         letters.  Requested by Uwe Siart.
5919         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5920
5921 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * Update copyright years.
5924
5925 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         Sync from EMACS_22_BASE.
5928
5929         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5930
5931 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5932
5933         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5934         empty author.
5935
5936 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5937
5938         * gnus-registry.el (gnus-registry-marks): Add variable for
5939         customization of marks and their appearance.
5940         (gnus-registry-read-mark): Use it.
5941         (gnus-registry-do-marks): Add utility function to loop through
5942         `gnus-registry-marks'.
5943         (gnus-registry-install-shortcuts-and-menus): Add function to install
5944         shortcuts and menus.
5945         (gnus-registry-initialize): Use it.
5946         (gnus-registry-default-mark): Clarify documentation.
5947
5948 2008-02-29  Glenn Morris  <rgm@gnu.org>
5949
5950         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5951         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5952         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5953         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5954         Change defcustom :version from 23.0 to 23.1.
5955
5956 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5957
5958         * gnus-registry.el (gnus-registry-follow-group-p)
5959         (gnus-registry-post-process-groups): Add functions to aid registry
5960         splitting and improve logging.  Clarify behavior in function
5961         documentation.
5962         (gnus-registry-split-fancy-with-parent): Use them.
5963
5964 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5965
5966         * gnus-art.el: Use with-current-buffer.
5967
5968 2008-02-27  David Engster  <dengste@eml.cc>
5969
5970         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5971         Express real group name in the response.
5972
5973 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5976         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5977         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5978         autoload gnus-registry-fetch-group when compiling.
5979         (nnmairix-request-group-with-article-number-correction): Remove
5980         unreferenced argument passed to nnmairix-call-backend.
5981
5982 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5985         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5986         Wilde.
5987
5988 2008-02-27  Glenn Morris  <rgm@gnu.org>
5989
5990         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5991         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5992         variables to defconsts.  Convert comments to doc-strings.
5993         (nnmairix-last-server, nnmairix-current-server): Convert from free
5994         variables to defvars.  Convert comments to doc-strings.
5995         (gnus-registry-fetch-group): Autoload.
5996         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5997         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5998         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5999         caddr.
6000         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6001         nnmairix-request-group-with-article-number-correction call.
6002         (nnmairix-fast, nnmairix-group): New, less general names, for free
6003         variables passed from nnmairix-request-group to
6004         nnmairix-request-group-with-article-number-correction.  Declare.
6005         (nnmairix-request-group-with-article-number-correction):
6006         Use nnmairix-fast, nnmairix-group rather than fast, group.
6007
6008 2008-02-26  David Engster  <dengste@eml.cc>
6009
6010         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6011         version 0.5.
6012
6013 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6014
6015         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6016         instead of making an extra function call.  Don't add the current group
6017         to articles only when they have the group.  Use
6018         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6019         Reported by David <de_bb@arcor.de>.
6020
6021 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6024         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6025
6026 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * mail-source.el (mail-source-delete-incoming): Change default.
6029         Supplement doc string.
6030
6031         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6032
6033 2008-02-14  Glenn Morris  <rgm@gnu.org>
6034
6035         * time-date.el (format-seconds): New function.
6036
6037 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6038
6039         * nnmail.el (nnmail-message-id-cache-file): Derive from
6040         `gnus-home-directory'.
6041
6042 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6045         Document negative prefix.
6046
6047         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6048
6049 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6050
6051         * message.el (message-unsent-separator): Add the Exim bounce
6052         separator.
6053
6054 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6055
6056         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6057         list.
6058         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6059         recipient/signer list.
6060
6061 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * Makefile.in (datarootdir): Define.
6064         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6065         name that might contain whitespace.
6066
6067 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6070         fbound (Emacs 23 unicode), signal an error.
6071
6072 2008-02-08  Glenn Morris  <rgm@gnu.org>
6073
6074         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6075
6076 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6077
6078         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6079         ports to the calls to `netrc-machine-user-or-password' in addition to
6080         "imap" and "imaps".
6081
6082 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6083
6084         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6085
6086         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6087
6088 2008-02-01  Kenichi Handa  <handa@m17n.org>
6089
6090         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6091         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6092         (rfc2104-hash): Convert the result of concat to unibyte string.
6093
6094 2008-02-01  Dave Love  <fx@gnu.org>
6095
6096         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6097         coding-system-for-read.
6098         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6099
6100 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6103         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6104         <hanche@math.ntnu.no>.
6105
6106 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6109
6110         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6111
6112 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6113
6114         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6115         * message.el (message-beginning-of-line): Use featurep instead of bound
6116         tests in order to resolve conditionals at compile time.
6117
6118 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6119
6120         * mail-source.el (mail-sources): Add `group' choice.
6121
6122         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6123         parameter `in-group' to control into which group the articles go.
6124         Add treatment of `group' mail-source.
6125
6126 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6129
6130         * mm-decode.el (mm-dissect-buffer): Decode description.
6131
6132         * mml.el (mml-to-mime): Encode message header first.
6133
6134 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6137         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6138
6139         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6140         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6141
6142 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6145
6146 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6149         prefix keys.
6150         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6151         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6152         gnus-xmas.el.
6153
6154         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6155         (gnus-xmas-article-describe-bindings): New function.
6156         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6157         gnus-xmas-article-describe-bindings.
6158
6159         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6160
6161 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6162
6163         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6164         Add new variables for article mark management.
6165         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6166         list of extra data entries which, when present, will indicate that the
6167         article ID should not be trimmed from the registry.
6168         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6169         functions.
6170         (gnus-registry-read-mark): New function to read a mark name from the
6171         user.
6172         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6173         (gnus-registry-set-article-mark-internal): New functions to add and
6174         remove marks.
6175         (gnus-registry-get-article-marks): New function to show the marks for
6176         an article, or retrieve them for further use.
6177
6178 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6181         keys when no argument is given.
6182
6183 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * imap.el (imap-ping-server): New variable.
6186         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6187         (imap-ping-server): Minor doc string fixes.
6188
6189 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6190
6191         * imap.el (imap-ping-server): New function.
6192         (imap-opened): Call imap-ping-server.
6193
6194 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6195
6196         * gnus-sum.el (gnus-article-sort-by-random)
6197         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6198         jidanni@jidanni.org.
6199
6200 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * gnus-art.el (gnus-article-describe-bindings): New function.
6203         (gnus-article-read-summary-keys): Use it.
6204         (gnus-article-mode-map): Bind `C-h b' to it.
6205
6206 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6209         XEmacs.
6210         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6211         against non-character events.
6212
6213         * lpath.el: Fbind map-keymap for Emacs 21.
6214
6215 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6218         command.
6219         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6220         instead of END.  Change name of the temp file.
6221         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6222         customizable.
6223
6224 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6227         bind `S W' to gnus-article-wide-reply-with-original; set default
6228         binding to gnus-article-read-summary-send-keys.
6229         (gnus-article-read-summary-keys): Fix the order of keys; display
6230         continuation keys correctly in the echo area; describe bindings
6231         correctly when keys end with `C-h'.
6232         (gnus-article-read-summary-send-keys): New function.
6233         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6234         for gnus-article-read-summary-send-keys; display continuation keys
6235         correctly in the echo area.
6236         (gnus-article-reply-with-original): Ignore prefix argument.
6237         (gnus-article-wide-reply-with-original): New function.
6238
6239         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6240         Emacs 21.
6241
6242 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6245         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6246
6247 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6250         (gnus-group-read-ephemeral-gmane-group): New command.
6251
6252 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6253
6254         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6255
6256 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * message.el (message-send-mail-function): Increase custom version.
6259
6260         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6261         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6262
6263 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6264
6265         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6266         for the cases where imap-authenticate is called with a nil buffer
6267         parameter.
6268
6269 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6272         html parts correctly; support forwarded messages.
6273         (gnus-article-browse-html-article): Remove work buffers.
6274
6275         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6276         compiling.
6277         (netrc-bound-and-true-p): New macro.
6278         (netrc-parse): Use it instead of bound-and-true-p that is not available
6279         in XEmacs 21.4.
6280
6281 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * gnus-registry.el (gnus-registry-mark-article)
6284         (gnus-registry-article-marks): Add functionality to mark articles
6285         through the Gnus registry.
6286
6287         * encrypt.el: Clarify documentation for the new pgg method.
6288         (encrypt-file-alist): Add PGG option.
6289         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6290         functionality.  Abstract password key and messaging to external
6291         functions.
6292         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6293         (encrypt-message-method-and-cipher): Add new convenience external
6294         functions.
6295         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6296         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6297
6298         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6299         (netrc-parse): Use encrypt-file-alist to determine if
6300         encrypt-find-model or encrypt-insert-file-contents should be used.
6301
6302         * encrypt.el: Clarify documentation.  Load password-cache or
6303         password, whichever one is found first, instead of autoloading.
6304
6305 2007-12-19  Glenn Morris  <rgm@gnu.org>
6306
6307         * mml.el (message-options-set, message-narrow-to-head)
6308         (message-in-body-p, message-mail-p, message-encode-message-body):
6309         Autoload.
6310         (message-remove-header, message-narrow-to-headers-or-head)
6311         (message-subscribed-p, message-make-mail-followup-to)
6312         (message-position-on-field, message-news-p)
6313         (message-options-set-recipient, message-generate-headers)
6314         (message-sort-headers): Declare as functions.
6315
6316 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6319         convention in doc string.
6320
6321 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6324         title to html parts.
6325         (gnus-article-browse-html-article): Pass message header to it.
6326
6327         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6328
6329 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6332         or password compatible with XEmacs.
6333
6334 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6337         format document.
6338         (gnus-mime-delete-part): Don't write description line if empty.
6339         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6340
6341 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6342
6343         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6344         (gnus-summary-mark-read-and-unread-as-read)
6345         (gnus-summary-mark-current-read-and-unread-as-read)
6346         (gnus-summary-mark-unread-as-ticked): Doc fix.
6347         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6348
6349 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6350
6351         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6352         Christoph Conrad <christoph.conrad@gmx.de>.
6353
6354 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6355
6356         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6357         yes-or-no-p.
6358
6359 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * mm-decode.el (mm-add-meta-html-tag): New function.
6362         (mm-save-part-to-file, mm-pipe-part): Use it.
6363
6364         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6365         gnus-y-or-n-p instead of y-or-n-p.
6366         (gnus-article-browse-html-parts): Work with message/external-body; use
6367         mm-add-meta-html-tag.
6368
6369 2007-12-11  Glenn Morris  <rgm@gnu.org>
6370
6371         * gnus-cache.el: Require gnus-sum not just when compiling.
6372
6373         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6374
6375         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6376         definitions before use.
6377
6378         * mm-decode.el: Require gnus-util.
6379         (mm-remove-part): Only call delete-annotation on XEmacs.
6380
6381         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6382
6383         * nnmail.el: Require gnus-int.
6384
6385         * spam.el: Move `require's before `eval-when-compile's.
6386
6387         * gnus-ems.el (gnus-alive-p):
6388         * gnus-fun.el (message-goto-eoh):
6389         * gnus-util.el (gnus-group-name-decode):
6390         * mail-source.el (gnus-compress-sequence):
6391         * message.el (Info-goto-node, format-spec):
6392         * mm-bodies.el (message-options-get):
6393         * mm-decode.el (mm-view-pkcs7):
6394         * mm-util.el (gmm-write-region):
6395         * mml-smime.el (mml-compute-boundary)
6396         (gnus-completing-read-with-default):
6397         * mml.el (widget-button-press, gnus-make-hashtable):
6398         * mml1991.el (mm-decode-content-transfer-encoding)
6399         (mm-encode-content-transfer-encoding)
6400         (message-options-get, message-options-set):
6401         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6402         * nnfolder.el (gnus-request-group):
6403         * nnheader.el (ietf-drums-unfold-fws):
6404         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6405         * smime.el (gnus-run-mode-hooks):
6406         * spam-stat.el (gnus-message): Autoload.
6407
6408         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6409         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6410         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6411         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6412         Add declare-function compatibility definition.
6413
6414         * gnus-cache.el (nnvirtual-find-group-art):
6415         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6416         (gnus-add-image, gnus-add-wash-type):
6417         * gnus-group.el (nnkiboze-score-file):
6418         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6419         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6420         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6421         (message-tokenize-header, gnus-get-buffer-create)
6422         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6423         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6424         * gnus.el (gnus-group-decoded-name):
6425         * mail-source.el (imap-capability):
6426         * mm-bodies.el (message-options-set):
6427         * mm-decode.el (gnus-configure-windows):
6428         * mm-extern.el (message-goto-body):
6429         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6430         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6431         (epg-sub-key-validity, message-options-set):
6432         * mml.el (widget-event-point, gnus-configure-windows):
6433         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6434         * mml2015.el (epg-check-configuration, epg-configuration)
6435         (message-options-set):
6436         * nndb.el (nndb-request-article):
6437         * nnfolder.el (gnus-request-create-group):
6438         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6439         * nnmaildir.el (gnus-group-mark-article-read):
6440         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6441         * rfc1843.el (message-fetch-field):
6442         * spam.el (gnus-extract-address-components):
6443         Declare as functions.
6444
6445 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6448
6449         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6450
6451         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6452         bind show-trailing-whitespace for XEmacs.
6453
6454 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6455
6456         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6457         new no-op macro for backward compatibility.
6458
6459         * imap.el (imap-string-to-integer): New function.
6460
6461 2007-12-09  Glenn Morris  <rgm@gnu.org>
6462
6463         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6464
6465         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6466         * message.el, mm-view.el, sieve-manage.el, smime.el:
6467         Add declare-function compatibility definition.
6468
6469         * gnus-art.el (w3-region, w3m-region, Info-menu):
6470         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6471         * gnus-sum.el (gnus-get-predicate):
6472         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6473         * message.el (mail-abbrev-in-expansion-header-p):
6474         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6475         (w3m-detect-meta-charset, w3m-region):
6476         * sieve-manage.el (password-read, password-cache-add)
6477         (password-cache-remove):
6478         * smime.el (password-read-and-add): Declare as functions.
6479
6480 2007-12-08  David Kastrup  <dak@gnu.org>
6481
6482         * gnus-sum.el (gnus-summary-simplify-subject-query):
6483         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6484         `message'.
6485
6486 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6489         it to bind idna-program, installation-directory, defined-colors, and
6490         face-attribute for XEmacs of the version that compiles defcustom forms.
6491
6492 2007-12-07  Glenn Morris  <rgm@gnu.org>
6493
6494         * gnus-art.el (article-make-date-line): Revert previous change.
6495
6496 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6497
6498         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6499
6500 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6501
6502         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6503         Call gnus-add-to-range ranges only once with a prepared article-list.
6504
6505 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6506
6507         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6508         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6509         group names with backslashes.  Reported by Tassilo Horn
6510         <tassilo@member.fsf.org>.
6511
6512 2007-12-06  Deepak Goel  <deego3@gmail.com>
6513
6514         * gnus-art.el (article-make-date-line):
6515         * gnus-start.el (gnus-load):
6516         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6517
6518 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * gnus-art.el (gnus-use-idna)
6521         * gnus-start.el (gnus-site-init-file)
6522         * message.el (message-use-idna)
6523         * mm-uu.el (mm-uu-hide-markers)
6524         * smiley.el (smiley-style): Revert changes that suppress warnings.
6525
6526 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6529         specify charset to html source.  Reported by Christoph Conrad
6530         <christoph.conrad@gmx.de>.
6531
6532 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6535         idna-program in order to suppress byte compile warning issued by XEmacs
6536         that came to byte compile the default value section of defcustom forms
6537         recently.
6538
6539         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6540         value of installation-directory.
6541
6542         * message.el (message-use-idna): Don't directly refer to the value of
6543         idna-program.
6544
6545         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6546
6547         * smiley.el (smiley-style): Don't directly call face-attribute.
6548
6549 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6552
6553         * gnus-dired.el: Reduce Gnus dependencies.
6554         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6555         require.  Use autoloads instead.
6556         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6557         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6558         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6559         (gnus-dired-mode): Adjust doc string.
6560         (gnus-dired-mail-mode): New variable.
6561         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6562         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6563         (gnus-dired-mail-buffers): New function.  Return mail or message
6564         composition buffers.
6565         (gnus-dired-attach): Use it.
6566         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6567         NO-DECODE.
6568         (gnus-dired-print): Use `gnus-print-buffer' depending on
6569         `gnus-dired-mail-mode'.
6570
6571 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * rfc2047.el (rfc2047-encoded-word-regexp)
6574         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6575         explaining what regexp patterns are for.
6576
6577 2007-12-04  Glenn Morris  <rgm@gnu.org>
6578
6579         * password.el: Move to password-cache.el.
6580
6581         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6582         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6583         * mml-smime.el (password-read, password-cache-add)
6584         (password-cache-remove):
6585         No need to autoload, since mml-sec requires password.
6586
6587         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6588         * message.el (gnus-extract-address-components):
6589         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6590
6591         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6592         password.
6593
6594 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * mailcap.el: Reduce dependencies.
6597         (mail-header-parse-content-type): Autoload.
6598         (mailcap-delete-duplicates): New alias.
6599         (mailcap-mime-info): Add optional argument NO-DECODE.
6600         (mailcap-mime-types): Use mailcap-delete-duplicates.
6601
6602         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6603
6604 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6605
6606         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6607         (imap-parse-status): Upcase status-att for servers that sends them
6608         lower-case (e.g., MS Exchange 2007).
6609
6610 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6613         function.
6614
6615         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6616         (gnus-uu-yenc-article): New function.
6617
6618         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6619
6620         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6621         buffer.
6622
6623 2007-12-02  Glenn Morris  <rgm@gnu.org>
6624
6625         * binhex.el (binhex): New custom group.
6626         (binhex-decoder-program, binhex-decoder-switches)
6627         (binhex-use-external): Move to the binhex custom group.
6628
6629         * uudecode.el (uudecode): New custom group.
6630         (uudecode-decoder-program, uudecode-decoder-switches)
6631         (uudecode-use-external): Move to the uudecode custom group.
6632
6633         * netrc.el (top-level): Don't load `encrypt' features.
6634         (netrc-parse): Don't use encrypt.
6635         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6636
6637         * encrypt.el: Remove file.
6638
6639 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6642         matches on patches.
6643
6644         * gnus-art.el (gnus-article-browse-html-article): Mention
6645         `mm-text-html-renderer' in the doc string.
6646
6647         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6648         string.  Add comments.
6649
6650         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6651         if rhs is ASCII.
6652
6653 2007-12-01  Glenn Morris  <rgm@gnu.org>
6654
6655         * mail-source.el (top-level): Require format-spec before
6656         eval-when-compile.
6657
6658 2007-11-30  Glenn Morris  <rgm@gnu.org>
6659
6660         * encrypt.el: Require password, rather than autoloading password-read.
6661
6662 2007-11-29  Glenn Morris  <rgm@gnu.org>
6663
6664         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6665         (sasl-make-client, sasl-next-step, sasl-step-data)
6666         (sasl-step-set-data): Declare as functions.
6667
6668 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6669
6670         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6671
6672 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6673
6674         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6675         certs should be verified and what is to be done in the event of a
6676         verification failure.
6677
6678         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6679         caller can indicate whether the cache should be disregarded for this
6680         call.  This way the result of the call is reproducible at all times and
6681         can be considered a canonical server name for the supplied method.
6682         (gnus-agent-method-p): Canonicalize server names by pushing their
6683         method through `gnus-method-to-server' using the no-cache argument.
6684
6685         * gnus-srvr.el (gnus-server-insert-server-line): Call
6686         `gnus-method-to-server' with `no-cache' argument.
6687
6688         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6689         gnus-agent-possibly-synchronize-flags as this should be called when the
6690         server is actually being opened.
6691         (gnus-agent-possibly-synchronize-flags)
6692         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6693         flags file of an agentized server to the latter function.
6694
6695         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6696         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6697         after a connection has been established successfully.
6698
6699 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * gnus-art.el (article-display-face): Force to display face if called
6702         interactively; check if gnus-article-x-face-too-ugly matches author.
6703         (article-display-x-face): Display face even if From header is missing
6704         as article-display-face does.
6705
6706 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6707
6708         * hashcash.el (message-narrow-to-headers-or-head)
6709         (message-fetch-field, message-goto-eoh)
6710         (message-narrow-to-headers): Declare as functions.
6711
6712 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * mail-source.el (mail-sources): Default to fetch from file for
6715         compatibility with default of nnmail-spool-file.
6716
6717 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6720         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6721         to look for encoded word that should be encoded again.
6722         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6723         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6724         encoding pattern.
6725         (rfc2047-decode-region): Switch strict regexp and loose one according
6726         to rfc2047-allow-irregular-q-encoded-words.
6727
6728 2007-11-25  Romain Francoise  <romain@orebokech.com>
6729
6730         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6731
6732 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * tls.el (tls-program): Provide more custom choices from
6735         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6736         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6737
6738 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6741         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6742
6743         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6744         `nnmail-spool-file'.
6745
6746         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6747         `nnmail-spool-file'.
6748
6749         * gnus-move.el (gnus-change-server): Ditto.
6750
6751         * gnus-kill.el (gnus-batch-score): Ditto.
6752
6753         * gnus-cache.el (gnus-jog-cache): Ditto.
6754
6755         * gnus-msg.el (gnus-summary-reply):
6756         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6757
6758 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6759
6760         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6761         version.  Minor improvement to doc strings.
6762         (tls-program): Add comment.
6763
6764 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6765
6766         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6767         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6768         mismatch between the hostname provided in the certificate and the name
6769         of the host connnecting to.
6770         (open-tls-stream): Use them.  Check certificates against trusted root
6771         certificates.
6772
6773 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * gnus-cache.el (gnus-cache-generate-nov-databases):
6776         Use nnml-generate-nov-databases-directory instead of
6777         nnml-generate-nov-databases-1.
6778
6779 2007-11-24  Glenn Morris  <rgm@gnu.org>
6780
6781         * message.el (message-tool-bar-retro): Update for rename
6782         mail_send.xpm->mail-send.xpm.
6783
6784 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6787         `smime-ldap-search' for Emacs 22 and up.
6788
6789 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6790
6791         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6792
6793         * message.el (message-send-mail-function): Fix error convention.
6794         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6795         (message-widen-reply, message-send-mail, message-talkative-question)
6796         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6797         (message-clone-locals, message-send-news): Use with-current-buffer.
6798         (message-insert-or-toggle-importance): Remove unused var `valid'.
6799         (message-make-references): Remove unused var `new-references'.
6800         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6801
6802 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6803
6804         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6805         (spam-split-symbolic-return-positive): Reflow docstring.
6806         (spam-backends, spam-summary-exit-behavior)
6807         (spam-mark-ham-unread-before-move-from-spam-group)
6808         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6809         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6810         (spam-clear-cache, spam-backend-check, spam-install-backend)
6811         (spam-install-statistical-backend, spam-list-of-processors)
6812         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6813         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6814         (spam-check-crm114, spam-initialize, spam-unload-hook):
6815         Fix typos in docstrings.
6816
6817 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6820         been checked if they have never been read and those group levels are
6821         higher than the one that a user specified.
6822
6823 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6826         foreign groups unless a group level is specified by a user.
6827         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6828
6829 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6830
6831         * message.el (message-send-mail-function): Require sendmail.
6832
6833 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6834
6835         * message.el (message-send-mail-function): Check for smtpmail too.
6836
6837         * utf7.el (utf7-encode, utf7-decode): Use coding system
6838         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6839
6840         * message.el (message-send-mail-function): New function.
6841         (message-send-mail-function): Set default using
6842         message-send-mail-function.  Adjust doc string.
6843         (message-send-mail-with-mailclient): New function.
6844
6845 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6846
6847         * smime.el (from):
6848         * rfc2047.el (message-posting-charset):
6849         * qp.el (mm-use-ultra-safe-encoding):
6850         * pop3.el (parse-time-months):
6851         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6852         * nnml.el (files):
6853         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6854         (jka-compr-compression-info-list, ange-ftp-path-format)
6855         (efs-path-regexp):
6856         * nndiary.el (files):
6857         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6858         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6859         (epg-digest-algorithm-alist, inhibit-redisplay)
6860         (password-cache-expiry):
6861         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6862         (pgg-output-buffer, password-cache-expiry):
6863         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6864         (efs-path-regexp):
6865         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6866         (inhibit-redisplay):
6867         * mm-uu.el (file-name, start-point, end-point, entry)
6868         (gnus-newsgroup-name, gnus-newsgroup-charset):
6869         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6870         (latin-unity-ucs-list):
6871         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6872         (mm-uu-binhex-decode-function):
6873         * message.el (gnus-message-group-art, gnus-list-identifiers)
6874         (rmail-enable-mime-composing, gnus-local-organization)
6875         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6876         (gnus-read-active-file, facemenu-add-face-function)
6877         (facemenu-remove-face-function, gnus-article-decoded-p)
6878         (tool-bar-mode):
6879         * mail-source.el (display-time-mail-function):
6880         * gnus-util.el (nnmail-pathname-coding-system)
6881         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6882         (gnus-original-article-buffer, gnus-user-agent)
6883         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6884         (xemacs-codename, sxemacs-codename, emacs-program-version):
6885         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6886         * gnus-start.el (gnus-agent-covered-methods)
6887         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6888         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6889         (gnus-newsgroup-headers, gnus-group-list-mode)
6890         (gnus-group-mark-positions, gnus-newsgroup-data)
6891         (gnus-newsgroup-unreads, nnoo-state-alist)
6892         (gnus-current-select-method, mail-sources)
6893         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6894         (nnmail-spool-file, gnus-cache-active-hashtb):
6895         * gnus-mh.el (mh-lib-progs):
6896         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6897         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6898         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6899         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6900         (gnus-group-buffer):
6901         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6902         (font-lock-set-defaults):
6903         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6904         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6905         (gnus-summary-post-menu, total-parts, type, condition, length):
6906         * gnus-agent.el (gnus-agent-read-agentview):
6907         * flow-fill.el (show-trailing-whitespace):
6908         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6909         eval-and-compile wrappers for byte compiler pacifiers.
6910
6911         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6912         (mm-display-inline-fontify): Check for featurep 'xemacs not
6913         extent-list.
6914
6915         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6916         itimer-list.
6917         (mm-create-image-xemacs): Only do something for XEmacs.
6918         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6919
6920         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6921
6922         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6923         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6924
6925 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6926
6927         * nnimap.el (nnimap-split-download-body):
6928         * gnus-demon.el (gnus-demon):
6929         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6930
6931 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6934         macros.
6935         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6936         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6937         copy data from unibyte buffer to multibyte current buffer.
6938         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6939         to copy data from unibyte current buffer to multibyte buffer.
6940         (nntp-make-process-buffer): Make process buffer unibyte.
6941
6942         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6943
6944 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6945
6946         * pop3.el (pop3-open-server): Accept and process data more robustly at
6947         connexion start to avoid spurious "POP SSL connexion failed" errors.
6948
6949 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6952         read group names.
6953
6954 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6955
6956         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6957
6958 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6961         (nnmail-save-active): Use a unibyte buffer when saving active file,
6962         which may contain non-ASCII group names.
6963
6964         * nnml.el (nnml-request-group): Decode group names in messages.
6965
6966 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * message.el (message-citation-line-function)
6969         (message-insert-formatted-citation-line): Fix spelling of
6970         `message-insert-formated-citation-line'.
6971
6972 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6975
6976 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6979         nnmail-pathname-coding-system.
6980
6981         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6982         that a user enters; decode group names in messages.
6983
6984         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6985
6986 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6987
6988         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6989
6990         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6991
6992         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6993         risky local variable.
6994
6995         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6996
6997 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6998
6999         * encrypt.el: Improve documentation to fix function name typo.
7000         Reported by Daiki Ueno <ueno@unixuser.org>.
7001
7002 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7005         even if the point is not in the last page of an article.
7006         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7007         back to the previous page.
7008
7009 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7012
7013 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7016
7017 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7018
7019         * message.el (message-check-news-body-syntax): Avoid
7020         mm-string-as-multibyte.
7021         (message-hide-headers): Don't assume (point-min)==1.
7022
7023 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7024
7025         * message.el (message-remove-blank-cited-lines): Fix if remove is
7026         given.
7027         (message-bogus-address-regexp): New variable.
7028         (message-bogus-recipient-p): New function.
7029         (message-check-recipients): New command.
7030         (message-syntax-checks): Add `bogus-recipient'.
7031         (message-fix-before-sending): Add `bogus-recipient'.
7032
7033         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7034         (gnus-treat-body-boundary): Don't test window-system.
7035
7036 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7037
7038         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7039
7040 2007-10-28  Miles Bader  <miles@gnu.org>
7041
7042         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7043         at compile-time too.
7044
7045 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * gnus-msg.el (gnus-message-setup-hook): Add
7048         `message-remove-blank-cited-lines' to options.
7049
7050 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * message.el (message-remove-blank-cited-lines): New function.
7053         Suggested by Karl Plästerer.
7054
7055 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7058         mapc.
7059
7060         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7061         (top-level): Use mapc to set functions to be traced for debugging.
7062
7063         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7064         called for effect with while loop.
7065
7066         * message.el (message-talkative-question): Replace mapcar called for
7067         effect with mapc.
7068
7069         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7070         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7071         called for effect with dolist.
7072
7073         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7074
7075         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7076         gnus-extra-headers and nnmail-extra-headers.
7077
7078         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7079         called for effect with dolist.
7080         (top-level): Use mapc to set functions to be traced for debugging.
7081
7082         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7083         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7084         dolist.
7085
7086         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7087         Replace mapcar called for effect with mapc.
7088         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7089         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7090         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7091         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7092
7093         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7094         remove-if that's a cl function.
7095
7096         * webmail.el (webmail-debug): Replace mapcar called for effect with
7097         dolist.
7098
7099         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7100         with mapc.
7101
7102 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7105         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7106         with while loop.
7107
7108         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7109         functions from article-* functions.
7110         (gnus-multi-decode-header): Replace mapcar called for effect with
7111         dolist.
7112
7113         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7114         (gnus-bookmark-show-details): Replace mapcar called for effect with
7115         while loop.
7116
7117         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7118         called for effect with while loop.
7119
7120         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7121         with dolist.
7122
7123         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7124         mapcar called for effect with dolist.
7125
7126         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7127
7128         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7129         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7130         Replace mapcar called for effect with dolist.
7131         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7132         mapc.
7133
7134         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7135         Replace mapcar called for effect with dolist.
7136         (gnus-topic-list): Replace mapcar called for effect with mapc.
7137
7138         * gnus.el: Use mapc instead of mapcar to add autoloads.
7139
7140 2007-10-23  Richard Stallman  <rms@gnu.org>
7141
7142         * gnus-group.el (gnus-group-highlight): Mark as risky.
7143
7144 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus.el (gnus-server-to-method): Return method found first in
7147         gnus-newsrc-alist.
7148
7149         * gnus-art.el (gnus-article-highlight-signature)
7150         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7151         button overlay without the front stickiness.
7152
7153 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7154
7155         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7156         overview buffer needed a catch to receive its throw.
7157         (gnus-agent-flush-cache): Declared as interactive to make this function
7158         easier to use.
7159
7160 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7163         `next-line'.
7164
7165 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7168         exclude address matching message-dont-reply-to-names.
7169
7170 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * gnus-util.el (gnus-string<): New function.
7173
7174         * gnus-sum.el (gnus-article-sort-by-author)
7175         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7176
7177 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7180         the frame-focus tag is set in gnus-buffer-configuration.
7181
7182 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7185         the front stickiness.
7186
7187 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7190         url pattern; remove duplicate one.
7191         (gnus-article-extend-url-button): New function.
7192         (gnus-article-add-buttons): Use it.
7193         (gnus-button-push): Use concatenated url that it makes.
7194
7195 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7196
7197         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7198
7199 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7200
7201         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7202         Don't hardcode point-min==1.
7203
7204 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7207         Fix comment about "iso8859-1".
7208
7209 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7210
7211         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7212         ones returned from the verify-function.
7213
7214         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7215         mml2015-extract-cleartext-signature if extraction failed.
7216
7217 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7218
7219         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7220         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7221         failed.
7222
7223 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7224
7225         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7226
7227 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7230         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7231         recommends to use EasyPG instead of PGG.
7232
7233         * pgg.el: Revert to revision 6.23.2.16.
7234
7235         * pgg-def.el: Revert to revision 6.6.2.14.
7236
7237         * pgg-gpg.el: Revert to revision 6.23.2.34.
7238
7239 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7240
7241         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7242         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7243         thread for both the null and zero (kill/expire thread) universal prefix
7244         cases.
7245         (gnus-summary-expire-thread): Add new function to expire a thread,
7246         using gnus-summary-kill-thread.
7247         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7248         shortcuts for gnus-summary-expire-thread.
7249         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7250         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7251
7252 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7253
7254         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7255         extras value, so an extras entry can be deleted.
7256         (gnus-registry-delete-extra-entry): Use it.
7257         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7258         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7259         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7260         storage through the gnus-registry, and provide an appropriate API for
7261         it.
7262
7263 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7266         Suggested by Leo <sdl.web@gmail.com>.
7267
7268         * gnus.el: Do.
7269
7270 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7273         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7274
7275         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7276
7277         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7278         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7279
7280 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7283         newline.
7284         (nnmbox-request-accept-article): Don't change article in source buffer;
7285         narrow to header to use message-fetch-field rather than
7286         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7287         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7288         as delimiters; make sure article ends with newline.
7289         (nnmbox-delete-mail): Correct last position of article to be deleted;
7290         ignore X-Gnus-Newsgroup header in article body.
7291         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7292         positions; make sure article ends with newline.
7293
7294         * message.el (message-display-abbrev): Don't infloop when a user
7295         inserts SPC in the beginning of header.
7296
7297         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7298         coding-system-for-read and coding-system-for-write for XEmacs having no
7299         file-coding feature.
7300
7301         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7302
7303 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7304
7305         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7306         list of groups not followed by default.  Fix type to be regexp.
7307         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7308
7309 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7310
7311         * hmac-def.el (define-hmac-function): Switch from old-style to
7312         new-style backquotes.
7313
7314         * md4.el (md4-make-step): Likewise.
7315
7316 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7319         raw-text coding system when saving .newsrc file, which may contain
7320         non-ASCII group names.
7321
7322 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-cus.el (gnus-score-extra): New widget.
7325         (gnus-score-extra-convert): New function.
7326         (gnus-score-customize): Use it for Extra.
7327
7328 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7329
7330         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7331         (mml2015-mailcrypt-clear-verify): Use it.
7332         (mml2015-gpg-clear-verify): Use it.
7333         (mml2015-pgg-clear-verify): Use it.
7334         (mml2015-epg-clear-verify): Replace the current part with the output
7335         from GnuPG; don't extract the plaintext by itself.
7336
7337         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7338         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7339         mml2015-clear-verify-function; don't touch the armor headers or
7340         dash-escaped text here.
7341
7342 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7345         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7346         parts, or application/octet-stream as a last resort.
7347         (gnus-mime-view-part-as-type): Don't toggle display.
7348         (gnus-mime-view-part-as-charset): Don't turn off display before
7349         querying charset.
7350
7351         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7352         stuff to undisplayer function in Emacs.
7353         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7354
7355         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7356         text/calendar parts.
7357
7358 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7361         decoding text/calendar parts.
7362
7363         * message.el (message-forward-make-body-mime): Always mark body as
7364         having no illegible text; remove signed-or-encrypted argument.
7365         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7366
7367         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7368         (mml-generate-mime-1): Don't encode body if it is specified to be in
7369         raw form; don't make buffer be unibyte when inserting multibyte string.
7370
7371 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7372
7373         * sha1.el: Fix up comment style.
7374         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7375         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7376
7377         * hex-util.el: Fix up comment style.
7378         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7379
7380         * gnus-salt.el: Use with-current-buffer.
7381         (gnus-pick-setup-message): Fix long-standing typo.
7382
7383 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * imap.el (imap-logout-timeout): New variable.
7386         (imap-logout, imap-logout-wait): New functions.
7387         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7388
7389         * nnimap.el (nnimap-logout-timeout): New server variable.
7390         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7391         nnimap-logout-timeout.
7392
7393         * gnus-art.el (gnus-article-summary-command-nosave)
7394         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7395
7396 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * gnus.el (gnus-maximum-newsgroup): New variable.
7399
7400         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7401         according to gnus-maximum-newsgroup.
7402
7403         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7404         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7405         Limit the range of articles according to gnus-maximum-newsgroup.
7406
7407 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7408
7409         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7410         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7411         Don't perform gnus-configure-windows here; reuse existing sticky
7412         article buffer.
7413
7414         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7415         it doesn't exist in gnus-article-mode.
7416
7417 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7420         (gnus-agent-decoded-group-name): New function.
7421         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7422         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7423
7424 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7425
7426         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7427         Add binding for gnus-sticky-article.
7428         (gnus-summary-exit): Don't kill sticky article buffers.
7429
7430         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7431         article buffer.
7432         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7433         (gnus-kill-sticky-article-buffers): New commands.
7434
7435 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * nntp.el (nntp-xref-number-is-evil): New server variable.
7438         (nntp-find-group-and-number): If it is non-nil, don't trust article
7439         numbers in the Xref header.
7440
7441 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * gnus-agent.el (gnus-agent-read-group): New function.
7444         (gnus-agent-flush-group, gnus-agent-expire-group)
7445         (gnus-agent-regenerate-group): Use it.
7446         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7447         nnmail-pathname-coding-system.
7448
7449 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7452
7453         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7454         that are unread as unread, and also as selected so that information of
7455         marks having been changed by a user may be updated when exiting group.
7456
7457 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7460         calculated ignoring signature parts to gnus-treat-article.
7461
7462 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7465         a point here in order to keep the window start.
7466         (gnus-insert-mime-security-button): Make a button overlay without the
7467         front stickiness.
7468         (gnus-mime-display-security): Goto the end of a button.
7469
7470         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7471
7472 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7475         group-name-at-point.
7476         (gnus-group-completing-read): New function that offers decoded
7477         non-ASCII group names for completion.
7478         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7479         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7480         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7481         (gnus-group-fetch-control): Use it.
7482         (gnus-fetch-group): Use group-name-at-point for the initial value
7483         rather than the default value; use gnus-alive-p.
7484
7485         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7486         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7487         (gnus-summary-post-news): Use gnus-group-completing-read.
7488
7489         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7490         (gnus-read-move-group-name): Decode group name for completion.
7491
7492 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7493
7494         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7495         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7496         Yamaoka slightly modified the code).
7497
7498 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7501         (nnmail-split-incoming): Bind it.
7502
7503         * nnml.el (nnml-group-name-charset): New function.
7504         (nnml-decoded-group-name): Use it; don't decode group name if
7505         nnmail-group-names-not-encoded-p is non-nil.
7506         (nnml-encoded-group-name): New function.
7507         (nnml-group-pathname): Inline nnml-decoded-group-name.
7508         (nnml-request-expire-articles): Decode group name in message.
7509         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7510         nnmail-pathname-coding-system.
7511         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7512         not decoded ones according to nnmail-group-names-not-encoded-p.
7513         (nnml-generate-active-info): Use nnml-encoded-group-name.
7514
7515 2007-08-08  Glenn Morris  <rgm@gnu.org>
7516
7517         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7518         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7519         doc-strings and comments.
7520
7521 2007-07-25  Glenn Morris  <rgm@gnu.org>
7522
7523         * Relicense all FSF files to GPLv3 or later.
7524
7525 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * gnus-sum.el (gnus-summary-move-article): Make
7528         gnus-summary-respool-article work.
7529
7530 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7533         string.
7534
7535 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7536
7537         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7538         that should be ignored when comparing distant RSS articles with local
7539         ones.
7540         (nnrss-make-hash-index): New function.  Create a hash index according
7541         to the ignored fields.
7542         (nnrss-check-group): Use it.
7543
7544 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7547
7548         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7549
7550         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7551         the new optional argument ENCODED is non-nil.
7552         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7553         coding system for encoding group name.
7554         (gnus-group-make-rss-group): Pass un-encoded group name to
7555         gnus-group-make-group.
7556         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7557         encoded.
7558
7559         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7560         Encode group name to which articles are moved or copied.
7561         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7562         coding system for encoding Newsgroup, Followup-To and Xref headers.
7563
7564         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7565         marks; use nnheader-file-coding-system to write a file.
7566         (nnagent-retrieve-headers): Bind file-name-coding-system to
7567         nnmail-pathname-coding-system.
7568
7569         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7570
7571         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7572         (nnml-request-article, nnml-request-create-group)
7573         (nnml-request-rename-group, nnml-find-id)
7574         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7575         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7576         (nnml-save-marks): Use nnml-group-pathname instead of
7577         nnmail-group-pathname.
7578
7579         (nnml-request-create-group, nnml-request-expire-articles)
7580         (nnml-request-move-article, nnml-request-delete-group)
7581         (nnml-deletable-article-p, nnml-possibly-create-directory)
7582         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7583         (nnml-open-marks): Bind file-name-coding-system to
7584         nnmail-pathname-coding-system.
7585
7586         (nnml-request-article): Pass server argument to nnml-find-group-number.
7587         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7588         server argument to nnml-possibly-create-directory.
7589         (nnml-request-accept-article): Pass server argument to
7590         nnml-active-number and nnml-save-mail.
7591         (nnml-find-group-number): Pass server argument to nnml-find-id.
7592         (nnml-request-update-info): Pass server argument to
7593         nnml-marks-changed-p.
7594
7595         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7596         (nnml-save-mail, nnml-active-number): Add server argument.
7597
7598         (nnml-request-delete-group): Warn if group is missing.
7599         (nnml-get-nov-buffer): Decode group name.
7600         (nnml-generate-active-info): Encode group name.
7601         (nnml-open-marks): Decode group name in messages.
7602
7603 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7606         if it is not specified.
7607         (gnus-article-pipe-part, gnus-article-save-part)
7608         (gnus-article-interactively-view-part, gnus-article-copy-part)
7609         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7610         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7611         (gnus-article-replace-part, gnus-article-delete-part)
7612         (gnus-article-view-part-as-type): Pass raw prefix argument to
7613         gnus-article-part-wrapper.
7614
7615 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-agent.el (gnus-agent-save-active): Bind
7618         nnheader-file-coding-system to gnus-agent-file-coding-system.
7619
7620         * gnus-cache.el (gnus-cache-save-buffers)
7621         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7622         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7623         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7624         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7625         (gnus-cache-generate-active, gnus-cache-rename-group)
7626         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7627         (gnus-cache-update-overview-total-fetched-for): Bind
7628         file-name-coding-system to nnmail-pathname-coding-system.
7629         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7630         variables.
7631         (gnus-cache-decoded-group-name): New function.
7632         (gnus-cache-file-name): Use it.
7633         (gnus-cache-generate-active): Use non-decoded group name for active.
7634
7635         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7636         right place.
7637         (gnus-write-active-file): Don't break non-ASCII group names.
7638
7639         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7640         nnmail-pathname-coding-system.
7641
7642         * lpath.el: Bind default-file-name-coding-system,
7643         file-name-coding-system and language-info-alist for XEmacs.
7644
7645         * gnus-uu.el (gnus-uu-decode-save): Typo.
7646
7647 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7650
7651 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7654         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7655         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7656         (gnus-agent-flush-group, gnus-agent-flush-cache)
7657         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7658         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7659         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7660         (gnus-agent-regenerate-group)
7661         (gnus-agent-update-files-total-fetched-for)
7662         (gnus-agent-update-view-total-fetched-for): Bind
7663         file-name-coding-system to nnmail-pathname-coding-system.
7664         (gnus-agent-group-pathname): Don't encode file names by
7665         nnmail-pathname-coding-system.
7666         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7667         coding-system-for-write instead of buffer-file-coding-system to
7668         gnus-agent-file-coding-system.
7669
7670         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7671         Decode group name.
7672
7673         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7674
7675         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7676         (gnus-read-newsrc-el-file): Make group names unibyte.
7677
7678         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7679         nnmail-pathname-coding-system.
7680
7681         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7682         (nnrss-request-delete-group): Bind file-name-coding-system to
7683         nnmail-pathname-coding-system.
7684         (nnrss-read-server-data, nnrss-read-group-data): Bind
7685         file-name-coding-system correctly.
7686         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7687
7688         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7689         (nntp-server-to-method-cache): New variable.
7690         (nntp-group-pathname): New function that decodes non-ASCII group names.
7691         (nntp-possibly-create-directory, nntp-marks-changed-p)
7692         (nntp-save-marks, nntp-open-marks): Use it.
7693         (nntp-possibly-create-directory, nntp-open-marks):
7694         Bind file-name-coding-system to nnmail-pathname-coding-system.
7695         (nntp-open-marks): Decode group names when bootstrapping marks.
7696
7697         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7698         Newsgroups and Folowup-To headers.
7699
7700 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7703         (gnus-server-closed-face, gnus-server-denied-face)
7704         (gnus-server-offline-face): Remove variable.
7705         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7706
7707         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7708         of modifying message-stack directly for XEmacs.
7709
7710         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7711         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7712         if the coding-system argument is nil for XEmacs.
7713
7714         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7715         mm-charset-override-alist.
7716
7717         * rfc2047.el: Don't require base64; require rfc2045 for the function
7718         rfc2045-encode-string.
7719         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7720         to quote the parameter value.
7721
7722 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7725         form in gnus-group-name-charset-method-alist.
7726
7727         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7728         overrides the default layout edit-form.
7729
7730         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7731
7732         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7733
7734 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7737         as unfetched articles.
7738
7739 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7742
7743 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7746         original back end that keeps marks in the local system.
7747
7748 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7751         arg of pop-to-buffer for XEmacs.
7752         (gnus-article-read-summary-keys): Ditto; don't restore window
7753         configuration if summary command ends up with neither article buffer
7754         nor summary buffer; describe bindings if summary keys end with C-h.
7755
7756 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * message.el (message-fix-before-sending): Skip raw message part to be
7759         forwarded while checking illegible text.
7760         (message-forward-make-body-mime, message-forward-make-body): Mark
7761         signed or encrypted raw message as having no illegible text.
7762
7763 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7766         (gnus-message-with-timestamp-1): New macro.
7767         (gnus-message-with-timestamp): New function.
7768         (gnus-message): Use them.
7769
7770         * nnheader.el (nnheader-message): Use them.
7771
7772 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7775         .newsrc.eld file.
7776
7777 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * gnus-agent.el (gnus-agent-fetch-headers)
7780         (gnus-agent-retrieve-headers): Bind
7781         gnus-decode-encoded-address-function to identity.
7782
7783         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7784         available also when the server returns simply a dot.
7785
7786         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7787
7788 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7791
7792 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-ems.el (gnus-x-splash): Make it work.
7795
7796         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7797         from being used.
7798
7799         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7800
7801 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7802
7803         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7804         4th and the 5th arguments.
7805
7806         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7807         the front stickiness.
7808         (gnus-article-summary-command-nosave): Correct the order of the
7809         arguments passed to pop-to-buffer.
7810         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7811         summary command ends up with the article buffer.
7812
7813         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7814         the same faces.
7815
7816 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7817
7818         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7819
7820 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7821
7822         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7823         * gnus-sum.el (gnus-summary-highlight):
7824         * pgg.el (pgg-sign-region, pgg-sign):
7825         * mail-source.el (mail-source-delete-old-incoming-confirm):
7826         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7827
7828 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-art.el (gnus-mime-view-part-externally)
7831         (gnus-mime-view-part-internally): Fix predicate function passed to
7832         completing-read.
7833
7834         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7835
7836         * gnus.el (gnus-update-message-archive-method): Add :version.
7837
7838 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * gnus.el (gnus-update-message-archive-method): New variable.
7841
7842         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7843         according to gnus-message-archive-method if
7844         gnus-update-message-archive-method is non-nil.
7845
7846 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7849         by Loic Dachary <loic@dachary.org>.
7850         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7851
7852 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * message.el (message-pop-to-buffer): Add switch-function argument.
7855         (message-mail): Pass switch-function argument to it.
7856
7857 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7858
7859         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7860         Improve doc string.
7861
7862 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7865         (gnus-header-content)
7866         * gnus-cite.el (gnus-cite-10)
7867         * gnus-srvr.el (gnus-server-closed)
7868         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7869         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7870         (gnus-group-mail-3-empty, gnus-group-mail-low)
7871         (gnus-group-mail-low-empty, gnus-splash)
7872         * message.el (message-header-to, message-header-cc)
7873         (message-header-subject, message-header-other, message-header-name)
7874         (message-header-xheader, message-separator, message-cited-text)
7875         (message-mml): Lighten colors of faces used for dark background.
7876
7877 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7878
7879         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7880         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7881
7882 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * message.el (message-narrow-to-headers-or-head):
7885         Ignore mail-header-separator in the body.
7886
7887 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7890         same as window size.
7891
7892 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7893
7894         * message.el (message-font-lock-keywords): Use message-header-xheader
7895         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7896         ahead of the anything pattern, to get it recognised.
7897
7898 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7901         spam.el loads uses it in the compiled defadvice form.
7902
7903 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7904
7905         * gnus-sum.el (gnus-articles-to-read)
7906         (gnus-summary-insert-old-articles): Don't truncate group name for
7907         `read-string'.
7908
7909         * gnus-util.el (gnus-limit-string): Delete this function.
7910
7911         * gnus-sum.el (gnus-simplify-subject-fully): Use
7912         `truncate-string-to-width' instead.
7913
7914 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7915
7916         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7917         if, on summary exit, the next group has to be selected.
7918         (gnus-summary-exit): Use it.
7919
7920 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7923         non-break space.
7924
7925 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7928         Check if group is not a directory.
7929         (nnfolder-request-expire-articles): Don't delete articles if the target
7930         group is not available.
7931
7932         * nnml.el (nnml-request-create-group): Properly check if group is not a
7933         file.
7934         (nnml-request-expire-articles): Don't delete articles if the target
7935         group is not available.
7936
7937         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7938         Don't quote characters that are within parentheses.
7939
7940 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7943         (gnus-handle-ephemeral-exit): Select article according to it.
7944
7945 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * message.el (message-insert-formated-citation-line): Remove newline.
7948         (message-citation-line-format): Add final \n here so that the user can
7949         avoid a blank line.
7950
7951 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7952
7953         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7954         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7955         Update lanl/arXiv support.
7956
7957 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * gnus.el: Bump version number.
7960
7961 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962
7963         * gnus.el (gnus-version-number): Bump version.
7964
7965 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7966
7967         * gnus.el: No Gnus v0.6 is released.
7968
7969 2007-04-27  Didier Verna  <didier@xemacs.org>
7970
7971         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7972         * gmm-utils.el (gmm-regexp-concat): here.
7973         * message.el: Don't require 'gnus-util.
7974         (message-dont-reply-to-names): Handle name change above.
7975         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7976
7977 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7980         since the initial value varies according to the system.
7981
7982 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7985
7986 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7987
7988         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7989
7990 2007-04-24  Didier Verna  <didier@xemacs.org>
7991
7992         Improve the type of gnus-ignored-from-addresses.
7993         * gnus-util.el (gnus-orify-regexp): New function.
7994         * message.el (gnus-util): Require it.
7995         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7996         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7998
7999 2007-04-24  Didier Verna  <didier@xemacs.org>
8000
8001         * gnus-sum.el:
8002         * gnus-utils.el: Fix some trailing whitespaces.
8003
8004 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8007         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8008         article's Message-ID; refer parent article in summary buffer.
8009
8010         * message.el (message-bounce): Call mime-to-mml.
8011
8012         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8013         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8014         optimize and/or forms properly.
8015
8016 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8019         URL.
8020
8021 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8024
8025 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8028         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8029         displayed of multipart/alternative part if it is invoked from summary
8030         buffer.
8031
8032         * mm-view.el (mm-inline-text-html-render-with-w3m)
8033         (mm-inline-text-html-render-with-w3m-standalone)
8034         (mm-inline-render-with-function): Use mail-parse-charset by default.
8035
8036 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8037
8038         * parse-time.el (parse-time-string-chars): Check if CHAR
8039         is less than the length of parse-time-syntax.
8040
8041 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8044         from gnus-newsgroup-processable.
8045
8046 2007-04-16  Didier Verna  <didier@xemacs.org>
8047
8048         * gnus-msg.el (gnus-configure-posting-styles): Handle
8049         message-signature-directory properly with :file syntax.  Reported by
8050         "Leo".
8051
8052 2007-04-11  Didier Verna  <didier@xemacs.org>
8053
8054         New user option: message-signature-directory.
8055         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8056         * message.el (message-insert-signature): Ditto.
8057         * message.el (message-signature-file): Doc update.
8058         * message.el (message-signature-directory): New.
8059
8060 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8061
8062         * gnus-msg.el (gnus-inews-yank-articles): Use
8063         message-exchange-point-and-mark instead of exchange-point-and-mark.
8064
8065 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * message.el (message-yank-original): Make sure cited text ends with
8068         newline; don't exchange point and mark.
8069
8070 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8071
8072         * tls.el (open-tls-stream): Properly handle case where there
8073         is no associated buffer.
8074
8075 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8076
8077         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8078         message-yank-original, make sure (< mark TEXT point).
8079
8080 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * message.el (message-fill-column): New variable.
8083         (message-mode): Use it.  Add comment on a possible new hook.
8084
8085         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8086         (nnmail-get-new-mail): Reformat.
8087
8088         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8089
8090         * gmm-utils.el: Fix Commentary.
8091         (gmm-tool-bar-from-list): Fix typo in doc string.
8092
8093 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8094
8095         * message.el (message-yank-original): Don't switch point and mark
8096         unnecessarily to put point and mark as documented.
8097
8098 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8099
8100         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8101         from the message heads.
8102
8103 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8104
8105         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8106         article buffer does not have a window.  This may not be the best
8107         solution but is certainly better than setting the start of the null,
8108         that is the current, window.
8109
8110 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8113         (gnus-draft-setup): Run it.
8114
8115         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8116         gnus-score-fast-scoring.  Allow regexp.
8117         (gnus-score-headers): Use it.
8118
8119         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8120         XEmacs.
8121
8122         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8123         string.
8124         (gnus-button-alist): Also catch `<f1> k ...'.
8125         (gnus-treat-display-x-face): Fix doc string.
8126
8127 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8128
8129         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8130         evaluation of gnus-extended-version to ensure correct generation of the
8131         User-Agent header when message-generate-headers-first is used.
8132
8133 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8134
8135         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8136         hashcash-path is nil.  Don't call callback with incorrect number of
8137         parameters if val is 0.
8138
8139 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8140
8141         * message.el (message-required-news-headers):
8142         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8143
8144 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8145
8146         * tls.el (open-tls-stream): In handshake-waiting loop,
8147         don't wait more if there is output available to process.
8148
8149 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8150
8151         * tls.el (tls-program): Doc fix.
8152
8153 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * message.el (message-generate-new-buffers): Change the meaning of the
8156         nil value; add `standard' to the choices; treat t as `unique'; improve
8157         doc string.
8158         (gnus-select-frame-set-input-focus): Autoload.
8159         (message-buffer-name): Search for the existing message buffer if
8160         message-generate-new-buffers is nil or `standard'; treat the value t of
8161         message-generate-new-buffers as `unique'.
8162         (message-pop-to-buffer): Raise the frame already displaying the message
8163         buffer; clear the echo area after querying.
8164         (message-setup): Pass the `continue' argument to compose-mail.
8165         (message-mail): Prefer `switch-function' if it is given; search for the
8166         existing message buffer if the `continue' argument is non-nil; pass
8167         continue and switch-function arguments to compose-mail by way of
8168         message-setup.
8169         (message-mail-other-window): Adjust argument of message-setup.
8170         (message-mail-other-frame): Ditto.
8171
8172 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8175         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8176         to turn font-lock on when turning gnus-message-citation-mode on.
8177
8178 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8179
8180         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8181         (mml-smime-function-alist): New variable; add epg as the backend.
8182         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8183         mml-smime- functions instead.
8184         * mm-view.el: Require smime.
8185
8186 2007-03-05  Didier Verna  <didier@xemacs.org>
8187
8188         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8189         instead of just inheritance for posting styles.
8190         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8191
8192 2007-02-24  Chris Moore  <dooglus@gmail.com>
8193
8194         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8195         * pgg-pgp.el (pgg-pgp-encrypt-region):
8196         * pgg-gpg.el (pgg-gpg-encrypt-region):
8197         Check pgg-encrypt-for-me if no other recipients.
8198
8199 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8200
8201         * tls.el (tls-certtool-program): Fix custom type.
8202
8203 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8206         and point-at-eol instead of line-(beginning|end)-position.
8207
8208         * assistant.el (assistant-parse-buffer): Ditto.
8209
8210         * netrc.el (netrc-parse-services): Ditto.
8211
8212 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8213
8214         * mml2015.el (mml2015-epg-find-usable-key): New function.
8215         (mml2015-epg-sign): Use it.
8216         (mml2015-epg-encrypt): Use it.
8217
8218 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * message.el (message-make-in-reply-to): Quote name containing
8221         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8222         if there are special characters.  Reported by NAKAJI Hiroyuki
8223         <nakaji@jp.freebsd.org>.
8224
8225 2007-02-27  Didier Verna  <didier@xemacs.org>
8226
8227         Include the group parameters as well as the topic ones in the
8228         inheritance filter process.
8229         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8230         argument GROUP-PARAMS-LIST.
8231         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8232
8233 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * nntp.el (nntp-never-echoes-commands)
8236         (nntp-open-connection-functions-never-echo-commands): New variables.
8237         (nntp-send-command): Use them.
8238
8239 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8240
8241         * mml2015.el (mml2015-epg-verify): Simplified.
8242
8243 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * mml.el (mml-content-disposition-alist): New user option.
8246         (mml-content-disposition): New function.
8247         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8248         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8249
8250 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8251
8252         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8253         verification.
8254
8255 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8256
8257         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8258         articles posted in the last 24 hours.
8259
8260 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8261
8262         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8263
8264 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8265
8266         * nntp.el (nntp-send-command): Don't wait for echoes when
8267         nntp-open-ssl-stream is used.
8268
8269 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8272         (gnus-message-add-citation-keywords)
8273         (gnus-message-remove-citation-keywords): Remove.
8274         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8275         directly, make the variables in font-lock-defaults buffer-local, add
8276         gnus-message-citation-keywords to them and then update the value of
8277         font-lock-keywords.
8278
8279 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * message.el (message-cite-original-1): Don't call
8282         gnus-article-highlight-citation.
8283
8284         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8285         citations; fix line count.
8286
8287 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8290         (gnus-message-add-citation-keywords)
8291         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8292         versions of font-lock-add-keywords and font-lock-remove-keywords to
8293         work with XEmacs correctly.
8294
8295 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gnus-cite.el (gnus-cite-face-list): Set the values of
8298         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8299         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8300         (gnus-message-cite-prefix-regexp): New variable.
8301         (gnus-message-search-citation-line): Use it; protect against long
8302         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8303         the 0th match data for Emacs.
8304         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8305         (gnus-message-add-citation-keywords): Append keywords rather than
8306         prepending; emulate font-lock-add-keywords if it is not available.
8307         (gnus-message-remove-citation-keywords): Emulate
8308         font-lock-remove-keywords if it is not available.
8309
8310         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8311
8312         * message.el (message-cite-prefix-regexp): Set the value of
8313         gnus-message-cite-prefix-regexp.
8314
8315 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8316
8317         * nnweb.el (nnweb-google-parse-1): Update parser.
8318
8319 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8320
8321         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8322
8323 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8324
8325         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8326         regexp.
8327
8328 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8331         string-to-multibyte.
8332         (uudecode-decode-region-internal): Use it.
8333
8334         * lpath.el: Fbind string-as-multibyte for XEmacs.
8335
8336 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8339         custom choice.
8340
8341         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8342
8343 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8344
8345         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8346
8347         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8348         `write-region' to respect `mm-inhibit-file-name-handlers'.
8349
8350 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8353         Use gnus-home-directory instead of "~/" or "$HOME".
8354
8355 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8356
8357         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8358         to mention filename.
8359         Add comments at beginning regarding usage.
8360         (encrypt-write-file-contents): Change interactive so a string is
8361         acceptable.  If the file has no associated model, show an error instead
8362         of a nonsense prompt.
8363
8364 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8365
8366         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8367         Thanks to Yoshihiko Yamada for kind notification of this typo.
8368
8369 2007-01-12  Kenichi Handa  <handa@m17n.org>
8370
8371         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8372         multibyte buffer.
8373
8374 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * gnus-score.el (gnus-score-fast-scoring): New variable.
8377         (gnus-score-headers): Use it.
8378
8379         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8380
8381         * message.el (message-cite-original-1): Call
8382         gnus-article-highlight-citation if requested.
8383         (message-make-from): Allow name and address as optional arguments.
8384
8385         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8386
8387         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8388         bugs to doc string.
8389         (gnus-button-alist): Add mid\\|message-id.
8390         (gnus-button-fetch-group): Extend for use in
8391         `browse-url-browser-function'.
8392         (gnus-button-url-regexp): Try to catch paired parentheses like in
8393         Wikipedia URLs.
8394
8395         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8396         Suggested by Simon Krahnke <overlord@gmx.li>.
8397
8398 2007-01-13  Romain Francoise  <romain@orebokech.com>
8399
8400         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8401         Update copyright.
8402
8403 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8404
8405         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8406
8407 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8408
8409         * gnus-registry.el (gnus-registry-unfollowed-groups)
8410         (gnus-registry-split-fancy-with-parent): Fix documentation.
8411
8412 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8415         from nnweb groups.
8416
8417 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8418
8419         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8420         Xref urls.  Erase buffer before requesting head.
8421
8422 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8425         customizable.
8426
8427 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8428
8429         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8430         no signing key is found.
8431         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8432         no encrypting and/or signing key is found.
8433
8434 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8437
8438 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8439
8440         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8441         headers read from disk with the ones newly found in the current search.
8442         This should no longer cause problems, because the article numbers in
8443         Gmane's `nov.php' output are ignored since the previous change.
8444
8445 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8446
8447         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8448
8449 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8452         replace-regexp-in-string; bind url-version; fbind display-images-p and
8453         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8454         find-face and set-itimer-function for Emacs; bind itimer-list for
8455         Emacs.
8456
8457         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8458
8459 2007-01-01  Romain Francoise  <romain@orebokech.com>
8460
8461         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8462
8463 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8464
8465         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8466         `define-minor-mode' macro definition expanded properly.
8467         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8468         exclude it there.
8469
8470         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8471         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8472         `fboundp' test.
8473         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8474         This is OK to autoload in (S)XEmacs now.
8475
8476 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477
8478         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8479         keystroke.
8480         (gnus-summary-limit-to-singletons): Fix typo.
8481
8482         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8483         else fails.
8484
8485 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8486
8487         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8488         docstring.
8489
8490         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8491         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8492         (gnus-summary-insert-dormant-articles): Fix typo in message.
8493
8494 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8497         nil for XEmacs.
8498         (gnus-message-citation-mode): Don't autoload in XEmacs.
8499
8500         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8501
8502 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8503
8504         * nnimap.el (nnimap-expunge-search-string): Mention
8505         nnimap-search-uids-not-since-is-evil in docstring.
8506
8507 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * spam.el: Revert to make-obsolete-variable because
8510         define-obsolete-variable-alias is not supported in Emacs 21.
8511
8512         * spam.el (spam-ifile-path, spam-ifile-database-path)
8513         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8514         make-obsolete-variable.
8515         (spam-bsfilter-path, spam-bsfilter-program)
8516         (spam-spamassassin-path, spam-spamassassin-program)
8517         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8518         use "path" inappropriately.
8519         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8520         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8521         variable names.
8522
8523 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8524
8525         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8526         summary buffer.
8527
8528         * password.el (password-cache-remove): Use clear-string to burn
8529         password, if available.
8530
8531 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8534
8535         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8536
8537         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8538         (gnus-message-highlight-citation): Move defcustom here from
8539         gnus-cite.el.
8540         (gnus-message-citation-mode): Autoload.
8541
8542         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8543         checks to make it compile with XEmacs.
8544         (gnus-message-citation-mode): New minor mode.
8545         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8546         (gnus-message-highlight-citation): New variables.
8547         (gnus-message-search-citation-line)
8548         (gnus-message-add-citation-keywords)
8549         (gnus-message-remove-citation-keywords)
8550         (turn-on-gnus-message-citation-mode)
8551         (turn-off-gnus-message-citation-mode): New functions.
8552
8553 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8554
8555         * gnus-cite.el: Enable highlighting of different citation levels in
8556         message-mode.
8557
8558 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8559
8560         * message.el (message-make-fqdn): Fix comment.
8561         (message-bogus-system-names): Add ".local".
8562
8563         * spam.el (spam-ifile-path, spam-ifile-program)
8564         (spam-ifile-database-path, spam-ifile-database)
8565         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8566         Don't use "path" inappropriately.
8567         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8568         strings.
8569         (spam-check-ifile, spam-ifile-register-with-ifile)
8570         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8571         new variable names.
8572
8573         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8574         (gnus-treat-display-smileys): Simplify using
8575         gnus-image-type-available-p.
8576
8577         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8578         available.
8579
8580         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8581         `display-images-p' if available.
8582
8583 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8586         one after turning on the buffer's multibyteness instead of decoding
8587         them directly in the unibyte buffer that causes unexpected conversion
8588         in Emacs 23 (unicode).
8589
8590 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8591
8592         * message.el (message-generate-hashcash): Fix custom type.
8593
8594 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8597
8598 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8601         disconnect icons.  Add help text.
8602
8603 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8604
8605         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8606         negated to be consistent with the others we handle.
8607
8608 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609
8610         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8611         version of gnus-summary-buffer to something, so that we can use two
8612         article buffers at the same time.
8613
8614 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8615
8616         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8617         trigger all the extra headers.
8618         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8619         sorting.
8620
8621 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8622
8623         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8624         solid groups.
8625
8626 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8627
8628         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8629
8630 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * legacy-gnus-agent.el: Add Copyright notice.
8633
8634 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8635
8636         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8637
8638 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8639
8640         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8641
8642         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8643         to make it work reliably in CVS Emacs.
8644         (gnus-summary-limit-strange-charsets-predicate)
8645         (gnus-summary-limit-to-predicate): New functions.
8646
8647 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8648
8649         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8650         specifying array size.
8651         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8652         array if it is too small.
8653         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8654         (gnus-sort-threads-loop): New function.
8655
8656 2006-12-06  Chris Moore  <dooglus@gmail.com>
8657
8658         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8659         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8660
8661 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8662
8663         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8664         options.
8665
8666 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8669         DOS-ing the recipient.
8670
8671         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8672         the headers when creating the mapping to avoid mismappings.
8673         (nnweb-gmane-create-mapping): Always nix out old mapping.
8674
8675 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8678         and mm-verify-option to never.
8679
8680 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * message.el (message-signed-or-encrypted-p): New function.
8683         (message-forward-make-body): Use it.
8684
8685         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8686         Replace encode-coding-string with mm-encode-coding-string.
8687
8688 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * nneething.el (nneething-decode-file-name): Replace
8691         decode-coding-string with mm-decode-coding-string.
8692
8693         * gnus-int.el (gnus-open-server): Say failed server's name.
8694
8695 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8696
8697         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8698         strings to a single string.  Quote `errors-file-name'.
8699         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8700         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8701         Adjust calls.  Use `shell-quote-argument'.
8702
8703 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8704
8705         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8706         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8707
8708         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8709         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8710         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8711         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8712         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8713         (gnus-subscribe-newsgroup, gnus-1):
8714         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8715         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8716         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8717         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8718
8719 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8720
8721         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8722         keystroke.
8723         (gnus-summary-limit-to-bodies): Implement headersp.
8724
8725 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8726
8727         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8728
8729 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8732
8733 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8734
8735         * message.el (message-generate-hashcash): Expand range of values to
8736         include `opportunistic'.
8737         (message-send-mail): Use it.
8738
8739 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8740
8741         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8742         and comment it.
8743
8744         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8745
8746 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * gnus-util.el (gnus-extract-address-components): Improve comment.
8749
8750 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-util.el (gnus-extract-address-components): Work with address in
8753         which the name portion contains @.
8754
8755         * lpath.el: Fbind custom-autoload.
8756
8757 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * gnus.el (gnus-start): Move custom group up.
8760         (gnus-select-method): Don't autoload, but make it available for
8761         `customize-variable'.
8762         (gnus-getenv-nntpserver): Don't autoload.
8763
8764 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8765
8766         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8767
8768 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * message.el (message-sendmail-extra-arguments): New variable.
8771         (message-send-mail-with-sendmail): Use it.
8772
8773 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8776         mm-with-unibyte-current-buffer to make string unibyte.
8777
8778         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8779         mm-string-as-multibyte.
8780
8781 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8782
8783         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8784         Reported by Werner Koch <wk@gnupg.org>.
8785
8786 2006-11-14  Daiki Ueno  <ueno@p360>
8787
8788         * mml2015.el: Autoload epa-select-keys when compiling.
8789
8790 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8791
8792         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8793         message-options.
8794         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8795
8796 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8797
8798         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8799         EasyPG (< 0.0.6).
8800         (mml2015-always-trust): New user option.
8801         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8802         prompt.
8803
8804 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * nntp.el (nntp-authinfo-force): New variable.
8807         (nntp-send-authinfo): Use it.
8808
8809 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8810
8811         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8812         decode encoded words.  Improve prompt.  Add comment about forwarding.
8813         (message-replacement-char): Move up.
8814
8815 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8816
8817         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8818         instead of gnus-intersection because arguments of gnus-sorted-nunion
8819         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8820
8821 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8822
8823         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8824         (message-simplify-subject-functions): Enable
8825         message-strip-subject-encoded-words by default.
8826
8827 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * message.el (message-strip-subject-encoded-words): New function.
8830         (message-simplify-subject-functions): New variable.
8831         (message-simplify-subject): Use it.  Fix typo in doc string.
8832         Support message-strip-subject-encoded-words.
8833
8834 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8835
8836         * gnus-diary.el (gnus-diary-delay-format-function):
8837         * nndiary.el (nndiary-reminders):
8838         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8839
8840 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8841
8842         * gnus-art.el (article-hide-boring-headers): Fetch date from
8843         gnus-original-article-buffer to avoid problems with localized date
8844         strings.
8845
8846 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8849
8850 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8853         New variables.
8854         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8855         (mm-charset-synonym-alist): Move some entries to
8856         mm-codepage-iso-8859-list.
8857         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8858         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8859
8860 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8863
8864 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8867         with Emacs 21 and XEmacs.
8868
8869 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8870
8871         * spam.el (spam-parse-address): New function for better parsing,
8872         catching errors, etc.
8873         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8874
8875 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * mm-view.el: Add interactive arg to html2text autoload.
8878
8879 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8882
8883 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8886         variables.
8887         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8888         (mm-charset-synonym-alist): Move some entries to
8889         mm-codepage-iso-8859-list.
8890
8891         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8892
8893 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * message.el (message-citation-line-format)
8896         (message-insert-formated-citation-line): Fix implementation of %E, %N
8897         and %n according to the doc string.
8898
8899 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8900
8901         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8902         car-safe to avoid bad parses.
8903
8904 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8907         names.
8908
8909         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8910
8911 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8914         header.
8915
8916         * message.el (message-draft-headers): Add Date.
8917         (message-headers-to-generate): Fix typo in docstring.
8918
8919         * nndraft.el (nndraft-required-headers): New variable.
8920         (nndraft-generate-headers): Use it.
8921
8922         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8923
8924 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8925
8926         * gnus-registry.el (gnus-registry-wash-for-keywords)
8927         (gnus-registry-find-keywords): New functions to allow easy searching of
8928         articles that are in the registry.
8929
8930 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8931
8932         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8933         ietf-drums-parse-address instead of gnus-extract-address-components.
8934         Reported by Damien Elmes <damien@repose.cx>.
8935
8936 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * gnus.el (gnus-mime): Remove unused custom group.
8939
8940 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8941
8942         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8943         "blank line" when searching for end of armor headers.
8944
8945 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gmm-utils.el (gmm-write-region): Fix variable name.
8948
8949 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * gmm-utils.el (gmm-write-region): New function based on compatibility
8952         code from `mm-make-temp-file'.
8953
8954         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8955
8956         * nnmaildir.el (nnmaildir--update-nov)
8957         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8958         Use `gmm-write-region'.
8959
8960 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8961
8962         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8963         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8964
8965         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8966
8967         * message.el (message-replacement-char): New variable.
8968         (message-fix-before-sending): Use it.
8969         (message-simplify-subject): New function to remove duplicate code.
8970         (message-reply, message-followup): Use it.
8971
8972         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8973         gnus-summary-limit-to-articles.
8974
8975 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus-util.el (gnus-with-local-quit): New macro.
8978
8979         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8980
8981 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8982
8983         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8984         ignore non-string data.
8985
8986 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8987
8988         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8989         non-string data (needs to be done in the registry too).
8990
8991 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8992
8993         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8994         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8995         (gnus-registry-split-fancy-with-parent)
8996         (gnus-registry-fetch-simplified-message-subject-fast)
8997         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8998         Remove text properties on ingress into the registry and when it's saved.
8999         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9000         registry from entries with no groups.
9001
9002 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9003
9004         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9005         function to remove string properties.
9006
9007 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * gmm-utils.el (gmm): Adjust custom version.
9010
9011         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9012         custom version.
9013
9014         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9015
9016 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * gnus-art.el (gnus-insert-prev-page-button)
9019         (gnus-insert-next-page-button): Simplify.  Reformat.
9020
9021 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9022
9023         * gnus-art.el (gnus-insert-prev-page-button)
9024         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9025
9026 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9027
9028         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9029
9030 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9031
9032         * gnus-art.el (gnus-insert-mime-button)
9033         (gnus-insert-mime-security-button):
9034         Apply gnus-article-button-face to MIME and security buttons.
9035
9036 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9039         readable.
9040
9041 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9044
9045 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9046
9047         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9048         `browse-url-of-file' instead of `browse-url'.
9049
9050 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9051
9052         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9053         regexp.  Articles containing quotation were cut prematurely.
9054
9055 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * message.el (message-cite-original-1): Use nobody by default for the
9058         value of From header.
9059         (message-reply): Ditto.
9060
9061 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9062
9063         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9064         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9065         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9066
9067 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9068
9069         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9070         mails in the doc string.  Add some URLs in comment.
9071         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9072
9073 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9076         backslashes handling and the way to find boundaries of quoted strings.
9077
9078 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9079
9080         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9081         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9082         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9083         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9084
9085 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9088         doc string.
9089         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9090
9091 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * lpath.el: Fbind epg-check-configuration.
9094
9095 2006-09-06  Simon Josefsson  <jas@extundo.com>
9096
9097         * mml2015.el (mml2015-use): Doc fix, mention epg.
9098
9099 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9100
9101         * mml2015.el (mml2015-use): Default to epg, if available.
9102
9103 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9104
9105         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9106         message-sender.
9107         (mml1991-epg-encrypt): Ditto.
9108         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9109         message-sender.
9110         (mml2015-epg-encrypt): Ditto.
9111
9112 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9113
9114         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9115         several common directories.
9116
9117 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9118
9119         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9120         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9121
9122 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * gnus-art.el (article-decode-encoded-words): Make it fast.
9125
9126 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9129
9130         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9131         in quoted string into `\'.
9132
9133 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9136         Use standard-syntax-table.
9137
9138 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * gnus-art.el (gnus-decode-address-function): New variable.
9141         (article-decode-encoded-words): Use it to decode headers which are
9142         assumed to contain addresses.
9143         (gnus-mime-delete-part): Remove useless `or'.
9144
9145         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9146         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9147         (gnus-nov-parse-line): Use it to decode From header.
9148         (gnus-get-newsgroup-headers): Ditto.
9149         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9150
9151         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9152         (mail-decode-encoded-address-string): New alias.
9153
9154         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9155         New function.
9156         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9157         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9158         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9159         (rfc2047-decode-string): Ditto.
9160         (rfc2047-decode-address-region): New function.
9161         (rfc2047-decode-address-string): New function.
9162
9163 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * message.el (message-caesar-buffer-body): Allow rotating headers.
9166
9167         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9168
9169         * message.el (message-insert-formated-citation-line): Fix %f.
9170         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9171
9172 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9175         (gnus-bookmark-mouse-available-p): New macro.
9176         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9177         (gnus-bookmark-bmenu-show-infos): Use it.
9178         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9179         (gnus-bookmark-bmenu-hide-infos): Ditto.
9180         (gnus-bookmark-remove-properties): New function.
9181         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9182         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9183         (gnus-bookmark-write-file): Bind coding-system-for-write.
9184         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9185         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9186         group before selecting it.
9187         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9188         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9189         quit-window if it is not available; use gnus-mouse-2 and bind it to
9190         gnus-bookmark-bmenu-select-by-mouse.
9191         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9192         (gnus-bookmark-bmenu-select-by-mouse): New function.
9193
9194 2006-08-13  Romain Francoise  <romain@orebokech.com>
9195
9196         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9197         space.
9198
9199 2006-08-10  Romain Francoise  <romain@orebokech.com>
9200
9201         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9202         (dns-mode-soa-auto-increment-serial): New user option.
9203         (dns-mode-soa-maybe-increment-serial): New function.
9204         (dns-mode): Add the latter to `write-contents-functions'.
9205
9206 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * compface.el (uncompface): Use binary rather than raw-text-unix.
9209
9210 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * compface.el (uncompface): Make sure the eol conversion doesn't take
9213         place when communicating with the external programs.  Reported by
9214         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9215
9216 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9219
9220 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9221
9222         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9223         Make it more robust by parsing author and date independently.
9224
9225 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9228
9229 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9230
9231         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9232         first matching secret key.
9233         (mml2015-epg-encrypt): Ditto.
9234
9235         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9236         first matching secret key.
9237         (mml1991-epg-encrypt): Ditto.
9238
9239         * mml2015.el (mml2015-encrypt-to-self): New user option.
9240         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9241         mml2015-epg-encrypt-to-self is set.
9242
9243         * mml1991.el (mml1991-encrypt-to-self): New variable.
9244         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9245         mml1991-epg-encrypt-to-self is set.
9246
9247         * mml2015.el (mml2015-signers): New user option.
9248         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9249         (mml2015-epg-encrypt): Allow to select signing keys.
9250
9251         * mml1991.el (mml1991-signers): New variable.
9252         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9253         (mml1991-epg-encrypt): Allow to select signing keys.
9254
9255 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * nnheader.el (nnheader-insert-head): Make it work even if the file
9258         uses CRLF for the line-break code.
9259
9260 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9261
9262         * mml2015.el: Require mml-sec instead of password.
9263         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9264         (mml2015-cache-passphrase): Inherit the default value from
9265         mml-secure-cache-passphrase.
9266         (mml2015-passphrase-cache-expiry): Inherit the default value from
9267         mml-secure-passphrase-cache-expiry.
9268
9269         * mml1991.el: Require mml-sec instead of password.
9270         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9271         (mml1991-cache-passphrase): Inherit the default value from
9272         mml-secure-cache-passphrase.
9273         (mml1991-passphrase-cache-expiry): Inherit the default value from
9274         mml-secure-passphrase-cache-expiry.
9275
9276         * mml-sec.el: Require password.
9277         (mml-secure-verbose): New user option.
9278         (mml-secure-cache-passphrase): New user option.
9279         (mml-secure-passphrase-cache-expiry): New user option.
9280
9281 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9282
9283         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9284         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9285         andreas@altroot.de (Andreas Vögele).
9286
9287         FIXME: Use `tiny change'?
9288
9289 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9290
9291         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9292         workaround for the url package included with Emacs.
9293
9294         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9295
9296 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9299         correctly.  This fixes a bug caused by the 2006-05-12 change.
9300
9301 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9302
9303         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9304         some information about the error when saying that the `bogus' mail
9305         group will be used.
9306
9307 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9310         string.
9311
9312 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9313
9314         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9315
9316 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9317
9318         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9319
9320 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9321
9322         * mml1991.el (mml1991-function-alist): Add epg.
9323         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9324         (mml1991-epg-encrypt): New functions.
9325
9326 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9327
9328         * mml2015.el (mml2015-verbose): New variable.
9329         (mml2015-cache-passphrase): Ditto.
9330         (mml2015-passphrase-cache-expiry): Ditto.
9331         (mml2015-function-alist): Add epg.
9332         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9333         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9334         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9335         functions.
9336
9337 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9338
9339         * message.el (message-cite-original-1): Preserve region when removing
9340         quoted text due to X-No-Archive in order to avoid bogus attribution
9341         when citing multiple messages.
9342
9343 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9344
9345         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9346         Kenneth Jacker <khj@be.cs.appstate.edu>.
9347
9348 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * gnus-diary.el (gnus-user-format-function-d)
9351         (gnus-user-format-function-D): Autoload.
9352
9353         * imap.el (Commentary): Fix typo.
9354
9355         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9356         2006-04-22 contribution.
9357
9358 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9359
9360         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9361         It didn't really fix the bogosity I'm seeing with solid web groups.
9362
9363 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9364
9365         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9366         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9367         created using server names.  If we use the feature without declaring
9368         it, Gnus does not properly manage server and group state.
9369
9370         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9371         bound.
9372
9373 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9374
9375         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9376         looking up the method using GROUP's prefix before inventing a new one.
9377         It is used on killed/unknown groups in various places where returning
9378         an all-new method isn't expected by the caller.
9379
9380         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9381         and match semantics of gnus-group-real-prefix.
9382
9383 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * nnmail.el (nnmail-broken-references-mailers): New variable.
9386         (nnmail-ignore-broken-references): New function generalizing
9387         nnmail-fix-eudora-headers.
9388         (nnmail-fix-eudora-headers): Now obsolete.
9389
9390         * gnus-art.el (gnus-button-handle-custom): Support
9391         `customize-apropos*'.
9392
9393 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394
9395         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9396
9397         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9398         articles.
9399
9400 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * message.el (message-cite-reply-above): New variable.
9403         (message-yank-original): Use it.
9404
9405 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9408
9409 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9412         as read.
9413
9414         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9415
9416 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9419         (gnus-bookmark-default-file): Use gnus-directory.
9420         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9421         Remove "*" in doc string.
9422         (gnus-bookmark-write-file): Simplify.
9423         (gnus-bookmark-maybe-sort-alist): Use `when'.
9424         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9425         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9426         FIXME about Emacs 21 and XEmacs compatibility.
9427         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9428         compatibility.
9429         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9430         compatibility.
9431         (gnus-bookmark-menu-heading): Fix version.
9432
9433 2006-06-19  Bastien Guerry  <bzg@altern.org>
9434
9435         * gnus-bookmark.el: New file.
9436
9437 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * message.el (message-syntax-checks): Doc fix.
9440
9441 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9442
9443         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9444         unsubscribed groups as if they were killed ones.  It causes duplicate
9445         entries in gnus-newsrc-alist.
9446
9447 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * message.el (message-syntax-checks): Doc fix.
9450         (message-send-mail): Add check for continuation headers.
9451         (message-check-news-header-syntax): Fix regexp used to check for
9452         continuation headers.
9453
9454 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9457
9458 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9461
9462 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9465         default-truncate-lines.
9466
9467 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9470         to fill the utf-8 entry.
9471
9472         * lpath.el: Fbind unicode-precedence-list.
9473
9474 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9475
9476         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9477
9478 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9479
9480         * gnus-agent.el (directory-files-and-attributes): Move all the way
9481         forward (the third and final move).
9482         (gnus-agent-read-agentview): Trap reconstruction errors due to
9483         nonexistant directory.  Handle by returning nil.
9484
9485 2006-05-30  Didier Verna  <didier@xemacs.org>
9486
9487         * message.el (message-dont-reply-to-names): Update the custom type.
9488         * message.el (message-dont-reply-to-names): New defsubst: potentially
9489         convert a list of regexps into a single one.
9490         * message.el (message-get-reply-headers): Use it.
9491         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9492
9493 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-agent.el (directory-files-and-attributes): Move forward.
9496
9497 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * gnus-ml.el (gnus-mailing-list-subscribe)
9500         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9501         (gnus-mailing-list-message): Fix doc strings.
9502
9503 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9504
9505         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9506         of doing it manually.
9507
9508 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9511         comment.
9512
9513 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9514
9515         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9516         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9517         (gnus-agent-read-local): All symbols allocated in my-obarray.
9518         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9519         (gnus-agent-regenerate-group): Check numeric names to see if they are
9520         messages or groups.
9521         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9522         better way of do this...)
9523
9524         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9525         'dummy.group' (there should be a better way of do this...)
9526
9527 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9530         (gnus-saved-headers): Ditto.
9531         (gnus-default-article-saver): Mention functions may have properties.
9532         (gnus-article-save): Override gnus-save-all-headers and
9533         gnus-saved-headers by :headers property which saver function may have.
9534         (gnus-summary-save-in-file): Add :headers property.
9535         (gnus-summary-write-to-file): Ditto.
9536
9537         * gnus-sum.el (gnus-summary-save-article): Bind
9538         gnus-prompt-before-saving to t when saving many articles in a file;
9539         always show all headers.
9540
9541         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9542
9543 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9546         marks.
9547
9548         * message.el (message-indent-citation): Add optional arguments to allow
9549         using it outside of message buffers.
9550
9551         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9552         (gnus-article-treat-unfold-headers): Use it.
9553         (gnus-article-truncate-lines): New variable.
9554         (gnus-article-mode): Use it.
9555         (gnus-article-toggle-truncate-lines): New function.
9556
9557         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9558         gnus-article-toggle-truncate-lines.
9559
9560         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9561         coding system in XEmacs, use binary.
9562
9563 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9566         after-load-alist.
9567
9568         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9569         this function should save decoded articles.
9570         (gnus-summary-write-to-file): Use property to specify this function
9571         should save decoded articles and specify gnus-summary-save-in-file
9572         should be used to save articles other than the first one when saving
9573         many articles.
9574         (gnus-summary-save-body-in-file): Use property to specify this
9575         function should save decoded articles.
9576         (gnus-summary-write-body-to-file): Use property to specify this
9577         function should save decoded articles and specify
9578         gnus-summary-save-body-in-file should be used to save articles other
9579         than the first one when saving many articles.
9580
9581         * gnus-sum.el (gnus-summary-save-article): Simplify.
9582
9583 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-art.el (gnus-default-article-saver): Add
9586         gnus-summary-write-body-to-file.
9587         (gnus-article-save-coding-system): Don't use coding system object
9588         in XEmacs.
9589         (gnus-read-save-file-name): Add optional `dir-var' argument which
9590         specifies directory in which files are saved; work even if optional
9591         `variable' argument is not specified.
9592         (gnus-summary-write-to-file): Read file name.
9593         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9594         (gnus-summary-write-body-to-file): New function.
9595
9596         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9597         (gnus-summary-local-variables): Add it.
9598         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9599         (gnus-summary-save-article): Remove optional `decode' argument;
9600         determine whether to decode articles by the value of
9601         gnus-default-article-saver; when saving many files using
9602         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9603         it first and use gnus-summary-save-in-file or
9604         gnus-summary-save-body-in-file thereafter unless
9605         gnus-prompt-before-saving is always; move point to article which
9606         will be saved.
9607         (gnus-summary-save-article-file): Revert.
9608         (gnus-summary-write-article-file): Revert.
9609         (gnus-summary-save-article-body-file): Revert.
9610         (gnus-summary-write-article-body-file): New function.
9611
9612 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus-art.el (gnus-default-article-saver): Doc fix.
9615         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9616         from gnus-summary-save-article-coding-system, and default to a
9617         certain coding system.
9618         (gnus-output-to-file): Add coding cookie and encode text according
9619         to gnus-article-save-coding-system; don't use mm-append-to-file.
9620
9621         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9622         gnus-art.el and rename to gnus-article-save-coding-system.
9623         (gnus-summary-save-article): Require gnus-art; don't show all
9624         headers if it decodes articles; don't add coding cookie here;
9625         don't bind mm-text-coding-system-for-write.
9626         (gnus-summary-save-article-file): Save decoded articles.
9627         (gnus-summary-write-article-file): When saving many files, use
9628         gnus-summary-write-to-file first and gnus-summary-save-in-file
9629         thereafter unless gnus-prompt-before-saving is always.
9630         (gnus-summary-save-article-body-file): Save decoded articles.
9631
9632         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9633
9634 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * nnrss.el (nnrss-check-group): Bind hash-index.
9637
9638 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9639
9640         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9641         its hash index.  Store this hash in `nnrss-group-data'.
9642         (nnrss-read-group-data): Update accordingly.
9643
9644 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9647         entry.
9648
9649         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9650         gnus-article-browse-html-article.
9651
9652 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9653
9654         * gnus-sum.el (gnus-summary-mime-map): Add
9655         gnus-article-browse-html-article.
9656
9657         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9658
9659 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9662         suitable coding systems in customize.
9663
9664 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9665
9666         * mail-source.el (mail-sources): Fix custom type.
9667
9668 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9669
9670         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9671         (gnus-summary-expire-articles-now): Shorten prompt.
9672
9673         * gmm-utils.el (wid-edit): Require.
9674         (defun-gmm): Renamed from `gmm-defun-compat'.
9675         (gmm-image-search-load-path): Use it.
9676         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9677
9678 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9681         variable.
9682         (gnus-summary-save-article): Add optional `decode' argument.  If
9683         it is set and gnus-summary-save-article-coding-system is non-nil,
9684         save decoded article.
9685         (gnus-summary-write-article-file): Save decoded article if
9686         gnus-summary-save-article-coding-system is non-nil.
9687
9688         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9689         type.
9690
9691 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9694
9695 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9698         first to test gnus-single-article-buffer which may be buffer-local.
9699
9700         * gnus-sum.el (gnus-summary-setup-buffer): Make
9701         gnus-single-article-buffer buffer-local and nil in ephemeral
9702         group; make gnus-article-buffer, gnus-article-current, and
9703         gnus-original-article-buffer always buffer-local.
9704         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9705         group.
9706         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9707
9708 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * nnml.el (nnml-request-compact-group): Compressed files might not
9711         have .gz extension.
9712
9713 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9714
9715         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9716         (mm-copy-to-buffer): Use with-current-buffer.
9717         (mm-display-part): Simplify.
9718         (mm-inlinable-p): Add optional arg `type'.
9719
9720 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9721
9722         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9723         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9724         Try harder to show the attachment internally or externally using
9725         gnus-mime-view-part-as-type.
9726
9727 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * message.el (message-from-style, message-signature-separator)
9730         (message-user-organization-file, message-send-mail-function)
9731         (message-citation-line-function, message-yank-prefix)
9732         (message-indent-citation-function, message-signature)
9733         (message-signature-file, message-signature-insert-empty-line):
9734         Remove autoloads.
9735
9736         * gnus-art.el (gnus-buttonized-mime-types): Remove
9737         "multipart/signed".  Revert 2006-04-26 change.
9738
9739 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9740
9741         * gnus.el (gnus-version-number): Bump version.
9742
9743 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9744
9745         * gnus.el: No Gnus v0.5 is released.
9746
9747 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9748
9749         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9750         fetching articles by message-id.
9751
9752 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9753
9754         * message.el (hashcash): Require hashcash as normal.
9755
9756         * ecomplete.el (ecomplete-highlight-match-line): Use
9757         point-at-eol.
9758         (ecomplete-highlight-match-line): Use `highlight', because that
9759         face exists in both Emacs and XEmacs.
9760
9761         * message.el (message-display-abbrev): Use point-at-bol.
9762
9763         * mail-source.el: Don't require timer/timer-funcs.
9764
9765         * gnus-async.el: Ditto.
9766
9767         * password.el: Ditto.
9768
9769         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9770
9771         * mm-url.el: Ditto.
9772
9773         * gnus-xmas.el: Don't require timer-funcs.
9774
9775         * mm-util.el: Require timer/timer-funcs.
9776
9777 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9778
9779         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9780         Close.
9781
9782 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9785         unibyte after clear-decrypt function runs.
9786
9787         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9788         returns as a unibyte string.
9789
9790 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * lpath.el: Revert.
9793
9794         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9795         (pgg-gpg-process-sentinel): Revert.
9796
9797         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9798         (pgg-pgp-lookup-key): Revert.
9799
9800         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9801         (pgg-pgp5-lookup-key): Revert.
9802
9803         * pgg.el (pgg-fetch-key): Revert.
9804
9805 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * lpath.el: Fbind string-as-multibyte for XEmacs.
9808
9809         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9810         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9811         (mml1991-pgg-encrypt): Ditto.
9812
9813         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9814         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9815         a multibyte buffer.
9816
9817         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9818         (pgg-pgp-lookup-key): Ditto.
9819
9820         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9821         (pgg-pgp5-lookup-key): Ditto.
9822
9823         * pgg.el (pgg-fetch-key): Ditto.
9824
9825 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * message.el (message-user-organization-file): Check several
9828         locations of the organization file.
9829
9830         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9831         Add gnus-article-view-part-as-type.
9832
9833         * gnus-art.el (gnus-article-view-part-as-type): New function.
9834
9835         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9836         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9837
9838         * mml.el: Simplify autoload.
9839         (mml-mode): defvar dnd-protocol-alist instead of using
9840         symbol-value.
9841         (mml-default-directory): New variable.
9842         (mml-minibuffer-read-file): Use it.
9843         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9844
9845         * message.el (message-citation-line-format): New variable.
9846         (message-insert-formated-citation-line): New function.
9847         (message-citation-line-function): Add
9848         `message-insert-formated-citation-line' to custom type.
9849
9850         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9851         to doc string.
9852
9853         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9854         depending on mm-verify-option.
9855
9856 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9859         binding pgg-* variables; reimplement the section which prevents
9860         MIME header from being signed.
9861         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9862         pgg-text-mode; remove a blank line at the top of body.
9863
9864         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9865         lines at the top of body; use gnus-newsgroup-charset if there's no
9866         Charset header.
9867
9868 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * message.el (message-self-insert-commands): Doc fix.
9871
9872         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9873         (mm-uu-pgp-encrypted-test): Ditto.
9874         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9875         between header and body; return application/pgp-encrypted handle
9876         if decryption failed; decode decrypted body by charset.
9877
9878         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9879         element match to application/pgp-*.
9880
9881 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9882
9883         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9884         HTML.
9885
9886 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9887
9888         * mail-source.el (mail-source-call-script): Message the error
9889         string.
9890
9891 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892
9893         * gnus-util.el (gnus-byte-compile): Use it.
9894
9895 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9896
9897         * gnus-util.el (kill-empty-logs): New function.
9898
9899 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9900
9901         * message.el (message-mail-alias-type): Doc fix.
9902         (message-mail-alias-type-p): New function.
9903         (message-send): Use it.
9904         (message-mode): Ditto.
9905         (message-strip-forbidden-properties): Ditto.
9906
9907         * ecomplete.el (ecomplete-database-file-coding-system): New
9908         variable.
9909         (ecomplete-save): Use it.
9910         (ecomplete-setup): Use it.
9911
9912 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * message.el (message-self-insert-commands): New variable.
9915         (message-strip-forbidden-properties): Use it.
9916
9917 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9918
9919         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9920         that doesn't make XEmacs choke.
9921
9922 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * gnus-util.el (gnus-replace-in-string):
9925         Prefer replace-regexp-in-string over of replace-in-string.
9926
9927 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gnus-util.el (gnus-select-frame-set-input-focus):
9930         Use select-frame-set-input-focus if it is available in XEmacs; use
9931         definition defined in Emacs 22 for old Emacsen.
9932
9933         * dgnushack.el: Autoload unmorse-region for XEmacs.
9934
9935         * lpath.el: Bind cursor-in-non-selected-windows and
9936         select-frame-set-input-focus for XEmacs.
9937
9938 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9941
9942 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9943
9944         * gnus-registry.el (gnus-registry-cache-save): Remove text
9945         properties when saving via the temp buffer.
9946
9947 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * message.el (message-generate-hashcash): Honor custom type.
9950
9951 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * message.el (message-generate-hashcash): Default to non-nil when
9954         hashcash is found.
9955
9956         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9957         (gnus-refer-thread-limit): Increase default to 500.
9958
9959         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9960
9961         * flow-fill.el (fill-flowed): Allow delete-space.
9962
9963 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9966         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9967         Remove autoloads.
9968
9969 2006-04-18  Simon Josefsson  <jas@extundo.com>
9970
9971         * message.el (message-generate-hashcash): Default to.
9972
9973 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9976         concatenating segments rather than before concatenating them.
9977
9978 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9981
9982 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9983
9984         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9985
9986         * message.el (message-forward-make-body-plain): Allow
9987         message-forward-ignored-headers to be a list.
9988         (message-remove-ignored-headers): Factor out into function.
9989         (message-forward-make-body-mml): Use it.
9990
9991         * imap.el (imap-quote-specials): New function.
9992         (imap-login-auth): Quote specials.
9993
9994         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9995         (rfc2231-parse-string): Allow concatanation of parameters that
9996         aren't contiguous.  The test case is
9997           (mail-header-parse-content-type "message/external-body;
9998             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9999             access-type=LOCAL-FILE;
10000             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10001
10002 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10003
10004         * nntp.el (nntp-accept-process-output): Return the value of
10005         `nnheader-accept-process-output'.
10006
10007 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008
10009         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10010         (gnus-button-alist): Recognize more diff formats.
10011         (gnus-button-patch): Strip directory.
10012
10013 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10014
10015         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10016         Emacs 22 when setting focus.
10017
10018 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10019
10020         * gnus-art.el (gnus-article-treat-types): Do treatment of
10021         text/x-verbatim parts.
10022         (gnus-button-patch): New command.
10023
10024         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10025         addresses that contain invalid characters.
10026
10027 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10028
10029         * message.el (message-put-addresses-in-ecomplete): Use
10030         gnus-replace-in-string.
10031         (message-is-yours-p): Use the more correct
10032         mail-header-parse-address instead of
10033         mail-extract-address-components.
10034         (message-put-addresses-in-ecomplete): Fix typo.
10035
10036         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10037         keystroke.
10038
10039         * gnus-art.el (gnus-treatment-function-alist): Change order of
10040         newsgroups/generic header folding to avoid double-folding.
10041
10042         * message.el (message-hidden-headers): Add X-Draft-From.
10043
10044         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10045         command.
10046         (gnus-summary-repeat-search-article-backward): New command.
10047
10048         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10049         groups in the parent topic.
10050
10051 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10052
10053         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10054         (spam-extra-header-to-number): Return the CRM114 number as a
10055         number instead of a string.
10056
10057 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10058
10059         * gnus-art.el (gnus-face-properties-alist): Moved here from
10060         gnus-fun.
10061
10062         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10063
10064 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10065
10066         * message.el (message-strip-forbidden-properties): Only display on
10067         self-insert-command.
10068
10069         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10070         reindent.
10071         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10072
10073 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10074
10075         * smiley.el (smiley-style): Fix typo.
10076
10077 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * hashcash.el (hashcash-insert-payment-async-2): Use
10080         message-goto-eoh instead of doing it manually.
10081         (mail-add-payment): Use message-narrow-to-header instead of trying
10082         to do the same itself.
10083
10084         * message.el (message-hidden-headers): Add Face.
10085
10086         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10087         reparenting code.
10088         (gnus-summary-reparent-children): Refactored out code.
10089         (gnus-summary-thread-map): New keystroke.
10090         (gnus-summary-reparent-children): Make into command.
10091
10092         * smiley.el (smiley-style): Default to `medium' if using a large
10093         font.
10094
10095         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10096         does it itself.
10097
10098         * message.el (message-point-in-header-p): Simplify definition.
10099
10100 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10101
10102         * nnagent.el (nnagent-request-set-mark): Silence log file
10103         writing.
10104         (nnagent-request-set-mark): Use write-region instead of
10105         append-to-file.
10106
10107         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10108         strange select method.
10109
10110         * ecomplete.el (ecomplete-display-matches): Get highlightling
10111         right.
10112         (ecomplete-display-matches): Use literals.
10113         (ecomplete-display-matches): Disable message logging.
10114
10115         * message.el (message-display-abbrev): Small optimization.
10116
10117         * ecomplete.el (ecomplete-display-matches): Allow automatic
10118         display.
10119
10120         * message.el (message-strip-forbidden-properties): Display
10121         abbrevs.
10122         (message-display-abbrev): Get automatic display right.
10123
10124         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10125         keystrokes.
10126
10127 2006-04-13  Romain Francoise  <romain@orebokech.com>
10128
10129         TODO: Backport to v5-10!
10130
10131         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10132         Moved here (and renamed) from gnus-registry.el.
10133
10134         * gnus-registry.el: Require gnus-util.
10135         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10136
10137 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138
10139         * gnus-group.el (gnus-group-catchup-current): Change
10140         if-then-else-if-then-else into cond.
10141         (gnus-group-catchup): Indent.
10142         (group-name-at-point): New function.
10143         (gnus-fetch-group): Provide default from thing at point.
10144
10145 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10146
10147         * message.el (message-display-abbrev): Fix regexp.
10148
10149         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10150         choosing.
10151         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10152         dead variables.
10153
10154         * message.el (message-newline-and-indent): Remove debugging.
10155         (message-display-abbrev): Use new implementation.
10156
10157 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * gnus-art.el (gnus-article-mode): Set
10160         cursor-in-non-selected-windows to nil.
10161
10162         * smiley.el: Revert previous change.
10163         (smiley-data-directory): defvar it before using it in the
10164         defcustom of `smiley-style'.
10165
10166 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10167
10168         * message.el (message-newline-and-indent): New function.
10169
10170         * ecomplete.el: Implement more bits.
10171
10172         * message.el (message-put-addresses-in-ecomplete): Clean up the
10173         string.
10174
10175         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10176
10177         * gnus-sum.el (gnus-summary-save-parts): Bind
10178         gnus-summary-save-parts-counter and use it to make unique file
10179         names.
10180
10181         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10182
10183         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10184         parameter to say whether to actually parse the individual
10185         addresses.
10186
10187         * message.el (message-put-addresses-in-ecomplete): New function.
10188         (ecomplete): Require.
10189         (message-mail-alias-type): Add ecomplete as an option.
10190
10191 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10192
10193         * flow-fill.el (fill-flowed): Remove trailing space from blank
10194         quoted lines.
10195
10196 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10197
10198         * smiley.el (smiley-style): Move definition later to avoid a
10199         compilation warning.
10200
10201 2006-04-12  Kenichi Handa  <handa@m17n.org>
10202
10203         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10204         buffer and then decode the buffer text if necessary.
10205         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10206         first, and after mm-encode-body, change the buffer to unibyte.
10207         Use mm-disable-multibyte instead of set-buffer-multibyte.
10208
10209 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10212         Content-Type header instead of Content-Disposition header.
10213         (gnus-mime-inline-part): Ditto.
10214         (gnus-mime-view-part-as-charset): Ignore charset that the part
10215         specifies.
10216
10217         * mm-decode.el (mm-display-part): Work with external parts and
10218         usual parts similarly.
10219
10220         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10221         instead of gnus-display-mime.
10222
10223         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10224         instead of with-temp-buffer.
10225
10226         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10227         tag to summarized topics part in order to encode non-ASCII text.
10228
10229 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * smiley.el (smiley-style): New variable.
10232         (smiley-directory): New function.
10233         (smiley-data-directory): Derive from `smiley-style' using
10234         `smiley-directory'.
10235         (smiley-regexp-alist): Add new entries.
10236
10237         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10238         (gnus-article-browse-delete-temp): Add :version.
10239
10240 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10241
10242         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10243         the sieve region.
10244
10245 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10246
10247         * gnus.el (gnus-version-number): Bump version.
10248
10249 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * gnus.el: No Gnus v0.4 is released.
10252
10253 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10256         layout.
10257
10258         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10259         unknown charset.
10260
10261         * message.el (message-header-synonyms): Add Original-To to the
10262         default.
10263
10264         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10265         optional parameter.
10266
10267 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * gnus-fun.el (gnus): Require it for gnus-directory.
10270
10271 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10274
10275 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10276
10277         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10278
10279 2006-04-05  Simon Josefsson  <jas@extundo.com>
10280
10281         * password.el (password-reset): New function.
10282
10283 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10284
10285         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10286         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10287
10288 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10289
10290         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10291         Some whitespace was matched into the url, which broke browsing hits
10292         > 100 when mm-url-use-external was nil.
10293
10294 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10297         gnus-extra-headers for 'Newsgroups.
10298
10299         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10300         bound.
10301
10302 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10303
10304         * pgg-gpg.el: Clean up process buffers every time gpg processes
10305         complete.
10306
10307 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10308
10309         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10310         doc string.
10311
10312 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10313
10314         * pgg-gpg.el (pgg-gpg-process-filter)
10315         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10316
10317         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10318         lines, temporary fix.
10319
10320 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10321
10322         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10323
10324 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10325
10326         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10327         default-enable-multibyte-characters.  This reverts the change from
10328         revision 6.17 which is no longer necessary because the passphrase
10329         is sent separately now.  GnuPG messages are unreadable under
10330         multibyte locales with default-enable-multibyte-characters set to
10331         nil.
10332
10333 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * message.el (message-tool-bar-gnome): Move "spell".
10336
10337 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10340         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10341         instead.
10342
10343 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10344
10345         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10346         newsgroups handling for NNTP overviews which don't include
10347         Newsgroups.
10348
10349 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10350
10351         * message.el (message-resend): Bind message-generate-hashcash to nil.
10352
10353 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10354
10355         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10356         when searching for already-paid recipients.
10357
10358 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10359
10360         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10361         passphrases when it is not needed.
10362         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10363         passphrase stuff from gpg, should only be necessary when you use
10364         gpg with a smartcard.
10365
10366 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * mml.el (mml-insert-mime): Ignore cached contents of
10369         message/external-body part.
10370
10371         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10372         (mm-insert-part): Ditto.
10373
10374 2006-03-23  Simon Josefsson  <jas@extundo.com>
10375
10376         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10377         Reiner.
10378         (pgg-gpg-use-agent-p): Use it again.
10379
10380 2006-03-23  Simon Josefsson  <jas@extundo.com>
10381
10382         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10383         older emacsen.
10384         (pgg-gpg-use-agent-p): Don't use it.
10385
10386 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10389         if we can.
10390
10391 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10392
10393         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10394         (pgg-gpg-update-agent): New function.
10395         (pgg-gpg-use-agent-p): New function.
10396         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10397         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10398         (pgg-gpg-sign-region): Use it.
10399
10400 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10403         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10404
10405 2006-03-21  Simon Josefsson  <jas@extundo.com>
10406
10407         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10408         <wilde@sha-bang.de>.
10409         (pgg-gpg-use-agent): New variable.
10410         (pgg-gpg-process-region): Use it.
10411         (pgg-gpg-encrypt-region): Likewise.
10412         (pgg-gpg-encrypt-symmetric-region): Likewise.
10413         (pgg-gpg-decrypt-region): Likewise.
10414         (pgg-gpg-sign-region): Likewise.
10415         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10416
10417 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10420
10421         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10422         Add comment on version.
10423
10424 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * smiley.el: Add missing test smiley.
10427
10428 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * mm-decode.el (mm-with-part): New macro.
10431         (mm-get-part): Use it; work with message/external-body as well.
10432         (mm-save-part): Treat name and filename equally.
10433
10434         * mm-extern.el (mm-extern-cache-contents): New function.
10435         (mm-inline-external-body): Use it; force the part to be displayed;
10436         move undisplayer added to the cached handle to the parent.
10437
10438         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10439         (gnus-mime-view-part-as-type): Work with message/external-body.
10440
10441         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10442
10443 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10446         images in image-load-path.  [Sync with image.el, revision 1.60, in
10447         Emacs.]
10448
10449 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10452         path rather than symbol.  Always return list of directories.
10453         Guarantee that image directory comes first.  [Sync with image.el,
10454         revision 1.59, in Emacs.]
10455
10456         * message.el (message-make-tool-bar): Adjust to new API of
10457         `gmm-image-load-path-for-library'.
10458
10459         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10460
10461         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10462
10463 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10464
10465         * gnus-art.el (gnus-article-only-boring-p):
10466         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10467         intangible text.
10468         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10469
10470 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10471
10472         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10473         `defun' instead of `gmm-defun-compat'.
10474
10475 2006-03-14  Simon Josefsson  <jas@extundo.com>
10476
10477         * message.el (message-unique-id): Don't use message-number-base36
10478         if (user-uid) is a float.
10479         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10480
10481 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10484
10485         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10486         empty line between a part and a message part.
10487
10488 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         * smiley.el: Add more test smileys.
10491         (smiley-data-directory, smiley-regexp-alist)
10492         (gnus-smiley-file-types): Fix doc strings.
10493         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10494         adding new elements.
10495         (smiley-mouse-map): Unused code.  Make it a comment.
10496
10497 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10500         scan latest NoCeM messages instead of old ones.
10501         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10502         delimiters that are recently used.
10503         (gnus-nocem-load-cache): Add autoload cookie.
10504
10505         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10506
10507         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10508         level which is larger than gnus-use-nocem is specified.
10509
10510         * gnus-group.el (gnus-group-get-new-news): Ditto.
10511
10512 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * gnus-util.el (gnus-tool-bar-update): New function.
10515
10516         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10517         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10518
10519         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10520
10521         * gnus-group.el (gnus-group-redraw-when-idle)
10522         (gnus-group-redraw-check): Remove.
10523         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10524
10525 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10528         if optional last element is specified in splits (FIELD VALUE...).
10529
10530 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10533         to gmm-image-load-path-for-library.  Call with no-error argument.
10534         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10535
10536         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10537
10538         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10539
10540         * gmm-utils.el (gmm-image-load-path): Remove alias.
10541
10542 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10543
10544         * gmm-utils.el (gmm-image-load-path): Add alias.
10545
10546         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10547         nnml-generate-nov-databases-1.
10548         (nnml-generate-nov-databases): Use it.
10549         (nnml-generate-nov-databases-directory): Document no-active
10550         argument.
10551
10552         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10553         directory if path is t.  Add no-error.
10554
10555         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10556         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10557
10558         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10559         resetting gnus-article-browse-html-temp-list.
10560
10561         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10562         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10563         Add example to docstring.  Rename local variables.  Move error
10564         checks to default case in cond and simplify.
10565
10566 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10569         handle is multipart when calling it recursively.
10570         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10571
10572 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10573
10574         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10575         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10576
10577 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10580         is loaded.
10581
10582         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10583         loaded.
10584
10585 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10588         to "Emacs 23 (unicode)" in doc string.
10589
10590         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10591         "Emacs 23 (unicode)" in comment.
10592
10593 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10596
10597         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10598         characters 160 through 255 in Emacs 23.
10599
10600 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10603         gnus-article-browse-html-temp.
10604         (gnus-article-browse-delete-temp): Make it customizable.  Add
10605         `file'.  Adjust doc string.
10606         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10607         query for each file.  Adjust doc string.
10608         (gnus-article-browse-html-parts): Add
10609         `gnus-article-browse-delete-temp-files' to
10610         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10611
10612 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10613
10614         * gnus-art.el (gnus-article-browse-html-temp)
10615         (gnus-article-browse-delete-temp): New variables.
10616         (gnus-article-browse-delete-temp-files): New function.
10617         (gnus-article-browse-html-parts): Use it.
10618
10619 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10620
10621         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10622
10623         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10624         string.
10625
10626         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10627         gnus-summary-insert-new-articles when unplugged.  Remove
10628         gnus-summary-search-article-forward.
10629
10630         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10631         display-visual-class instead of display-color-cells.
10632
10633 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * dgnushack.el: Autoload customize-group for XEmacs.
10636
10637         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10638         message/* containing non-ASCII text properly.
10639
10640 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * message.el: Require gmm-utils, remove autoloads.
10643         (message-tool-bar): Set default based on
10644         gmm-tool-bar-style.
10645         (message-tool-bar-gnome): Add gmm-customize-mode.
10646
10647         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10648         gmm-tool-bar-style.
10649         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10650
10651         * gnus-group.el (gnus-group-tool-bar): Set default based on
10652         gmm-tool-bar-style.
10653         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10654
10655         * gmm-utils.el (gmm-image-directory): Rename variable from
10656         gmm-image-load-path.
10657         (gmm-image-load-path): Use gmm-image-directory.
10658         (gmm-customize-mode): New function.
10659         (gmm-tool-bar-style): New variable.
10660
10661         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10662         gnus-group-redraw-line-number.
10663         (gnus-group-redraw-check): Simplify.
10664         (gnus-group-tool-bar-update): Remove redraw check.
10665         (gnus-group-make-tool-bar): Add redraw check.
10666
10667 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10668
10669         * gnus-art.el (gnus-button): Add missing parentheses.
10670
10671 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * lpath.el: Fbind line-number-at-pos.
10674
10675 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10678
10679 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * gnus-art.el (gnus-button): New face.
10682         (gnus-article-button-face): Use it.
10683
10684         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10685         gnus-summary-next-page.  Re-order.
10686
10687         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10688         next-node are now included.
10689         (gnus-group-redraw-line-number): New internal variable.
10690         (gnus-group-redraw-check): Helper function for updating the tool
10691         bar.
10692         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10693
10694         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10695
10696         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10697         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10698         Use it to match format of Spamassassin 3.0 and later.  Reported by
10699         IRIE Tetsuya <irie@t.email.ne.jp>.
10700         (spam-check-bogofilter)
10701         (spam-bogofilter-register-with-bogofilter): Fix args of
10702         `gnus-error' calls.
10703
10704 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10707         unnecessary interaction when sending queued mails.  Reported by
10708         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10709
10710 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10713         first or last are nil.
10714
10715 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10716
10717         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10718
10719 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10720
10721         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10722
10723 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10724
10725         * dns.el (query-dns): Protect more against buggy tcp output.
10726
10727 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10730         nov.php.
10731
10732 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10733
10734         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10735         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10736         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10737         output on the server side.
10738         (nnweb-google-create-mapping): Update regexps and add some
10739         progress indication.
10740
10741 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10744         gnus-agent-toggle-plugged.  Re-order icons.
10745         (gnus-group-tool-bar-gnome): Add
10746         gnus-group-{prev,next}-unread-group.
10747         (gnus-group-tool-bar-gnome): Re-order icons.
10748
10749         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10750         gnus-summary-insert-new-articles.
10751
10752         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10753         comments.
10754
10755         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10756         also available in Emacs 21.3.
10757
10758         * message.el (message-fix-before-sending): Change "Emacs 22" to
10759         "Emacs 23 (unicode)" in comment.
10760
10761         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10762         "Emacs 23 (unicode)" in comment.
10763
10764         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10765         comment.
10766         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10767
10768         * mm-view.el (mm-fill-flowed): Add :version.
10769
10770 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10773         and load-path.
10774
10775 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10776
10777         * message.el: Autoload gmm-image-load-path.
10778         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10779         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10780         consitency.
10781
10782         * gmm-utils.el (gmm-image-load-path): Also search in
10783         "../etc/images".  Don't set gmm-image-load-path if we don't find
10784         the image.
10785
10786 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gmm-utils.el (gmm-image-load-path): Don't make
10789         `gmm-image-load-path' include subdirectories which the second arg
10790         `image' might specify.
10791
10792         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10793         subdirectory to icon file names.
10794
10795         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10796
10797 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10798
10799         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10800         gmm-image-load-path calls.
10801
10802         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10803
10804         * message.el (message-make-tool-bar): Ditto.
10805
10806         * mml.el (mml-preview): Added comment concerning tool bar icons.
10807
10808         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10809         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10810
10811         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10812         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10813
10814         * message.el (message-tool-bar-gnome): Use new icon names.
10815         (message-make-tool-bar): Use `gmm-image-load-path'.
10816
10817         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10818         functions from MH-E.
10819         (gmm-image-load-path): New variable from MH-E.
10820         (gmm-image-load-path): New function from MH-E.  Added arguments
10821         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10822         *-image-load-path-called-flag.
10823
10824 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10825
10826         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10827
10828 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10829
10830         * nnimap.el (nnimap-request-move-article): Change folder back to
10831         source group before deleting.
10832
10833 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10836
10837         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10838         mm-url.
10839
10840         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10841
10842 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10845         coding system which mm-charset-to-coding-system returns for a
10846         given charset is valid.
10847
10848 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10849
10850         * html2text.el (html2text-remove-tag-list):
10851         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10852
10853 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10854
10855         * gnus-cus.el: Revert 2005-10-17 change.
10856
10857 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * gnus-art.el (article-strip-banner): Call
10860         article-really-strip-banner only when the regexp match is made.
10861
10862 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-art.el (article-strip-banner): Use
10865         gnus-extract-address-components instead of
10866         mail-header-parse-addresses to make it work with non-ASCII text;
10867         remove mail-encode-encoded-word-string.
10868
10869         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10870         values which are surrounded with \"...\"; make it never cause a
10871         Lisp error; give up parsing of parameters if it failed in
10872         extracting type.
10873
10874 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10875
10876         * smime.el (smime-cert-by-ldap-1): Fix bug where
10877         `smime-ldap-search' returns results without userCertificates.
10878
10879 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10882
10883 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * spam.el (spam-check-spamassassin-headers): Adapt format for
10886         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10887         <ari@mbf.ocn.ne.jp>.
10888         (spam-list-of-processors): Add spam-use-gmane.
10889
10890 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10893         make-temp-file; make it work with XEmacs as well.
10894
10895         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10896         mm-make-temp-file.
10897
10898         * mm-decode.el (mm-display-external): Use the 3rd arg of
10899         mm-make-temp-file.
10900         (mm-create-image-xemacs): Ditto.
10901
10902 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10905         with message-narrow-to-headers.
10906         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10907         (gnus-draft-check-draft-articles): New function.
10908         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10909
10910 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * gnus-art.el (gnus-article-browse-html-parts):
10913         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10914         Don't use suffix argument for mm-make-temp-file for Emacs 21
10915         compatibility.  Remove useless `format'.
10916
10917 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10918
10919         * nnweb.el (nnweb-google-wash-article): Update regexps.
10920         (nnweb-group-alist): Use defvoo instead of defvar.
10921
10922 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10925         re-loading nn* modules.
10926
10927 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10928
10929         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10930         for `tool-bar-mode' and don't check it's default-value.
10931
10932         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10933
10934         * message.el (message-make-tool-bar): Ditto.
10935
10936         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10937         `substring'.  Shorten tmp-file name.
10938
10939         * gnus.el: Remove bogus comment.
10940
10941 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10942
10943         * gnus-art.el (gnus-article-browse-html-parts): New function.
10944         (gnus-article-browse-html-article): New function for viewing html
10945         articles with a browser.
10946
10947 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10948
10949         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10950         in elisp.
10951         (pgg-gpg-encrypt-symmetric-region): Ditto.
10952         (pgg-gpg-sign-region): Ditto.
10953
10954         * pgg-def.el (pgg-text-mode): New variable.
10955
10956         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10957         (mml2015-pgg-encrypt): Ditto.
10958
10959         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10960         (mml1991-pgg-encrypt): Ditto.
10961
10962 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10965         message-make-date instead of current-time-string.
10966
10967         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10968         to gnus-decoded which mm-uu might set.
10969
10970 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10973         don't decode quoted parameters; remove misimported Emacs code.
10974         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10975         (rfc2231-decode-encoded-string): Don't use split-string which
10976         behaves differently according to Emacs version; use
10977         mm-decode-coding-region to convert charset to coding-system.
10978         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10979         (rfc2231-encode-string): Remove misimported Emacs code.
10980
10981 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10984         when calling mail-header-parse-content-type.
10985         (article-de-quoted-unreadable): Ditto.
10986         (article-de-base64-unreadable): Ditto.
10987         (article-wash-html): Ditto.
10988
10989         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10990         calling mail-header-parse-content-type and
10991         mail-header-parse-content-disposition.
10992         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10993         mail-header-parse-content-type.
10994
10995         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10996         insert charset and format parameters; encode description after
10997         inserting it to buffer.
10998         (mml-insert-parameter): Fold lines properly even if a parameter is
10999         segmented into two or more lines; change the max column to 76.
11000
11001         * rfc1843.el (rfc1843-decode-article-body): Don't use
11002         ignore-errors when calling mail-header-parse-content-type.
11003
11004         * rfc2231.el (rfc2231-parse-string): Return at least type if
11005         possible; don't cause an error even if it fails in parsing of
11006         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11007         (rfc2231-encode-string): Don't break lines at the beginning, leave
11008         it to mml-insert-parameter.
11009
11010         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11011         calling mail-header-parse-content-type.
11012
11013 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11014
11015         * spam-report.el (spam-report-gmane-use-article-number):
11016         Improve doc string.
11017         (spam-report-gmane-internal): Check if a suitable header was found
11018         in the article.
11019
11020 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11023         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11024
11025 2006-02-05  Romain Francoise  <romain@orebokech.com>
11026
11027         Update copyright notices of all files in the gnus directory.
11028
11029 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11030
11031         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11032
11033 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11036         segmented lines of parameter value to cope with Thunderbird 1.5
11037         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11038         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11039         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11040
11041 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11042
11043         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11044         parts.
11045
11046 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11047
11048         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11049         there's only one active file for all servers.
11050         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11051         solid groups.  Gnus might have used a FAST request to select the group.
11052         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11053         and nnweb-search redundantly in the active file.
11054         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11055         (nnweb-request-create-group): Don't use ARGS.
11056         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11057         initialisations.  Let nnoo do the work.
11058
11059 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11062         Say the part has been decoded.
11063
11064         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11065
11066 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11067
11068         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11069         mailcap-viewer-test-cache when there's no 'test clause, since that
11070         will invert the meaning of a "nil" test previously determined by
11071         mailcap-mailcap-entry-passes-test.
11072
11073 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11076         compiling.
11077
11078         * gnus-sum.el: Ditto.
11079
11080         * message.el: Don't bind tool-bar-map when compiling.
11081
11082 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11085
11086 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11087
11088         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11089         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11090         current Google Groups.
11091
11092 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11093
11094         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11095         and tool-bar-mode.
11096
11097         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11098         and tool-bar-mode.
11099
11100         * message.el (message-tool-bar-update): Simplify.
11101         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11102
11103         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11104         gnus-summary-buffer.
11105         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11106         gnus-summary-reply.
11107
11108         * gmm-utils.el (gmm): Add :version.
11109
11110 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * Makefile.in (clean): New rule.
11113         (distclean): Use it.
11114
11115 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11116
11117         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11118         autoload.
11119
11120 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * gmm-utils.el (gmm-verbose): Add :group.
11123
11124 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * message.el: Change some comments WRT tool-bars.
11127
11128         * gnus-sum.el (gnus-summary-tool-bar)
11129         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11130         (gnus-summary-tool-bar-zap-list): New variables.
11131         (gnus-summary-make-tool-bar): Complete rewrite using
11132         `gmm-tool-bar-from-list'.
11133
11134         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11135         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11136         variables.
11137         (gnus-group-make-tool-bar): Complete rewrite using
11138         `gmm-tool-bar-from-list'.
11139         (gnus-group-tool-bar-update): New function.
11140
11141         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11142
11143 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11146         is dissected into a single part of which the type is the same as
11147         the given one; decode charset.
11148
11149 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11150
11151         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11152         into alists as symbol not string, since that's what
11153         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11154         look for.
11155
11156 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11159         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11160
11161         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11162
11163 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11166         (gnus-xmas-mime-security-button-menu): New function.
11167
11168         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11169         (gnus-mime-security-button-menu): New definition.
11170         (gnus-mime-security-button-map): Use them.
11171         (gnus-mime-security-button-menu): New function.
11172         (gnus-insert-mime-security-button): Addition to help echo.
11173         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11174         (gnus-mime-security-pipe-part): New functions.
11175
11176         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11177         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11178
11179         * mm-decode.el (mm-handle-set-disposition): Remove.
11180         (mm-handle-set-description): Remove.
11181
11182 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11185         (mm-w3m-standalone-supports-m17n-p): New function.
11186         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11187         w3m usage.
11188
11189         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11190         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11191
11192 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * message.el (message-tool-bar-zap-list): Use
11195         gmm-tool-bar-zap-list as custom type.
11196         (message-tool-bar-update): New function.
11197         (message-tool-bar, message-tool-bar-gnome)
11198         (message-tool-bar-retro): Add message-tool-bar-update.
11199         (message-tool-bar-gnome): Add flyspell-buffer.
11200
11201         * gnus-util.el (gnus-error): Describe `args'.
11202
11203         * gmm-utils.el (gmm-error): Describe `args'.
11204         (gmm-tool-bar-zap-list): New widget.
11205         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11206
11207 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11210         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11211         the number of recursive calls.
11212
11213         * mm-decode.el (mm-handle-set-disposition): New macro.
11214         (mm-handle-set-description): New macro.
11215
11216 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11219         encoding.
11220
11221 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * message.el (message-tool-bar-zap-list, message-tool-bar)
11224         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11225         (message-tool-bar-local-item-from-menu): Remove.
11226         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11227         (message-make-tool-bar): New function.
11228         (message-mode): Use `message-make-tool-bar'.
11229
11230         * gmm-utils.el: New file.
11231         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11232         (gmm-lazy): New widget copied from `nnmail.el'.
11233         (gmm-tool-bar-from-list): New function for creating customizable
11234         tool bars.
11235         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11236         output.
11237         (gmm): Add :prefix to defgroup.
11238
11239 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11240
11241         * gmm-utils.el (gmm-widget-p): New function.
11242
11243 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * mml.el (mml-attach-file): Describe `description' in doc string.
11246         (mml-menu): Add Emacs MIME manual and PGG manual.
11247
11248 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11249
11250         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11251
11252 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11253
11254         * nntp.el (nntp-end-of-line): Doc fix.
11255
11256 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11257
11258         * imap.el (imap-open): Handle case where buffer is a buffer
11259         object.
11260
11261 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11262
11263         * gnus-delay.el (gnus-delay): Don't autoload.
11264         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11265         to be re-loaded when customizing the `gnus-delay' group.
11266
11267 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11268
11269         * message.el (message-insert-citation-line): Use newlines.
11270
11271 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11272
11273         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11274         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11275         these routines, so the passphrase can be managed externally and
11276         passed in to the system.
11277         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11278         pgg-add-passphrase-to-cache function.
11279
11280         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11281         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11282         these routines, so the passphrase can be managed externally and
11283         passed in to the system.
11284         (pgg-pgp5-sign-region): Use new name of
11285         pgg-add-passphrase-to-cache function.
11286
11287 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11288
11289         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11290         part of the decoded armor to find the key-identifier.
11291         (pgg-gpg-lookup-key-owner): New function to return the
11292         human-readable identifier of a key owner.
11293         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11294         itself.
11295         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11296         the key value) if we have a key and can match it against a secret
11297         key.  Also, added a note pointing out fact that the prompt only
11298         indicates the first matching key.
11299
11300         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11301         pgg-decrypt-region.
11302         (pgg-add-passphrase-to-cache): Rename from
11303         `pgg-add-passphrase-cache' to reduce confusion (all callers
11304         changed).
11305         (pgg-remove-passphrase-from-cache): Rename from
11306         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11307         changed).
11308         (pgg-read-passphrase, pgg-add-passphrase-cache)
11309         (pgg-remove-passphrase-cache): Add informative docstrings.
11310         (pgg-decrypt): Convey provided passphrase in subordinate call to
11311         pgg-decrypt-region.
11312
11313 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11314
11315         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11316         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11317         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11318         'passphrase' argument, so the passphrase can be managed externally
11319         and then passed in to the system.
11320
11321         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11322         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11323         so the passphrase cache can be used reliably with identifiers
11324         besides a pgp packet's key id.
11325
11326         * pgg-gpg.el (pgg-gpg-encrypt-region)
11327         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11328         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11329         these routines, so the passphrase can be managed externally and
11330         passed in to the system.
11331
11332         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11333         'notruncate' argument, so the passphrase cache can be used
11334         reliably with identifiers besides a pgp packet's key id.
11335
11336 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11337
11338         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11339         symmetric encryption.
11340         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11341         encrypted session key.
11342         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11343         message ask for the passphrase in a proper way.
11344
11345         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11346         New user commands for symmetric encryption.
11347
11348 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11351
11352         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11353
11354 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11355
11356         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11357
11358 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * mm-decode.el (mm-inlined-types): Add application/pgp.
11361         (mm-automatic-display): Ditto.
11362
11363         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11364         part as text.
11365
11366 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * nnrss.el: Update copyright.
11369         (nnrss-opml-import): Query whether to subscribe to each entry.
11370
11371         * gnus-art.el:
11372         * gnus-sum.el:
11373         * gnus-xmas.el:
11374         * messagexmas.el:
11375         * mm-uu.el:
11376         * mm-view.el: Update copyright.
11377
11378 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * message.el (message-info): New function.
11381         (message-mode-menu): Add it.
11382         Update copyright.
11383
11384         * ChangeLog: Fix and update copyright.
11385
11386 2006-01-13  Romain Francoise  <romain@orebokech.com>
11387
11388         * message.el (message-forward-subject-name-subject): Prefer the
11389         address to 'nowhere' if the sender has no name.
11390         Fix typo.  Update copyright year.
11391
11392 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-art.el (article-wash-html): Use
11395         gnus-summary-show-article-charset-alist if a numeric arg is given.
11396         (gnus-article-wash-html-with-w3m-standalone): New function.
11397
11398         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11399         mm-inline-text-html-render-with-w3m-standalone.
11400         (mm-text-html-washer-alist): Map w3m-standalone to
11401         gnus-article-wash-html-with-w3m-standalone.
11402         (mm-inline-text-html-render-with-w3m-standalone): New function.
11403
11404 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11407         Improve LaTeX.
11408
11409 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11412         (nnrss-request-article): Render text/plain parts as HTML.
11413
11414         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11415         the buffer.
11416
11417 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11420         custom definition of `gnus-posting-styles'.
11421
11422         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11423         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11424
11425 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11428         Use nntp for bug archive.
11429
11430 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11433         parts.
11434         (nnrss-normalize-date): New function converts ISO 8601 date into
11435         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11436         (nnrss-check-group): Use it.
11437
11438 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11441
11442         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11443         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11444         (nnrss-insert-w3): Ditto.
11445
11446 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11449         the articles to be forwarded including the case where neither a
11450         number of articles nor a region is specified.
11451
11452 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * nnrss.el (nnrss-request-article): Fix last change; fill
11455         text/plain parts.
11456
11457 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11460         in text/plain part.
11461         (nnrss-check-group): Don't add excessive newline to dc:subject.
11462
11463 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11464
11465         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11466         article.
11467
11468 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11469
11470         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11471         (nnml-use-compressed-files, nnml-save-mail): Support other
11472         comression programs such as bzip2.
11473
11474 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11475
11476         * dns.el (query-dns): Make sure we check the buffer size before
11477         removing tcp headers.
11478
11479 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11482         remove MIME buttons associated with multipart/alternative parts.
11483         (gnus-mime-display-alternative): Tag buttons using `article-type'
11484         text property.
11485
11486         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11487         associated with multipart/alternative parts.
11488
11489         * gnus-art.el (gnus-signature-separator): Fix custom type.
11490
11491         * mm-decode.el (mm-inlined-types): Fix custom type.
11492         (mm-keep-viewer-alive-types): Ditto.
11493         (mm-automatic-display): Ditto.
11494         (mm-attachment-override-types): Ditto.
11495         (mm-inline-override-types): Ditto.
11496         (mm-automatic-external-display): Ditto.
11497
11498 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * spam-report.el (spam-report-user-mail-address)
11501         (spam-report-user-agent): New variables.
11502         (spam-report-url-ping-plain): Use spam-report-user-agent.
11503
11504 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11505
11506         * gnus-art.el (gnus-button-handle-custom): Do not just use
11507         `customize-apropos' for any "M-x customize-*" button but the
11508         function called for.  Accept both the function name and its
11509         argument in order to achieve this.
11510         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11511         function name to `gnus-button-handle-custom' in case of "M-x
11512         customize-*" buttons.
11513
11514 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11517         multipart/alternative and add xref to mm-discouraged-alternatives
11518         in doc string.
11519
11520         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11521         gnus-buttonized-mime-types in doc string.
11522
11523 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11526         Suggest image/.* in the doc string.
11527
11528 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11531         message-marks (Debian bug #342521).
11532
11533 2005-12-12  Simon Josefsson  <jas@extundo.com>
11534
11535         * password.el (password-read-from-cache): Add.
11536         (password-read): Use it.
11537
11538 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11541         us-ascii as a MIME charset.
11542
11543         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11544         against the case where the 2nd arg TYPE is nil.
11545
11546 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * pop3.el (pop3-stream-type): Fix custom version.
11549
11550         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11551
11552 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11553
11554         * mm-decode.el (mm-display-external): Add missing cdr.
11555
11556 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11559         RFC1524) if it is in mailcap or add a suffix according to
11560         mailcap-mime-extensions when generating a temp filename; postpone
11561         deleting a temp file for 2 seconds for some wrappers, shell
11562         scripts, and so on, which might exit right after having started a
11563         viewer command as a background job.
11564
11565 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * nntp.el (nntp-marks-directory): Fix custom group.
11568
11569         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11570         steps when < 10.
11571
11572         * gnus-start.el (gnus-no-server-1): Mention
11573         `gnus-level-default-subscribed' in doc string.
11574
11575 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11576
11577         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11578         parens.
11579
11580 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * gnus-xmas.el (gnus-use-toolbar): Revert.
11583         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11584         gnus-use-toolbar is default.
11585
11586         * messagexmas.el (message-use-toolbar): Revert.
11587         (message-setup-toolbar): Use global default-toolbar if
11588         message-use-toolbar is default.
11589
11590 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11593         according to default-toolbar-visible-p.
11594
11595         * messagexmas.el (message-use-toolbar): Ditto.
11596
11597 2005-11-26  Dave Love  <fx@gnu.org>
11598
11599         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11600         (tls-program, tls-success): Provide openssl alternative.
11601
11602         * starttls.el: Doc fixes.
11603         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11604         SERVICE to PORT.
11605
11606         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11607         port null or service name.
11608         (starttls-negotiate): Autoload.
11609
11610 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * message.el (message-kill-to-signature): Fix interactive spec.
11613
11614 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * pop3.el (pop3-open-server): Recognize a string as a service name.
11617
11618 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11619
11620         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11621
11622 2005-11-23  Dave Love  <fx@gnu.org>
11623
11624         Add pop3s, pop3/starttls.
11625
11626         * pop3.el (pop3-authentication-scheme): Clarify doc.
11627         (open-tls-stream, starttls-open-stream): Autoload.
11628         (pop3-stream-type): New.
11629         (pop3-open-server): Use it.
11630
11631         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11632         for POP.
11633         (mail-source-keyword-map): Add :stream for POP.
11634         (mail-source-fetch-pop): Use pop3-stream-type.
11635
11636 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11639         of current-time-string.
11640
11641 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11642
11643         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11644         date header.
11645
11646 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11647
11648         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11649         it can seriously impact performance as it bypasses the agent's
11650         local caches.
11651
11652 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11653
11654         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11655         must be explicitly online rather than "not explicitly offline" for
11656         its flags to be synchronized.
11657
11658         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11659         that gnus-uu-unmark-thread will function correctly.
11660
11661         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11662         1024K is instead displayed as 1M.
11663
11664 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11665
11666         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11667
11668 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11669
11670         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11671
11672 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11673
11674         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11675         error message to display actual error condition.
11676         (gnus-agent-save-local): Avoid saving symbols that are bound to
11677         nil as they simply result in a warning message in
11678         gnus-agent-read-local.
11679
11680 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11683         rather than make-variable-buffer-local for file-precious-flag.
11684
11685 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11686
11687         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11688         for duplicates which are removed.  The invalid sort check then
11689         triggers a rescan after the sort as sorting may have moved
11690         duplicate entries such that they can be cheaply detected.
11691
11692 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11695
11696 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11697
11698         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11699         internal variable to a custom variable.  Changed default value
11700         from compressed(2) to uncompressed(1).
11701         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11702         support for uncompressed agentview files.  Taken together, reading
11703         the agentview file should now be 6-7 times faster.
11704
11705 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11706
11707         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11708         as a buffer-local variable.  This avoids creating truncated
11709         dribble files as a result of a hang up, eg.
11710
11711 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11712
11713         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11714         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11715         XEmacs.
11716
11717 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11718
11719         * gnus-start.el (gnus-start-draft-setup): Enforce
11720         `gnus-draft-mode' for nndraft:drafts at startup.
11721
11722         * gnus.el (gnus-splash): Change custom group.
11723         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11724         allow-list argument.
11725
11726         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11727         string.
11728
11729 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * gnus-art.el (gnus-default-article-saver): Add user-defined
11732         `function' to custom type.
11733
11734 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11735
11736         * imap.el (imap-open): Handle case where buffer is a buffer
11737         object.
11738
11739 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11742         long lines.
11743         (gnus-cache-delete-group): Wrap doc strings.
11744
11745         * gnus-agent.el (gnus-agent-rename-group)
11746         (gnus-agent-delete-group): Wrap doc strings.
11747
11748 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * messagexmas.el (message-use-toolbar): Change the valid values
11751         into default, top, bottom, left, and right.
11752         (message-toolbar-thickness): New variable.
11753         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11754         well.
11755         (message-setup-toolbar): Make it work.
11756
11757         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11758         (gnus-use-toolbar): Change the valid values into default, top,
11759         bottom, left, and right.
11760         (gnus-toolbar-thickness): New variable.
11761         (gnus-xmas-setup-toolbar): New function.
11762         (gnus-xmas-setup-group-toolbar): Use it.
11763         (gnus-xmas-setup-summary-toolbar): Use it.
11764
11765 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11766
11767         * gnus-start.el (gnus-1): Add "native" to
11768         gnus-predefined-server-alist.
11769
11770         * gnus.el (gnus-method-to-server): Don't add "native" to the
11771         lists here, because that leads to problems when
11772         gnus-select-method is bound.
11773
11774 2005-11-09  Simon Josefsson  <jas@extundo.com>
11775
11776         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11777         use (not sort-by-date) instead.
11778
11779 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11780
11781         * gnus-delay.el (gnus-delay-group): Don't autoload.
11782         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11783         to be re-loaded when customizing the `gnus-delay' group.
11784
11785 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11786
11787         * message.el: Revert last changes.
11788         (message-insert-citation-line): Use newlines.
11789
11790 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11791
11792         * message.el (message-courtesy-message)
11793         (message-mark-insert-begin, message-mark-insert-end)
11794         (message-elide-ellipsis, message-cancel-message)
11795         (message-add-header, message-change-subject)
11796         (message-cross-post-followup-to-header)
11797         (message-cross-post-insert-note, message-reduce-to-to-cc)
11798         (message-widen-reply, message-delete-not-region)
11799         (message-kill-to-signature, message-insert-signature)
11800         (message-insert-importance-high, message-insert-importance-low)
11801         (message-insert-or-toggle-importance)
11802         (message-insert-disposition-notification-to)
11803         (message-indent-citation, message-yank-original)
11804         (message-cite-original-without-signature, message-cite-original)
11805         (message-insert-citation-line, message-position-on-field)
11806         (message-fix-before-sending, message-send-mail-partially)
11807         (message-send-mail, message-send-mail-with-sendmail)
11808         (message-send-mail-with-qmail, message-send-news)
11809         (message-check-news-header-syntax, message-generate-headers)
11810         (message-insert-courtesy-copy, message-fill-address)
11811         (message-fill-header, message-shorten-references)
11812         (message-setup-1, message-cancel-news)
11813         (message-forward-make-body-plain, message-forward-make-body-mime)
11814         (message-forward-make-body-mml, message-encode-message-body)
11815         (message-forward-make-body-digest-plain)
11816         (message-forward-make-body-digest-mime)
11817         (message-use-alternative-email-as-from): Insert `hard-newline'
11818         instead of ordinary newlines.
11819
11820 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * message.el (message-generate-headers): Downcase the argument
11823         given to message-check-element.
11824
11825 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11826
11827         * nntp.el (nntp-authinfo-rejected): New error condition.
11828         (nntp-wait-for): Use new error condition to signal authentication
11829         error.
11830         (nntp-retrieve-data): Rethrow new error condition to break out of
11831         recursive call to nntp-send-authinfo.
11832
11833 2005-11-08  Romain Francoise  <romain@orebokech.com>
11834
11835         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11836         (gnus-summary-exit-map): Bind to `Z p'.
11837         (gnus-summary-make-menu-bar): Add menu item.
11838
11839 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11842         (gnus-treat-*): Add `first' in all doc strings.
11843
11844         * gnus-group.el (gnus-group-compact-group): Fix typo.
11845
11846 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * gnus.el (gnus-parameters-case-fold-search): New variable.
11849         (gnus-parameters-get-parameter): Use it.
11850
11851         * gnus-score.el (gnus-home-score-file): Doc fix.
11852
11853 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11854
11855         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11856
11857 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * mm-util.el (mm-special-display-p): New function.
11860
11861         * mml.el (mml-preview): Use it; doc fix.
11862
11863 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11864
11865         * imap.el (imap-open): Handle case where buffer is a buffer object.
11866
11867 2005-10-29  Romain Francoise  <romain@orebokech.com>
11868
11869         * message.el (message-fix-before-sending): Fix comment.
11870
11871 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11872
11873         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11874
11875 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11876
11877         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11878         Used in gnus-score.el.
11879
11880 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11883
11884 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11887         whitespace removed in revision 7.8.  Use concatenated string to
11888         protect trailing whitespace.
11889
11890 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11891
11892         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11893         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11894         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11895         Courier IMAP ("some version from 2004").  Mostly based on similar
11896         code in the same function.
11897
11898 2005-10-26  Didier Verna  <didier@xemacs.org>
11899
11900         * gnus-group.el (gnus-group-compact-group): Invalidate original
11901         article buffer.
11902         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11903         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11904         NOV database and in article itself.
11905         Invalidate article backlog.
11906
11907 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11910
11911 2005-10-26  Simon Josefsson  <jas@extundo.com>
11912
11913         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11914         part of 2004-07-25 change.
11915
11916 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * message.el (message-display-completion-list): New function.
11919         (message-expand-group): Use it; make sure the Completions buffer
11920         is modifiable.
11921 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11922
11923         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11924         user-mail-name is an empty string.
11925
11926 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11929         depending on gnus-score-decay-constant.
11930
11931         * encrypt.el (encrypt-insert-file-contents)
11932         (encrypt-write-file-contents): Don't use `gnus-message'.
11933
11934         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11935         arguments.
11936         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11937         arguments to mm-uu-verbatim-marks-extract.
11938         (mm-uu-hide-markers): New variable.
11939         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11940
11941         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11942         (gnus-convert-image-to-face-command): Use "convert" by default to
11943         allow other input image formats.
11944         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11945         accordingly.
11946
11947 2005-10-23  Simon Josefsson  <jas@extundo.com>
11948
11949         * imap.el (imap-gssapi-program): Align command line parameters
11950         with latest GNU SASL.
11951         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11952
11953 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11954
11955         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11956         HTML.
11957         (nnslashdot-request-article): Ditto.
11958
11959         * lpath.el (featurep): Add nobreak-char-display.
11960
11961 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11962
11963         * mail-source.el (mail-source-fetch-pop): Require pop3.
11964         (mail-source-check-pop): Ditto.
11965
11966 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11969         errors.
11970
11971 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11974         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11975
11976         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11977
11978         * mm-bodies.el (mm-decode-string): Call
11979         `mm-charset-to-coding-system' with allow-override argument.
11980
11981 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11984         (rfc2047-charset-to-coding-system): New function.
11985         (rfc2047-decode-encoded-words): New function.
11986         (rfc2047-decode-region): Use them.
11987         (rfc2047-decode-cte): Remove.
11988         (rfc2047-parse-and-decode): Remove.
11989         (rfc2047-decode): Remove.
11990
11991 2005-10-15  Kenichi Handa  <handa@m17n.org>
11992
11993         * rfc2047.el (rfc2047-decode-cte): New function.
11994         (rfc2047-decode-region): Change the way to decode successive
11995         encoded-words: decode B- or Q-encoding in each encoded-word,
11996         concatenate them, and decode it as charset.
11997
11998 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * lpath.el: Fbind codepage-setup for XEmacs.
12001
12002 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12003
12004         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12005         widget-move-and-invoke.
12006         (gnus-custom-mode): Use gnus-custom-map.
12007
12008 2005-10-15  Bill Wohler  <wohler@newt.com>
12009
12010         * message.el (message-tool-bar-map): Renamed image file from
12011         mail_send to mail/send.
12012
12013 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12014
12015         * message.el (message-expand-group): Pass the common
12016         prefix substring of completion to `display-completion-list'.
12017
12018 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12019
12020         * mml-sec.el (mml-secure-method): New internal variable.
12021         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12022         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12023         functions using mml-secure-method.
12024
12025         * mml.el (mml-mode-map): Add key bindings for those functions.
12026         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12027         Harder <harder@myrealbox.com>.
12028         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12029         end of message if point is the headers of the message.
12030
12031         * message.el (message-in-body-p): New function.
12032
12033         * assistant.el: Autoload gnus-util and netrc.
12034
12035         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12036         Use `mm-charset-override-alist' only when decoding.
12037
12038         * mm-bodies.el (mm-decode-body): Call
12039         `mm-charset-to-coding-system' with allow-override argument.
12040
12041         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12042         `filename' from Content-Disposition if Content-Type doesn't
12043         provide `name'.
12044         (gnus-mime-view-part-as-type): Set default instead of
12045         initial-input.
12046
12047 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12048
12049         * format-spec.el (format-spec): Propagate text properties of % spec.
12050
12051 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * gnus-art.el (gnus-treat-predicate): Add `first'.
12054
12055 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12058         (mm-charset-override-alist): New variable.
12059         (mm-charset-to-coding-system): Use it.
12060         (mm-codepage-setup): New helper function.
12061         (mm-charset-eval-alist): New variable.
12062         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12063         about unknown charsets.
12064
12065         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12066
12067 2005-10-04  David Hansen  <david.hansen@gmx.net>
12068
12069         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12070         (nnrss-check-group): Ditto.
12071
12072 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12075         Rename x-gnus-verbatim to x-verbatim.
12076         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12077
12078         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12079         x-verbatim.
12080
12081         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12082
12083         * gnus-util.el (gnus-remove-duplicates): Remove.
12084
12085         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12086         instead of gnus-remove-duplicates.
12087
12088         * message.el (message-remove-duplicates): Remove.
12089         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12090         message-remove-duplicates.
12091
12092         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12093         available, else use implementation from `delete-dups'.
12094
12095         * message.el (message-insert-expires): New function.
12096         (message-mode-map): Add key binding.
12097         (message-mode-field-menu): Add menu entry.
12098         (message-mode): Document it.
12099         (message-make-expires-date): Use `message-make-date'.
12100
12101 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12102
12103         * message.el (message-make-expires-date): New function.
12104
12105 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * Makefile.in (list-installed-shadows): New entry.
12108         (install): Use it.
12109         (remove-installed-shadows): New entry.
12110
12111         * dgnushack.el (dgnushack-default-load-path): New variable.
12112         (dgnushack-find-lisp-shadows): New function.
12113         (dgnushack-remove-lisp-shadows): New function.
12114
12115 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * Makefile.in (install-el-elc): New entry.
12118         (install): Use it so that .el files are necessarily installed.
12119
12120 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12123
12124 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12125
12126         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12127         function rather than the diff-mode.el package.
12128         (mm-display-external): Use with-current-buffer.
12129         (mm-viewer-completion-map, mm-viewer-completion-map):
12130         Move initialization inside declaration.
12131
12132 2005-09-29  Simon Josefsson  <jas@extundo.com>
12133
12134         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12135         autoload mail-check-payment.
12136         (spam-check-hashcash): Define unconditionally, since hashcash.el
12137         is part of Gnus now.  Ignore errors from payment checking.
12138
12139 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12140
12141         * message.el (message-bold-region, message-unbold-region): Rename
12142         from `bold-region' and `unbold-region'.
12143
12144         * message.el: Remove useless autoloads.
12145
12146 2005-09-28  Simon Josefsson  <jas@extundo.com>
12147
12148         * message.el (message-use-idna): Default to t.
12149         (message-use-idna): Test whether encoding works too.  Doc fix.
12150
12151 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * nntp.el (nntp-warn-about-losing-connection): Remove.
12154
12155 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12158         customizable.  Change default value.
12159         (mm-uu-diff-groups-regexp): Change default value.
12160         (mm-uu-type-alist): Add doc string.
12161         (mm-uu-configure): Add doc string.  Make it interactive.
12162         (mm-uu-tex-groups-regexp): New variable.
12163         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12164         (mm-uu-type-alist): Add LaTeX documents.
12165         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12166         of "text/verbatim".
12167         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12168
12169         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12170         instead of "text/verbatim".
12171
12172         * message.el (message-mark-inserted-region)
12173         (message-mark-insert-file): Use slrn style marks when called with
12174         prefix argument.
12175
12176 2005-09-27  Simon Josefsson  <jas@extundo.com>
12177
12178         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12179
12180 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12181
12182         * message.el (message-remove-duplicates): New function.
12183         Implementation borrowed from `gnus-remove-duplicates'.
12184         (message-idna-to-ascii-rhs): Also encode idna addresses in
12185         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12186         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12187         only ask about the same idna domain once per header and also tell
12188         in what header to replace the idna domain.
12189
12190         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12191         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12192         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12193         a header is decoded and not just the last one.
12194
12195 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12198         has been decoded.
12199
12200         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12201         (mm-insert-part): Don't modify text if it has been decoded.
12202
12203         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12204         decoded.
12205
12206         * mm-view.el (mm-inline-text): Don't strip text props unless
12207         decoding enriched or richtext parts.
12208
12209 2005-09-25  Romain Francoise  <romain@orebokech.com>
12210
12211         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12212         * gnus-start.el (gnus-subscribe-interactively):
12213         * gnus-uu.el (gnus-uu-grab-articles):
12214         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12215         space.
12216
12217 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12218
12219         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12220         * mm-view.el (mm-view-pkcs7-decrypt):
12221         * gnus-sum.el (gnus-summary-limit-to-extra)
12222         (gnus-summary-respool-article, gnus-read-move-group-name):
12223         * gnus-score.el (gnus-summary-increase-score):
12224         * gnus-util.el (gnus-completing-read-with-default):
12225         * gnus-art.el (gnus-read-save-file-name)
12226         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12227         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12228         * message.el (message-check-news-header-syntax):
12229         Follow convention for reading with the minibuffer.
12230
12231 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * spam-report.el (spam-report-url-ping-plain):
12234         Use gnus-extended-version as User-Agent.
12235
12236         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12237         default value is nil.
12238
12239         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12240         (mm-uu-verbatim-marks-extract): New function.
12241         (mm-uu-extract): New face.
12242         (mm-uu-copy-to-buffer): Use it.
12243
12244         * spam-report.el (spam-report-gmane-ham): Renamed from
12245         `spam-report-gmane-unspam'.
12246         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12247         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12248
12249         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12250         Autoload.
12251         (spam-report-gmane-unregister-routine): Renamed
12252         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12253
12254 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12255
12256         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12257         (spam-report-gmane-unregister-routine): Add support for gmane
12258         unregistration.
12259
12260         * spam-report.el (spam-report-gmane-unspam)
12261         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12262         (spam-report-gmane): Change to take a single article and do unspam
12263         registration.
12264
12265 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * mm-url.el (mm-url-decode-entities): Fix regexp.
12268
12269 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12270
12271         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12272         default to nil, to be able to use Gnus at all.  If the default
12273         switches to something else, then the function should be fixed not
12274         be exceedingly slow.
12275
12276 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12277
12278         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12279         fail hard.
12280
12281         * spam-report.el: Add better Keywords line.
12282
12283         * spam.el: Add Maintainer and better Keywords line.
12284
12285 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * gnus-art.el (gnus-article-replace-part)
12288         (gnus-mime-replace-part): New functions.
12289         (gnus-mime-action-alist, gnus-mime-button-commands)
12290         (gnus-mime-save-part-and-strip): Added file argument.
12291         (gnus-article-part-wrapper): Added interactive argument.
12292
12293         * gnus-sum.el (gnus-summary-mime-map): Add
12294         `gnus-article-replace-part'.
12295
12296 2005-09-19  Didier Verna  <didier@xemacs.org>
12297
12298         The nnml compaction feature:
12299         * nnml.el (nnml-request-compact-group): New function.
12300         * nnml.el (nnml-request-compact): New function.
12301         * gnus-int.el (gnus-request-compact-group): New function.
12302         * gnus-int.el (gnus-request-compact): New function.
12303         * gnus-group.el (gnus-group-compact-group): New function.
12304         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12305         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12306         * gnus-srvr.el (gnus-server-compact-server): New function.
12307         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12308         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12309
12310 2005-09-18  Deepak Goel  <deego@gnufans.org>
12311
12312         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12313         format spec.
12314
12315 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12318
12319 2005-09-15  Romain Francoise  <romain@orebokech.com>
12320
12321         * message.el (message-fill-paragraph): Clarify docstring.
12322
12323 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * gnus-art.el (gnus-mime-display-part): Protect against broken
12326         MIME messages.
12327
12328 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12331         before parsing header.
12332
12333 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12334
12335         * html2text.el (html2text-replace-list): Add new entities.
12336
12337 2005-09-11  Romain Francoise  <romain@orebokech.com>
12338
12339         * message.el (message-alternative-emails): Improve docstring.
12340         (message-setup-1): Call `message-use-alternative-email-as-from'
12341         after `message-setup-hook' to give it precedence over posting
12342         styles, etc.
12343         (message-use-alternative-email-as-from): Add docstring.  Remove
12344         the original From header if present.
12345
12346         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12347         (nnml-save-mail): Use it.
12348
12349         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12350         articles.  Add new argument `silent'.
12351         (gnus-uu-mark-all): Report the total number of marked articles.
12352
12353 2005-09-10  Romain Francoise  <romain@orebokech.com>
12354
12355         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12356         (gnus-uu-mark-series): Likewise.
12357
12358 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * spam-report.el (spam-report-gmane): Fix generation of spam
12361         report URL.
12362
12363 2005-09-10  Simon Josefsson  <jas@extundo.com>
12364
12365         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12366         t, based on discussion on the ding list with Robert Epprecht
12367         <epprecht@solnet.ch>.
12368
12369 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12370
12371         * spam-report.el (spam-report-gmane): Make it work without
12372         X-Report-Spam header.  Gmane now only provides Archived-At.
12373         This is only used if `spam-report-gmane-use-article-number' is nil.
12374         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12375
12376         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12377         make `gnus-summary-sort-by-recipient' work with threading.
12378
12379         * nnweb.el (nnweb-google-wash-article): Print a message if article
12380         is not available.
12381
12382 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12383
12384         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12385         change.  Decode text/* parts content before displaying.
12386
12387 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12388
12389         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12390
12391 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12394
12395         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12396         url-package-name, url-package-version,
12397         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12398         w3m-display-inline-images, and w3m-minor-mode-map.
12399
12400 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12401
12402         * message.el (message-tab-body-function): Fix mismatched custom type.
12403
12404         * gnus.el (gnus-group-change-level-function): Ditto.
12405
12406         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12407
12408         * gnus-art.el (gnus-signature-limit)
12409         (gnus-article-mime-part-function): Ditto.
12410
12411 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * mml.el (mml-mode): Silence the byte compiler.
12414
12415         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12416         using `(sit-for 0)' before moving the point to the specified part;
12417         skip unbuttonized parts.
12418         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12419         return to the summary window if gnus-auto-select-part is non-nil.
12420
12421 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12424         variables.
12425         (mml-dnd-attach-file, mml-mode): Use them.
12426
12427         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12428         Make fetching article by MID work again for Google Groups.  Added
12429         FIXME concerning gnus-group-make-web-group.
12430
12431         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12432         Don't depend on Gnus by using mail-extract-address-components if
12433         gnus-extract-address-components is not bound.
12434
12435 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12436
12437         * gnus-art.el (gnus-mime-display-security): Don't display the
12438         signature, but only the signed part.
12439
12440 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12443
12444         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12445         list, not listp.
12446
12447 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12448
12449         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12450         when encoding.
12451
12452         * mm-bodies.el (mm-decode-content-transfer-encoding):
12453         De-canonicalize CRLF for all text content types, not just
12454         text/plain.
12455
12456 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12459         valid article; point arrow and cursor at the MIME button.
12460
12461 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12464         Suggested by Dan Christensen <jdc@uwo.ca>.
12465
12466         * mm-decode.el (mm-save-part): Enable change of prompt.
12467
12468 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12469
12470         * gnus-msg.el (gnus-inews-add-send-actions): Made
12471         `message-post-method' lambda parameter ARG `&optional'.
12472
12473 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * gnus-sum.el (gnus-summary-mime-map): Added
12476         gnus-article-save-part-and-strip, gnus-article-delete-part and
12477         gnus-article-jump-to-part.
12478
12479         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12480         (gnus-article-edit-part): Use it.
12481         (gnus-article-part-wrapper): Added no-handle argument.
12482         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12483         functions.
12484
12485 2005-08-29  Romain Francoise  <romain@orebokech.com>
12486
12487         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12488         docstring.
12489         (gnus-face-from-file): Likewise.
12490
12491 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12494         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12495         non-nil.
12496         (gnus-auto-select-part): New variable.
12497         (gnus-article-jump-to-part): New function.
12498         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12499         (gnus-mime-delete-part): Allow selecting specified part after
12500         deleting or stripping parts.
12501         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12502         part if argument is bogus.
12503
12504 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12505
12506         * gnus-art.el (w3m-minor-mode-map):
12507         * gnus-spec.el (gnus-newsrc-file-version):
12508         * gnus-util.el (nnmail-active-file-coding-system)
12509         (gnus-original-article-buffer, gnus-user-agent):
12510         * gnus.el (gnus-ham-process-destinations)
12511         (gnus-parameter-ham-marks-alist)
12512         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12513         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12514         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12515         * mm-decode.el (gnus-current-window-configuration):
12516         * mm-extern.el (gnus-article-mime-handles):
12517         * mm-url.el (url-current-object, url-package-name)
12518         (url-package-version):
12519         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12520         (smime-keys, w3m-cid-retrieve-function-alist)
12521         (w3m-current-buffer, w3m-display-inline-images)
12522         (w3m-minor-mode-map):
12523         * mml-smime.el (gnus-extract-address-components):
12524         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12525         (gnus-newsrc-hashtb, message-default-charset)
12526         (message-deletable-headers, message-options)
12527         (message-posting-charset, message-required-mail-headers)
12528         (message-required-news-headers):
12529         * mml1991.el (mc-pgp-always-sign):
12530         * mml2015.el (mc-pgp-always-sign):
12531         * nnheader.el (nnmail-extra-headers):
12532         * rfc1843.el (gnus-decode-encoded-word-function)
12533         (gnus-decode-header-function, gnus-newsgroup-name):
12534         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12535
12536 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12537
12538         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12539         the end of the date treatments.
12540
12541 2005-08-15  Simon Josefsson  <jas@extundo.com>
12542
12543         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12544         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12545         Capello and Romain Francoise.
12546         (pgg-fetch-key-function): Removed, not used?
12547         (pgg-insert-url-with-w3): Require url, to get
12548         url-insert-file-contents regardless of where it is defined.
12549
12550 2005-08-13  Romain Francoise  <romain@orebokech.com>
12551
12552         * message.el (message-cite-original-1): New function.
12553         (message-cite-original): Use it.
12554         (message-cite-original-without-signature): Ditto.
12555
12556 2005-08-08  Romain Francoise  <romain@orebokech.com>
12557
12558         * message.el (message-yank-empty-prefix): New variable.
12559         (message-indent-citation): Use it.
12560         (message-cite-original-without-signature): Respect X-No-Archive.
12561
12562 2005-08-08  Simon Josefsson  <jas@extundo.com>
12563
12564         * pgg.el: Autoload url-insert-file-contents instead of loading
12565         w3/url.
12566         (pgg-insert-url-with-w3): Don't load url here.
12567
12568 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12569
12570         * message.el (message-kill-to-signature): Don't insert newline at
12571         bol.
12572         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12573
12574 2005-08-06  Romain Francoise  <romain@orebokech.com>
12575
12576         * message.el (message-user-fqdn): Fix typo in docstring.
12577
12578 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12579
12580         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12581
12582         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12583
12584 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * mm-bodies.el (mm-encode-body): Use coding system rather than
12587         charset to encode text.
12588
12589         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12590         number of charsets if utf-8 is available (XEmacs).
12591
12592 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12595         taken from `gnus-button-mid-or-mail-regexp'.
12596         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12597         (gnus-button-alist): Improve regexp for domain part of the MIDs
12598         for news:localpart@domain buttons.
12599         (gnus-button-ctan-directory-regexp): Update.
12600
12601 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * sieve-manage.el (sieve-manage-interactive-login): Use
12604         make-local-variable rather than make-variable-buffer-local.
12605         (sieve-manage-open): Ditto.
12606         (sieve-manage-authenticate): Ditto.
12607
12608         * mml.el (mml-generate-mime-1): Make the content type default to
12609         text/plain if the filename is not specified.
12610
12611 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12614         instead of insert-buffer.
12615
12616         * message.el (message-yank-original): Ditto; set the mark at the
12617         end of the yanked message.
12618
12619 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12622         lines to scroll rather than to stop it.
12623
12624         * mml.el (mml-generate-default-type): Add doc string.
12625         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12626         default to application/octet-stream when determining the content
12627         type if it is not specified for the part or the mml contents; add
12628         a comment about mml-generate-default-type.
12629
12630 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12631
12632         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12633         make it default to application/octet-stream when determining the
12634         content type if it is not specified for the external contents.
12635
12636 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12639         segmented parameter but also other parameters might be there.
12640
12641 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * mm-decode.el (mm-display-external): Delete temp file, directory
12644         and buffer immediately if the external process is exited.
12645
12646 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12649         fewer lines than that of scroll-margin.
12650         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12651
12652 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-art.el (gnus-article-next-page): Revert.
12655         (gnus-article-beginning-of-window): New macro.
12656         (gnus-article-next-page-1): Use it.
12657         (gnus-article-prev-page): Ditto.
12658         (gnus-article-edit-part): Use insert-buffer-substring instead of
12659         insert-buffer.
12660         (gnus-article-edit-exit): Ditto.
12661
12662         * gnus-util.el (gnus-beginning-of-window): Remove.
12663         (gnus-end-of-window): Remove.
12664
12665         * lpath.el: Don't bind header-line-format and scroll-margin.
12666
12667 2005-07-25  Simon Josefsson  <jas@extundo.com>
12668
12669         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12670         to have the url package without w3.  Reported by Daiki Ueno
12671         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12672
12673 2005-07-20  Didier Verna  <didier@xemacs.org>
12674
12675         * gnus-diary.el: Remove the description comment (nndiary is now
12676         properly documented in the Gnus manual).
12677         Fix the spelling of "Back End".
12678         * nndiary.el: Ditto.
12679         Fix the copyright notice.
12680
12681 2005-07-18  Romain Francoise  <romain@orebokech.com>
12682
12683         * gnus-sum.el (gnus-summary-to-prefix)
12684         (gnus-summary-newsgroup-prefix): New variables.
12685         (gnus-summary-from-or-to-or-newsgroups): Use them.
12686
12687 2005-07-17  Romain Francoise  <romain@orebokech.com>
12688
12689         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12690         space as it's generally not especially interesting to the user.
12691
12692 2005-07-16  Romain Francoise  <romain@orebokech.com>
12693
12694         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12695         nil to avoid prompting and file modification if one of the
12696         messages at the top of the nnfolder file contains a copyright
12697         notice.
12698         Update copyright notice.
12699
12700         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12701         instead of `current-time-string' as the latter creates a time
12702         string that is not RFC 2822 compliant (it lacks the zone).
12703         Update copyright notice.
12704
12705 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12706
12707         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12708         for text/rtf.  Display default in prompt.  Pass default for M-n.
12709
12710         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12711
12712 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12713
12714         * gnus-msg.el (gnus-button-mailto): Remove
12715         save-selected-window-window hackery because it relies on
12716         save-selected-window internals.
12717
12718 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12721         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12722         (gnus-article-prev-page): Ditto.
12723
12724         * gnus-util.el (gnus-beginning-of-window): New function.
12725         (gnus-end-of-window): New function.
12726
12727         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12728
12729 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12730
12731         * gnus-score.el (gnus-score-edit-all-score): Set
12732         gnus-score-edit-exit-function to gnus-score-edit-done and call
12733         gnus-message.
12734
12735 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12736
12737         * gnus-msg.el (gnus-button-mailto): Remove
12738         save-selected-window-window hackery because it relies on
12739         save-selected-window internals.
12740
12741 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12744         add-minor-mode.
12745         (gnus-binary-mode): Ditto.
12746
12747         * gnus-topic.el (gnus-topic-mode): Ditto.
12748
12749 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12750
12751         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12752         (gnus-article-prev-page): Take scroll-margin into consideration.
12753
12754 2005-07-04  Lute Kamstra  <lute@gnu.org>
12755
12756         Update FSF's address in GPL notices.
12757
12758 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12759
12760         * gnus.el (gnus-exit):
12761         * gnus-group.el (gnus-group-icons):
12762         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12763
12764         * gnus-nocem.el (gnus-nocem):
12765         * message.el (message-various, message-buffers, message-sending)
12766         (message-interface, message-forwarding, message-insertion)
12767         (message-headers, message-news, message-mail):
12768         * pgg-gpg.el (pgg-gpg):
12769         * pgg-parse.el (pgg-parse):
12770         * pgg-pgp.el (pgg-pgp):
12771         * pgg-pgp5.el (pgg-pgp5):
12772         * pop3.el (pop3): Finish `defgroup' description with period.
12773
12774 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-art.el (article-display-face): Improve the efficiency.
12777         (article-display-x-face): Ditto; remove grey x-face stuff.
12778
12779 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-art.el (article-display-face): Correct the position in
12782         which Faces are inserted.
12783
12784 2005-06-29  Didier Verna  <didier@xemacs.org>
12785
12786         * gnus-art.el (article-display-face): Display faces in correct
12787         order.
12788
12789 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12792         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12793         (gnus-nocem-check-article): Fetch the Type header.
12794         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12795         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12796         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12797         make sure gnus-nocem-hashtb is initialized.
12798         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12799         (gnus-nocem-unwanted-article-p): Ditto.
12800
12801         * pgg.el (pgg-verify): Return the verification result.
12802
12803 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12804
12805         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12806         is ascii.
12807
12808 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12809
12810         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12811         `show-nonbreak-escape'.
12812
12813 2005-06-23  Lute Kamstra  <lute@gnu.org>
12814
12815         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12816
12817         * dig.el (dig-mode):
12818         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12819
12820 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12821
12822         * nnimap.el (nnimap-split-download-body): Fix spellings.
12823
12824 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12825
12826         * gnus-art.el (gnus-article-encrypt-body):
12827         * gnus-cus.el (gnus-score-customize):
12828         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12829         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12830
12831 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12832
12833         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12834         header by looking for magic "MII" at the beginnig.
12835
12836 2005-06-16  Miles Bader  <miles@gnu.org>
12837
12838         * gnus-xmas.el (gnus-xmas-group-startup-message):
12839         Use renamed gnus-splash face.
12840
12841         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12842         (assistant-field-face): New backward-compatibility alias for renamed
12843         face.
12844         (assistant-render-text): Use renamed assistant-field face.
12845
12846         * spam.el (spam): Remove "-face" suffix from face name.
12847         (spam-face): New backward-compatibility alias for renamed face.
12848         (spam-face, spam-initialize): Use renamed spam face.
12849
12850         * message.el (message-header-to, message-header-cc)
12851         (message-header-subject, message-header-newsgroups)
12852         (message-header-other, message-header-name)
12853         (message-header-xheader, message-separator, message-cited-text)
12854         (message-mml): Remove "-face" suffix from face names.
12855         (message-header-to-face, message-header-cc-face)
12856         (message-header-subject-face, message-header-newsgroups-face)
12857         (message-header-other-face, message-header-name-face)
12858         (message-header-xheader-face, message-separator-face)
12859         (message-cited-text-face, message-mml-face):
12860         New backward-compatibility aliases for renamed faces.
12861         (message-font-lock-keywords): Use renamed message faces.
12862
12863         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12864         (sieve-test-commands, sieve-tagged-arguments):
12865         Remove "-face" suffix from face names.
12866         (sieve-control-commands-face, sieve-action-commands-face)
12867         (sieve-test-commands-face, sieve-tagged-arguments-face):
12868         New backward-compatibility aliases for renamed faces.
12869         (sieve-control-commands-face, sieve-action-commands-face)
12870         (sieve-test-commands-face, sieve-tagged-arguments-face):
12871         Use renamed sieve faces.
12872
12873         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12874         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12875         (gnus-group-news-3-empty, gnus-group-news-4)
12876         (gnus-group-news-4-empty, gnus-group-news-5)
12877         (gnus-group-news-5-empty, gnus-group-news-6)
12878         (gnus-group-news-6-empty, gnus-group-news-low)
12879         (gnus-group-news-low-empty, gnus-group-mail-1)
12880         (gnus-group-mail-1-empty, gnus-group-mail-2)
12881         (gnus-group-mail-2-empty, gnus-group-mail-3)
12882         (gnus-group-mail-3-empty, gnus-group-mail-low)
12883         (gnus-group-mail-low-empty, gnus-summary-selected)
12884         (gnus-summary-cancelled, gnus-summary-high-ticked)
12885         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12886         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12887         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12888         (gnus-summary-low-undownloaded)
12889         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12890         (gnus-summary-low-unread, gnus-summary-normal-unread)
12891         (gnus-summary-high-read, gnus-summary-low-read)
12892         (gnus-summary-normal-read, gnus-splash):
12893         Remove "-face" suffix from face names.
12894         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12895         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12896         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12897         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12898         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12899         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12900         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12901         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12902         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12903         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12904         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12905         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12906         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12907         (gnus-summary-normal-ticked-face)
12908         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12909         (gnus-summary-normal-ancient-face)
12910         (gnus-summary-high-undownloaded-face)
12911         (gnus-summary-low-undownloaded-face)
12912         (gnus-summary-normal-undownloaded-face)
12913         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12914         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12915         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12916         (gnus-splash-face):
12917         New backward-compatibility aliases for renamed faces.
12918         (gnus-group-startup-message): Use renamed gnus faces.
12919
12920         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12921         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12922         (gnus-server-agent): Remove "-face" suffix from face names.
12923         (gnus-server-agent-face, gnus-server-opened-face)
12924         (gnus-server-closed-face, gnus-server-denied-face)
12925         (gnus-server-offline-face):
12926         New backward-compatibility aliases for renamed faces.
12927         (gnus-server-agent-face, gnus-server-opened-face)
12928         (gnus-server-closed-face, gnus-server-denied-face)
12929         (gnus-server-offline-face): Use renamed gnus faces.
12930
12931         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12932         Remove "-face" suffix from face names.
12933         (gnus-picon-xbm-face, gnus-picon-face):
12934         New backward-compatibility aliases for renamed faces.
12935
12936         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12937         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12938         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12939         (gnus-cite-11): Remove "-face" suffix from face names.
12940         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12941         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12942         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12943         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12944         New backward-compatibility aliases for renamed faces.
12945         (gnus-cite-attribution-face, gnus-cite-face-list)
12946         (gnus-article-boring-faces): Use renamed gnus faces.
12947
12948         * gnus-art.el (gnus-signature, gnus-header-from)
12949         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12950         (gnus-header-content): Remove "-face" suffix from face names.
12951         (gnus-signature-face, gnus-header-from-face)
12952         (gnus-header-subject-face, gnus-header-newsgroups-face)
12953         (gnus-header-name-face, gnus-header-content-face):
12954         New backward-compatibility aliases for renamed faces.
12955         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12956
12957         * gnus-sum.el (gnus-summary-selected-face)
12958         (gnus-summary-highlight): Use renamed gnus faces.
12959         * gnus-group.el (gnus-group-highlight): Likewise.
12960
12961 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12962
12963         * gnus-sieve.el (gnus-sieve-article-add-rule):
12964         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12965         * spam-stat.el (spam-stat-buffer-change-to-spam)
12966         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12967
12968         * message.el (message-is-yours-p):
12969         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12970
12971 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * mm-view.el (mm-inline-text): Withdraw the last change.
12974
12975 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12978         executing enriched-decode.
12979
12980 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12983         charset of tar files.
12984
12985 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12986
12987         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12988
12989 2005-06-04  Lute Kamstra  <lute@gnu.org>
12990
12991         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12992         information is never recorded.
12993
12994 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12995
12996         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12997
12998 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * pop3.el (pop3-apop): Run md5 in the binary mode.
13001
13002         * starttls.el (starttls-set-process-query-on-exit-flag):
13003         Use eval-and-compile.
13004
13005 2005-05-31  Simon Josefsson  <jas@extundo.com>
13006
13007         * smime.el (smime-replace-in-string): Define.
13008         (smime-cert-by-ldap-1): Use it.
13009
13010 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-art.el (article-display-x-face): Replace
13013         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13014
13015         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13016         set-process-query-on-exit-flag or process-kill-without-query.
13017
13018         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13019         loop instead of replace-regexp.
13020
13021         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13022         instead of process-kill-without-query if it is available.
13023
13024         * lpath.el: Fbind ldap-search-entries.
13025
13026         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13027         instead of find-file-hooks if it is available.
13028
13029         * mml1991.el: Bind pgg-default-user-id when compiling.
13030
13031         * mml2015.el: Bind pgg-default-user-id when compiling.
13032
13033         * nndraft.el (nndraft-request-associate-buffer):
13034         Use write-contents-functions instead of write-contents-hooks if it is
13035         available.
13036
13037         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13038         instead of find-file-hooks if it is available.
13039
13040         * nntp.el (nntp-open-connection): Replace
13041         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13042         (nntp-open-ssl-stream): Ditto.
13043         (nntp-open-tls-stream): Ditto.
13044
13045         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13046         set-process-query-on-exit-flag or process-kill-without-query.
13047         (starttls-open-stream-gnutls): Use it instead of
13048         process-kill-without-query.
13049         (starttls-open-stream): Ditto.
13050
13051 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13052
13053         * smime.el (smime-cert-by-ldap-1): Don't use
13054         replace-regexp-in-string.
13055
13056 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13057
13058         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13059
13060         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13061         in PEM format.  Adjust to the XEmacs compability.
13062
13063 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13066         by `string-to-number'.
13067         * gnus-agent.el (gnus-agent-regenerate-group)
13068         (gnus-agent-fetch-articles): Ditto.
13069         * gnus-art.el (gnus-button-fetch-group): Ditto.
13070         * gnus-cache.el (gnus-cache-generate-active)
13071         (gnus-cache-articles-in-group): Ditto.
13072         * gnus-group.el (gnus-group-set-current-level)
13073         (gnus-group-insert-group-line): Ditto.
13074         * gnus-score.el (gnus-score-set-expunge-below)
13075         (gnus-score-set-mark-below, gnus-summary-score-effect)
13076         (gnus-summary-score-entry): Ditto.
13077         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13078         (gnus-soup-pack): Ditto.
13079         * gnus-spec.el (gnus-xmas-format): Ditto.
13080         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13081         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13082         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13083         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13084         * nndb.el (nndb-get-remote-expire-response): Ditto.
13085         * nndiary.el (nndiary-parse-schedule-value)
13086         (nndiary-string-to-number, nndiary-request-replace-article)
13087         (nndiary-request-article): Ditto.
13088         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13089         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13090         * nneething.el (nneething-make-head): Ditto.
13091         * nnfolder.el (nnfolder-request-article)
13092         (nnfolder-retrieve-headers): Ditto.
13093         * nnheader.el (nnheader-file-to-number): Ditto.
13094         * nnkiboze.el (nnkiboze-request-article): Ditto.
13095         * nnmail.el (nnmail-process-unix-mail-format)
13096         (nnmail-process-babyl-mail-format): Ditto.
13097         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13098         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13099         (nnmh-request-create-group, nnmh-request-list-1)
13100         (nnmh-request-group, nnmh-request-article): Ditto.
13101         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13102         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13103         * nnsoup.el (nnsoup-make-active): Ditto.
13104         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13105         * nntp.el (nntp-find-group-and-number)
13106         (nntp-retrieve-headers-with-xover): Ditto.
13107         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13108         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13109         (pgg-format-key-identifier): Ditto.
13110         * pop3.el (pop3-last, pop3-stat): Ditto.
13111         * qp.el (quoted-printable-decode-region): Ditto.
13112
13113         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13114         of concat.
13115
13116 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13119
13120         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13121
13122         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13123
13124         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13125
13126         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13127
13128         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13129
13130         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13131         (gnus-carpal-mode): Ditto.
13132
13133         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13134         (gnus-browse-mode): Ditto.
13135
13136         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13137
13138         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13139
13140 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13141
13142         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13143
13144 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * gnus-util.el (gnus-run-mode-hooks): New function.
13147
13148         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13149
13150         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13151         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13152
13153 2005-05-27  Lute Kamstra  <lute@gnu.org>
13154
13155         * dns-mode.el (dns-mode): Specify customization group.
13156
13157 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13158
13159         * gnus-agent.el (gnus-agent-make-mode-line-string):
13160         Use mode-line-highlight as mouse-face.
13161
13162 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * canlock.el (canlock): Change the parent group to news.
13165
13166         * deuglify.el (gnus-outlook-deuglify): Add :group.
13167
13168         * dig.el (dig): Add :group.
13169
13170         * dns-mode.el (dns-mode): Add :group.
13171
13172         * encrypt.el (encrypt): Add :group.
13173
13174         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13175         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13176         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13177         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13178         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13179
13180         * gnus-diary.el (gnus-diary): Add :group.
13181
13182         * gnus.el (gnus-group-news-1-face): Add :group.
13183         (gnus-group-news-1-empty-face): Ditto.
13184         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13185         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13186         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13187         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13188         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13189         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13190         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13191         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13192         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13193         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13194         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13195         (gnus-summary-high-ticked-face): Ditto.
13196         (gnus-summary-low-ticked-face): Ditto.
13197         (gnus-summary-normal-ticked-face): Ditto.
13198         (gnus-summary-high-ancient-face): Ditto.
13199         (gnus-summary-low-ancient-face): Ditto.
13200         (gnus-summary-normal-ancient-face): Ditto.
13201         (gnus-summary-high-undownloaded-face): Ditto.
13202         (gnus-summary-low-undownloaded-face): Ditto.
13203         (gnus-summary-normal-undownloaded-face): Ditto.
13204         (gnus-summary-high-unread-face): Ditto.
13205         (gnus-summary-low-unread-face): Ditto.
13206         (gnus-summary-normal-unread-face): Ditto.
13207         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13208         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13209
13210         * hashcash.el (hashcash): New custom group.
13211         (hashcash-default-payment): Add :group.
13212         (hashcash-payment-alist): Ditto.
13213         (hashcash-default-accept-payment): Ditto.
13214         (hashcash-accept-resources): Ditto.
13215         (hashcash-path): Ditto.
13216         (hashcash-extra-generate-parameters): Ditto.
13217         (hashcash-double-spend-database): Ditto.
13218         (hashcash-in-news): Ditto.
13219
13220         * message.el (message-minibuffer-local-map): Add :group.
13221
13222         * netrc.el (netrc): Add :group.
13223
13224         * sieve-manage.el (sieve-manage-log): Add :group.
13225         (sieve-manage-default-user): Diito.
13226         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13227         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13228         (sieve-manage-authenticators): Ditto.
13229         (sieve-manage-authenticator-alist): Ditto.
13230         (sieve-manage-default-port): Ditto.
13231
13232         * sieve-mode.el (sieve-control-commands-face): Add :group.
13233         (sieve-action-commands-face): Ditto.
13234         (sieve-test-commands-face): Ditto.
13235         (sieve-tagged-arguments-face): Ditto.
13236
13237         * smime.el (smime): Add :group.
13238
13239         * spam-report.el (spam-report): Add :group.
13240
13241         * spam.el (spam, spam-face): Add :group.
13242
13243 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13244
13245         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13246         return \n.\n.\n at the end of articles.  Protect against that.
13247         (nntp-with-open-group): Allow debugging.
13248
13249         * nnheader.el (mail-header-set-extra): Make into a function
13250         because I just could't understand how to quote the list properly.
13251
13252         * dns.el (query-dns-cached): New function.
13253
13254 2005-05-26  Lute Kamstra  <lute@gnu.org>
13255
13256         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13257
13258 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13261
13262         * gnus-art.el: Don't autoload mail-extract-address-components.
13263
13264         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13265         eval-and-compile to evaluate it.
13266
13267         * hashcash.el: Don't autoload executable-find.
13268
13269         * nndb.el: Don't declare the nndb back end two or more times; don't
13270         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13271
13272         * nntp.el: Autoload format-spec instead of format; use
13273         eval-and-compile to evaluate autoload forms.
13274
13275 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13276
13277         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13278
13279 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13280
13281         * gnus.el (gnus-version-number): Bump version.
13282
13283 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13284
13285         * gnus.el: No Gnus v0.3 is released.
13286
13287 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13288
13289         * lpath.el (featurep): Bind show-nonbreak-escape.
13290
13291 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-art.el (gnus-article-edit-part): Disable undo.
13294
13295 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13298         gnus-article-date-lapsed-new-header is t if date timer is active;
13299         skip headers in which the original date value is empty.
13300         (gnus-article-save-original-date): Redefine it as a macro.
13301         (gnus-display-mime): Use it.
13302
13303 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-art.el (article-date-ut): Support converting date in
13306         forwarded parts as well.
13307         (gnus-article-save-original-date): New function.
13308         (gnus-display-mime): Use it.
13309
13310 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13311
13312         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13313         enclosure element of <item>.
13314
13315 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13316
13317         * message.el (message-kill-buffer-query): Renamed from
13318         `message-kill-buffer-query-if-modified'.  Added :version.
13319
13320 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13323         window layout.
13324
13325 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * mml.el: Autoload dnd when compiling.
13328
13329 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13330
13331         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13332         x-dnd-*.
13333
13334 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * qp.el (quoted-printable-encode-region): Save excursion.
13337
13338 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13339
13340         * message.el (message-kill-buffer-query-if-modified): Add new variable
13341         so the user can kill a modified message buffer quickly.
13342         (message-kill-buffer): Use it.
13343
13344 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * lpath.el: Fbind display-time-event-handler; don't fbind
13347         string-to-multibyte.
13348
13349         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13350
13351 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13354         contained in text because xml.el decodes entities) with LFs.
13355
13356 2005-04-11  Lute Kamstra  <lute@gnu.org>
13357
13358         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13359         differently.
13360
13361 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13362
13363         * mm-util.el (mm-detect-coding-region): Typo.
13364
13365 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13368
13369 2005-04-06  Deepak Goel  <deego@gnufans.org>
13370
13371         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13372         user-function allow user modifications of the scores.
13373         (spam-stat-score-buffer-user): New function, to allow
13374         user-computed modifications to the score.
13375         (spam-stat-score-buffer-user-functions): List of additional
13376         scoring functions.
13377         (spam-stat-error-holder): Global temporary error holder.
13378         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13379         variable.
13380
13381 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13382
13383         * gnus-registry.el (gnus-registry-clean-empty-function)
13384         (gnus-registry-trim, gnus-registry-fetch-groups)
13385         (gnus-registry-delete-group): Groups that match
13386         `gnus-registry-ignored-groups' are removed from the registry
13387         entries, not just ignored for splitting.  This helps clean up the
13388         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13389         to get all the groups a message ID is in.
13390
13391         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13392         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13393         (spam-stat-score-buffer-user-functions): Add :number custom type.
13394
13395 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13398         argument in XEmacs.
13399
13400         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13401         (nnrss-request-group): Decode group name first.
13402         (nnrss-request-article): Make a text/plain article if mml-to-mime
13403         failed.
13404         (nnrss-get-encoding): Return a compatible encoding according to
13405         nnrss-compatible-encoding-alist.
13406         (nnrss-find-el): Use consp instead of listp.
13407         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13408
13409 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13412         which Emacs 20 doesn't support.
13413         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13414
13415 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13418         silence the byte compiler inside the defun.
13419
13420         * gnus-demon.el (parse-time-string): Add autoload.
13421
13422         * gnus-delay.el (parse-time-string): Add autoload.
13423
13424         * gnus-art.el (parse-time-string): Add autoload.
13425
13426         * nnultimate.el (parse-time): Require for `parse-time-string'.
13427
13428 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13429
13430         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13431
13432         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13433
13434         * smime.el (smime-ldap-host-list): Add :version.
13435
13436 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13439         pass it to `gnus-browse-read-group'.
13440         (gnus-browse-read-group): Add NUMBER argument and pass it to
13441         `gnus-group-read-ephemeral-group'.
13442
13443         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13444         argument and pass it to `gnus-group-read-group'.
13445
13446 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13447
13448         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13449         mm-xemacs-find-mime-charset-1 if we have the mule feature
13450         available at runtime.
13451
13452 2005-03-25  Werner Lemberg  <wl@gnu.org>
13453
13454         * nnmaildir.el: Replace `illegal' with `invalid'.
13455
13456 2005-03-23  Lute Kamstra  <lute@gnu.org>
13457
13458         * time-date.el: Add comment on time value formats.
13459         Don't require parse-time.
13460         (with-decoded-time-value): New macro.
13461         (encode-time-value): New function.
13462         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13463         (days-to-time): Return a valid time value when arg is huge.
13464         (time-since): Use time-subtract.
13465         (time-to-number-of-days): Use time-to-seconds.
13466
13467 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13468
13469         * gnus-start.el (gnus-display-time-event-handler):
13470         Check display-time-timer at runtime rather than only at load time
13471         in case display-time-mode is turned off in the mean time.
13472
13473 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13476         used.
13477
13478         * nneething.el (nneething-map-file-directory): Derive from
13479         `gnus-directory'.
13480
13481         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13482         the To/Cc button.
13483
13484 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * nnmaildir.el (nnmaildir-request-accept-article):
13487         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13488
13489 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13490
13491         * gnus-async.el: Require timer-funcs at compile time when in
13492         XEmacs for `run-with-idle-timer'.
13493
13494 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13495
13496         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13497         autoloaded function.
13498
13499 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13500
13501         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13502
13503 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13504
13505         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13506
13507 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13508
13509         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13510         gnus-expert-user to default.
13511
13512 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13513
13514         * nnimap.el (nnimap-open-server): Ditto.
13515
13516         * imap.el (imap-authenticate): Fix typo.
13517
13518 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13519
13520         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13521         buffer (since IMAP server might return FETCH response out of
13522         order, and the nntp buffer must be sorted).
13523
13524 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13525
13526         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13527         comparison on string.
13528
13529         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13530         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13531         (gnus-agent-summary-fetch-series): Modified to protect against
13532         gnus-agent-summary-fetch-group clearing processable flags.
13533         (gnus-agent-synchronize-group-flags): Update live group buffer as
13534         synchronization may occur due to the user toggle the plugged
13535         status.
13536         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13537         successfully downloaded.
13538         (gnus-agent-expire-group-1): Avoid using markers when the overview
13539         is in ascending order; greatly improves performance.
13540         (gnus-agent-regenerate-group): Use
13541         gnus-agent-synchronize-group-flags to reset read status in both
13542         gnus and server.
13543         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13544
13545 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * message.el: Don't autoload former message-utils variables.
13548         (message-strip-subject-trailing-was): Change doc string.
13549
13550         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13551         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13552         (nnweb-google-search): Add "hl=en" here.
13553         (nnweb-google-parse-1, nnweb-google-create-mapping):
13554         Don't hardcode URL.
13555
13556 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13557
13558         * message.el (message-get-reply-headers, message-followup):
13559         Mention related variables `message-use-followup-to' and
13560         `message-use-mail-followup-to', in the information buffer.
13561
13562         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13563         of broken groups(-beta).google.com.
13564
13565 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13566
13567         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13568         parameter to invoked gnus-request-move-article; remove the
13569         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13570         all at once instead of once per article.
13571         (gnus-summary-remove-process-mark): Accept a list of articles as
13572         well as a single article for processing.
13573
13574         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13575         parameter.
13576
13577         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13578
13579         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13580
13581         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13582         parameter.
13583
13584         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13585         parameter.
13586
13587         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13588         parameter and remove the gnus-sum-hint-move-is-internal variable.
13589
13590         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13591         parameter.
13592
13593         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13594         parameter.
13595
13596         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13597         parameter.
13598
13599         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13600
13601         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13602         parameter.
13603
13604         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13605         parameter.
13606
13607 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13608
13609         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13610         a more conservative way.
13611
13612 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13613
13614         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13615         buffer, so it moves the window's cursor.
13616
13617 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13618
13619         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13620         `mm-dissect-multipart' and receive the from field as an (optional)
13621         argument from `mm-dissect-multipart'.
13622         (mm-dissect-multipart): Receive the from field as an argument and
13623         pass it on when we call `mm-dissect-buffer' on MIME parts.
13624         Fixes verification/decryption of signed/encrypted MIME parts.
13625
13626 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13627
13628         * gnus-sum.el (gnus-summary-move-article): Set
13629         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13630         whatever it calls (right now, only nnimap-request-move article
13631         respects it).
13632
13633         * nnimap.el (nnimap-request-move-article): When
13634         gnus-sum-hint-move-is-internal is set, don't do the extra
13635         nnimap-request-article.
13636
13637 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13638
13639         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13640
13641         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13642         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13643
13644         * gnus-sum.el (gnus-summary-caesar-message):
13645         Apply `gnus-treat-article' after rotation.
13646
13647         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13648         doc string.
13649
13650 2005-02-22  Simon Josefsson  <jas@extundo.com>
13651
13652         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13653         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13654         <arne@arnested.dk>.
13655         (encrypt): Add password-cache and password-cache-expiry as group
13656         members.
13657
13658 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13659
13660         * smime.el (smime-ldap-host-list): Doc fix.
13661         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13662         cache) password.
13663         (smime-sign-region): Use it.
13664         (smime-decrypt-region): Use it.
13665         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13666         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13667         fails.
13668         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13669         certificate from DER to PEM format rather than calling openssl.
13670
13671         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13672
13673         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13674         for signing/encryption.
13675
13676         * mml.el (mml-parse-1): Use them.
13677
13678 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13679
13680         * nnrss.el (nnrss-verbose): Removed.
13681         (nnrss-request-group): Use `nnheader-message' instead.
13682
13683 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13684
13685         * nnrss.el (nnrss-verbose): New variable.
13686         (nnrss-request-group): Make it say nnrss is requesting a group.
13687
13688 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13689
13690         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13691         Handle news URL with given port correctly.
13692
13693 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13696         containing special characters.
13697
13698         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13699
13700         * mml.el (mime-to-mml): Ditto.
13701
13702         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13703         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13704         (rfc2047-decode-region): Quote decoded words containing special
13705         characters when rfc2047-quote-decoded-words-containing-tspecials
13706         is non-nil.
13707
13708 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13709
13710         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13711
13712         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13713
13714 2005-02-15  Simon Josefsson  <jas@extundo.com>
13715
13716         * nnimap.el (nnimap-debug): Doc fix.
13717
13718         * imap.el (imap-debug): Doc fix.
13719
13720 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13723
13724 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13725
13726         * gnus.el (spam-contents): Improve docs for spam-contents
13727         parameter in its variable incarnation.
13728
13729 2005-02-14  Simon Josefsson  <jas@extundo.com>
13730
13731         * smime-ldap.el: Use require instead of load-library for ldap.
13732         (smime-ldap-search): Indent.
13733         (smime-ldap-search-internal): Shorten line.
13734
13735         * smime.el (smime-cert-by-dns): Add doc-string.
13736         (smime-cert-by-ldap-1): Indent.
13737
13738         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13739         mml-smime-get-dns-ldap.
13740         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13741
13742 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13743
13744         * smime.el: Require smime-ldap.
13745         (smime-ldap-host-list): New variable.
13746         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13747
13748         * mml-smime.el (mml-smime-encrypt-query): New function.
13749         (mml-smime-encrypt-query): Use it.
13750
13751         * smime-ldap.el: New file.
13752
13753 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13756
13757 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13758
13759         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13760         argument in doc string.  Make query for type more clear.
13761
13762 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13763
13764         * gnus.el (gnus-group-startup-message): Search for gnus images in
13765         etc/images/gnus.
13766         * mm-util.el (mm-image-load-path): Likewise.
13767         * smiley.el (smiley-data-directory): Search for smilies in
13768         etc/images/smilies.
13769
13770 2005-02-09  Kim F. Storm  <storm@cua.dk>
13771
13772         Change Emacs release version from 21.4 to 22.1 throughout.
13773         Change Emacs development version from 21.3.50 to 22.0.50.
13774
13775 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13778
13779         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13780         non-Mule XEmacs as well.
13781         (mm-decompress-buffer): Signal an error intentionally if it does
13782         not decompress compressed data because auto-compression-mode is
13783         disabled.
13784
13785 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13786
13787         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13788         an ID in the registry even if it has no groups.
13789
13790 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13793         merge it into mm-decompress-buffer.
13794         (gnus-mime-copy-part): Use the MIME part charset, the value which
13795         a user specified or gnus-newsgroup-charset for decoding, like
13796         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13797         save-buffer what was used.  Suggested by Kevin Ryde
13798         <user42@zip.com.au>.
13799         (gnus-mime-inline-part): Allow the name parameter as well as the
13800         filename parameter; force decompressing of compressed data; always
13801         display contents being not decoded as unibyte.
13802
13803         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13804         as well as the filename parameter.
13805
13806         * mm-util.el (mm-decompress-buffer): Merge
13807         gnus-mime-jka-compr-maybe-uncompress.
13808         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13809         of compressed data.
13810
13811 2005-02-08  Simon Josefsson  <jas@extundo.com>
13812
13813         * imap.el (imap-log): Doc fix.
13814
13815 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13818         the coding cookies; decompress compressed parts.
13819
13820         * mml.el (mml-generate-mime-1): Add the charset parameter according
13821         to the value which a user specified manually or the coding cookie.
13822
13823         * mm-util.el (mm-string-to-multibyte): New function.
13824         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13825         (mm-coding-system-to-mime-charset): New function.
13826         (mm-decompress-buffer): New function.
13827         (mm-find-buffer-file-coding-system): New function.
13828
13829         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13830         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13831         parts.
13832
13833 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13834
13835         * mm-view.el (mm-display-inline-fontify): Decode a part according
13836         to the charset parameter.
13837
13838 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13841         prefix arg is neither nil nor a number, as info specifies.
13842
13843 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13846         timestamps.
13847
13848 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13849
13850         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13851         groups error checking and notify user.
13852
13853 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13854
13855         * message.el (message-send-mail-function): Check existence of
13856         sendmail-program first before using default value
13857         `message-send-mail-with-sendmail'.  Otherwise use more generic
13858         `smtpmail-send-it'.
13859
13860 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * nntp.el (nntp-request-update-info): Always return nil.
13863
13864 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13865
13866         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13867
13868 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13869
13870         * message.el (message-beginning-of-line): Change the behavior when
13871         invoked between BOL and : so that it first moves backward.
13872
13873 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13876         article buffer when editing of the article is discarded.
13877         (gnus-article-prepare): Revert.
13878
13879 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * gnus-art.el (gnus-article-prepare):
13882         Remove message-strip-forbidden-properties from the local hook.
13883
13884 2005-01-27  Simon Josefsson  <jas@extundo.com>
13885
13886         * password.el (password-cache-add): Only start one timer per key.
13887         Reported by Derek Atkins <warlord@MIT.EDU>.
13888
13889 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13890
13891         * run-at-time.el: Removed.  It is no longer needed as
13892         timer-funcs.el in the xemacs-base package has a working version of
13893         `run-at-time'.
13894
13895         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13896
13897         * password.el: Require timer-funcs instead of run-at-time in
13898         XEmacs.
13899         Remove `password-run-at-time' macro.
13900         (password-cache-add): Use `run-at-time' instead of
13901         `password-run-at-time'.
13902
13903         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13904         Remove `nnheader-cancel-function-timers' alias,
13905         `cancel-function-timers' exists in XEmacs in timer-funcs.
13906
13907         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13908         for `run-with-idle-timer'.
13909
13910         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13911         for `run-at-time'.
13912
13913         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13914         for `with-timeout'.
13915
13916         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13917         the same as for XEmacs 21.4.
13918         No need to ignore `run-with-idle-timer', this function exists in
13919         XEmacs now in timer-funcs.el in the xemacs-base package.
13920         (dgnushack-compile): No need to delete
13921         run-at-time.el from the list of files to compile because it
13922         doesn't exist anymore.
13923
13924 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13927         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13928
13929 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13930
13931         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13932         sensitively.
13933
13934 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13935
13936         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13937
13938 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13941         which will be inserted according to the multibyteness of a buffer
13942         rather than the type of contents.  Suggested by ARISAWA Akihiro
13943         <ari@mbf.ocn.ne.jp>.
13944
13945         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13946         of string which old xml.el may return rather than a string.
13947
13948 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13951
13952 2005-01-16  Simon Josefsson  <jas@extundo.com>
13953
13954         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13955         idn/idna.el isn't available.
13956         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13957         <michael@waxrat.com>.
13958
13959         * hashcash.el: Remove non-FSF copyright header.
13960
13961         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13962         (hashcash-generate-payment): Use it.
13963         (hashcash-generate-payment-async): Use it.
13964
13965 2005-01-15  Simon Josefsson  <jas@extundo.com>
13966
13967         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13968         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13969
13970         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13971         gnus-summary-idna-message.
13972         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13973         (gnus-summary-idna-message): New function.
13974
13975 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13976
13977         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13978         gnus-novice-user.
13979
13980 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * nnrss.el (nnrss-request-delete-group): Delete entries in
13983         nnrss-group-alist as well.
13984         (nnrss-save-server-data): Insert newline.
13985
13986 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13987
13988         * gnus.el (gnus-user-agent): Use list of symbols instead of
13989         symbols.  Display full version number for (S)XEmacs.  Optionally
13990         display (S)XEmacs codename.
13991
13992         * gnus-util.el (gnus-emacs-version): Update for new
13993         `gnus-user-agent'.
13994
13995         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13996         Gnus version.
13997
13998 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14001         which is unreadable in some setups.
14002
14003 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-spec.el (gnus-update-format-specifications): Flush the
14006         group format spec cache if it doesn't support decoded group names.
14007
14008 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14009
14010         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14011         Allow to apply decay on score files matching a regexp.
14012
14013 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14016         compatibility in %g and %c.
14017
14018 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14021         name for only %g and %c.
14022         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14023         of gnus-tmp-group to decoded group name.
14024         (gnus-group-make-rss-group): Exclude `/'s from group names.
14025
14026 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * nnrss.el (nnrss-get-encoding): Fix regexp.
14029
14030 2004-12-27  Simon Josefsson  <jas@extundo.com>
14031
14032         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14033         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14034         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14035
14036 2004-12-17  Kim F. Storm  <storm@cua.dk>
14037
14038         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14039
14040         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14041
14042 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14043
14044         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14045
14046 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * nnrss.el: Require rfc2047 and mml.
14049         (nnrss-file-coding-system): New variable.
14050         (nnrss-format-string): Redefine it as an inline function.
14051         (nnrss-decode-group-name): New function.
14052         (nnrss-string-as-multibyte): Remove.
14053         (nnrss-retrieve-headers): Decode group name; don't use
14054         nnrss-format-string.
14055         (nnrss-request-group): Decode group name.
14056         (nnrss-request-article): Decode group name; allow a Message-ID as
14057         well as an article number; don't use nnrss-format-string; encode a
14058         Message-ID string which may contain non-ASCII characters; use
14059         mml-to-mime to compose a MIME article.
14060         (nnrss-request-expire-articles): Decode group name.
14061         (nnrss-request-delete-group): Decode group name.
14062         (nnrss-fetch): Clarify error message.
14063         (nnrss-read-server-data): Use insert-file-contents instead of load;
14064         bind file-name-coding-system; use multibyte buffer.
14065         (nnrss-save-server-data): Bind coding-system-for-write to the
14066         value of nnrss-file-coding-system; bind file-name-coding-system;
14067         add coding cookie.
14068         (nnrss-read-group-data): Use insert-file-contents instead of load;
14069         bind file-name-coding-system; use multibyte buffer.
14070         (nnrss-save-group-data): Bind coding-system-for-write to the
14071         value of nnrss-file-coding-system; bind file-name-coding-system.
14072         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14073         make it work with non-ASCII text.
14074         (nnrss-find-el): Make it work with old xml.el as well.
14075
14076 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14077
14078         * nnrss.el (nnrss-get-encoding): New function.
14079         (nnrss-fetch): Use unibyte buffer initially; bind
14080         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14081         decode contents according to the encoding attribute.
14082         (nnrss-save-group-data): Add coding cookie.
14083         (nnrss-mime-encode-string): New function.
14084         (nnrss-check-group): Use it to encode subject and author.
14085
14086 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14087
14088         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14089         imaginary variable.
14090
14091 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14094         correctly even if there are wide characters.
14095
14096 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14097
14098         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14099         downcased symbol names; make a new cache instead of reusing
14100         bbdb-hashtable.
14101
14102 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14105         concatenating segments rather than before concatenating them.
14106         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14107
14108         * message.el (message-get-reply-headers): Bind `extra'.
14109
14110 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14111
14112         * message.el (message-extra-wide-headers): New variable.
14113         (message-get-reply-headers): Use it.
14114
14115 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14118         (gnus-agent-group-pathname): Ditto.
14119
14120         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14121
14122         * gnus-group.el (gnus-group-make-group): Decode group name.
14123         (gnus-group-make-rss-group): Register the group data after opening
14124         the nnrss group.
14125
14126 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14127
14128         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14129         by expiry now get marked as read.
14130
14131 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14134
14135 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14136
14137         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14138         unify Latin characters in XEmacs.
14139         (mm-find-mime-charset-region): Use it.
14140
14141 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-util.el (gnus-delete-directory): New function.
14144
14145         * gnus-agent.el (gnus-agent-delete-group): Use it.
14146
14147         * gnus-cache.el (gnus-cache-delete-group): Use it.
14148
14149 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14152         names.
14153
14154 2004-12-16  Simon Josefsson  <jas@extundo.com>
14155
14156         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14157
14158 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14161
14162         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14163         (gnus-group-set-current-level): Decode group name.
14164
14165 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14166
14167         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14168         failed.
14169
14170 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * gnus-group.el (gnus-group-delete-group): Decode group name.
14173         (gnus-group-make-rss-group): Encode group name.
14174         (gnus-group-catchup-current): Decode group name.
14175         (gnus-group-kill-group): Decode group name.
14176
14177 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14178
14179         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14180
14181 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-group.el (gnus-group-make-rss-group):
14184         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14185
14186         * gnus-start.el (gnus-setup-news): Honor user's setting to
14187         gnus-message-archive-method.  Suggested by Lute Kamstra
14188         <lute@gnu.org>.
14189
14190 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14191
14192         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14193         global counterparts of the buffer-local variables.
14194
14195 2004-11-16  Romain Francoise  <romain@orebokech.com>
14196
14197         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14198         counterparts of the buffer-local variables.
14199
14200 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14201
14202         * message.el (message-forbidden-properties): Fixed typo in doc
14203         string.
14204
14205 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * gnus-util.el (gnus-replace-in-string): Added doc string.
14208
14209         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14210         to avoid problems when splitting mails with many recipients.
14211
14212 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14213
14214         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14215         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14216
14217 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14218
14219         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14220         if there is no hashtable in memory or file modification time is
14221         newer than cached timestamp.
14222
14223 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14224
14225         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14226         not-matching option.
14227
14228 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14229
14230         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14231         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14232         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14233         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14234         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14235         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14236
14237 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * message.el (message-forward-make-body-mml): Remove headers
14240         according to message-forward-ignored-headers if a message is decoded.
14241
14242 2004-12-02  Romain Francoise  <romain@orebokech.com>
14243
14244         * message.el (message-forward-make-body-plain): Always remove
14245         headers according to message-forward-ignored-headers.
14246
14247 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14248
14249         * spam.el (spam-summary-prepare-exit): Remove the
14250         gnus-summary-limit pop for now, it has problems with ham marks for
14251         me.
14252
14253 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14254
14255         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14256         correctly.
14257
14258 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14259
14260         * format-spec.el (format-spec): Message the char.
14261
14262 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14263
14264         * gnus-art.el (gnus-split-methods): Reformat comments.
14265
14266         * spam.el (spam-summary-prepare-exit): Remove article limits
14267         before exiting the summary buffer.
14268
14269 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14272         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14273
14274         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14275         order to silence the byte compiler.
14276
14277         * spam.el: Fix the way to silence the byte compiler, which
14278         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14279         bbdb-search-simple, spam-BBDB-register-routine,
14280         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14281         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14282         spam-stat-buffer-is-spam, spam-stat-load,
14283         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14284         spam-stat-save and spam-stat-split-fancy.
14285
14286 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14289         which may confuse users.
14290         (canlock-password-for-verify): Ditto.
14291
14292         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14293
14294         * gnus-art.el (gnus-emphasis-alist): Ditto.
14295
14296         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14297
14298         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14299
14300         * gnus-start.el (gnus-save-killed-list): Ditto.
14301
14302         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14303         (gnus-sum-thread-tree-root): Ditto.
14304         (gnus-sum-thread-tree-false-root): Ditto.
14305         (gnus-sum-thread-tree-single-indent): Ditto.
14306
14307         * message.el (message-courtesy-message): Ditto.
14308         (message-archive-note): Ditto.
14309         (message-subscribed-address-file): Ditto.
14310         (message-user-fqdn): Ditto.
14311
14312         * spam-report.el (spam-report-gmane-regex): Ditto.
14313
14314         * spam.el (spam-blackhole-good-server-regex): Ditto.
14315
14316 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * mml.el (mml-preview): Widen the message buffer before copying
14319         the contents to the preview buffer; sort headers before previewing.
14320
14321         * message.el (message-hidden-headers): Fix the way to avoid a bug
14322         in the `repeat' widget in Emacs 21.3 or earlier.
14323
14324 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * message.el (message-hidden-headers): Default to "^References:".
14327         Improve customization type.  Suggested by Reiner Steib
14328         <Reiner.Steib@gmx.de>.
14329
14330 2004-11-25  Romain Francoise  <romain@orebokech.com>
14331
14332         * message.el (message-strip-forbidden-properties): Remove check for
14333         obsolete `message-hidden' text property, hidden headers are not
14334         accessible in the buffer anymore.
14335
14336 2004-11-22  Romain Francoise  <romain@orebokech.com>
14337
14338         * message.el (message-header-format-alist): Add `From' in list
14339         so that it can be sorted.
14340         (message-fix-before-sending): Widen and sort headers before
14341         sending.
14342         (message-hide-headers): Use narrowing to hide headers by moving
14343         them to the top of the buffer and narrowing to the region
14344         underneath.
14345
14346 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14347
14348         * message.el (message-strip-forbidden-properties): Bind
14349         buffer-read-only (etc) to nil.
14350
14351 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14354         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14355
14356 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14357
14358         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14359
14360 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14361
14362         * dns.el (query-dns): Use sit-for to time instead of
14363         accept-process-output, since that doesn't seem to work on udp
14364         sockets.
14365
14366 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14369
14370 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14371
14372         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14373         doc string.  Improve doc string.
14374
14375 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * nntp.el (nntp-request-update-info): Return nil if
14378         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14379         may not call gnus-activate-group which uselessly issues the GROUP
14380         commands for all nntp groups and wastes time.  Reported by Romain
14381         Francoise <romain@orebokech.com>.
14382
14383         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14384
14385 2004-11-15  Simon Josefsson  <jas@extundo.com>
14386
14387         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14388         headers separately.
14389         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14390         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14391
14392 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14393
14394         * gnus-start.el (gnus-convert-old-newsrc):
14395         Assign legacy-gnus-agent to 5.10.7.
14396
14397 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14398
14399         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14400         start of the lines.
14401
14402 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14403
14404         * hashcash.el (hashcash-default-payment): Change default to 20.
14405         (hashcash-default-accept-payment): Change default to 20.
14406         (hashcash-process-alist): New variable.
14407         (hashcash-generate-payment-async): Add.
14408         (hashcash-already-paid-p): Add.
14409         (hashcash-insert-payment): Don't generate payments twice.
14410         (hashcash-insert-payment-async): Add.
14411         (hashcash-insert-payment-async-2): Add.
14412         (hashcash-cancel-async): Add.
14413         (hashcash-wait-async): Add.
14414         (hashcash-processes-running-p): Add.
14415         (hashcash-wait-or-cancel): Add.
14416         (mail-add-payment): New optional argument.  Conditionally start
14417         asynchronous calculation.
14418         (mail-add-payment-async): Add.
14419
14420         * message.el (message-send-mail): Wait for asynchronous hashcash
14421         results.  Don't clobber existing X-Hashcash headers.
14422         (message-setup-1): Call mail-add-payment-async when
14423         message-generate-hashcash is non-nil.
14424
14425 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14426
14427         * message.el (message-use-alternative-email-as-from): Examine the
14428         From header as well; use message-make-from in order to include a
14429         user's full name.
14430
14431 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14434         default; improve customization type.
14435         (gnus-emphasis-custom-with-format): New macro.
14436         (gnus-emphasis-custom-value-to-external): New function.
14437         (gnus-emphasis-custom-value-to-internal): New function.
14438
14439 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14440
14441         * dns.el (query-dns): Resolve reverse addresses.
14442
14443 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14444
14445         * gnus-group.el (gnus-group-get-new-news): Use it.
14446
14447         * gnus-start.el (gnus-check-reasonable-setup): New function.
14448
14449 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14452         "Args out of range" error.  Reported by Arnaud Giersch
14453         <arnaud.giersch@free.fr>.
14454
14455 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14456
14457         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14458
14459 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14460
14461         * spam.el (spam group): Add :version.
14462
14463         * pgg-def.el (pgg group): Add :version.
14464
14465 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * gnus-art.el (gnus-article-edit-article): Don't associate the
14468         article buffer with a draft file.  This is a temporary measure
14469         against the 2004-08-22 change to gnus-article-edit-mode.
14470
14471 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14474         (html2text-format-tags): Remove unused variable `attr'.
14475
14476 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14477
14478         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14479
14480         * tls.el (tls-process-connection-type, tls-success)
14481         (tls-certtool-program): Add :version.
14482
14483         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14484         (starttls-extra-arguments, starttls-process-connection-type)
14485         (starttls-connect, starttls-failure, starttls-success): Add :version.
14486
14487         * spam-stat.el (spam-stat): Add :version.
14488
14489         * sieve.el (sieve): Add :version.
14490
14491         * sha1.el (sha1): Add :version.
14492         (sha1-use-external): Remove redundant version.
14493
14494         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14495         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14496         (nnmail-split-fancy-match-partial-words)
14497         (nnmail-split-lowercase-expanded): Add :version.
14498
14499         * nndiary.el (nndiary): Add :version.
14500
14501         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14502
14503         * mml-sec.el (mml-default-sign-method)
14504         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14505         Add :version.
14506
14507         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14508
14509         * mm-url.el (mm-url-use-external, mm-url-program)
14510         (mm-url-arguments): Add :version.
14511
14512         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14513         (mm-attachment-file-modes, mm-decrypt-option)
14514         (mm-w3m-safe-url-regexp): Add :version.
14515
14516         * message.el (message-cite-prefix-regexp)
14517         (message-sendmail-envelope-from, message-minibuffer-local-map)
14518         (message-user-fqdn, message-completion-alist): Add :version.
14519
14520         * gnus-win.el (gnus-configure-windows-hook)
14521         (gnus-use-frames-on-any-display): Add :version.
14522
14523         * gnus-art.el (gnus-article-address-banner-alist)
14524         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14525         (gnus-treat-from-picon, gnus-treat-mail-picon)
14526         (gnus-treat-x-pgp-sig): Add :version.
14527
14528         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14529         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14530         (gnus-summary-article-delete-hook)
14531         (gnus-summary-display-while-building): Add :version.
14532
14533         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14534         (gnus-get-top-new-news-hook): Add :version.
14535
14536         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14537         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14538
14539         * gnus-registry.el (gnus-registry): Add :version.
14540
14541         * gnus-spec.el (gnus-use-correct-string-widths)
14542         (gnus-make-format-preserve-properties): Add :version.
14543
14544         * gnus.el (gnus-group-charter-alist)
14545         (gnus-group-fetch-control-use-browse-url)
14546         (gnus-install-group-spam-parameters): Add :version.
14547
14548         * gnus-diary.el (gnus-diary): Add :version.
14549
14550         * gnus-delay.el (gnus-delay): Add :version.
14551
14552         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14553         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14554         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14555         Add :version.
14556
14557         * gnus-agent.el (gnus-agent-max-fetch-size)
14558         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14559         (gnus-agent-prompt-send-queue): Add :version.
14560
14561         * deuglify.el (gnus-outlook-deuglify): Add :version.
14562
14563         * html2text.el: Beautify code.  Improve doc strings.  Some
14564         checkdoc cleanup.
14565         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14566
14567 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14568
14569         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14570
14571 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14572
14573         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14574         when package is loaded.
14575
14576         * spam.el (spam-summary-score-preferred-header): Add global preference
14577         for people who want to override the default SpamAssassin over
14578         Bogofilter preference (when both are set).
14579         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14580         (spam-user-format-function-S): Check
14581         spam-summary-score-preferred-header.
14582         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14583         (spam-user-format-function-S): Format the score correctly.
14584
14585 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14588         signature file.  Suggested by Manoj Srivastava
14589         <srivasta@golden-gryphon.com>.
14590
14591         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14592         iso-2022-jp even in the Japanese language environment.
14593         Suggested by Jason Rumney <jasonr@gnu.org>.
14594
14595 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14598         use the same characters as the dummy marks; make it free from
14599         getting affected by the language environment.
14600         (gnus-summary-read-group-1): Update mark positions only when the
14601         format spec is updated.
14602
14603         * gnus-spec.el (gnus-update-format-specifications): Return a list
14604         of updated types.
14605
14606 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14609         of boundp to check if display-warning is available.
14610
14611 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14612
14613         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14614
14615 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * nnspool.el (nnspool-spool-directory): Use news-path if the
14618         news-directory variable is not bound.
14619
14620         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14621         function instead of display-warning if it is not available.
14622
14623 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14624
14625         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14626         v5-10: Use `point-at-bol'.
14627
14628 2004-10-26  Simon Josefsson  <jas@extundo.com>
14629
14630         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14631         <chenggao@gmail.com>.
14632
14633 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14636         instead.
14637
14638 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14639
14640         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14641         to remove a server from the nnimap-server-buffer-alist.
14642         (nnimap-open-connection, nnimap-close-server): Use it.
14643
14644         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14645
14646 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14649         running the major-mode function.
14650
14651 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14654         dummy marks in the right way.
14655
14656 2004-10-18  David Edmondson  <dme@dme.org>
14657
14658         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14659         excessively.
14660
14661 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14662
14663         * gnus-util.el (gnus-split-references): Accept a nil references
14664         string and go on blissfully.
14665
14666         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14667         cases where the references string is non-nil but has no references.
14668
14669         * encrypt.el: Add autoload tags.
14670
14671         * spam.el (spam-resolve-registrations-routine): Remove article
14672         from unregistration list too.  Reported by David Hanak
14673         <dhanak@isis.vanderbilt.edu>
14674
14675 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14678         nil.  Changed custom type.
14679
14680 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14683
14684         * gnus-sum.el (gnus-summary-move-article): Use it.
14685
14686 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * encrypt.el: Add autoload cookies.
14689
14690         * spam.el (spam-backend-article-list-property)
14691         (spam-backend-get-article-todo-list)
14692         (spam-backend-put-article-todo-list)
14693         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14694         Resolve registrations separately.
14695         (spam-register-routine): Format comments.
14696         (spam-unregister-routine, spam-register-routine): Always call with
14697         specific-articles, no default list.
14698         (spam-summary-prepare-exit): Use the spam-classifications function.
14699
14700         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14701         gnus-encrypt.el.
14702
14703         * encrypt.el: Copied from gnus-encrypt.el.
14704
14705         * gnus-encrypt.el: Commented that it's obsolete.
14706
14707 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14708
14709         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14710         (gnus-score-save): Use it.
14711
14712         * message.el (message-bury): Use `window-dedicated-p'.
14713
14714 2004-10-15  Simon Josefsson  <jas@extundo.com>
14715
14716         * pop3.el (top-level): Don't require nnheader.
14717         (pop3-read-timeout): Add.
14718         (pop3-accept-process-output): Add.
14719         (pop3-read-response, pop3-retr): Use it.
14720
14721 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14722
14723         * spam.el (spam-register-routine): Move comment.
14724         (spam-verify-bogofilter): Use 'unknown for the initial
14725         spam-bogofilter-valid state, not 'never.
14726
14727         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14728         for netrc-machine.
14729
14730         * nnimap.el (nnimap-open-connection): Use
14731         netrc-machine-user-or-password.
14732
14733 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14734
14735         * gnus-registry.el (gnus-registry-unload-hook):
14736         Set as a variable with add-hook.
14737
14738         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14739         of news-path.
14740
14741         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14742
14743         * spam.el: Delete duplicate `provide'.
14744         (spam-unload-hook): Set as a variable with add-hook.
14745
14746 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14747
14748         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14749         in the doc string.
14750
14751         * message.el (message-ignored-news-headers)
14752         (message-ignored-supersedes-headers)
14753         (message-ignored-resent-headers)
14754         (message-forward-ignored-headers): Improve custom type.
14755
14756 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * message.el (message-tokenize-header): Fix 2004-09-06 change
14759         which used point-min in the wrong place.
14760
14761 2004-10-12  Simon Josefsson  <jas@extundo.com>
14762
14763         * tls.el (tls-certtool-program): New variable.
14764         (tls-certificate-information): New function, based on
14765         ssl-certificate-information.
14766
14767 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * compface.el: Move the version of ELisp-based uncompface program
14770         to the contrib directory because of the copyright problem.
14771
14772 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * message.el (message-kill-buffer): Raise the current frame.
14775
14776 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14779
14780         * gnus.el (message-y-or-n-p): Autoload.
14781
14782         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14783         (pop3-password-required, pop3-authentication-scheme)
14784         (pop3-leave-mail-on-server): Made customizable.
14785         (pop3): New custom group.
14786         (pop3-retr): Remove `sleep-for' statements.
14787         Suggested by Dave Love <fx@gnu.org>.
14788
14789         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14790         Windows/DOS.
14791
14792         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14793         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14794         Dave Love <fx@gnu.org>.
14795
14796         * mml.el (mml-minibuffer-read-disposition): Require match.
14797         Suggested by Dave Love <fx@gnu.org>.
14798
14799 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14802         doc string.
14803
14804 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14807
14808 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14809
14810         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14811         instead of calling `mm-insert-inline', to decode text/* parts
14812         before displaying them.
14813
14814 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * mm-uu.el (mm-uu-text-plain-type): New variable.
14817         (mm-uu-pgp-signed-extract-1): Use it.
14818         (mm-uu-pgp-encrypted-extract-1): Use it.
14819         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14820         bind mm-uu-text-plain-type with that value.
14821         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14822         mm-uu-dissect.
14823
14824 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14825
14826         * gnus-group.el (gnus-update-group-mark-positions):
14827         * gnus-sum.el (gnus-update-summary-mark-positions):
14828         * message.el (message-check-news-body-syntax):
14829         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14830         of string-as-multibyte.
14831
14832 2004-10-05  Juri Linkov  <juri@jurta.org>
14833
14834         * gnus-group.el (gnus-update-group-mark-positions):
14835         * gnus-sum.el (gnus-update-summary-mark-positions):
14836         * message.el (message-check-news-body-syntax):
14837         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14838         8-bit unibyte values to a multibyte string for search functions.
14839
14840 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14843         (mm-uu-dissect-text-parts): New function.
14844
14845         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14846         dissect text parts.
14847
14848         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14849         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14850
14851         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14852
14853         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14854         gnus-current-topics instead of gnus-current-topic.
14855
14856 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14857
14858         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14859
14860 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14861
14862         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14863         where approriate.
14864
14865         * nnml.el (nnml-generate-active-info): do.
14866
14867         * nndiary.el (nndiary-generate-active-info): do.
14868
14869         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14870         (gnus-topic-move): do.
14871
14872         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14873         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14874
14875         * gnus-srvr.el (gnus-server-prepare)
14876         (gnus-server-open-all-servers): do.
14877
14878         * gnus-msg.el (gnus-summary-cancel-article)
14879         (gnus-summary-resend-message)
14880         (gnus-summary-mail-crosspost-complaint): do.
14881
14882         * gnus-move.el (gnus-change-server): do.
14883
14884         * gnus-group.el (gnus-group-unmark-all-groups)
14885         (gnus-group-set-current-level): do.
14886
14887 2004-10-04  Simon Josefsson  <jas@extundo.com>
14888
14889         * message.el (message-generate-hashcash): Doc fix.
14890
14891 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14892
14893         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14894         avoid infinite recursion via gnus-get-function.
14895
14896 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14897
14898         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14899
14900         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14901
14902         * nnmail.el (nnmail-split-history): do.
14903
14904         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14905         (nnml-request-delete-group): do.
14906
14907         * nnslashdot.el (nnslashdot-read-groups): do.
14908
14909         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14910         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14911
14912         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14913         (nnspool-sift-nov-with-sed): Use last.
14914         (nnspool-retrieve-headers-with-nov): Use mapc.
14915         (nnspool-request-newgroups): Use dolist.
14916         (nnspool-request-group): Use last.
14917
14918         * nntp.el (nntp-read-server-type): Use dolist.
14919
14920         * nnvirtual.el (nnvirtual-create-mapping)
14921         (nnvirtual-update-read-and-marked): Use dolist.
14922         (nnvirtual-convert-headers): Simplify.
14923
14924 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14925
14926         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14927         support for sync'ing tick marks.
14928
14929 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14932         there's no visible header.
14933
14934 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14935
14936         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14937         necessary, pass full group name to gnus-request-set-marks.
14938
14939 2004-10-01  Simon Josefsson  <jas@extundo.com>
14940
14941         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14942         acroread.
14943
14944 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14945
14946         * spam-report.el (spam-report-gmane): Fix interactive.
14947
14948         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14949
14950         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14951         when writing file.
14952         (gnus-agent-synchronize-flags): Don't default to being
14953         interactive.
14954
14955 2004-09-30  Simon Josefsson  <jas@extundo.com>
14956
14957         * message.el (message-generate-hashcash): Add.
14958         (message-send-mail): Use it, call mail-add-payment.
14959
14960 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14961
14962         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14963
14964 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14965
14966         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14967         gnus-requst-update-info with explicit code to sync the in-memory
14968         info read flags with the marks being sync'd to the backend.
14969
14970         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14971
14972 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14973
14974         * spam.el (spam-verify-bogofilter): Add new function.
14975         (spam-check-bogofilter)
14976         (spam-bogofilter-register-with-bogofilter): Use it.
14977         (spam-verify-bogofilter): Add small fixes.
14978
14979 2004-09-28  Simon Josefsson  <jas@extundo.com>
14980
14981         * hashcash.el (hashcash-generate-payment): Revert.
14982
14983 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14984
14985         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14986         gnus-extract-references instead of gnus-split-references.
14987
14988         * gnus-util.el (gnus-extract-references): Add new function, analogous
14989         to gnus-split-references but extracts only the message-ID without
14990         anything extra.
14991
14992         * hashcash.el (hashcash-generate-payment)
14993         (hashcash-check-payment): Do the right thing if hashcash-path is
14994         nil (because the hashcash program could not be found).
14995
14996         * spam.el (spam-use-hashcash): Remove comment.
14997
14998 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14999
15000         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15001         (gnus-cache-enter-article, gnus-cache-remove-article)
15002         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15003
15004         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15005
15006         * gnus-art.el (article-hide-boring-headers)
15007         (article-translate-strings, article-display-face)
15008         (gnus-article-mime-match-handle-first)
15009         (gnus-article-highlight-headers)
15010         (gnus-article-add-buttons-to-head): do.
15011
15012 2004-09-27  Simon Josefsson  <jas@extundo.com>
15013
15014         * hashcash.el: New version, from
15015         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15016         ../contrib/.
15017
15018 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15021
15022 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15023
15024         * gnus-dup.el (gnus-dup-open): Use mapc.
15025         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15026
15027         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15028         Reported by Stefan Wiens <s.wi@gmx.net>.
15029
15030         * gnus.el (gnus-shutdown): Use dolist.
15031
15032         * gnus-undo.el (gnus-undo): Use mapc.
15033
15034         * nnrss.el (nnrss-generate-active): do.
15035
15036         * message.el (message-cite-original-without-signature)
15037         (message-cite-original): Use mapc.
15038         (message-do-actions, message-make-forward-subject): Use dolist.
15039
15040 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15041
15042         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15043         deletion to remove entire duplicate line.  Fixes merged article
15044         number bug.
15045
15046 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15047
15048         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15049         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15050         first ask if you want to open a server and then, even when you
15051         responded with no, asking if you want to synchronize the server's
15052         flags.
15053         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15054         multi-line expressions.
15055         (gnus-agent-synchronize-group-flags): New internal function.
15056         Updates marks in memory (in the info structure) AND in the
15057         backend.
15058
15059         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15060
15061         * nnagent.el (nnagent-request-set-mark): Use
15062         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15063         method, to ensure that synchronization updates marks in the
15064         backend and in the info (in memory) structure.
15065
15066 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15069         convention fully; don't miss the root article of a thread; make
15070         the X-Draft-From header with correct article numbers.
15071
15072 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15073
15074         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15075         unless plugged.  Disable the agent so that an open failure causes
15076         an error.
15077
15078         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15079         Reverted 2004-09-21 change.  The backend must be opened while
15080         synchronizing flags even when the backend stores the flags
15081         locally.
15082
15083 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15084
15085         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15086         in `header' match.  Reported by Svend Tollak Munkejord.
15087
15088         * message.el (message-cite-original): Fix use of
15089         `message-cite-articles-with-x-no-archive'.
15090
15091 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15094         (gnus-window-to-buffer): Ditto.
15095
15096         * mml.el (mml-preview-buffer): New variable.
15097         (mml-preview): Manage window layout with gnus-buffer-configuration.
15098
15099         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15100         X-Draft-From header even if those articles aren't quoted.
15101
15102 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15103
15104         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15105         (gnus-request-set-mark, gnus-request-update-mark): Use new
15106         g-s-t-u-l-m to decide to use backend even when unplugged.
15107
15108 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15111         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15112
15113 2004-09-20  Simon Josefsson  <jas@extundo.com>
15114
15115         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15116         "utf-16-le".
15117
15118 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15119
15120         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15121
15122 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * uudecode.el (uudecode-use-external): Add :version.
15125
15126         * smime.el (smime-CA-file, smime-encrypt-cipher)
15127         (smime-dns-server): Add :version.
15128
15129         * smiley.el (gnus-smiley-file-types): Add :version.
15130
15131         * sha1.el (sha1-use-external): Add :version.
15132
15133         * pgg-def.el (pgg-query-keyserver): Add :version.
15134
15135         * nnmail.el (nnmail-fancy-expiry-targets)
15136         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15137         Add :version.
15138
15139         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15140         (nnimap-retrieve-groups-asynchronous): Add :version.
15141         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15142
15143         * mml.el (mml-content-disposition-parameters)
15144         (mml-insert-mime-headers-always): Add :version.
15145
15146         * mm-util.el (mm-coding-system-priorities): Add :version.
15147
15148         * mm-decode.el (mm-inline-text-html-with-images)
15149         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15150         (mm-verify-option): Add :version.
15151         (mm-text-html-renderer): Change :version.
15152
15153         * message.el (message-fcc-externalize-attachments)
15154         (message-required-headers, message-draft-headers)
15155         (message-subject-trailing-was-query)
15156         (message-subject-trailing-was-ask-regexp)
15157         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15158         (message-mark-insert-end, message-archive-header)
15159         (message-archive-note, message-cross-post-default)
15160         (message-cross-post-note, message-followup-to-note)
15161         (message-cross-post-note-function, message-use-mail-followup-to)
15162         (message-subscribed-address-functions)
15163         (message-subscribed-address-file, message-subscribed-addresses)
15164         (message-subscribed-regexps, message-allow-no-recipients)
15165         (message-yank-cited-prefix, message-signature-insert-empty-line)
15166         (message-hidden-headers, message-hierarchical-addresses)
15167         (message-mail-user-agent, message-use-idna)
15168         (message-valid-fqdn-regexp)
15169         (message-strip-special-text-properties, message-header-synonyms)
15170         (message-beginning-of-line, message-tab-body-function): Add :version.
15171         (message-insert-canlock, message-wide-reply-confirm-recipients):
15172         Change :version.
15173
15174         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15175         and :version.
15176         (mail-source-delete-old-incoming-confirm)
15177         (mail-source-movemail-program): Add :version.
15178
15179         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15180         (gnus-agent-cache, gnus-agent): Change :version.
15181
15182         * gnus-util.el (gnus-use-byte-compile): Change :version.
15183
15184         * gnus-sum.el (gnus-summary-make-false-root-always)
15185         (gnus-summary-default-high-score)
15186         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15187         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15188         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15189         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15190         (gnus-sum-thread-tree-single-indent)
15191         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15192         (gnus-sum-thread-tree-leaf-with-other)
15193         (gnus-sum-thread-tree-single-leaf): Add :version.
15194         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15195         (gnus-article-loose-mime): Change :version.
15196
15197         * gnus-start.el (gnus-backup-startup-file)
15198         (gnus-save-startup-file-via-temp-buffer): Add :version.
15199
15200         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15201         (gnus-server-offline-face): Add :version.
15202
15203         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15204
15205         * gnus-msg.el (gnus-gcc-externalize-attachments)
15206         (gnus-debug-files, gnus-debug-exclude-variables)
15207         (gnus-discouraged-post-methods): Change :version.
15208         (gnus-confirm-mail-reply-to-news)
15209         (gnus-confirm-treat-mail-like-news): Add :version.
15210
15211         * gnus-int.el (gnus-server-unopen-status): Add :version.
15212
15213         * gnus-group.el (gnus-group-jump-to-group-prompt)
15214         (gnus-large-ephemeral-newsgroup)
15215         (gnus-fetch-old-ephemeral-headers): Add :version.
15216
15217         * gnus-fun.el (gnus-x-face-directory)
15218         (gnus-convert-pbm-to-x-face-command)
15219         (gnus-convert-image-to-x-face-command)
15220         (gnus-convert-image-to-face-command): Add :version.
15221
15222         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15223
15224         * gnus-cite.el (gnus-cite-blank-line-after-header)
15225         (gnus-article-boring-faces): Add :version.
15226
15227         * gnus-art.el (gnus-buttonized-mime-types)
15228         (gnus-inhibit-mime-unbuttonizing)
15229         (gnus-treat-display-face)
15230         (gnus-treat-body-boundary): Change :version.
15231         (gnus-body-boundary-delimiter, gnus-picon-databases)
15232         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15233         (gnus-treat-date-english, gnus-treat-fold-headers)
15234         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15235         (gnus-treat-mail-picon, gnus-treat-wash-html)
15236         (gnus-article-encrypt-protocol)
15237         (gnus-use-idna, gnus-article-over-scroll)
15238         (gnus-mime-display-multipart-alternative-as-mixed)
15239         (gnus-mime-display-multipart-related-as-mixed)
15240         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15241         (gnus-ctan-url, gnus-button-ctan-handler)
15242         (gnus-button-handle-ctan-bogus-regexp)
15243         (gnus-button-ctan-directory-regexp)
15244         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15245         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15246         (gnus-button-man-level, gnus-button-emacs-level)
15247         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15248
15249         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15250         (gnus-agent-go-online): Change :version.
15251         (gnus-agent-expire-unagentized-dirs)
15252         (gnus-agent-auto-agentize-methods): Add :version.
15253
15254         * flow-fill.el (fill-flowed-display-column)
15255         (fill-flowed-encode-column): Add :version.
15256
15257         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15258         (gnus-outlook-deuglify-unwrap-max)
15259         (gnus-outlook-deuglify-cite-marks)
15260         (gnus-outlook-deuglify-unwrap-stop-chars)
15261         (gnus-outlook-deuglify-no-wrap-chars)
15262         (gnus-outlook-deuglify-attrib-cut-regexp)
15263         (gnus-outlook-deuglify-attrib-verb-regexp)
15264         (gnus-outlook-deuglify-attrib-end-regexp)
15265         (gnus-outlook-display-hook): Add :version.
15266
15267         * binhex.el (binhex-use-external): Add :version.
15268
15269 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15270
15271         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15272         and `invisible'.
15273
15274 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15275
15276         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15277         in gnus-registry-trim.
15278
15279 2004-09-13  Simon Josefsson  <jas@extundo.com>
15280
15281         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15282
15283         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15284
15285         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15286         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15287         <yamaoka@jpl.org>.
15288         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15289         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15290         <yamaoka@jpl.org>.
15291
15292         * sieve.el (sieve-manage-mode): Ditto.
15293
15294 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15295
15296         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15297
15298 2004-09-11  Simon Josefsson  <jas@extundo.com>
15299
15300         * dns-mode.el: Add.
15301
15302         * mm-view.el (mm-display-dns-inline): Add.
15303
15304         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15305         (mm-automatic-display): Ditto.
15306
15307         * mailcap.el (mailcap-mime-data): Add text/dns.
15308         (mailcap-mime-extensions): Map .soa to text/dns.
15309
15310 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15311
15312         * gnus-art.el (article-decode-mime-words, article-babel)
15313         (gnus-article-highlight-signature, gnus-article-add-buttons)
15314         (gnus-signature-toggle): Remove unnecessary bindings of
15315         `inhibit-read-only' inherited from v5.10 merge.
15316
15317 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15318
15319         * nntp.el (nntp): New customization group.
15320         (nntp-authinfo-file): Add customization group.
15321
15322         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15323
15324         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15325
15326         * gnus.el (to-address, to-list, subscribed)
15327         (large-newsgroup-initial): Ditto.
15328
15329         * flow-fill.el (fill-flowed-display-column)
15330         (fill-flowed-encode-column): Ditto.
15331
15332 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15333
15334         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15335         Use point-min rather than 1.
15336         (message-send-mail): Use buffer-size rather than point-max.
15337
15338         * gnus-sum.el (gnus-summary-search-article-forward):
15339         Signal a specific `search-failed' rather than a generic `error'.
15340
15341         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15342         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15343         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15344
15345 2004-09-10  Simon Josefsson  <jas@extundo.com>
15346
15347         * nndb.el (require): Remove tcp and duplicate cl.
15348
15349 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * gnus-agent.el (directory-files-and-attributes): Move forward.
15352
15353 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15354
15355         * gnus-agent.el (directory-files-and-attributes): Optionally
15356         defined to support XEmacs.
15357
15358 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15359
15360         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15361         to avoid run-time CL dependencies.
15362         (gnus-agent-unfetch-articles): New function.
15363         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15364         article numbers even when local .overview file is missing.
15365         (gnus-agent-read-article-number): New function.  Only accepts
15366         27-bit article numbers.
15367         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15368         gnus-agent-read-article-number.
15369         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15370         from backend while recognizing that article numbers in .overview
15371         must be valid.
15372         (gnus-agent-update-files-total-fetched-for): Use
15373         directory-files-and-attributes to improve performance.
15374         * gnus-int.el (gnus-request-move-article): Use
15375         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15376         improve performance.
15377
15378         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15379         some users confused by references to .newsrc when they only have a
15380         .newsrc.eld file.
15381         (gnus-convert-mark-converter-prompt)
15382         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15383         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15384         New function.  Used internally to only display 'gnus converting
15385         files' message when actually necessary.
15386
15387         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15388         methods now autoloaded.
15389
15390 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15393         identifiers.
15394
15395 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * gnus-picon.el: Fix indentation and closing parenthesis.
15398
15399 2004-09-01  Simon Josefsson  <jas@extundo.com>
15400
15401         * message.el (message-canlock-generate): Require sha1, not
15402         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15403         to require within a function.  Sadly, if sha1.el isn't loaded, the
15404         let binding in m-c-g will hide the defcustom definition, which is
15405         bad.)
15406
15407         * canlock.el: Require sha1, not sha1-el.
15408
15409         * message.el: Don't autoload sha1 (there is a autoload cookie in
15410         sha1.el).
15411
15412         * sha1-el.el: Renamed to sha1.el.
15413
15414 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15415
15416         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15417
15418 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15419
15420         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15421
15422 2004-08-30  Kim F. Storm  <storm@cua.dk>
15423
15424         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15425
15426         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15427         Add :group 'nnimap.
15428
15429 2004-08-30  Andreas Schwab  <schwab@suse.de>
15430
15431         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15432         ?* and ?\;.
15433
15434         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15435         and ?\' to symbol instead of whitespace.
15436
15437 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15440
15441         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15442         instead of re-search-forward.
15443
15444         * gnus-uu.el (gnus-uu-save-article): Ditto.
15445         (gnus-uu-post-encode-uuencode): Ditto.
15446
15447         * html2text.el (html2text-clean-list-items): Ditto.
15448         (html2text-clean-dtdd): Ditto.
15449         (html2text-format-tags): Ditto.
15450
15451         * message.el (message-send-mail-with-sendmail): Fix regexp.
15452         (message-fill-field-general): Use search-forward instead of
15453         re-search-forward.
15454         (unbold-region): Ditto.
15455
15456         * nnrss.el (nnrss-request-article): Ditto.
15457
15458         * nnslashdot.el (nnslashdot-request-article): Ditto.
15459
15460         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15461
15462         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15463         "Unrecognized menu descriptor" error in XEmacs.
15464
15465 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15466
15467         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15468         parent article of a sparse article in the thread hashtb.
15469
15470 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15471
15472         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15473         (nnmail-expand-newtext): Lowercase expanded entries if
15474         nnmail-split-lowercase-expanded is non-nil.
15475
15476 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15479
15480         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15481         of gnus-tmp-news-method into string under XEmacs.  It will be
15482         passed to gnus-correct-length which takes only a string argument.
15483
15484 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * gnus-util.el (gnus-bind-print-variables): New macro.
15487         (gnus-prin1): Use it.
15488         (gnus-prin1-to-string): Use it.
15489         (gnus-pp): New function.
15490         (gnus-pp-to-string): New function.
15491
15492         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15493         Replace pp-to-string with gnus-pp-to-string.
15494         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15495         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15496         * gnus-msg.el (gnus-debug): Ditto.
15497         * gnus-score.el (gnus-score-save): Ditto.
15498         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15499         gnus-pp-to-string.
15500         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15501         with gnus-pp.
15502         * score-mode.el (gnus-score-pretty-print): Ditto.
15503         * webmail.el (webmail-debug): Ditto.
15504
15505 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * gnus-art.el (article-display-face, article-display-x-face):
15508         Use buffer-read-only.
15509
15510 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * gnus-art.el (article-hide-list-identifiers):
15513         Bind inhibit-read-only as t.
15514
15515 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15516
15517         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15518
15519 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15520
15521         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15522         (gnus-narrow-to-page): Don't assume point-min == 1.
15523         (gnus-article-edit-mode): Derive from message-mode.
15524
15525         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15526         point-min == 1.
15527
15528         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15529         Disable incorrect use of `assert'.
15530
15531         * message.el (message-mode): Set comment-start-skip.
15532
15533
15534 2004-08-22  Sam Steingold  <sds@gnu.org>
15535
15536         * pop3.el (pop3-leave-mail-on-server): New user variable.
15537         (pop3-movemail): Delete mail only when it is nil.
15538
15539 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15540
15541         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15542
15543         * mml.el (mml-preview): Use `pop-to-buffer'.
15544
15545         * message.el (message-goto-mail-followup-to): Insert after "To".
15546         (message-carefully-insert-headers): Add comment.
15547
15548         * gnus.el: Remove unused variable `gnus-article-check-size'.
15549
15550         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15551
15552         * gnus-art.el (gnus-button-alist): Improve
15553         `gnus-button-handle-library' entry.
15554
15555 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15556
15557         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15558         downcase, since XEmacs capitalizes error messages differently.
15559
15560 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15561
15562         * nntp.el: Add (require 'gnus) due to reference to
15563         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15564
15565 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15566
15567         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15568         `mm-fill-flowed'.
15569
15570         * mm-decode.el (mm-dissect-singlepart): Check it.
15571
15572 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15573
15574         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15575         'imap' for netrc parsing.
15576
15577 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15578
15579         * mailcap.el (mailcap-mime-data): Mark as risky.
15580
15581 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15584         may be included in the encoded word.
15585         (rfc2047-encode): Don't append a space if the encoded word
15586         includes close parenthesis.
15587
15588 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15591         of text within parentheses.
15592
15593 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15594
15595         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15596         (gnus-encrypt-write-file-contents): Make the password key the file
15597         name PLUS the cipher, not just the cipher.  Also remove failed
15598         passwords from the cache.
15599
15600 2004-08-06  Simon Josefsson  <jas@extundo.com>
15601
15602         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15603         fix.
15604
15605 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15608         LWSP.
15609
15610 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15611
15612         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15613         to append in-reply-to: data to the references: header.
15614
15615         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15616         (netrc-parse): Use gnus-encrypt.el functions.
15617
15618         * gnus-encrypt.el: Add new file for encryption support; currently
15619         does only a few GPG ciphers and an internal XOR cipher.
15620
15621         * password.el: Add comments on using password-read-and-add.
15622         (password-read-and-add): Add function to read and add the
15623         password to the cache at once.
15624
15625 2004-07-28  Simon Josefsson  <jas@extundo.com>
15626
15627         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15628         parameter (but don't use it, for now).
15629
15630         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15631         instead of hard coding to nil.
15632
15633 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15636         as mm-inline-image-xemacs does.
15637
15638 2004-07-26  Simon Josefsson  <jas@extundo.com>
15639
15640         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15641         Revert part of 2004-07-17 change below.
15642
15643 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15646         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15647
15648 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15649
15650         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15651         quotes that actually start with ">" at the beginning of the
15652         lines.
15653
15654 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * rfc2047.el (rfc2047-encode-region): Fix last change.
15657         (rfc2047-encode-parameter): Remove useless concat.
15658
15659 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15662         encode special characters; fix some kind of misconfigured headers;
15663         signal a real error if debug-on-quit or debug-on-error is non-nil.
15664         (rfc2047-encode-max-chars): New variable.
15665         (rfc2047-encode-1): Use it.
15666         (rfc2047-encode-parameter): New function.
15667
15668         * mml.el (mml-insert-parameter): Remove an excessive space.
15669
15670 2004-07-17  Simon Josefsson  <jas@extundo.com>
15671
15672         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15673         Kai Grossjohann <kai@emptydomain.de>.
15674         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15675         (gnus-group-make-menu-bar): Ditto.
15676
15677         * gnus-util.el (gnus-group-server): Add.
15678
15679 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15680
15681         * message.el (message-clone-locals): Clone sendmail and smtp
15682         variables.
15683
15684 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * rfc2047.el (rfc2047-encode-region): Fix last change.
15687
15688 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15691         characters as non-special.
15692
15693 2004-07-09  Simon Josefsson  <jas@extundo.com>
15694
15695         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15696         Users will lose all flag changes made while unplugged with
15697         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15698         good default.  See numerous reports on ding mailing list.
15699
15700 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15703         add generate-head-function and generate-article-function to the
15704         rfc822-forward entry.
15705         (nndoc-rfc822-forward-generate-article): New function.
15706         (nndoc-rfc822-forward-generate-head): New function.
15707
15708         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15709
15710 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15711
15712         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15713         respect display group parameter and gnus-summary-expunge-below.
15714         (gnus-articles-to-read): Remove unused reference to display group
15715         parameter.
15716
15717 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15718
15719         * nnheader.el (nnheader-uniquify-message-id): New experimental
15720         variable.
15721         (nnheader-nov-read-message-id): Use it.
15722
15723         * spam-report.el (spam-report-gmane): Add interactive.
15724
15725 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15728         qp-or-base64 for the application/* types.
15729
15730 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15731
15732         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15733
15734 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15735
15736         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15737         trim value.
15738
15739 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15740
15741         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15742         New macro and function.
15743         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15744
15745 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15748         after-load-alist.
15749
15750 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15751
15752         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15753         update info that isn't there.
15754
15755 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15756
15757         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15758         entry.
15759
15760 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * mm-view.el (mm-inline-render-with-function): Use multibyte
15763         buffer; decode html source by charset.
15764
15765         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15766
15767         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15768         Mule-UCS is loaded under XEmacs.
15769         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15770
15771 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15772
15773         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15774
15775 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * mm-util.el (mm-coding-system-p): Return a coding-system.
15778         (mm-mime-mule-charset-alist): Use shift_jis instead of
15779         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15780         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15781         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15782         instead of japanese-shift-jis and iso-latin-1 respectively in
15783         order to share the default value with both Emacs and XEmacs-mule.
15784         (mm-mule-charset-to-mime-charset): Make
15785         mm-coding-system-priorities effective.
15786         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15787         while predicating of candidates upon the priorities.
15788
15789 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15790
15791         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15792         gnus-uu-invert-processable.
15793
15794         * gnus.el: Autoload gnus-uu-invert-processable.
15795
15796 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15797
15798         * mm-util.el (mm-with-multibyte-buffer): New macro.
15799
15800         * rfc2047.el (rfc2047-encode-string): Use it.
15801         (rfc2047-encode-region): Move point to the end of the region after
15802         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15803
15804 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15807         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15808
15809 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15812         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15813         Karl Chen <quarl@nospam.quarl.org>.
15814
15815 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15816
15817         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15818         invalid addresses.
15819
15820 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15821
15822         * spam.el: Change section markers, revise TODO list.
15823         (spam-backends): Make new master list of all installed backends.
15824         (spam-summary-exit-behavior): Add new variable to determine how
15825         messages moves are done at summary exit.
15826         (spam-move-spam-nonspam-groups-only)
15827         (spam-process-ham-in-nonham-groups)
15828         (spam-process-ham-in-spam-groups): Remove variables, the
15829         spam-summary-exit-behavior variable should be used to manage this
15830         behavior.
15831         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15832         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15833         and spam-old-spam-articles.
15834         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15835         Add empty variables, placeholders for the backends they represent.
15836         (spam-set-difference): Move, unchanged.
15837         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15838         unless the user has a processor variable.
15839         (spam-classifications, spam-classification-valid-p)
15840         (spam-backend-properties, spam-backend-property-valid-p)
15841         (spam-backend-function-type-valid-p)
15842         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15843         (spam-report-articles-gmane, spam-report-articles-resend):
15844         Remove functions, they are not needed.
15845         (spam-install-backend-super, spam-backend-list)
15846         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15847         (spam-backend-function, spam-backend-ham-registration-function)
15848         (spam-backend-spam-registration-function)
15849         (spam-backend-ham-unregistration-function)
15850         (spam-backend-spam-unregistration-function)
15851         (spam-backend-statistical-p, spam-backend-mover-p)
15852         (spam-install-backend-alias, spam-install-checkonly-backend)
15853         (spam-install-mover-backend, spam-install-nocheck-backend)
15854         (spam-install-backend, spam-install-statistical-backend)
15855         (spam-install-statistical-checkonly-backend): Add backend installation
15856         support.
15857         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15858         (spam-group-processor-p): Use the new backend code and respect the
15859         summary exit behavior.
15860         (spam-mark-spam-as-expired-and-move-routine): Remove.
15861         (spam-summary-prepare): Change to use the new spam-old-articles
15862         variable.
15863         (spam-copy-or-move-routine, spam-copy-spam-routine)
15864         (spam-move-spam-routine, spam-copy-ham-routine)
15865         (spam-move-ham-routine): Add code to copy/move ham or spam.
15866         (spam-fetch-field-fast): Improve doc and code, plus allow the
15867         'number request.
15868         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15869         variables.
15870         (spam-split, spam-find-spam): Use the new backend code.
15871         (spam-registration-functions): Remove variable.
15872         (spam-unregister-routine): Add convenience wrapper.
15873         (spam-log-undo-registration, spam-register-routine)
15874         (spam-log-processing-to-registry)
15875         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15876         where possible.
15877         (spam-check-gmane-xref, spam-check-regex-headers)
15878         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15879         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15880         (spam-check-bogofilter-headers, spam-check-spamoracle)
15881         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15882         (spam-check-crm114-headers): Use the spam-split-group that
15883         spam-split prepares, no need to determine it every time.
15884
15885         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15886         to the nnheader-parse-naked-head call.
15887
15888         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15889
15890         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15891         the nnheader-nov-read-message-id call.
15892
15893 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15896         gnus-activate-group twice.  Suggested by Markus Peter
15897         <warp@spin.de>.
15898
15899 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * gnus-art.el (gnus-article-time-format): Exchange the order of
15902         day and month in the default value; fix customization type.
15903         (article-date-ut): Use add-text-properties.
15904         (article-make-date-line): Use message-make-date instead of
15905         current-time-string.
15906
15907         * message.el (message-fetch-field): Don't use set-text-properties.
15908         (message-make-date): Simplify.
15909
15910         * messagexmas.el (message-xmas-make-date): New function.
15911         (message-xmas-redefine): Defalias message-make-date to it.
15912
15913 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15916         (rfc2047-encode-region): Treat text within parentheses as special;
15917         show the original text when error has occurred.
15918
15919         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15920         already-computed method to gnus-activate-group.
15921
15922         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15923         same select-methods identical Lisp objects.
15924
15925         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15926         object when modifying the info.
15927
15928 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15931         gnus-opened-servers since it has never been opened with the new
15932         configuration yet.
15933
15934 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15937         arg to nnheader-generate-fake-message-id.
15938
15939 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15940
15941         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15942         number and build a fake message ID localized to a group and
15943         article number (so it's repeatable from that point on).
15944         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15945         ID format.
15946
15947         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15948         nnheader-generate-fake-message-id with the article number.
15949
15950 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15951
15952         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15953         end-of-buffer.
15954
15955 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15956
15957         * message.el (message-ignored-supersedes-headers): Add Approved.
15958
15959 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15962         goto-char.
15963         (rfc2047-encode): Fold the line before encoding.
15964
15965 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15966
15967         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15968         folding -- not all headers can be folded, and this should be done
15969         by the message composition mode.  Probably.  I think.
15970
15971 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15974         fast.
15975
15976         * gnus-ems.el (gnus-remove-image): Don't use
15977         message-text-with-property; remove only the image found first.
15978
15979         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15980         found first.
15981
15982 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15983
15984         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15985
15986 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * message.el (message-text-with-property): Make it fast and accept
15989         optional arguments.
15990         (message-strip-forbidden-properties): Use it.
15991         (message-fix-before-sending): Follow the m-t-w-p change.
15992
15993         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15994
15995 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * gnus-art.el (article-hide-headers): Don't change the buffer
15998         mistakenly when performing mml-preview even if
15999         gnus-single-article-buffer is nil.
16000
16001 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16002
16003         * message.el (message-expand-name-databases): New user option.
16004         (message-expand-name): Use it.
16005
16006 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16007
16008         * spam.el (spam-report-articles-resend)
16009         (spam-report-resend-register-routine): Allow ham reporting.
16010         (spam-report-resend-register-ham-routine): Add wrapper.
16011         (spam-registration-functions): Add ham resending functions.
16012         (spam-list-of-processors): Add ham resend processor.
16013
16014         * gnus.el (ham-resend-to): Add new group parameter.
16015         (spam-process): Add ham resend option.
16016
16017         * spam-report.el (spam-report-resend): Allow reporting ham.
16018         (spam-report-resend-ham): Add wrapper.
16019
16020 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16021
16022         * message.el (message-cite-articles-with-x-no-archive): New
16023         variable.
16024         (message-cite-original): Use it.
16025
16026 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16027
16028         * message.el (message-cite-original): Respect X-No-Archive.
16029
16030 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * gnus-art.el (article-hide-headers): Refer to the values for
16033         gnus-ignored-headers and gnus-visible-headers in the summary
16034         buffer since a user may have set them as group parameters.
16035
16036 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16037
16038         * assistant.el (assistant-node-name): Add convenience function.
16039         (assistant-render-text, assistant-render-node): Add error handling,
16040         plus handle multiple next nodes.
16041         (assistant-find-next-node): Comment out for now.
16042         (assistant-find-next-nodes): Add function, returns list of next
16043         nodes.
16044
16045 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16046
16047         * mail-source.el (mail-source-directory): Fix doc-string.
16048
16049 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16050
16051         * assistant.el (assistant-render-text, assistant-eval): Add :set
16052         widget type, which is different because it takes and returns a
16053         list.  Much hilarity ensues.
16054
16055 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16056
16057         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16058
16059         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16060         doc-string.
16061
16062         * gnus-start.el (gnus-activate-group): Added doc-string.
16063
16064 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16065
16066         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16067
16068 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16069
16070         * assistant.el (assistant-render-text): Try to add a :set
16071         widget, more to come.
16072
16073         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16074         strings.
16075         (spam-report-articles-resend)
16076         (spam-register-routine): Do registration iff any articles warrant
16077         it.
16078         (spam-summary-prepare-exit): Change log message for nil group
16079         destinations.
16080
16081 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16082
16083         * spam.el (spam-report-resend-register-routine): Allow
16084         spam-report-resend-to to be a group parameter or a global value.
16085
16086 2004-05-26  Simon Josefsson  <jas@extundo.com>
16087
16088         * starttls.el: Merge with my GNUTLS based starttls.el.
16089         (starttls-gnutls-program, starttls-use-gnutls)
16090         (starttls-extra-arguments, starttls-process-connection-type)
16091         (starttls-connect, starttls-failure, starttls-success): New
16092         variables.
16093         (starttls-program, starttls-extra-args): Doc fix.
16094         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16095         functions.
16096         (starttls-negotiate, starttls-open-stream): Check
16097         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16098         function if it is set.
16099
16100 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16103         structured fields.
16104
16105 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16108
16109 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16110
16111         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16112         variable.
16113         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16114         assigning the spam-mark to new messages.
16115
16116 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16117
16118         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16119
16120 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16123
16124         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16125         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16126         default.
16127
16128 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16129
16130         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16131         correct data.
16132
16133 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16134
16135         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16136         (spam-group-processor-p): Fix function.
16137         (spam-group-processor-multiple-p)
16138         (spam-group-spam-processor-report-gmane-p)
16139         (spam-group-spam-processor-report-resend-p)
16140         (spam-group-spam-processor-bogofilter-p)
16141         (spam-group-spam-processor-blacklist-p)
16142         (spam-group-spam-processor-ifile-p)
16143         (spam-group-ham-processor-ifile-p)
16144         (spam-group-spam-processor-spamoracle-p)
16145         (spam-group-spam-processor-crm114-p)
16146         (spam-group-ham-processor-bogofilter-p)
16147         (spam-group-spam-processor-stat-p)
16148         (spam-group-ham-processor-stat-p)
16149         (spam-group-ham-processor-whitelist-p)
16150         (spam-group-ham-processor-BBDB-p)
16151         (spam-group-ham-processor-spamoracle-p)
16152         (spam-group-ham-processor-copy-p): Remove functions with some
16153         prejudice against unneeded code.
16154         (spam-report-articles-resend)
16155         (spam-report-resend-register-routine): Allow the group/topic
16156         spam-resend-to value to override spam-report-resend-to.
16157         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16158         properly now.
16159
16160         * gnus.el (spam-resend-to): Add group/topic parameter.
16161         (spam-process): Move the OBSOLETE processors to the end of the
16162         choices.
16163
16164 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16165
16166         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16167         with resend-to set to nil, and then ask the user if necessary.
16168         (spam-report-resend): spam-report-resend takes a list of articles, not
16169         separate article numbers.
16170
16171 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16174         addition to emacs-w3m.
16175
16176 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16177
16178         * assistant.el (assistant-authinfo-data): New function.
16179         (assistant-eval): Eval for entire assistant.
16180
16181         * netrc.el (netrc-services-file): New variable.
16182         (netrc-parse-services): New function.
16183         (netrc-find-service-name): New function.
16184         (netrc-find-service-number): New function.
16185         (netrc-port-equal): New function.
16186         (netrc-machine): Use it.
16187
16188         * nnimap.el (nnimap-open-connection): Use netrc.
16189
16190         * gnus-util.el (gnus-netrc-get): Remove aliases.
16191
16192         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16193
16194         * assistant.el (wid-edit): Fix compilation.
16195
16196         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16197
16198 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16199
16200         * gnus-util.el (gnus-set-file-modes): New function.  (small
16201         patch).
16202
16203 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16204
16205         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16206
16207         * assistant.el (assistant-render-node): Fix up rendering and
16208         read-only text.
16209         (assistant-render-node): Reset.
16210         (assistant-make-read-only): Not sticky.
16211
16212 2004-05-20  Danny Siu  <dsiu@adobe.com>
16213
16214         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16215         centered even when gnus-auto-center-summary is t.
16216
16217 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16218
16219         * dns.el (dns-get-txt-answer): New function.
16220         (dns-read-txt): Ditto.
16221         (query-dns): Use it.
16222
16223 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16226         active for foreign groups even if the group level is higher than
16227         the specified value.
16228
16229 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16230
16231         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16232         non-active groups.
16233
16234         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16235
16236 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16237
16238         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16239
16240 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16241
16242         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16243         (spam-crm114-header, spam-crm114-spam-switch)
16244         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16245         (spam-crm114-positive-spam-header)
16246         (spam-crm114-database-directory, spam-list-of-processors)
16247         (spam-group-spam-processor-crm114-p)
16248         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16249         (spam-generic-score, spam-list-of-checks)
16250         (spam-list-of-statistical-checks, spam-registration-functions)
16251         (spam-check-crm114-headers, spam-crm114-score)
16252         (spam-check-crm114, spam-crm114-register-with-crm114)
16253         (spam-crm114-register-spam-routine)
16254         (spam-crm114-unregister-spam-routine)
16255         (spam-crm114-register-ham-routine)
16256         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16257         asjo@koldfront.dk (Adam Sjøgren).
16258
16259         * gnus.el: Add spam-use-crm114.
16260
16261         * spam.el (spam-list-of-processors, spam-registration-functions):
16262         Add spam-use-resend.
16263         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16264         (spam-report-articles-gmane): Add doc fix.
16265         (spam-report-articles-resend, spam-report-resend-register-routine):
16266         Add wrappers around spam-report-resend-to.
16267
16268         * spam-report.el (spam-report-resend-to, spam-report-resend):
16269         Add support for resending spam.
16270         (spam-report-gmane): Fix line length >80.
16271
16272         * gnus.el (spam-process): Add spam-use-resend.
16273
16274 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16275
16276         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16277         number of processed spam messages.
16278         (spam-ham-copy-or-move-routine): Return the number of processed
16279         ham messages.
16280         (spam-summary-prepare-exit): Use the above values to decide
16281         whether status messages shouled be displayed.
16282
16283 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16286         `rfc2047-encoding-function-alist' in order to avoid conflicting
16287         with the old version.
16288         (rfc2047-encode-region): Concatenate words containing non-ASCII
16289         characters in structured fields; don't encode space-delimited
16290         ASCII words even in unstructured fields; don't break words at
16291         char-category boundaries.
16292         (rfc2047-encode-1): New function.
16293         (rfc2047-encode): Use it; encode text so that it occupies the
16294         maximum width within 76-column; work correctly on Q encoding for
16295         iso-2022-* charsets.
16296         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16297         sure not to break a line just after the header name.
16298         (rfc2047-b-encode-region): Removed.
16299         (rfc2047-b-encode-string): New function.
16300         (rfc2047-q-encode-region): Removed.
16301         (rfc2047-q-encode-string): New function.
16302
16303         * mm-util.el (mm-replace-in-string): New function.
16304
16305 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16306
16307         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16308         get it right.
16309         (gnus-inews-make-draft): Really.
16310
16311 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16312
16313         * nnmh.el (nnmh-request-list-1): Don't check the link count
16314         before descending.  (small patch)
16315
16316 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16317
16318         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16319         stuff.
16320
16321         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16322         on real group name.
16323
16324         * gnus-art.el (gnus-signature-limit): Doc fix.
16325
16326         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16327
16328         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16329
16330 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16331
16332         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16333         isn't a string.
16334
16335 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16336
16337         * gnus-draft.el (gnus-draft-send): Bind
16338         rfc2047-encode-encoded-words.
16339
16340         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16341         (rfc2047-encodable-p): Say that =? needs encoding.
16342         (rfc2047-encode-encoded-words): New variable.
16343
16344         * gnus-group.el (gnus-group-select-group): Doc fix.
16345
16346         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16347
16348         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16349         to nil.
16350
16351         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16352
16353         * nnheader.el (nnheader-get-lines-and-char): New function.
16354
16355 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16356
16357         * gnus-msg.el (gnus-summary-followup-with-original): Document
16358         yanking of region when active.
16359
16360 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16363         groups if the group level is higher than the specified value.
16364
16365 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16366
16367         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16368         (gnus-group-jump-to-group): Added prefix argument using
16369         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16370         non-active group.
16371
16372         * compface.el (uncompface): Be verbose when changing
16373         `uncompface-use-external'.
16374
16375         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16376         handle manual section.
16377
16378 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16379
16380         * gnus-art.el (gnus-button-alist): Revert previous change.
16381
16382 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16385
16386 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16387
16388         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16389         whether backend can accept message.
16390
16391         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16392
16393 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16394
16395         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16396         Avoid creating directory when nntp-marks-is-evil is true.
16397         Reported by Reiner Steib.
16398
16399 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * gnus-picon.el (gnus-picon-style): New variable.
16402         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16403         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16404         Jesper Harder <harder@ifa.au.dk>.
16405
16406 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16407
16408         * message.el (message-fill-field): Return point.
16409         (message-generate-headers): Go to end of field.
16410
16411         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16412         stuff for non-living groups.
16413
16414 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16415
16416         * gnus-art.el (gnus-article-followup-with-original)
16417         (gnus-article-reply-with-original): gnus-mark-active-p ->
16418         gnus-region-active-p.
16419
16420 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16421
16422         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16423         only when there is spam or ham to be processed.
16424
16425 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16426
16427         * mail-source.el (mail-source-delete-crash-box): Refactor.
16428         (mail-source-fetch): Use it.
16429         (mail-source-fetch-file): Ditto.
16430         (mail-source-fetch-directory): Run postscript in loop.
16431         (mail-source-fetch-pop): Delete.
16432         (mail-source-fetch-maildir): Ditto.
16433         (mail-source-fetch-imap): Ditto.
16434
16435         * imap.el (imap-authenticators): Comment out sasl.
16436
16437         * message.el (message-skip-to-next-address): New function.
16438         (message-fill-header-address): Refactor.
16439         (message-fill-address): Use it.
16440         (message-delete-address): Use it.
16441         (message-fill-header-general): Refactor.
16442         (message-fill-field-address): Rename.
16443         (message-narrow-to-field): Find the start of the header.
16444         (message-header-format-alist): Don't pre-fill.
16445         (message-fill-header): Removed.
16446         (message-insert-header): New function.
16447         (message-shorten-references): Use it.
16448
16449         * rfc2047.el (rfc2047-field-value): Strip props.
16450
16451         * mail-parse.el (mail-header-make-address): New alias.
16452
16453         * ietf-drums.el (ietf-drums-make-address): New function.
16454
16455         * imap.el: Add compiler directives.
16456
16457         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16458
16459         * gnus-art.el (article-decode-idna-rhs): Don't use
16460         message-idna-inside-rhs-p.
16461
16462 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16463
16464         * message.el (message-idna-inside-rhs-p): Removed.
16465         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16466
16467         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16468         false positives.
16469
16470 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16471
16472         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16473
16474 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16475
16476         * nneething.el (nneething-file-name): Don't create spurious
16477         files.
16478
16479         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16480         (gnus-inews-do-gcc): Remove sleep.
16481
16482         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16483         part under point.
16484
16485         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16486         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16487
16488 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16489
16490         * spam.el (spam-summary-prepare-exit): Fixed (length).
16491
16492 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16493
16494         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16495         as expired without moving it" message when there are spam
16496         messages left.
16497
16498 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16499
16500         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16501         header is not nil.
16502
16503 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16504
16505         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16506         nntp-possibly-create-directory, not nntp-possibly-change-group.
16507         (nntp-marks-changed-p): New arg SERVER.
16508         (nntp-request-update-info): Adjust caller.
16509
16510 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16511
16512         * nntp.el (nntp-save-marks): Pass missing arg.
16513
16514 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16515
16516         * nntp.el: Support marks.
16517         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16518         (nntp-marks-modtime, nntp-marks-directory): New variables.
16519         (nntp-request-set-mark, nntp-request-update-info)
16520         (nntp-possibly-create-directory, nntp-marks-changed-p)
16521         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16522         functions.
16523
16524 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16525
16526         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16527         (gnus-xmas-redefine): Rename.
16528
16529         * gnus-score.el (gnus-score-insert-help): Use
16530         gnus-select-lowest-window.
16531
16532         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16533         appt-select-lowest-window and rename to gnus-select-lowest-window.
16534
16535         * gnus.el: do.
16536
16537 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16538
16539         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16540         encodings of MIME-encoded words, in order to improve
16541         interoperability with several broken MUAs.
16542
16543 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16544
16545         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16546         tags, only when charsets are not specified in headers.
16547         (mm-inline-text-html-render-with-w3m): Ditto.
16548
16549         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16550         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16551
16552 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16553
16554         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16555         instead of MIME-decoded from fields when checking
16556         `gnus-article-address-banner-alist'.
16557
16558 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16559
16560         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16561         description rather than subject.
16562
16563 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16564
16565         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16566
16567 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16568
16569         * gnus.el (gnus-version-number): Bump.
16570
16571 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16572
16573         * gnus.el: No Gnus v0.2 is released.
16574
16575 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16576
16577         * gnus-agent.el (gnus-agent-read-agentview): Inline
16578         gnus-uncompress-range.
16579
16580 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16581
16582         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16583         `exec-installed-p'.
16584
16585 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16586
16587         * gnus.el (spam-process, spam-autodetect-methods): Add
16588         bsfilter and bsfilter-headers.
16589
16590         * spam.el (spam-bsfilter): New customize group.
16591         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16592         (spam-bsfilter-header, spam-bsfilter-probability-header)
16593         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16594         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16595         (spam-bsfilter-database-directory): New options.
16596         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16597         (spam-list-of-statistical-checks, spam-registration-functions):
16598         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16599         (spam-bsfilter-score): New command.
16600         (spam-check-bsfilter-headers, spam-check-bsfilter)
16601         (spam-bsfilter-register-with-bsfilter)
16602         (spam-bsfilter-register-spam-routine)
16603         (spam-bsfilter-unregister-spam-routine)
16604         (spam-bsfilter-register-ham-routine)
16605         (spam-bsfilter-unregister-ham-routine): New functions.
16606         (spam-generic-score): Support bsfilter; Accept an optional argument
16607         to recalcurate spam score even if scoring header has already been
16608         added.
16609         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16610         optional argument to recalcurate spam score even if scoring header
16611         has already been added.
16612
16613 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16614
16615         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16616         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16617         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16618         link is missing.
16619
16620 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16621
16622         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16623         (html2text-get-attr): Rewrite.
16624
16625         * message.el (message-setup-1): Remove redundant put-text-property
16626         on mail-header-separator.
16627
16628 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16629
16630         * gnus-registry.el (gnus-registry-cache-whitespace)
16631         (gnus-registry-action, gnus-registry-spool-action)
16632         (gnus-registry-split-fancy-with-parent): Change message levels
16633         from 5 to 3 or 7, as needed.
16634
16635         * spam.el (spam-summary-prepare-exit)
16636         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16637         (spam-split, spam-find-spam, spam-log-undo-registration)
16638         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16639         level from 5 to 6.
16640
16641 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16644         2004-03-04 change).
16645
16646 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16647
16648         * sieve-manage.el (sieve-manage-open):
16649         * nnweb.el (nnweb-insert-html):
16650         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16651         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16652         * nnspool.el (nnspool-request-group):
16653         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16654         * nnml.el (nnml-request-update-info):
16655         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16656         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16657         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16658         (nnimap-request-set-mark):
16659         * nnfolder.el (nnfolder-request-update-info):
16660         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16661         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16662         * gnus-uu.el (gnus-uu-find-articles-matching):
16663         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16664         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16665         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16666         * gnus-nocem.el (gnus-nocem-scan-groups):
16667         * gnus-int.el (gnus-start-news-server):
16668         * gnus-group.el (gnus-group-make-kiboze-group)
16669         (gnus-group-browse-foreign-server):
16670         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16671         Use mapc when appropriate.
16672
16673 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16674
16675         FIXME: Make separate entries for each person.
16676
16677         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16678         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16679         <shields@msrl.com>:
16680
16681         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16682         may need for spam sorting and scoring.
16683         (spam-user-format-function-S): Add user format function suitable for
16684         general use.
16685         (spam-article-sort-by-spam-status): Add sorting function for summary
16686         sorting.
16687         (spam-extra-header-to-number): Add function to get a score from a
16688         header.
16689         (spam-summary-score): Add function to get a numeric score from the
16690         headers.
16691         (spam-generic-score): Fix function doc, was in wrong place.
16692         (spam-initialize): Take symbols when it's run, and install the
16693         extra headers that spam-necessary-extra-headers thinks we need.
16694
16695 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16696
16697         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16698         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16699
16700 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16701
16702         * gnus-sum.el (gnus-set-global-variables)
16703         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16704         (gnus-article-get-xrefs, gnus-summary-best-group)
16705         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16706         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16707         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16708         Use with-current-buffer.
16709
16710 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16711
16712         * spam.el (spam-summary-prepare-exit): Simplify logic.
16713         (spam-fetch-article-header): Read the article header if it's not
16714         available.
16715         (spam-list-articles): Simplify logic.
16716         (spam-filelist-register-routine): Fix bug with unregister-list.
16717
16718         * gnus-registry.el: Fix comments at beginning.
16719
16720 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16721
16722         * message.el (message-cater-to-broken-inn): Remove.
16723         (message-shorten-references): Make sure the total folded length of
16724         References is shorter than 998 characters to cater to a bug in INN
16725         2.3.  Also, don't pretend that references aren't folded -- this
16726         hasn't worked for a while.
16727
16728 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16729
16730         * gnus-agent.el (gnus-agentize):
16731         gnus-agent-send-mail-real-function no longer set to current value
16732         of message-send-mail-function but rather a lambda that calls
16733         message-send-mail-function.  The change makes the agent real-time
16734         responsive to user changes to message-send-mail-function.
16735
16736 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16737
16738         * legacy-gnus-agent.el
16739         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16740         help from Florian Weimer <fw@deneb.enyo.de>
16741
16742 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * nnmail.el (nnmail-cache-insert): Revert last change.
16745
16746 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * nnmail.el (nnmail-cache-insert): Always check whether
16749         nnmail-cache-ignore-groups matches a group name.
16750
16751 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16752
16753         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16754         (spam-find-spam, spam-log-processing-to-registry)
16755         (spam-log-registered-p, spam-log-unregistration-needed-p)
16756         (spam-log-undo-registration): Use gnus-message instead of
16757         gnus-error, none of these errors are fatal.
16758
16759         * gnus-registry.el (gnus-registry-clean-empty-function)
16760         (gnus-registry-clean-empty): Remove only empty entries without
16761         extra data.
16762
16763 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16764
16765         * spam-stat.el (spam-stat-buffer-change-to-spam)
16766         (spam-stat-buffer-change-to-non-spam): Change (error) to
16767         (gnus-message 8) invocation.
16768
16769 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * nntp.el (nntp-via-netcat-command): New variable.
16772         (nntp-via-netcat-switches): New variable.
16773         (nntp-open-via-rlogin-and-netcat): New function.
16774         (nntp-open-connection-function): Doc fix.
16775         (nntp-telnet-command): Doc fix.
16776         (nntp-end-of-line): Doc fix.
16777         (nntp-via-rlogin-command): Doc fix.
16778         (nntp-via-user-name): Doc fix.
16779         (nntp-via-address): Doc fix.
16780
16781 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16784         error in Emacs 21.1.
16785
16786 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16789
16790 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16791
16792         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16793         (gnus-agent-with-refreshed-group): New macro.
16794         (gnus-agent-rename-group): New function.
16795         (gnus-agent-delete-group): New function.
16796         (gnus-agent-save-group-info): Use gnus-command-method when
16797         `method' parameter is nil.  Don't write nil entries into the
16798         active file.
16799         (gnus-agent-get-group-info): New function.
16800         (gnus-agent-fetch-articles): Use
16801         gnus-agent-update-files-total-fetched-for to increment disk space
16802         used.
16803         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16804         gnus-agent-update-view-total-fetched-for to increment disk space
16805         used.
16806         (gnus-agent-get-local): Added optional parameters to avoid calling
16807         gnus-group-real-name and gnus-find-method-for-group.
16808         (gnus-agent-set-local): Delete stored entry if either min, or max,
16809         are nil.
16810         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16811         quit, use gnus-agent-regenerate-group to record existance of any
16812         articles fetched to disk before the quit occurred.
16813         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16814         gnus-agent-update-view-total-fetched-for, and
16815         gnus-agent-update-files-total-fetched-for to decrement disk space
16816         used.
16817         (gnus-agent-retrieve-headers): Use
16818         gnus-agent-update-view-total-fetched-for to increment disk space
16819         used.
16820         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16821         with gnus-agent-update-files-total-fetched-for to decrement disk
16822         space and fresh group buffer.
16823         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16824         (gnus-agent-need-update-total-fetched-for): New variable.
16825         (gnus-agent-update-files-total-fetched-for): New function.
16826         (gnus-agent-update-view-total-fetched-for): New function.
16827         (gnus-agent-total-fetched-for): New function.
16828
16829         * gnus-cache.el (gnus-cache-save-buffers): Use
16830         gnus-cache-update-overview-total-fetched-for to change disk space
16831         used by this group.
16832         (gnus-cache-possibly-enter-article): Use
16833         gnus-cache-update-file-total-fetched-for to increment disk space
16834         used by this group.
16835         (gnus-cache-possibly-remove-article): Use
16836         gnus-cache-update-file-total-fetched-for to decrement disk space
16837         used by this group.
16838         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16839         (gnus-cache-rename-group): New function.
16840         (gnus-cache-delete-group): New function.
16841         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16842         (gnus-cache-need-update-total-fetched-for): New variable.
16843         (gnus-cache-with-refreshed-group): New macro.
16844         (gnus-cache-update-file-total-fetched-for): New function.
16845         (gnus-cache-update-overview-total-fetched-for): New function.
16846         (gnus-cache-rename-group-total-fetched-for): New function.
16847         (gnus-cache-delete-group-total-fetched-for): New function.
16848         (gnus-cache-total-fetched-for): New function.
16849
16850         * gnus-group.el: Require gnus-sum and autoload functions to
16851         resolve warnings when gnus-group.el compiled alone.
16852         (gnus-group-line-format): Documented new %F.
16853         (size of Fetched data) group line format; identifies disk space
16854         used by agent and cache.
16855         (gnus-group-line-format-alist): Defined new F format.
16856         (gnus-total-fetched-for): New function.
16857         (gnus-group-delete-group): No longer update
16858         gnus-cache-active-altered as gnus-request-delete-group now keeps
16859         the cache in sync.
16860         (gnus-group-list-active): Let the agent store a server's active
16861         list if currently plugged.
16862
16863         * gnus-int.el (gnus-request-delete-group):
16864         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16865         local disk in sync with the server.
16866         (gnus-request-rename-group):
16867         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16868         local disk in sync with the server.
16869
16870         * gnus-start.el (gnus-get-unread-articles):
16871         Cosmetic simplification to logic.
16872
16873         * gnus-util.el (gnus-rename-file): New function.
16874
16875 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16876
16877         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16878
16879 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16880
16881         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16882         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16883
16884 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16885
16886         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16887         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16888
16889 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16890
16891         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16892
16893 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16894
16895         * spam.el (spam-set-difference): Add function to replace
16896         gnus-set-difference in spam.el.
16897         (spam-summary-prepare-exit): Use spam-set-difference.
16898
16899 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16900
16901         * gnus-registry.el (gnus-registry-cache-file): Update to use
16902         gnus-dribble-directory OR gnus-home-directory OR ~.
16903         (gnus-registry-split-fancy-with-parent): Fix doc.
16904
16905 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * message.el (message-exchange-point-and-mark): Use
16908         message-mark-active-p.  Suggested by Jesper Harder
16909         <harder@ifa.au.dk>.
16910
16911 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * message.el (message-exchange-point-and-mark): Don't activate
16914         region if it was inactive.  Suggested by Hiroshi Fujishima
16915         <pooh@nature.tsukuba.ac.jp>.
16916
16917 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * gnus-art.el (article-display-face): Display Faces in the same
16920         order as X-Faces.
16921
16922 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16925
16926 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16929         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16930         (gnus-article-mime-hierarchy): Remove.
16931         (gnus-article-mime-hierarchy-next): Remove.
16932         (gnus-article-mode): Revert 2004-03-19 change.
16933         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16934         (gnus-insert-mime-button): Revert 2004-03-19 change.
16935         (gnus-mime-accumulate-hierarchy): Remove.
16936         (gnus-mime-enter-multipart): Remove.
16937         (gnus-mime-leave-multipart): Remove.
16938         (gnus-mime-display-part): Revert 2004-03-19 change.
16939         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16940
16941         * mml.el (mml-preview): Revert 2004-03-19 change.
16942
16943 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16944
16945         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16946
16947 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16950         t while entering a file name using the mm-with-multibyte macro.
16951         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16952
16953         * mm-util.el (mm-with-multibyte): New macro.
16954
16955 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16958         user option.
16959         (gnus-mime-multipart-functions): Doc and customization fix.
16960         (gnus-article-mime-hierarchy): New variable.
16961         (gnus-article-mime-hierarchy-next): New variable.
16962         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16963         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16964         gnus-article-mime-hierarchy-next to nil.
16965         (gnus-insert-mime-button): Show hierarchy numbers.
16966         (gnus-mime-accumulate-hierarchy): New function.
16967         (gnus-mime-enter-multipart): New function.
16968         (gnus-mime-leave-multipart): New function.
16969         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16970         (gnus-mime-display-alternative): Show hierarchy numbers.
16971
16972         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16973         gnus-article-mime-hierarchy-next to nil.
16974
16975 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16976
16977         * dns.el: Don't require gnus-xmas.
16978
16979 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16980
16981         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16982         inline PGP.
16983         (mml-menu): Disable mml-quote-region if mark is inactive.
16984
16985 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16988         when the group's active is not available.
16989
16990 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16993         error.
16994
16995 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16996
16997         * imap.el (imap-store-password): New variable.
16998         (imap-interactive-login): Use it.
16999         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17000
17001 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17004         window-start and hscroll to summary window.
17005
17006 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17007
17008         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17009         conversion message to newsrc-dribble when an actual conversion is
17010         performed.
17011
17012 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17013
17014         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17015
17016 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * mm-decode.el (mm-complicated-handles): New function reviving
17019         former definition of mm-multiple-handles.
17020
17021         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17022         (gnus-mime-delete-part): Use it.
17023
17024 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17025
17026         * gnus-agent.el (gnus-agent-read-local): Bind
17027         nnheader-file-coding-system to gnus-agent-file-coding-system to
17028         avoid the implicit assumption that they will always be equal.
17029         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17030         coding-system-for-write, as the with-temp-file macro first prints
17031         to a buffer then saves the buffer.
17032
17033 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gnus-art.el (gnus-article-edit-part): New function.
17036         (gnus-mime-save-part-and-strip): Use it; do query instead of
17037         signaling an error; don't use mm-multiple-handles.
17038         (gnus-mime-delete-part): Ditto.
17039
17040 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17041
17042         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17043         old file versions.
17044         (gnus-group-prepare-hook): Removed function that converted list
17045         form of gnus-agent-expire-days to group properties.
17046
17047         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17048         (gnus-request-accept-article): Re-indented.
17049
17050         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17051         converters to handle old agent file formats.  Added logic for a
17052         "backup before upgrading warning".
17053         (gnus-convert-mark-converter-prompt): Developers can mark
17054         functions as needing (default), or not needing,
17055         gnus-convert-old-newsrc's "backup before upgrading warning".
17056         (gnus-convert-converter-needs-prompt): Tests whether the user
17057         should be protected from potentially irreversable changes by the
17058         function.
17059
17060         * legacy-gnus-agent.el: New.  Provides converters that are only
17061         loaded when gnus-convert-old-newsrc needs to call them.
17062
17063 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * mail-source.el (mail-source-touch-pop): Doc fix.
17066
17067         * message.el (message-smtpmail-send-it): Doc fix.
17068
17069 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17070
17071         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17072
17073         * nnmail.el (nnmail-split-fancy): do.
17074
17075         * gnus-kill.el (gnus-kill, gnus-execute): do.
17076
17077 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17078
17079         * gnus-sum.el (gnus-widget-reversible-match)
17080         (gnus-widget-reversible-to-internal)
17081         (gnus-widget-reversible-to-external): New functions.
17082         (gnus-widget-reversible): New widget.
17083         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17084
17085 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17086
17087         * gnus-sum.el (gnus-thread-sort-functions)
17088         (gnus-article-sort-functions): Document `(not F)' items.
17089
17090 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17091
17092         * spam.el (spam-use-gmane-xref): Add new backend.
17093         (spam-gmane-xref-spam-group): Add variable to control the name of the
17094         Gmane spam group.
17095         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17096         (spam-regex-headers-spam, spam-regex-headers-ham)
17097         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17098         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17099         backends and checks.
17100         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17101
17102         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17103         an autodetect method.
17104
17105 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17106
17107         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17108         articles are being added to a group.
17109         (gnus-request-replace-article): Inform the agent that articles
17110         need to be uncached as the cached contents are no longer valid.
17111
17112 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * binhex.el: Don't autoload executable-find.
17115
17116         * canlock.el: Don't autoload mail-fetch-field.
17117
17118         * dgnushack.el: Autoload c-mode for XEmacs.
17119
17120         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17121
17122         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17123         rmail-dont-reply-to and rmail-output.
17124
17125         * gnus-score.el: Don't autoload ffap-string-at-point.
17126
17127         * gnus-setup.el: Don't autoload sc-cite-original.
17128
17129         * imap.el: Don't autoload base64-decode-string,
17130         base64-encode-string and md5.
17131
17132         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17133         and rmail-msg-restore-non-pruned-header.
17134
17135         * mm-decode.el: Don't autoload executable-find.
17136
17137         * mm-url.el: Don't autoload executable-find.
17138
17139         * mm-view.el: Don't autoload diff-mode.
17140
17141         * nndb.el: Don't autoload news-reply-mode, news-setup,
17142         cancel-timer and telnet.
17143
17144         * password.el: Don't autoload run-at-time for Emacs.
17145
17146         * sha1-el.el: Don't autoload executable-find.
17147
17148         * sieve-mode.el: Don't autoload c-mode.
17149
17150         * uudecode.el: Don't autoload executable-find.
17151
17152 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17153
17154         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17155         (gnus-agent-possibly-alter-active): Avoid null in numeric
17156         comparison.
17157         (gnus-agent-set-local): Refuse to save null in local object table.
17158         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17159         list of articles that will be marked as unread.
17160
17161 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17164
17165 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17166
17167         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17168         language tags.
17169
17170 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17171
17172         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17173         Don't bind "obarray".
17174
17175         * gnus-sum.el (gnus-thread-sort-functions): Added
17176         `gnus-thread-sort-by-most-recent-number' and
17177         `gnus-thread-sort-by-most-recent-date'.
17178         Reported by Kai Grossjohann <kai@emptydomain.de>.
17179
17180 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17183
17184 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17185
17186         * gnus-cus.el (gnus-agent-customize-category): Removed
17187         ignore-errors macro reference that required cl to be loaded at
17188         run-time.
17189
17190         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17191         single-interval range of the form (min . max).  Previously the
17192         range had to look like ((min . max)).  Likewise, return
17193         (min . max) rather than ((min . max)).
17194         (gnus-range-map): Use gnus-range-normalize to accept
17195         single-interval range.
17196
17197         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17198         the cache, but not the agent, now appear with their usual face.
17199
17200         * dgnushack.el (loaddir): New variable that is bound to the
17201         directory containing the dgnushack.el file. Use loaddir, rather
17202         than srcdir, to update load-path. Change lets dgnushack compile
17203         code in directories other than GNUS/lisp.
17204
17205 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * lpath.el: Don't bind w3m-safe-url-regexp.
17208
17209         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17210         w3m-safe-url-regexp variable buffer-local.
17211
17212         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17213
17214 2004-02-27  Simon Josefsson  <jas@extundo.com>
17215
17216         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17217         gnus-group-real-prefix.
17218         (gnus-summary-move-article): Use it, instead of
17219         gnus-group-real-prefix.
17220
17221 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * lpath.el: Bind w3m-safe-url-regexp.
17224
17225         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17226         w3m-safe-url-regexp variable buffer-local and set it as the value
17227         of mm-w3m-safe-url-regexp.
17228
17229         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17230
17231         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17232         parsing gnus-posting-styles when the message is not for replying.
17233
17234         * dgnushack.el: Autoload sgml-mode for XEmacs.
17235
17236         * nnrss.el (nnrss-opml-export): Use
17237         mm-set-buffer-file-coding-system instead of
17238         set-buffer-file-coding-system.
17239
17240 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17241
17242         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17243         of checkdoc.el).
17244         * nnrss.el: do.
17245         * gnus-mlspl.el: do.
17246         * gnus-ml.el: do.
17247         * gnus-srvr.el: do.
17248
17249         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17250
17251 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17252
17253         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17254         Corrections to custom-manual links.
17255
17256         * gnus-art.el (gnus-article): Ditto.
17257
17258         * mm-decode.el (mime-display, mime-security): Ditto.
17259
17260 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17261
17262         * flow-fill.el: Typo.
17263
17264 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17265
17266         * spam-wash.el: New file.
17267
17268 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17269
17270         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17271
17272 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17273
17274         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17275         to be run with new-articles as LIST1, not LIST2.
17276         (spam-registration-functions): Add spam-use-ham-copy as a nil
17277         registration backend.
17278
17279 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17280
17281         * spam-stat.el (spam-stat-washing-hook): New option.
17282         (spam-stat-buffer-words): Use it.
17283         (spam-stat-process-directory, spam-stat-test-directory): Use
17284         insert-file-contents-literally.
17285         (spam-stat-coding-system): New variable.
17286         (spam-stat-load, spam-stat-save): Use it.
17287
17288 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * spam-report.el (spam-report-plug-agent): Quote
17291         spam-report-url-to-file and spam-report-url-ping-plain.
17292
17293 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17294
17295         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17296         / in mailto URLs.
17297
17298 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17299
17300         * spam-report.el (spam-report-process-queue): Fix interactive use.
17301         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17302         (spam-report-unplug-agent): Doc fixes.
17303         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17304         (spam-report-agentize, spam-report-deagentize): Autoload.
17305
17306 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17309
17310         * message.el (message-setup-fill-variables): Add mml tags to
17311         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17312         <ajk@iu.edu>.
17313         (message-mode): Don't modify paragraph-separate there.
17314
17315 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * compface.el (uncompface-use-external): Default to undecided.
17318         (uncompface-use-external-threshold): New variable.
17319         (uncompface-float-time): New macro.
17320         (uncompface): Determine whether to use the external decoder if
17321         uncompface-use-external is undecided.
17322
17323 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17324
17325         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17326         after images.
17327
17328         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17329
17330 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17331
17332         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17333
17334         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17335
17336         * gnus-sum.el (gnus-summary-limit-to-age)
17337         (gnus-summary-limit-children): do.
17338
17339         * gnus-int.el (gnus-request-scan): do.
17340
17341         * gnus-group.el (gnus-group-suspend): do.
17342
17343         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17344
17345         * gnus-cite.el (gnus-cite-parse-attributions): do.
17346
17347         * gnus-agent.el (gnus-summary-set-agent-mark)
17348         (gnus-agent-regenerate-group): do.
17349
17350         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17351
17352         * binhex.el (binhex-decode-region-internal): do.
17353
17354 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * gnus-fun.el (gnus-face-properties-alist): New user option.
17357         (gnus-display-x-face-in-from): Use it.
17358
17359         * gnus-art.el (article-display-face): Ditto.
17360
17361         * compface.el (uncompface-use-external): Default to nil.
17362
17363 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17364
17365         * nntp.el (nntp-erase-buffer): New function.
17366         (nntp-retrieve-data, nntp-send-command)
17367         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17368         (nntp-possibly-change-group): Use it.
17369
17370         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17371         with-current-buffer.
17372
17373 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17374
17375         * compface.el: Merge the ELisp-based uncompface program.
17376         (compface): New customization group.
17377         (uncompface-use-external): New user option.
17378         (uncompface): Call uncompface-internal if uncompface-use-external
17379         is nil.
17380         (uncompface-internal): New function.  Note that there are also
17381         some other functions and variables added for this function.
17382
17383 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17384
17385         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17386         if necessary.
17387
17388 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17389
17390         * spam-report.el (spam-report-unplug-agent)
17391         (spam-report-plug-agent, spam-report-deagentize)
17392         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17393         Add support for the Agent in spam-report: when unplugged, report to a
17394         file; when plugged, submit all the requests.
17395
17396         * spam.el (spam-register-routine): Fix message about
17397         registration.
17398
17399 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17400
17401         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17402         dependencies.
17403         (rfc2047-encode): Use it.
17404
17405         * gnus-art.el (gnus-button-marker-list): Move before first
17406         reference.
17407
17408         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17409         (imap-parse-body): Fix format string mismatch.
17410
17411         * gnus-score.el (gnus-summary-increase-score): do.
17412
17413         * nnrss.el (nnrss-close): New function.
17414
17415 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17416
17417         * nnrss.el (nnrss-make-filename): New function.
17418         (nnrss-request-delete-group, nnrss-read-server-data)
17419         (nnrss-save-server-data, nnrss-read-group-data)
17420         (nnrss-save-group-data): Use it.
17421         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17422         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17423         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17424
17425 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17426
17427         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17428
17429 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17430
17431         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17432         files.
17433
17434         * message.el (message-generate-headers-first): Don't quote nil
17435         and t in docstrings.
17436
17437         * imap.el (imap-id): do.
17438
17439         * gnus-agent.el (gnus-agent-consider-all-articles)
17440         (gnus-agent-queue-mail): do.
17441
17442 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17443
17444         * spam-report.el (spam-report-process-queue): New function.
17445         Process requests from `spam-report-requests-file'.
17446         (spam-report-process-queue): Doc fix.
17447
17448 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17449
17450         * spam.el (spam-register-routine)
17451         (spam-log-processing-to-registry, spam-log-registered-p)
17452         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17453         Change "check" to "spam-check" for semi-clarity.
17454
17455 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17456
17457         * pop3.el: Require nnheader.
17458
17459         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17460
17461         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17462
17463         * gnus-picon.el: Require cl.
17464
17465         * gnus-fun.el: Require gnus-ems and gnus-util.
17466
17467         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17468
17469         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17470
17471         * gnus-art.el (gnus-article-edit-mode): Define before first
17472         reference.
17473
17474 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17475
17476         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17477         (gnus-uu-post-encoded): Use point-at-bol.
17478
17479         * gnus-topic.el (gnus-group-active-topic-p): do.
17480
17481         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17482
17483         * gnus-group.el (gnus-group-kill-region): do.
17484
17485         * gnus-art.el (article-date-ut): do.
17486
17487         * message.el (message-fetch-field): Remove redundant
17488         case-fold-search binding.
17489         (message-narrow-to-field): Simplify.
17490
17491 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17492
17493         * spam.el (spam-directory): Derive from `gnus-directory'.
17494
17495         * spam-report.el (spam-report-url-to-file)
17496         (spam-report-requests-file): New function and variable for offline
17497         reporting.
17498         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17499         and user defined function.
17500         (spam-report-url-ping-mm-url): Remove doubled slash.
17501
17502 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17503
17504         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17505
17506 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17507
17508         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17509         format string mismatch.
17510
17511         * sieve.el (sieve-deactivate-all): do.
17512
17513         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17514
17515         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17516
17517         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17518
17519         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17520
17521 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17522
17523         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17524         the list of checks.
17525
17526 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17527
17528         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17529         padding.
17530
17531 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17532
17533         * mm-view.el (mm-fill-flowed): New variable.
17534         (mm-inline-text): Use it.
17535
17536 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17537
17538         * spam.el (spam-spamassassin-register-ham-routine)
17539         (spam-spamassassin-register-spam-routine): Fix function names.
17540
17541 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * gnus.el (gnus-tmp-grouplens): Remove.
17544         (gnus-summary-line-format): Remove grouplens.
17545
17546         * gnus-group.el (gnus-group-line-format): Ditto.
17547
17548         * gnus-spec.el (gnus-format-specs): Ditto.
17549         (gnus-update-format-specifications): Flush the group format spec
17550         cache if there's the grouplens stuff.
17551         (gnus-parse-simple-format): Replace %l with the empty string.
17552
17553 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17554
17555         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17556         omission.
17557
17558 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17561         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17562
17563 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17564
17565         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17566         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17567         New macros and functions.
17568         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17569         Handle > NLINK_MAX messages.
17570         * nnmaildir.el (nnmaildir-request-set-mark): Use
17571         nnmaildir--emlink-p and nnmaildir--eexist-p.
17572
17573 2004-01-25  Alex Schroeder  <alex@gnu.org>
17574
17575         * spam-stat.el (spam-stat-process-directory-age): New option.
17576         (spam-stat-process-directory): Use it.
17577
17578 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17579
17580         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17581         (spam-stat-save): Accept prefix argument.
17582
17583 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17584
17585         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17586         links" error.
17587
17588 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17591         the rest of the and/or forms.
17592
17593 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17594
17595         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17596         compatibility with old .newsrc.eld files.
17597
17598         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17599
17600         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17601
17602         * gnus-start.el (gnus-1): do.
17603
17604         * gnus-group.el (gnus-group-line-format-alist): do.
17605
17606         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17607
17608         * gnus-gl.el: Remove.
17609
17610 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17611
17612         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17613         marks consisting of a single range {for example, (3 . 5)} rather
17614         than a list of a single range { ((3 . 5)) }.
17615
17616 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17617
17618         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17619         with-current-buffer.
17620         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17621         avoid consing a string.
17622
17623         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17624         Remove obsolete entries for big5 and gb2312.
17625
17626 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17627
17628         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17629         uncompressed list.
17630
17631 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17632
17633         * spam-stat.el (spam-stat-strip-xref): New function.
17634         (spam-stat-process-directory): Use it.
17635
17636         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17637         here -- it's done in message-fetch-field.
17638
17639 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17640
17641         * gnus-agent.el (gnus-agent-queue-mail)
17642         (gnus-agent-prompt-send-queue): New variables.
17643         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17644         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17645         "nndraft:queue" along to gnus-draft-send.  Use
17646         gnus-agent-prompt-send-queue.
17647         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17648         is "nndraft:queue".  Suggested by Gaute Strokkenes
17649         <gs234@srcf.ucam.org>
17650
17651         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17652         (agent-enable-undownloaded-faces): Added.
17653         (gnus-agent-cat-groups): Use eval-and-compile, not
17654         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17655         method of gnus-agent-cat-groups even when the buffer has been
17656         evaled.
17657         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17658         delete gnus-agent-save-active-1.
17659         (gnus-agent-save-groups): Deleted.  Identical to
17660         gnus-agent-save-active.
17661         (gnus-agent-write-active): No longer adjust agent's copy of active
17662         file as agent's adjustments are now stored in their own
17663         file.  Removed optional parameter.
17664         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17665         servers.  Add use of min/max range limits from server's local
17666         file.
17667         (gnus-agent-save-alist): Removed unused optional argument.
17668         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17669         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17670         (gnus-agent-set-local): A per-server file that keeps min/max range
17671         limits for articles known to the agent.  Provides a fast mechanism
17672         for altering many active ranges.
17673         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17674         active file (local makes it unnecessary).
17675         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17676
17677         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17678         (agent-enable-undownloaded-faces): Added.
17679
17680         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17681         disable it when sending to "nndraft:queue".
17682         (gnus-group-send-queue): Add safety check to avoid sending queue
17683         when unplugged.
17684
17685         * gnus-group.el (gnus-group-catchup): Use new
17686         gnus-sequence-of-unread-articles, not
17687         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17688         numbers of articles.  Use gnus-range-map to avoid having to
17689         uncompress the unread list.
17690         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17691         Fixed invalid ange-ftp reference.
17692
17693         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17694         (gnus-sorted-range-intersection): Intersection of two ranges
17695         without requiring that they first be uncompressed.
17696
17697         * gnus-start.el (gnus-activate-group): Unless blocked by the
17698         caller, possibly expand the active range to include both cached
17699         and agentized articles.
17700         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17701         multiple version-dependent converters.
17702         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17703         gnus-agent-save-active.
17704         (gnus-save-newsrc-file): Save dirty agent range limits.
17705
17706         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17707         gnus-agent-possibly-alter-active.
17708         (gnus-adjust-marked-articles): Faster handling of simple lists.
17709
17710 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17711
17712         * spam-stat.el (spam-stat-test-directory): New optional argument
17713         displays a list of files detected.  Suggested by Andrew Cohen
17714         <cohen@andy.bu.edu>.
17715         (spam-stat-buffer-words-with-scores): Don't narrow and change
17716         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17717
17718 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17719
17720         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17721         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17722         (spam-spamassassin-arguments)
17723         (spam-spamassassin-spam-flag-header)
17724         (spam-spamassassin-positive-spam-flag-header)
17725         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17726         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17727         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17728         (spam-list-of-processors, spam-list-of-checks)
17729         (spam-list-of-statistical-checks, spam-registration-functions)
17730         (spam-check-spamassassin-headers, spam-check-spamassassin)
17731         (spam-spamassassin-score)
17732         (spam-spamassassin-register-with-sa-learn)
17733         (spam-spamassassin-register-spam-routine)
17734         (spam-spamassassin-register-ham-routine)
17735         (spam-assassin-register-spam-routine)
17736         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17737         (spam-bogofilter-score): Fix to show article before scoring.
17738
17739 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17740
17741         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17742         default scoring function.
17743         (spam-generic-score): Call spam-spamassassin-score if
17744         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17745         spam-bogofilter-score otherwise.
17746
17747         * gnus.el (spam-process, spam-autodetect-methods): Add
17748         spamassassin and spamassassin-headers.
17749
17750 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17751
17752         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17753         Suppress unnecessary messages.
17754
17755 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17756
17757         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17758         make-hash-table.
17759
17760 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17761
17762         * canlock.el (base64-encode-string): Don't autoload it.
17763
17764 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * run-at-time.el: Remove useless (require 'itimer),
17767         eval-and-compile and (featurep 'xemacs).
17768
17769 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17770
17771         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17772         GROUP is a virtual group.
17773
17774 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17775
17776         * gnus.el: Autoload `message-y-or-n-p'.
17777
17778 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17779
17780         * pgg-parse.el: Remove unnecessary (require 'custom).
17781
17782         * pgg-def.el: do.
17783
17784         * nnmail.el: do.
17785
17786         * gnus-undo.el: do.
17787
17788         * gnus-picon.el: do.
17789
17790         * gnus-util.el: do.
17791
17792 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17793
17794         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17795
17796 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17799         handle, as well as a list.
17800
17801         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17802         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17803         (mm-w3m-cid-retrieve): Simplify.
17804
17805 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17806
17807         * message.el (message-kill-to-signature): Allow prefix arg to
17808         specify number of lines to keep before signature.
17809
17810 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17811
17812         * message.el (message-kill-to-signature): Change docstring.
17813
17814 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * canlock.el: Always require sha1-el.
17817         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17818
17819         * message.el: Autoload sha1 only when compiling.
17820
17821         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17822         eudc-expand-inline for XEmacs.
17823
17824 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17825
17826         * message.el (message-canlock-generate): Require sha1-el.
17827
17828 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17829
17830         * message.el (message-expand-name): Silence the byte compiler.
17831
17832         * lpath.el: Add detect-coding-system.
17833
17834         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17835         cus-edit.
17836
17837 2004-01-13  Simon Josefsson  <jas@extundo.com>
17838
17839         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17840         Invoke gnus-score-mode.  Reported by
17841         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17842
17843         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17844         Jim Blandy <jimb@redhat.com> (tiny change).
17845
17846 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17847
17848         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17849
17850 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17851
17852         * spam.el (spam-get-article-as-string): Update to use
17853         gnus-request-article-this-buffer, much simpler.
17854         (spam-get-article-as-buffer): Remove.
17855
17856 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17857
17858         * message.el (message-expand-name): Use EUDC if the user uses that.
17859
17860 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17861
17862         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17863         character for the encoding to avoid consing a string.
17864
17865         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17866         unnecessarily.
17867
17868         * mm-util.el (mm-replace-chars-in-string): Remove.
17869
17870         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17871         of mm-replace-chars-in-string.
17872
17873 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17874
17875         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17876
17877         * mm-util.el (mm-subst-char-in-string): Support inplace.
17878
17879         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17880         a new string in every iteration.  Use shy groups.
17881
17882 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17883
17884         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17885         * gnus-soup.el (gnus-soup-group-brew):
17886         * gnus-msg.el (gnus-put-message):
17887         * gnus-move.el (gnus-group-move-group-to-server):
17888         * gnus-kill.el (gnus-batch-score):
17889         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17890         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17891         (gnus-group-update-group, gnus-group-read-group)
17892         (gnus-group-make-group, gnus-group-make-help-group)
17893         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17894         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17895         (gnus-group-sort-by-unread, gnus-group-catchup)
17896         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17897         (gnus-group-yank-group, gnus-group-set-info)
17898         (gnus-group-list-groups):
17899         * gnus.el (gnus-generate-new-group-name):
17900         * gnus-delay.el (gnus-delay-send-queue):
17901         * nnvirtual.el (nnvirtual-catchup-group):
17902         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17903         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17904         (gnus-group-prepare-topics, gnus-topic-check-topology):
17905         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17906         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17907         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17908         (gnus-group-make-articles-read):
17909         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17910         (gnus-group-change-level, gnus-kill-newsgroup)
17911         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17912         (gnus-get-unread-articles, gnus-make-articles-unread)
17913         (gnus-make-ascending-articles-unread): Use accessor
17914         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17915         to get group information for improved readability.
17916
17917
17918 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17919
17920         * gnus-art.el (article-decode-mime-words, article-babel)
17921         (gnus-article-highlight-signature, gnus-article-add-buttons)
17922         (gnus-signature-toggle): Use gnus-with-article-buffer.
17923
17924         * gnus-art.el (gnus-article-highlight-headers)
17925         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17926
17927         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17928         (gnus-article-set-globals, gnus-request-article-this-buffer)
17929         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17930         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17931         (gnus-mime-display-alternative): Use with-current-buffer.
17932
17933 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17934
17935         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17936         also under 80 char limit, and call gnus-error if needed.
17937         (spam-fetch-article-header): Fix - it was a
17938         buffer-local variable (gnus-newsgroup-data).
17939         (spam-find-spam): Use spam-generate-fake-headers, forget about
17940         spam-insert-fake-headers.
17941         (spam-insert-fake-headers): Remove.
17942
17943 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17944
17945         * deuglify.el (gnus-article-outlook-unwrap-lines)
17946         (gnus-outlook-rearrange-article)
17947         (gnus-outlook-repair-attribution-outlook)
17948         (gnus-outlook-repair-attribution-block)
17949         (gnus-outlook-repair-attribution-other): Remove redundant
17950         save-excursion.
17951
17952 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17953
17954         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17955         (spam-fetch-field-subject-fast)
17956         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17957         (spam-fetch-article-header): Add functions to deal with Gnus
17958         internals for fast retrieval of article header data.
17959         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17960
17961 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17962
17963         * pop3.el (pop3-md5): Remove.
17964         (pop3-apop): Replace pop3-md5 with md5.
17965
17966         * mm-bodies.el: base64 is always built-in.
17967
17968         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17969         with-current-buffer.
17970
17971 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * canlock.el (canlock-insert-header): Remove excessive grouping in
17974         regexp.
17975
17976         * gnus-sum.el (gnus-summary-read-document): Ditto.
17977
17978         * gnus-uu.el (gnus-uu-part-number): Ditto.
17979
17980         * html2text.el (html2text-remove-tags): Ditto.
17981         (html2text-format-tags): Ditto.
17982         (html2text-format-single-elements): Ditto.
17983
17984         * mml.el (mml-parse-1): Ditto.
17985
17986 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17987
17988         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17989
17990         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17991
17992         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17993
17994         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17995
17996 2003-11-15  Simon Josefsson  <jas@extundo.com>
17997
17998         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17999         (pgg-gpg-lookup-key): Use regexp match instead of
18000         split-string (split-string is different between emacs 21.2 and
18001         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18002
18003 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18004
18005         * gnus-art.el (gnus-mime-view-all-parts)
18006         (gnus-article-part-wrapper, gnus-article-view-part): Use
18007         with-current-buffer.
18008
18009 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18010
18011         * spam.el (spam-disable-spam-split-during-ham-respool)
18012         (spam-spamoracle-database, spam-cache-lookups)
18013         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18014         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18015         (spam-group-ham-marks, spam-group-spam-marks)
18016         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18017         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18018         also add spam-use-blackholes to the statistical checks.
18019         (spam-fetch-field-fast): Add interface to fetching fields, may
18020         become a macro.
18021         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18022         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18023         (spam-insert-fake-headers): Fake an article when needed.
18024         (spam-find-spam): Fake article when possible.
18025         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18026         (spam-check-bogofilter-headers): Use message-fetch-field instead
18027         of nnmail-fetch-field.
18028
18029 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18030
18031         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18032
18033 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18034
18035         * spam.el (spam-split): Do not require spam-use-CHECK to be
18036         enabled if that check is passed to spam-split explicitly; also
18037         fix so 'spam doesn't get converted to spam-split-group when
18038         spam-split-symbolic-return is t.
18039         (spam-find-spam): Find registrations of the article and use those
18040         instead of re-running spam-split to find the spam/ham
18041         classification of the article.
18042         (spam-log-processing-to-registry, spam-log-registered-p)
18043         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18044         Use gnus-error instead of gnus-message.
18045         (spam-log-registration-type): Add function to determine the
18046         classification of a message based on registry entries; will
18047         return nil if both 'spam and 'ham are found.
18048         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18049         a reasonably fast local cache without the loading errors.
18050         (spam-cache-lookups): Set to t by default.
18051         (spam-find-spam): Don't try to guess spam-cache-lookups.
18052         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18053         spam-caches entry.
18054         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18055         caching of whitelist/blacklist entries.
18056         (spam-check-whitelist, spam-check-blacklist): Invoke
18057         spam-from-listed-p with a type, not a cache variable.
18058         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18059
18060 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18061
18062         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18063
18064         * nnmail.el (nnmail-split-fancy): do.
18065
18066         * mml.el (mml-parse): do.
18067
18068         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18069         (gnus-score-adaptive): do.
18070
18071 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18074         (gnus-mime-button-map): Don't set keymap parent.
18075         (gnus-button-ctan-directory-regexp): Use shy grouping.
18076         (gnus-prev-page-map): Don't set keymap parent.
18077         (gnus-prev-page-map): Remove duplicated one.
18078         (gnus-next-page-map): Don't set keymap parent.
18079         (gnus-mime-security-button-map): Ditto.
18080
18081         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18082         version number.
18083
18084         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18085
18086 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * canlock.el (canlock-sha1-function): Remove.
18089         (canlock-sha1-function-for-verify): Remove.
18090         (canlock-openssl-program): Remove.
18091         (canlock-openssl-args): Remove.
18092         (canlock-ignore-errors): Remove.
18093         (canlock-sha1-with-openssl): Remove.
18094         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18095         (canlock-verify): Don't use canlock-ignore-errors.
18096
18097         * sha1-el.el (sha1-string-external): Make it can return a string
18098         in binary form.
18099         (sha1-region-external): Ditto.
18100         (sha1-string-internal): Ditto.
18101         (sha1-region-internal): Ditto.
18102         (sha1-region): Ditto.
18103         (sha1-string): Ditto.
18104         (sha1): Ditto.
18105
18106 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18107
18108         * spam.el (spam-report-articles-gmane): New command.
18109
18110 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18113
18114         * run-at-time.el (run-at-time-saved): Remove.
18115         (run-at-time): Doc fix.
18116
18117 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18118
18119         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18120         (gnus-summary-limit-map): Add it.
18121         (gnus-summary-make-menu-bar): do.
18122
18123 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18124
18125         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18126         Make attempt at some caching support (done for BBDB only now).
18127         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18128         addresses to be checked.
18129         (spam-clear-cache-BBDB): Add function, to be invoked by
18130         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18131         (spam-check-BBDB): Check and use the caches, if
18132         spam-cache-lookups is on, remove superfluous (provide).
18133
18134 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18135
18136         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18137
18138 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18139
18140         * run-at-time.el (run-at-time-saved): Move to after the definition
18141         of `run-at-time'.
18142
18143         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18144
18145 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18146
18147         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18148         mm-w3m-local-map-property.
18149
18150         * mm-view.el (mm-w3m-mode-map): Remove.
18151         (mm-w3m-local-map-property): Remove.
18152         (mm-inline-text-html-render-with-w3m): Don't use
18153         mm-w3m-local-map-property.
18154
18155 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18156
18157         * run-at-time.el: New file.
18158
18159         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18160         under Emacs.
18161
18162         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18163         of gnus-set-text-properties.
18164
18165         * gnus-uu.el (gnus-uu-save-article): Ditto.
18166
18167         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18168
18169         * gnus-cite.el (gnus-cite-parse): Ditto.
18170
18171         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18172         of gnus-.
18173
18174         * gnus-xmas.el (run-at-time): Require run-at-time.
18175
18176         * gnus.el: Changed calls to nnheader-run-at-time and
18177         password-run-at-time throughout to use run-at-time directly.
18178
18179         * password.el: Removed definition of run-at-time.
18180
18181         * nnheaderxm.el: Remove definition of run-at-time.
18182
18183 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18184
18185         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18186         in prompt.
18187
18188 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18189
18190         * messagexmas.el (message-xmas-redefine): Alias
18191         `message-make-caesar-translation-table' to
18192         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18193         version.
18194
18195         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18196         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18197         `gnus-xmas-set-text-properties'.
18198         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18199         `gnus-xmas-completing-read'.
18200         (gnus-xmas-completing-read): Removed.
18201         (gnus-xmas-open-network-stream): Removed.
18202
18203         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18204         XEmacs version.
18205
18206         * dns.el (dns-make-network-process): Use `open-network-stream'
18207         instead of `gnus-xmas-open-network-stream'.
18208
18209         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18210
18211         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18212
18213 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18214
18215         * gnus-art.el (gnus-mime-display-alternative)
18216         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18217         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18218         Don't use gnus-local-map-property.
18219
18220         * gnus-util.el (gnus-local-map-property): Remove.
18221
18222         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18223         gnus-completing-read-maybe-default with completing-read.
18224
18225         * gnus-util.el (gnus-completing-read): do.
18226         (gnus-completing-read-maybe-default): Remove.
18227
18228 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18229
18230         * password.el: Only autoload `run-at-time' if not XEmacs.
18231         Only autoload the itimer functions if XEmacs.
18232
18233 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18236         XEmacsen.
18237
18238         * dgnushack.el: Autoload executable-find for XEmacs.
18239
18240 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18241
18242         * gnus-art.el (gnus-read-string): Remove.
18243         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18244         read-string.
18245
18246 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18247
18248         * netrc.el: Autoload password-read.
18249         (netrc): Add configuration group.
18250         (netrc-encoding-method, netrc-openssl-path): Add
18251         variables for encoding and decoding of files with symmetric
18252         ciphers.
18253         (netrc-encode): Add assistant function to encode a file with
18254         netrc-encoding-method.
18255         (netrc-parse): Add interactive parameter, added optional
18256         decoding if netrc-encoding-method is non-nil but otherwise
18257         behavior is standard.
18258         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18259         Do s/encode/encrypt/ everywhere.
18260
18261         * spam.el: Remove executable-find autoload.
18262
18263 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18264
18265         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18266
18267         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18268
18269 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18270
18271         * gnus-art.el (gnus-treat-ansi-sequences)
18272         (article-treat-ansi-sequences): New variable and function.
18273         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18274
18275         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18276         Use it.
18277
18278 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18279
18280         * mm-util.el (mm-quote-arg): Remove.
18281
18282         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18283         shell-quote-argument.
18284
18285         * gnus-uu.el (gnus-uu-command): do.
18286
18287         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18288
18289         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18290         with make-char.
18291
18292         * mm-util.el (mm-make-char): Remove.
18293
18294         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18295         add-minor-mode.
18296
18297         * gnus-undo.el (gnus-undo-mode): do.
18298
18299         * gnus-topic.el (gnus-topic-mode): do.
18300
18301         * gnus-sum.el (gnus-dead-summary-mode): do.
18302
18303         * gnus-start.el (gnus-slave-mode): do.
18304
18305         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18306
18307         * gnus-ml.el (gnus-mailing-list-mode): do.
18308
18309         * gnus-gl.el (gnus-grouplens-mode): do.
18310
18311         * gnus-draft.el (gnus-draft-mode): do.
18312
18313         * gnus-dired.el (gnus-dired-mode): do.
18314
18315         * gnus-ems.el (gnus-add-minor-mode): Remove.
18316
18317         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18318         Replace gnus-char-width with char-width.
18319
18320         * gnus-ems.el (gnus-char-width): Remove.
18321
18322         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18323         Replace gnus-char-width with char-width.
18324
18325         * gnus-ems.el (gnus-char-width): Remove.
18326
18327         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18328         definition.
18329         Remove Emacs 20 hash table compatibility code.
18330
18331         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18332         20 compatibility code.
18333
18334         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18335
18336         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18337
18338         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18339         with point-at-{eol,bol}.
18340
18341         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18342
18343         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18344
18345         * flow-fill.el (fill-flowed-point-at-bol)
18346         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18347
18348         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18349         Replace with point-at-{eol,bol} throughout all files.
18350
18351 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18352
18353         * ntlm.el (ntlm-string-as-unibyte): New macro.
18354         (ntlm-build-auth-response): Use it.
18355
18356         Remove Emacs 20 stuff:
18357         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18358         (butlast, mapc, remove): Remove the compiler macros.
18359         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18360         of delq and copy-sequence.
18361         * gnus-art.el (popup-menu): Remove the compiler macro.
18362         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18363         Emacs 20.
18364
18365 2004-01-05  Simon Josefsson  <jas@extundo.com>
18366
18367         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18368         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18369         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18370         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18371         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18372         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18373         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18374         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18375         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18376         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18377         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18378         string-xor into ntlm-string-xor.  Suggested by
18379         Jesper Harder <harder@myrealbox.com>.
18380
18381         * ntlm.el: Don't include poem.
18382
18383         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18384         Jesper Harder <harder@myrealbox.com>.
18385
18386         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18387
18388         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18389         probably breaks emacs with DL patch, but do we care? Is anyone
18390         still using the DL stuff?)
18391
18392         * sieve-manage.el: Use the password package.
18393         (sieve-manage-read-passwd): Remove.
18394         (sieve-manage-interactive-login): Use password.  Re-add
18395         condition-case around loop.
18396
18397         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18398         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18399         the password package.
18400
18401 2003-02-19  Simon Josefsson  <jas@extundo.com>
18402
18403         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18404         token.
18405
18406 2002-08-07  Simon Josefsson  <jas@extundo.com>
18407
18408         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18409         (sieve-manage-authenticators):
18410         (sieve-manage-authenticator-alist): Add some SASL mechs.
18411         (sieve-sasl-auth): New function.
18412         (sieve-manage-cram-md5-auth):
18413         (sieve-manage-plain-auth): Rewrite using SASL library.
18414         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18415         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18416         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18417         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18418
18419 2004-01-05  Simon Josefsson  <jas@extundo.com>
18420
18421         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18422         New files.
18423
18424 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18425
18426         * gnus-group.el (gnus-no-groups-message): Update.
18427
18428         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18429
18430 2003-11-09  Simon Josefsson  <jas@extundo.com>
18431
18432         * imap.el: Support for ID IMAP extension (RFC 2971).
18433         (imap-local-variables): Add imap-id.
18434         (imap-id): New variable.
18435         (imap-id): New function.
18436         (imap-parse-response): Parse untagged ID response.
18437         * nnimap.el (nnimap-id): New variable.
18438         (nnimap-open-connection): Use it.
18439
18440 2003-12-28  Simon Josefsson  <jas@extundo.com>
18441
18442         * gnus-score.el (gnus-score-edit-all-score): New.
18443         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18444
18445 2004-01-04  Simon Josefsson  <jas@extundo.com>
18446
18447         * password.el: Add.
18448
18449 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18450
18451         * dns.el (dns-query-types): Fix typo.
18452         (dns-query-types): New function.
18453         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18454         PTR and SOA replies, see RFC 1035.
18455
18456 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18457
18458         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18459
18460         * Moved to Changelog.2.
18461
18462 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18463
18464         * gnus.el (gnus-version-number): Bump version.
18465
18466 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18467
18468         * gnus.el: No Gnus v0.1 is released.
18469
18470 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18471
18472         * gnus.el: No Gnus v0.0 is released.
18473
18474 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18475
18476         * gnus.el (gnus-version-number): Bump.
18477         (gnus-version): No.
18478
18479 See ChangeLog.2 for earlier changes.
18480
18481     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18482       Free Software Foundation, Inc.
18483
18484   This file is part of GNU Emacs.
18485
18486   GNU Emacs is free software: you can redistribute it and/or modify
18487   it under the terms of the GNU General Public License as published by
18488   the Free Software Foundation, either version 3 of the License, or
18489   (at your option) any later version.
18490
18491   GNU Emacs is distributed in the hope that it will be useful,
18492   but WITHOUT ANY WARRANTY; without even the implied warranty of
18493   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18494   GNU General Public License for more details.
18495
18496   You should have received a copy of the GNU General Public License
18497   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18498
18499 ;; Local Variables:
18500 ;; coding: utf-8
18501 ;; fill-column: 79
18502 ;; add-log-time-zone-rule: t
18503 ;; End: