message-default-headers: fix type, enhance doc
[gnus] / lisp / ChangeLog
1 2010-10-24  Julien Danjou  <julien@danjou.info>
2
3         * message.el (message-default-headers): Fix type.
4
5 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8         prefetching images.
9
10         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
11         backend for unknown groups.  This is mainly useful for nnimap groups.
12
13         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
14         group isn't covered by the agent.
15
16 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
17
18         * nnir.el (nnir-method-default-engines): new variable.
19         (nnir-run-query): use it.
20         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
21         (gnus-summary-nnir-goto-thread): change group if needed.
22
23         * gnus-group.el (gnus-group-group-map): add key binding for
24         gnus-group-make-nnir-group.
25
26 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * shr.el (shr-tag-object): Added.
29
30         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
31         original article buffer live.
32         (gnus-summary-select-article-buffer): Mention
33         gnus-widen-article-buffer.
34
35 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * shr.el (shr-tag-strong): Added.
38
39 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
42         group names.  They mess up the group buffer badly.
43
44         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
45
46         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
47         instead of the summary one.
48
49 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * mml.el (mml-preview): Work properly when editing article.
52
53         * gnus-start.el (gnus-read-active-file-1): Don't add method to
54         gnus-have-read-active-file if it's already been in.
55
56 2010-10-22  Tom Tromey  <tromey@redhat.com>
57
58         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
59         gnus-group-completing-read.
60
61 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * message.el (message-mode-map): Don't bind M-; to comment region, to
64         allow the global comment-dwim to work.
65
66 2010-10-21  Julien Danjou  <julien@danjou.info>
67
68         * message.el (message-setup-1): Allow message-default-headers to be a
69         function.
70
71 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * shr.el (shr-tag-table): Simplify.
74
75 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
78         to avoid trying to snarf invalid stuff.
79
80         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
81
82         * gnus.el (gnus-message-archive-group): Quote value.
83         (gnus-message-archive-group): Mark as changed.
84
85         * shr.el (shr-add-font): Don't put the font properties on the newline
86         or the indentation.
87
88         * message.el (message-fix-before-sending): Change options when sending
89         non-printable characters.
90
91         * gnus.el (gnus-message-archive-method): Change the default to
92         monthly outgoing groups.
93
94         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
95         that have gotten new numbers.
96
97         * nnimap.el (nnimap-request-replace-article): New function.
98
99 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
102         (nnrss-request-article): Don't use special html washing code.
103
104 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * shr.el (shr-tag-table): Remove useless nconc.
107
108 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * gnus-art.el (article-wash-html): Simplify and remove the charset
111         stuff.  Use the normal html rendering code instead of the special html
112         washing code.
113
114         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
115         `gnus-w3m' symbols.
116         (mm-text-html-washer-alist): Removed.
117
118         * mm-decode.el (mm-inline-text-html-renderer): Removed.
119         (mm-inline-media-tests): Removed use.
120         (mm-text-html-renderer): Change default to the `shr' symbol.
121
122         * mm-view.el (mm-inline-text-html): Removed use.
123
124         * gnus-art.el (gnus-blocked-images): New function.  Allow the
125         `gnus-blocked-images' to be a function.
126         (gnus-article-wash-function): Removed.
127
128 2010-10-20  Julien Danjou  <julien@danjou.info>
129
130         * spam.el (spam-list-of-processors): Mark as obsolete.
131
132         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
133         (nnimap-insert-partial-structure): Fix boundary detection.
134
135 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
136
137         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
138         run file-truename on remote files.  This can be expensive and even
139         prevent one from editing drafts if some unrelated buffer has a stale
140         connection.
141
142 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
145         kinsoku-eol regardless of shr-kinsoku-shorten.
146         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
147         (shr-tag-table): Support caption, thead, and tfoot.
148
149 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
152         lines.
153         (shr-save-contents): New command and keystroke.
154
155         * nndoc.el (nndoc-type-alist): Add git support.
156         (nndoc-git-type-p): New function.
157         (nndoc-transform-git-article): Ditto.
158         (nndoc-transform-git-headers): Ditto.
159         (nndoc-transform-git-headers): Generate Subject headers.
160
161         * shr.el (shr-parse-style): New function.
162         (shr-tag-span): Ditto.
163
164         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
165         to `G G' to avoid collisions.
166
167 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * shr.el: Load kinsoku if necessary.
170         (shr-kinsoku-shorten): New internal variable.
171         (shr-find-fill-point): Make kinsoku shorten text line if
172         shr-kinsoku-shorten is bound to non-nil.
173         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
174         shr-indentation too when testing if table is wider than frame width.
175         (shr-insert-table): Use `string-width' instead of `length' to measure
176         text width.
177         (shr-insert-table-ruler): Make sure indentation is done at bol.
178
179 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
180
181         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
182         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
183         undecoded network data.
184
185 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
188         name in the mode line spec so that the mode line menu works
189         (bug #2431).
190
191         * message.el (message-get-reply-headers): If we're fed `to-address',
192         then always use that.
193
194         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
195         aren't so wide as to need to switch off the edit menu.
196
197         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
198         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
199
200         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
201         `M-g'.
202         (nnimap-update-info): Update flags/read marks even if \* isn't part of
203         the permanent marks.
204
205 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
206
207         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
208         Splitting according to references/in-reply-to obeys the ignore-groups
209         variable, while splitting by sender and subject do not.
210
211 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
214         alist, so that we can look for non-Unicode chars.
215         (article-translate-strings): Allow both character and string maps.
216
217 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * shr.el (shr-insert): Don't insert space behind a wide character
220         categorized as kinsoku-bol, or between characters both categorized as
221         nospace.
222
223 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
224
225         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
226         headers to gnus-newsgroup-headers.
227
228 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * shr.el (shr-tag-img): Don't align images -- since we're not
231         rescaling, this often leads to ugly displays.
232
233 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
234
235         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
236         duplicates.
237
238 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
239
240         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
241         call.
242
243 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * gnus.el: Autoload gnus-html-show-images.
246
247         * nnimap.el: Use nnheader-message throughout.
248
249         * shr.el (shr-tag-img): Ignore images with no data.
250
251 2010-10-15  Julien Danjou  <julien@danjou.info>
252
253         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
254         a possibility to disable format=flow encoding when using hard newlines.
255
256 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * shr.el (shr-insert): Remove space inserted before or after a
259         breakable character or at the beginning or the end of a line.
260         (shr-find-fill-point): Do kinsoku; find the second best point or give
261         it up if there's no breakable point.
262
263 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * nnimap.el (nnimap-open-connection): Message when opening connection
266         for debugging purposes.
267
268         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
269         on every setup buffer call to allow this to change from article to
270         article.
271
272         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
273         buffers where we have a wide table.
274
275 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
276
277         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
278         uses *-request-thread.
279
280 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * nnimap.el (nnimap-open-connection): Remove %s from openssl
283         incantation, which is no longer valid.
284
285 2010-10-14  Julien Danjou  <julien@danjou.info>
286
287         * shr.el: Fix defcustom type (char -> character).
288
289 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * nnimap.el (nnimap-open-connection): tls-program should be a list of
292         programs.
293
294 2010-10-14  Julien Danjou  <julien@danjou.info>
295
296         * shr.el (shr-tag-a): Use url-link as widget type.
297
298         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
299         `gnus-group-get-icon'.
300
301 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
304         This should make server editing work better.
305
306         * shr.el (shr-find-fill-point): Don't inloop on indented text.
307
308         * tls.el (tls-program): Remove spurious %s from openssl.
309
310         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
311         (nnimap-parse-flags): Fix regexp.
312
313         * shr.el (shr-find-fill-point): Use a filling algorithm that should
314         probably work for CJVK text, too.
315
316         * nnimap.el (nnimap-extend-tls-programs): Removed.
317         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
318
319         * tls.el (tls-starttls-switches): Remove starttls hack.
320         (open-tls-stream): Ditto.
321         (tls-find-starttls-argument): Ditto.
322
323 2010-10-13  Julien Danjou  <julien@danjou.info>
324
325         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
326         responses.
327
328 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
331
332         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
333         anything in Emacs.
334
335         * shr.el (shr-current-column): Remove buggy and unnecessary function.
336
337 2010-10-13  Julien Danjou  <julien@danjou.info>
338
339         * shr.el (shr-width): Make shr-width a defcustom with default to
340         fill-column.
341         (shr-tag-img): Use shr-width rather than fill-column.
342
343 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * dgnushack.el (byte-optimize-apply)
346         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
347
348         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
349         position when (X-)Faces exist.
350         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
351         avatars when called interactively.
352
353 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
356         gnus-article-x-face-too-ugly is bound.
357
358 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
359
360         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
361
362         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
363         mailbox that doesn't exist.
364
365 2010-10-12  Julien Danjou  <julien@danjou.info>
366
367         * shr.el (shr-tag-img): Encode URL properly when retrieving.
368         (shr-get-image-data): Encode URL properly when fetching from cache.
369         (shr-tag-img): Use aligned-to spaces to align correctly images.
370
371         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
372         before inserting the Gravatar.
373
374         * shr.el (shr-tag-img): Add align attribute support for <img>.
375
376 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * gnus-gravatar.el (gnus-art): Required.
379
380         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
381         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
382         Remove long obsoleted functions.
383
384 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
387
388         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
389
390         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
391         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
392         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
393         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
394         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
395         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
396         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
397
398 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * nnimap.el (nnimap-request-rename-group): Select group read-only
401         before renaming it.
402
403         * shr.el (shr-insert): Fix up the white space only regexp.
404
405         * nnimap.el (nnimap-transform-split-mail): Not all articles have
406         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
407
408         * shr.el (shr-current-column): New function.
409         (shr-find-fill-point): New function.
410
411 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
412
413         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
414         numbers.
415
416 2010-10-11  Julien Danjou  <julien@danjou.info>
417
418         * shr.el (shr-hr-line): Add.
419         (shr-tag-hr): Use shr-hr-line to specify which character to use to
420         display hr lines.
421         (shr-max-columns): Do not change state to nil if we just inserting
422         spaces.
423
424 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-topic.el (gnus-topic-read-group): If after the last group,
427         select the last group.
428
429 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
430
431         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
432
433 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
434
435         * dig.el (dig-mode-map): Declare and define in one step.
436
437 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
440         for Gnus.
441         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
442         (nnimap-update-qresync-info): Mark \Seen articles as read.
443
444         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
445         non-variable, too.
446
447         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
448         available.
449         (nnimap-update-info): Rely more on the current active than the param
450         active to avoid marking articles as read too much.
451
452         * auth-source.el (auth-source-create): Use (user-login-name) for the
453         user name default.
454
455         * nnimap.el (nnimap-update-info): If the server doesn't return any
456         useful info, just use the previous info.
457         (nnimap-update-info): Prefer old info over start-article.
458         (nnimap-update-qresync-info): Finish implementing QRESYNC.
459
460 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
461
462         * nnir.el (autoload): Clean up autoloads.
463         (nnir-imap-default-search-key): Renamed from
464         nnir-imap-search-field. Use key rather than value.
465         (nnir-imap-search-other): New variable.
466         (nnir-read-parm): Use it.
467         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
468         (gnus-summary-nnir-goto-thread): Modify to work with imap.
469
470 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
471
472         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
473         the process, too.
474
475 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
478         Allbery.
479
480         * shr.el: Rework the way things are indented by <li> slightly.
481
482         * gnus.el (gnus-group-set-parameter): Fix typo.
483
484         * nnimap.el: Start implementing QRESYNC support.
485
486 2010-10-09  Julien Danjou  <julien@danjou.info>
487
488         * nnir.el (nnir-engines): Fix too many arguments.
489
490 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
493         group is the "last", so that the backends like nnfolder actually save
494         their folders.
495
496         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
497         try to use that for the tls stream.
498         (nnimap-retrieve-group-data-early): Rework the marks code to heed
499         UIDVALIDITY and find out which groups are read-only and not.
500         (nnimap-get-flags): Use the same marks parsing code as the rest of
501         nnimap.
502
503 2010-10-09  Julien Danjou  <julien@danjou.info>
504
505         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
506
507         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
508         retrieving gravatars.
509
510         * shr.el (shr-table-corner): Add.
511         (shr-table-line): Add.
512         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
513
514 2010-10-08  Julien Danjou  <julien@danjou.info>
515
516         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
517
518 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
519
520         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
521
522         * gnus-sum.el (gnus-mark-article-as-unread)
523         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
524         (gnus-summary-set-bookmark): Use it.
525
526         * gnus-msg.el (gnus-setup-message): Use it.
527
528         * gnus-demon.el (gnus-demon-remove-handler): Use it.
529
530         * gnus.el (gnus-group-remove-parameter): Use it.
531
532         * gnus-group.el (gnus-group-make-web-group): Use it.
533
534         * gnus-demon.el (gnus-demon-remove-handler): Use it.
535
536         * nnregistry.el: Update docs to mention manual.
537
538         * gnus-registry.el: Update docs to mention nnregistry.el.
539         (gnus-registry-initialize): Don't install nnregistry refer method
540         automatically.
541         (gnus-registry-install-nnregistry): Remove it.
542
543 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * shr.el (shr-insert): Don't insert double spaces.
546
547 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-gravatar.el (gnus-treat-from-gravatar)
550         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
551         called interactively.
552
553         * gnus-art.el (gnus-mime-view-part-externally)
554         (gnus-mime-view-part-internally): Make predicate function passed to
555         gnus-mime-view-part-as-type assume argument is a mime type, not a list
556         of a mime type.
557
558         * shr.el (shr-table-widths): Don't use cl function `reduce'.
559
560 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * shr.el (require): Require cl when compiling.
563         (shr-tag-hr): New function.
564
565         * nnimap.el (nnimap-update-info): Remove double setting of high.
566         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
567         makes nnimap work properly on Courier again.
568
569         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
570         the variable for backwards compatability.
571
572         * mm-decode.el (mm-save-part): If given a non-directory result, expand
573         the file name before using to avoid setting mm-default-directory to
574         nil.
575
576         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
577         bidning gnus-agent variables.
578
579         * shr.el (shr-render-td): Use a cache for the table rendering function
580         to avoid getting an exponential rendering behaviour in nested tables.
581         (shr-insert): Rework the line-breaking algorithm.
582         (shr-insert): Don't leave trailing spaces.
583         (shr-insert-table): Also insert empty TDs.
584         (shr-tag-blockquote): Ensure paragraphs after </ul>.
585
586 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
587
588         * gnus-sum.el (gnus-number): Rename from `number'.
589         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
590         (gnus-summary-limit-children): Update uses correspondingly.
591
592 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
595         (gnus-gravatar-transform-address): Don't show avatars of people of
596         which mail addresses match gnus-gravatar-too-ugly.
597
598 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * shr.el (shr-table-widths): Expand TD elements to fill available
601         space.
602
603 2010-10-07  Julien Danjou  <julien@danjou.info>
604
605         * nnimap.el (nnimap-request-rename-group): Add this method.
606
607 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
610         name from XEmacs' function-arglist.
611
612         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
613         gravatar under XEmacs.
614
615 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
616
617         * auth-source.el: Update docs with TODO items.
618
619         * gnus-sync.el: Update docs to explain state and plans.
620
621         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
622         Hooks for mark updates.
623         (gnus-request-set-mark, gnus-request-update-mark): Use them.
624
625         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
626         hooks with arguments, which is needed for mark update hooks.
627
628 2010-10-06  Julien Danjou  <julien@danjou.info>
629
630         * gnus.el (gnus-expand-group-parameter): Only return and act on what
631         was matched.
632
633         * sieve-manage.el: Update example in `Commentary'.
634
635         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
636
637         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
638         not 2000.
639         (sieve-manage-authenticate): Re-add function.
640
641 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * shr.el (shr-insert): Get 'space transition right.
644         (shr-render-td): Only delete space at the end of the TD.
645
646         * nnimap.el (nnimap-open-connection): Prepare to support
647         open-gnutls-stream.
648
649         * shr.el: Rearrange function order to be more logical.
650
651 2010-10-06  Julien Danjou  <julien@danjou.info>
652
653         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
654         (nnrss-discover-feed): Remove 404 URL in docstring.
655
656         * nnir.el: Fix Swish-E URL.
657         Fix Namazu URL.
658
659         * message.el (message-change-subject): Remove 404 URL in a comment.
660
661 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
664         called interactively.
665
666         * gnus-util.el (gnus-remove-if): Allow hash table.
667         (gnus-remove-if-not): New function.
668
669         * gnus-art.el (gnus-mime-view-part-as-type)
670         * gnus-score.el (gnus-summary-score-effect)
671         * gnus-sum.el (gnus-read-move-group-name):
672         Replace remove-if-not with gnus-remove-if-not.
673
674         * gnus-group.el (gnus-group-completing-read):
675         Regard collection as a hash table if it is not a list.
676
677 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * shr.el (shr-render-td): Allow blank/missing <TD>s.
680
681         * shr.el: Document the table-rendering algorithm.
682
683 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
686         for Emacsen having no `libxml-parse-html-region' support.
687
688 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
691         invalid URLs.
692
693         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
694         line-broken.
695         (shr-tag-img): Ignore image fetching errors.
696         (shr-overlays-in-region): Compute overlay positions correctly.
697
698         * mm-decode.el (mm-shr): Require shr.
699
700         * gnus-art.el (gnus-blocked-images): Move variable here.
701
702         * shr.el (shr-insert-table): Bind free variable.
703
704         * mm-decode.el (mm-shr): Bind shr-content-function.
705
706         * shr.el (shr-content-function): New variable.
707
708         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
709         added for symmetry.
710
711         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
712
713         * gnus-group.el (gnus-group-make-group): Doc fix.
714
715         * nnimap.el (nnimap-request-newgroups): Return success.
716
717         * shr.el (shr-find-elements): New function.
718         (shr-tag-table): Put all the images after the table.
719         (shr-tag-table): Really inhibit images inside the table.
720         (shr-collect-overlays): Copy over overlays from the TD elements to the
721         main document.
722
723         * mm-decode.el (mm-shr): Bind shr-blocked-images to
724         gnus-blocked-images.
725
726 2010-10-05  Julien Danjou  <julien@danjou.info>
727
728         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
729
730         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
731         (gnus-html-maximum-image-size): Add this function.
732         (gnus-html-put-image): Use gnus-html-maximum-image-size.
733
734         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
735         server-value of the capability is nil.
736
737 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * shr.el (shr-tag-em): Add <EM> tag.
740
741 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
742
743         * sieve-manage.el (sieve-manage-default-stream): Make default stream
744         customizable.
745
746         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
747         handing broken links to browse-url.
748
749 2010-10-05  Julien Danjou  <julien@danjou.info>
750
751         * gnus-util.el (gnus-emacs-completing-read)
752         (gnus-iswitchb-completing-read): Use autoload rather than require.
753
754 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
757         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
758         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
759         iswitchb-temp-buflist for XEmacs.
760
761         * gnus-util.el (gnus-completing-read-function): Exclude
762         gnus-icompleting-read and gnus-ido-completing-read from candidates for
763         XEmacs since iswitchb.el is very old and ido.el is unavailable in
764         XEmacs.
765
766         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
767         not to use `delete-dups' that is unavailable in XEmacs 21.4.
768
769         * gnus-html.el: Don't require help-fns under XEmacs.
770         (gnus-html-schedule-image-fetching): Work for XEmacs.
771
772         * mm-decode.el (mm-shr): Decode contents by charset.
773
774 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
777         unknown.
778
779         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
780         (shr-get-image-data): Ensure against the cache file missing.
781
782         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
783         for data.
784
785         * spam-report.el (spam-report-url-ping-plain): Don't query about
786         killing the process.
787
788         * shr.el (shr-render-td): Protect against too-wide text.
789
790 2010-10-04  Julien Danjou  <julien@danjou.info>
791
792         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
793         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
794
795         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
796         retrieved.
797
798 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * shr.el (browse-url): Required.
801         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
802         lines.
803         (shr-show-alt-text, shr-browse-image): New commands.
804         (shr-browse-url, shr-copy-url): New commands.
805
806         * gnus-sum.el (gnus-widen-article-window): New variable.
807         (gnus-summary-select-article-buffer): Use it.
808
809         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
810         without @ signs.
811
812 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
813
814         * nnir.el (nnir-run-imap): Remove spurious space in search string.
815
816 2010-10-04  Julien Danjou  <julien@danjou.info>
817
818         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
819         for XEmacs.
820
821 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
824
825         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
826         (nnimap-close-server): Implement.
827
828         * dgnushack.el (iswitchb): Require to shut up the compiler.
829
830         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
831         (shr-insert): Tweak line breaking.
832         (shr-insert): Handle <pre> better.
833         (shr-tag-li): Get <li> indentation right.
834         (shr-tag-li): Get <li> indentation even righter.
835         (shr-tag-blockquote): Ensure paragraph start.
836         (shr-make-table): Tweak table generation.
837         (shr-make-table): Fix typo.
838
839         * shr.el: Implement table rendering.
840
841 2010-10-04  Julien Danjou  <julien@danjou.info>
842
843         * gnus-html.el (gnus-html-put-image): Fix resize image code.
844
845 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * shr.el (shr-insert): Use string anchors instead of line anchors.
848
849 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * shr.el: Add headings.
852         (shr-ensure-paragraph): Actually work.
853         (shr-tag-li): Make <ul> prettier.
854         (shr-insert): Get white space at the beginning/end of elements right.
855         (shr-tag-p): Collapse subsequent <p>s.
856         (shr-ensure-paragraph): Don't insert double line feeds after blank
857         lines.
858         (shr-insert): \t is also space.
859         (shr-tag-s): Fix "s" tag name function.
860         (shr-tag-s): Fix face prop name.
861
862 2010-10-03  Julien Danjou  <julien@danjou.info>
863
864         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
865
866         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
867         gnus-window-inside-pixel-edges.
868
869         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
870         gnus-ems.
871
872         * mm-view.el (mm-inline-image-emacs): Support image resizing.
873
874         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
875         function.
876
877         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
878         resize choice.
879
880 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
883         beginning of the buffer.
884
885         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
886         article buffer again.
887
888         * shr.el (shr-tag-p): Don't insert newlines at the start of the
889         buffer.
890
891         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
892         when it's at the start of the buffer.
893
894         * shr.el (shr-tag-blockquote): Convert name.
895         (shr-rescale-image): Use the right image-size variant.
896
897         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
898         buffer isn't shown, then select the current article first instead of
899         bugging out.
900         (gnus-summary-select-article-buffer): Show both the article and summary
901         buffers again.
902
903         * shr.el (shr-fontize-cont): Protect against regions with no text.
904         Rename tag functions to shr-tag-* for enhanced security.
905         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
906
907 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
908
909         * shr.el (shr-insert):
910         * pop3.el (pop3-movemail):
911         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
912         loaded.
913
914 2010-10-03  Glenn Morris  <rgm@gnu.org>
915
916         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
917
918         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
919
920         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
921
922         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
923
924         * gnus-util.el (gnus-make-local-hook): Simplify.
925
926 2010-10-02  Julien Danjou  <julien@danjou.info>
927
928         * gnus-util.el (gnus-iswitchb-completing-read): New function.
929         (gnus-ido-completing-read): New function.
930         (gnus-emacs-completing-read): New function.
931         (gnus-completing-read): Use gnus-completing-read-function.
932         Add gnus-completing-read-function.
933
934 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * shr.el (shr-insert-document): Autoload.
937         (shr-img): Be silent.
938         (shr-insert): Add a newline after every picture before text.
939         (shr-add-font): Use overlays for combining faces.
940         (shr-insert): Pass upwards the text start point.
941
942         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
943         possible.
944         (mm-shr): New function.
945
946 2010-10-02  Julien Danjou  <julien@danjou.info>
947
948         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
949         should go backward.
950
951 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
952
953         * shr.el (shr): Fix typo in provide call.
954
955 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * shr.el: New file.
958
959         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
960
961         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
962         completing read.
963
964 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
967         we're being queried about.  Suggested by Dan Jacobson.
968
969         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
970         by Jason Eisner.
971
972         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
973         table, too.  Suggested by Stefan Wiens.
974         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
975         the table unnecessary.  Suggested by Stefan Wiens.
976
977         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
978         longer needed, and probably doesn't work either, as pointed out by
979         Stefan Wiens.
980         (gnus-summary-exit): Remove call to the clearing function.
981         (gnus-summary-exit-no-update): Ditto.
982
983         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
984         instead of gnus-eval-in-buffer-window to avoid popping up frames.
985         Reported by Stefan Monnier.
986         (gnus-summary-save-in-rmail): Ditto.
987
988         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
989         article buffer, instead of both the article buffer and the summary
990         buffer.  Sort of suggested by Dan Jacobson.
991
992         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
993
994         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
995         Suggested by Dan Jacobson.
996
997         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
998         documentation clearer.
999
1000         * message.el (message-shorten-references): Comment on the number "21".
1001         Suggested by Stefan Monnier.
1002
1003         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1004         Suggested by Dan Jacobson.
1005
1006         * gnus.el (gnus-large-newsgroup): Mention
1007         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1008
1009         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1010         externalize attachments.  Bug reported by Steve Wen.
1011
1012         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1013         really message anything to the user.
1014
1015         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1016         directly.
1017
1018         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1019         messages in empty groups.
1020
1021 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1022
1023         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1024         non-UIDNEXT group.
1025
1026 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1029         not the value from the collection.
1030
1031         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1032         values.  This sometimes happens on some groups that have no info.
1033         (nnimap-request-newgroups): New function.
1034
1035 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1036
1037         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1038         check into `gnus-registry-initialize'.
1039         (gnus-registry-initialize): Ditto.
1040         Fix and extend header docs.
1041
1042 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1045         regexp backtrace overflows.
1046
1047         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1048         for starttls that tls.el implements; i.e. openssl.
1049
1050         * tls.el (tls-starttls-switches): Give up on using starttls with
1051         gnutls-cli.
1052         (tls-program): Add --insecure to be consistent with the defaults from
1053         openssl s_client.  Now all three commands are insecure.
1054
1055 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * lpath.el: Bind completion-styles-alist for XEmacs.
1058
1059         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1060         (gravatar-create-image): New function that's an alias to
1061         gnus-xmas-create-image, gnus-create-image, or create-image.
1062         (gravatar-data->image): Use it.
1063
1064 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1065
1066         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1067         install the nnregistry refer method.
1068         (gnus-registry-install-hooks): Use it.
1069         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1070         unfollowed groups.
1071
1072 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1073
1074         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1075         expanding threads.
1076
1077 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * nnir.el: Use the server names without suffixes (bug #7009).
1080
1081         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1082         unencrypted to STARTTLS, if possible.
1083
1084 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1085
1086         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1087         headers before superseding.
1088
1089 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * nnrss.el (nnrss-use-local): Add documentation.
1092
1093         * nnimap.el (nnimap-extend-tls-programs): New function.
1094         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1095         (nnimap-wait-for-connection): Accept the greeting from the stupid
1096         output from openssl s_client -starttls, too.
1097
1098         * tls.el (tls-starttls-switches): New variable.
1099         (tls-find-starttls-argument): Use it.
1100         (open-tls-stream): Ditto.
1101
1102         * netrc.el (netrc-credentials): Return the value of the "default"
1103         entry.
1104         (netrc-machine): Ditto.
1105
1106         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1107         article number.
1108         (nnimap-split-fancy): New variable.
1109         (nnimap-split-incoming-mail): Use it.
1110
1111         * nntp.el (nntp-server-list-active-group): Document.
1112
1113         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1114         SELECT to get the message-id.
1115
1116         * mail-source.el (mail-sources): Removed webmail support.
1117         (defvar): Ditto.
1118         (mail-source-fetcher-alist): Ditto.
1119         (mail-source-fetch-webmail): Removed.
1120
1121         * webmail.el: Removed -- doesn't seem relevant any more.
1122
1123         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1124
1125         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1126         the \r.
1127
1128 2010-09-30  Julien Danjou  <julien@danjou.info>
1129
1130         * gnus-agent.el (gnus-agent-add-group): Fix call to
1131         gnus-completing-read.
1132
1133 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * nndoc.el (nndoc-retrieve-groups): New function.
1136
1137         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1138         `default', use nnmail-split-methods.
1139         (nnimap-request-article): Downcase the NILs so that they are nil.
1140
1141         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1142         symbol.
1143
1144         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1145         code, since if the user has requested network, that's what they ought
1146         to get.
1147         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1148         (nnimap-split-rule): Mark as obsolete.
1149
1150         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1151         variable.
1152
1153         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1154         correct slot, too.
1155
1156 2010-09-29  Julien Danjou  <julien@danjou.info>
1157
1158         * gnus.el (gnus-local-domain): Declare variable obsolete.
1159
1160         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1161         computing.
1162         (gnus-ido-completing-read): Require ido.
1163
1164 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165
1166         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1167         build Gnus.
1168
1169         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1170         when interpreting the structures.
1171         (nnimap-request-accept-article): Add \r\n to the lines to make this
1172         work with Cyrus.
1173
1174         * nndraft.el (nndraft-request-expire-articles): Use the group name
1175         instead if "nndraft".  Fix found by Nils Ackermann.
1176
1177 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1178
1179         * nnregistry.el: Added.
1180
1181 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1182
1183         * nnmail.el (group, group-art-list, group-art):
1184         Remove unneeded directives.
1185
1186 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1189         (mm-mime-charset)
1190         * rfc2047.el (rfc2047-syntax-table)
1191         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1192
1193         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1194         rather than `insert-file-contents' and `eval-region'.
1195
1196         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1197         construction.
1198
1199         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1200
1201         * time-date.el: No need to require cl for Emacs 21.
1202
1203 2010-09-29  Julien Danjou  <julien@danjou.info>
1204
1205         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1206         replacement of `gnus-gravatar-relief' to mimic
1207         `gnus-faces-properties-alist'.
1208         Add :version property.
1209
1210 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * mail-source.el (mail-source-report-new-mail)
1213         * message.el (message-default-mail-headers)
1214         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1215
1216         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1217
1218 2010-09-28  Julien Danjou  <julien@danjou.info>
1219
1220         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1221         mail-address contains the same string as real-name.
1222
1223         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1224         non-blank in header, otherwise it'll get stripped.
1225
1226         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1227         real-name, and then for mail address rather than doing : or , search.
1228
1229 2010-09-27  Julien Danjou  <julien@danjou.info>
1230
1231         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1232         (gnus-server-goto-server): Use gnus-completing-read.
1233
1234         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1235
1236         * mm-util.el (defalias): Use gnus-completing-read.
1237         (mm-codepage-setup): Use gnus-completing-read.
1238
1239         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1240         (smime-decrypt-buffer): Use gnus-completing-read.
1241
1242         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1243
1244         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1245         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1246         (mml-insert-multipart): Use gnus-completing-read.
1247
1248         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1249
1250         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1251
1252         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1253
1254         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1255
1256         * gnus.el (gnus-read-method): Use gnus-completing-read.
1257
1258         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1259
1260         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1261         (gnus-mime-action-on-part): Use gnus-completing-read.
1262         (gnus-article-encrypt-body): Use gnus-completing-read.
1263
1264         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1265         (gnus-topic-move-matching): Use gnus-completing-read.
1266         (gnus-topic-copy-matching): Use gnus-completing-read.
1267         (gnus-topic-sort-topics): Use gnus-completing-read.
1268         (gnus-topic-move): Use gnus-completing-read.
1269
1270         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1271         (gnus-agent-add-group): Use gnus-completing-read.
1272
1273         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1274         gnus-completing-read.
1275         (nnmairix-update-groups): Use gnus-completing-read.
1276         (nnmairix-get-server): Use gnus-completing-read.
1277         (nnmairix-backend-to-server): Use gnus-completing-read.
1278         (nnmairix-goto-original-article): Use gnus-completing-read.
1279         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1280
1281         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1282
1283         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1284         (gnus-group-make-useful-group): Use gnus-completing-read.
1285         (gnus-group-make-web-group): Use gnus-completing-read.
1286         (gnus-group-add-to-virtual): Use gnus-completing-read.
1287         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1288
1289         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1290         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1291         (gnus-summary-execute-command): Use gnus-completing-read.
1292         (gnus-summary-respool-article): Use gnus-completing-read.
1293         (gnus-read-move-group-name): Use gnus-completing-read.
1294
1295         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1296         (gnus-summary-score-effect): Use gnus-completing-read.
1297
1298         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1299
1300         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1301         right completing-read function.
1302         (gnus-use-ido): New variable
1303         (gnus-completing-read-with-default): Remove.
1304
1305 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1308         x-focus-frame.
1309
1310         * nnimap.el (auth-source-forget-user-or-password)
1311         (auth-source-user-or-password): Autoload.
1312
1313         * message.el (message-from-style, message-interactive)
1314         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1315         (message-yank-prefix, message-indentation-spaces, message-signature)
1316         (message-signature-file): Add comment.
1317
1318 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1321         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1322         new articles.
1323
1324         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1325         parts.
1326         (nnimap-request-article): Work with the t setting, too.
1327
1328         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1329         that you don't get flashes of other buffers.
1330         (gnus-summary-show-complete-article): Intern before setting.
1331
1332 2010-09-27  David Engster  <dengste@eml.cc>
1333
1334         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1335         well as HEADERS.
1336         (nnmairix-retrieve-headers): Provide new argument for the above.
1337
1338 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * gnus-sum.el (gnus-summary-move-article): Don't alter
1341         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1342         group.
1343
1344         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1345
1346         * message.el (message-cite-prefix-regexp): Revert my last edit.
1347
1348         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1349         variable instead of the Gnus variable.
1350
1351         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1352
1353         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1354         again.
1355
1356         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1357         since some servers don't like it.
1358         (nnimap-open-connection): Forget credentials if the server says the
1359         password was wrong.
1360         (nnimap-parse-line): Protect against invalid data.
1361
1362         * gnus-sum.el (gnus-summary-move-article): Add comment.
1363         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1364         nothing alters it while scanning for new messages.
1365
1366         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1367         which may or may not help.
1368         (nnimap-open-connection): If we're doing a stream connection, and then
1369         discover we're on a STARTTLS-capable server, then open a STARTTLS
1370         connection instead.
1371
1372 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * nnimap.el (utf7): Required.
1375
1376         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1377         prefix.
1378
1379 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1380
1381         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1382
1383 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * nnimap.el (nnimap-request-accept-article): Message the error on
1386         error.
1387
1388 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1391
1392 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * nndoc.el (nndoc-request-list): Return success always.
1395
1396         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1397         `fetch-old' -- we only want to fetch the articles we've requested.  The
1398         rest are in the agent, probably.
1399         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1400         disappeared server" to something low.  It's not important.
1401
1402         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1403         arrived before the FETCH data.
1404
1405         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1406         target here, because we don't know the Gnus name of the group.
1407
1408         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1409         for the correct group.
1410
1411         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1412
1413         * gnus.el (gnus): Give a final warning after startup.
1414
1415         * gnus-util.el (gnus-action-message-log): New variable.
1416         (gnus-message): Use it.
1417         (gnus-final-warning): New function.
1418
1419         * nnimap.el (nnimap-open-connection): Record the greeting.
1420         (nnimap): Add greeting.
1421
1422 2010-09-26  Julien Danjou  <julien@danjou.info>
1423
1424         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1425         arguments.
1426         (gnus-html-wash-images): Fix spec computing to include start/end.
1427
1428         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1429
1430 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1433         deletion.
1434         (nnimap-retrieve-headers): Don't select the group, because that's
1435         already done by nnimap-possibly-change-group.
1436
1437         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1438         (gnus-picon-transform-address): Use it.
1439
1440         * mail-source.el (mail-source-value): Revert previous patch.
1441
1442         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1443         on failure.
1444         (nnimap-open-connection): Look up both virtual and physical server name
1445         credentials.
1446
1447         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1448
1449 2009-02-07  Dave Love  <fx@gnu.org>
1450
1451         * tls.el (open-tls-stream): Don't query killing process.
1452
1453 2009-02-08  Dave Love  <fx@gnu.org>
1454
1455         * gnus-win.el (gnus-window-to-buffer-helper,
1456         gnus-all-windows-visible-p): Function needn't be a symbol.
1457
1458         * mail-source.el (mail-source-value): Function needn't be a symbol.
1459
1460 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * message.el (message-cite-prefix-regexp): Remove } from the cite
1463         prefix.
1464
1465         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1466         highlight again, so that the highlight is correct.
1467
1468         * gnus-picon.el (gnus-picon): Remove again.
1469         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1470
1471         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1472         doing the header highlightling, so that the background colour of the
1473         picon is correct.
1474
1475         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1476         (gnus-picon): Ditto.
1477         (gnus-picon): Reinstate.  The background colour for picons is white.
1478         (gnus-picon-insert-glyph): Make the background white.
1479
1480         * nnml.el (nnml-open-nov): Don't return dead buffers.
1481
1482         * auth-source.el (auth-source-create): Query the user for whether to
1483         store the credentials.
1484
1485         * netrc.el (netrc-store-data): New function.
1486
1487         * auth-source.el (auth-source-user-or-password): Use the existing auth
1488         sources, if any, for creation.
1489
1490         * gnus.el (gnus-group-fast-parameter): Return the last matching
1491         parameter instead of the first matching parameter.
1492
1493 2010-09-26  Julien Danjou  <julien@danjou.info>
1494
1495         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1496
1497 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * mml2015.el (mml2015-use): Remove gpg support.
1500
1501         * mml1991.el (mml1991-function-alist): Remove gpg function.
1502         (mml1991-gpg-sign): Removed.
1503
1504 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1505
1506         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1507         (gnus-browse-unsubscribe-current-group): Document it.
1508         (gnus-browse-unsubscribe-group): Use it.
1509
1510 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1513         address to the To list for easier response.
1514
1515         * gnus.el (gnus-play-startup-jingle): Removed.
1516         (gnus-splash): Don't play jingle.
1517         (gnus): Silence gnus-load message.
1518
1519         * gnus-art.el (gnus-treat-play-sounds): Removed.
1520
1521         * gnus.el (gnus-play-jingle): Remove audio support.
1522
1523         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1524
1525         * earcon.el: Removed -- no users.
1526
1527         * gnus-audio.el: Removed -- no users of this package.
1528
1529         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1530
1531         * gnus-start.el (gnus-setup-news): Remove nocem support.
1532
1533         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1534
1535         * gnus.el (gnus-use-nocem): Removed.
1536
1537         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1538         Removed.
1539
1540         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1541         uses NoCeM any more.
1542
1543         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1544         (gnus-button-ctan-handler): Ditto.
1545         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1546         (gnus-button-ctan-directory-regexp): Ditto.
1547         (gnus-button-handle-ctan): Ditto.
1548         (gnus-button-tex-level): Ditto.
1549         (gnus-button-alist): Removed CTAN stuff.
1550
1551 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552
1553         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1554         nnimap-streaming test.
1555
1556         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1557         servers twice.
1558
1559         * nnimap.el (nnimap-open-connection): Add more error reporting when
1560         nnimap fails early.
1561
1562         * nnheader.el (nnheader-get-report-string): New function.
1563         (nnheader-get-report): Use it.
1564
1565         * gnus-int.el (gnus-check-server): Say what the error was when opening
1566         failed.
1567
1568         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1569         using streaming.
1570
1571 2010-09-25  Julien Danjou  <julien@danjou.info>
1572
1573         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1574         gnus-window-inside-pixel-edges.
1575
1576 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1579
1580         * mm-decode.el (mm-save-part): Allow saving to other directories the
1581         normal Emacs way.
1582
1583         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1584         by Jay Berkenbilt.
1585
1586         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1587         there isn't a single byte.
1588
1589         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1590         just do it.  It doesn't really seem to matter what the user responds
1591         here, I think, so it's just a confusing question.
1592
1593         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1594         non-streaming case.
1595
1596         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1597         (gnus-article-encrypt-body): Use it.
1598
1599         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1600         keystroke.
1601
1602         * nnimap.el (nnimap-find-wanted-parts-1): Use
1603         gnus-fetch-partial-articles.
1604
1605         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1606
1607         * nnimap.el (nnimap-insert-partial-structure): New function.
1608         (nnimap-get-partial-article): New function.
1609         (nnimap-request-article): Use it.
1610         (nnimap-wait-for-response): Return whether the wait was successful.
1611         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1612         retrieval wasn't successful.
1613         (nnimap-retrieve-group-data-early): Allow throttling servers.
1614         (nnimap-streaming): New variable.
1615         (nnimap-fetch-partial-articles): Removed.
1616
1617         * mm-decode.el (mm-with-part): Protect against killed buffers.
1618
1619         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1620         for prettier summary display.
1621
1622 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1623
1624         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1625         directly.
1626
1627 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1630         apparently third-party libraries depend on it.
1631
1632         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1633         before starting negotiation.
1634
1635         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1636         privacy reasons.
1637         (gnus-treat-mail-gravatar): Ditto.
1638
1639         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1640         buffer when inserting images.  Inserting text into the headers, for
1641         instance, can make them invalid.
1642
1643 2010-09-25  Julien Danjou  <julien@danjou.info>
1644
1645         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1646         variables.
1647
1648         * nnheader.el: Remove useless variables news-reply-yank-from and
1649         news-reply-yank-message-id.
1650
1651         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1652         variables.
1653
1654         * mml1991.el: Remove useless mml1991-verbose.
1655
1656         * gnus.el: Remove useless variable gnus-use-generic-from.
1657         Remove obsolete variable gnus-topic-indentation.
1658
1659         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1660
1661         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1662
1663         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1664
1665         * gnus-group.el: Remove useless gnus-group-icon-cache.
1666         Remove useless gnus-ephemeral-group-server.
1667
1668         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1669
1670         * mml2015.el: Remove useless mml2015-verbose.
1671
1672         * mml-smime.el: Remove useless mml-smime-verbose.
1673
1674         * gnus.el: Remove useless gnus-local-domain.
1675
1676         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1677         gnus-gravatar-size.
1678
1679         * gnus-art.el: Remove useless gnus-treat-translate.
1680
1681 2010-09-24  Julien Danjou  <julien@danjou.info>
1682
1683         * gnus-sum.el: Add support for Gravatars.
1684
1685         * gnus-art.el: Add support for Gravatars.
1686
1687         * gnus-gravatar.el: Add this file.
1688
1689         * gravatar.el: Add this file.
1690
1691 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1694
1695         * gnus-group.el (gnus-group-fetch-faq): Removed.
1696
1697         * gnus.el (gnus-group-faq-directory): Removed.
1698
1699         * gnus-group.el (gnus-group-fetch-charter): Removed.
1700
1701         * gnus.el (gnus-group-charter-alist): Removed.
1702
1703         * gnus-group.el (gnus-group-archive-directory): Removed.
1704         (gnus-group-recent-archive-directory): Ditto.
1705         (gnus-group-make-archive-group): Removed.
1706
1707         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1708
1709         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1710         use the same article number for all the cached articles.
1711
1712         * nnimap.el (nnimap-command): Register the last command time so
1713         that we can use it for idling NOOPs.
1714         (nnimap-open-connection): Start the keeplive timer.
1715         (nnimap-make-process-buffer): Store all the process buffers.
1716         (nnimap-keepalive): New function.
1717
1718         * starttls.el: (starttls-open-stream): Add autoload cookie.
1719
1720 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1721
1722         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1723         handling.
1724
1725 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1728         its data structures.
1729
1730         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1731         instead of the cl.el copy-list.
1732         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1733         equalp.
1734
1735 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1738         and tool-bar-local-item-from-menu.
1739
1740         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1741         mode-line-highlight face for Emacs.
1742
1743         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1744         loading gnus-sum.elc; fix comment for canlock-verify.
1745         (gnus-article-jump-to-part): Use read-number.
1746         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1747         Emacs pre-21 compatible code for help-echo.
1748         (gnus-article-next-page-1): No need to adjust the number of lines.
1749         (gnus-article-describe-bindings): Always use help-buffer.
1750
1751         * gnus-audio.el (gnus-audio-inline-sound)
1752         * gnus-cus.el (gnus-custom-mode)
1753         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1754
1755         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1756
1757         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1758         compatible code.
1759
1760 2010-09-24  Glenn Morris  <rgm@gnu.org>
1761
1762         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1763         visiting the fcc file in rmail-mode.
1764
1765         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1766
1767 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * nnir.el: Silence the byte compiler.
1770
1771         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1772         alias to browse-url-url-encode-chars if any.
1773         (gnus-html-encode-url): Use it.
1774
1775 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * gnus-start.el (gnus-use-backend-marks): New variable.
1778         (gnus-get-unread-articles-in-group): Use it.
1779
1780         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1781         makeover.
1782
1783 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1784
1785         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1786
1787 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1790         Removed.
1791         (gnus-setup-news-hook): Removed
1792         gnus-fixup-nnimap-unread-after-getting-new-news.
1793
1794         * gnus-int.el (gnus-request-update-info): Protect against backends not
1795         having the function.
1796
1797         * nnimap.el (nnimap-stream): Mention starttls.
1798         (nnimap-open-connection): Add starttls support.
1799
1800 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1801
1802         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1803
1804 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1807         BODYSTRUCTUREs.
1808         (nnimap-transform-headers): Unfold quoted {42} headers.
1809
1810         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1811         the info.
1812         (gnus-get-unread-articles): Only call updatep on backends that support
1813         it.
1814
1815         * nnweb.el (nnweb-request-update-info): NOOP.
1816
1817         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1818
1819         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1820         since it only deals with marks.
1821
1822         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1823         gnus-request-marks, and make a new gnus-request-update-info.
1824
1825         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1826         the active instead of the high number, which is usually too low.
1827
1828 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1829
1830         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1831         * encrypt.el: Removed.
1832
1833 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1836         server in symbolic form.
1837
1838         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1839         0.9.
1840
1841 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1844         (nnimap-update-info): Fix up code slightly.
1845
1846         * gnus-int.el (gnus-open-server): Add tracing for performance
1847         debugging.
1848
1849         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1850         (gnus-group-insert-group-line): Pass the real group name so that it
1851         gets the right data.
1852
1853         * gnus-start.el (gnus-get-unread-articles): Don't have
1854         `gnus-get-unread-articles-in-group' update info, since that can be
1855         really slow and doesn't seem to be needed?
1856
1857 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1858
1859         * time-date.el (date-to-time): Try using parse-time-string first before
1860         using the slower timezone-make-date-arpa-standard.
1861
1862 2010-09-22  Julien Danjou  <julien@danjou.info>
1863
1864         * gnus-group.el (gnus-group-insert-group-line): Call
1865         gnus-group-highlight-line.
1866         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1867         default hook list.
1868         (gnus-group-update-eval-form): Add new function.
1869         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1870         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1871
1872 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1875         immediate, then expire all articles.
1876         (nnimap-update-info): Fix off-by-one errors.
1877         (nnimap-flags-to-marks): Would return no marks lists for group with no
1878         flags.  Instead return the other data.
1879
1880 2010-09-22  Julien Danjou  <julien@danjou.info>
1881
1882         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1883         Only return an icon.
1884         (gnus-group-insert-group-line): Compute icon to return.
1885
1886         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1887         variable.
1888         (gnus-html-image-fetched): Only cache if
1889         gnus-html-image-automatic-caching is set.
1890         (gnus-html-image-fetched): Check for errors.
1891
1892 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1895         once per method on `g'.  This ensures that backends like nnfolder don't
1896         open all their folders.
1897
1898         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1899         (nnimap-request-list): Nix out group in the correct buffer.
1900         (nnimap-parse-flags): Implement by using `read' instead of
1901         hand-parsing.
1902         (nnimap-flags-to-marks): Pass on permanent-flags.
1903         (nnimap-make-process-buffer): Record the server name.
1904         (nnimap-parse-flags): Fix typo.
1905         (nnimap-request-scan): Run split on the server in general, not just a
1906         single group.
1907
1908         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1909         parameter, and propagate this downwards.
1910
1911         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1912         since EXAMINE changes it on the server.
1913
1914         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1915         this command might take a while.
1916
1917 2010-09-22  Julien Danjou  <julien@danjou.info>
1918
1919         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1920         harmful if you have 2 images side-by-side, they can't be properly
1921         update on text deletion.  Using text-property is safer here.
1922         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1923         data.
1924
1925 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * nnimap.el (nnimap-expunge-inbox): Removed.
1928         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1929         (nnimap-expunge): Flip default to t.
1930
1931         * gnus.el (gnus-method-to-server): Don't push things to the cache
1932         unless it's unique.
1933         (gnus-server-to-method): Ditto.
1934
1935 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1936
1937         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1938
1939 2010-09-22  Julien Danjou  <julien@danjou.info>
1940
1941         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1942         get the start of data.
1943         (gnus-html-encode-url): Add this function to encode special chars in
1944         URL.
1945         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1946         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1947
1948         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1949         default.
1950         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1951
1952         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1953         images alt-text.
1954         (gnus-html-put-image): Put alt-text as help-echo.
1955
1956 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1959         * mm-util.el (mm-decompress-buffer)
1960         * nnir.el (nnir-run-find-grep)
1961         * pop3.el (pop3-list): Use 3rd arg of split-string.
1962
1963         * time-date.el (format-seconds): Comment fix.
1964
1965         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1966         and byte-optimize-form-code-walker.
1967         (dgnushack-make-auto-load): Don't advise make-autoload.
1968
1969         * lpath.el: Remove Emacs 21 stuff.
1970
1971 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1974         outside the active range.  Suggested by Dan Christensen.
1975
1976         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1977         slightly later to avoid double-getting it.
1978
1979         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1980         previous patch.
1981
1982         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1983
1984 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1985
1986         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1987
1988 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * gnus-int.el (gnus-open-server): Give a better error message in the
1991         "go offline" case.
1992
1993         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1994         marks for nnimap, which is seldom the right thing to do.
1995
1996         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1997         (gnus-same-method-different-name): New function.
1998
1999         * nnimap.el (parse-time): Require.
2000
2001         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2002         method in the presence of many similar methods.
2003
2004         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2005
2006         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2007         nnml-inhibit-expiry.
2008
2009         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2010         find out whether methods are equal.
2011
2012         * nnimap.el (nnimap-find-expired-articles): New function.
2013         (nnimap-process-expiry-targets): New function.
2014         (nnimap-request-move-article): Request the article before looking at
2015         what the Message-ID is.  Fix found by Andrew Cohen.
2016         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2017
2018         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2019         for oldness in addition to being a predicate.
2020
2021         * nnimap.el (nnimap-request-group): When we have zero articles, return
2022         the right data to Gnus.
2023         (nnimap-request-expire-articles): Only delete articles immediately if
2024         the target is 'delete.
2025
2026         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2027         method, this would bug out.
2028
2029         * gnus-group.el (gnus-group-expunge-group): Renamed from
2030         gnus-group-nnimap-expunge, and implemented as a normal interface
2031         function.
2032
2033         * gnus-int.el (gnus-request-expunge-group): New function.
2034
2035         * nnimap.el (nnimap-request-create-group): Implement.
2036         (nnimap-request-expunge-group): New function.
2037
2038 2010-09-21  Julien Danjou  <julien@danjou.info>
2039
2040         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2041         (gnus-html-cache-expired): Add new function.
2042         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2043         wethever we should display image for fetch it.
2044         Compute alt-text earlier to pass it to the fetching function too.
2045         (gnus-html-schedule-image-fetching): Change function argument to only
2046         get one image at a time, not a list.
2047         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2048         cache.
2049         (gnus-html-get-image-data): New function to retrieve image data from
2050         cache.
2051         (gnus-html-put-image): Change buffer argument to use image data rather
2052         than file, and place image above region rather than inserting a new
2053         one. Do not take alt-text as argument, since it's useless now: we place
2054         the image above alt-text.
2055         (gnus-html-prune-cache): Remove.
2056         (gnus-html-show-images): Start to fetch image when we find one, do not
2057         push into a temporary list.
2058         (gnus-html-prefetch-images): Only fetch image if they have expired.
2059         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2060         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2061
2062 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2065
2066 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2069         spec inser "*" if the group isn't active instead of 0.
2070
2071         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2072         opening the server.
2073         (nnimap-request-delete-group): Implement group deletion.
2074         (nnimap-transform-headers): Return the size of the entire message in
2075         the Bytes header, not just the size of the first part.
2076         (nnimap-request-move-article): When moving an article from nnimap,
2077         request the article first so the accepting form has an article to
2078         accept.  Reported by Dan Christensen.
2079         (nnimap-command): Make sure that the error message doesn't error out.
2080
2081 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2082
2083         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2084         we haven't requested anything.
2085
2086 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2089         "".  Fix found by Andrew Cohen.
2090
2091         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2092         instead of -encode-string.
2093
2094 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2097
2098         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2099         by mm-subst-char-in-string.
2100
2101 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2104         waiting for the connection string.
2105
2106         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2107         arriving.
2108
2109         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2110         bogus characters.  This allows selecting certain Gmail groups.
2111
2112         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2113         (nnimap-fetch-partial-articles): New variable.
2114         (nnimap-open-connection): When looking for credentials, also use the
2115         nnimap-server-port.
2116         (nnimap-request-article): Return the group/article number, so that Gnus
2117         `^' works as expected.
2118         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2119         them.
2120
2121         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2122         comments.
2123         (gnus-methods-sloppily-equal): New function.
2124         (gnus): When using the development version of Gnus, load the gnus-load
2125         file.
2126
2127         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2128         `gnus-open-server' on each method before trying to scan them etc.  This
2129         ensures that all the backend parameters are set correctly.
2130
2131         * nnimap.el (nnimap-authenticator): New variable.
2132         (nnimap-open-connection): Allow anonymous login.
2133         (nnimap-transform-headers): The chars header is called Chars not
2134         Bytes.
2135         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2136         drops.
2137
2138         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2139         patch, found by Knut Anders Hatlen.
2140
2141 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2142
2143         * gnus-agent.el (gnus-agent-batch-confirmation)
2144         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2145         to gnus-message.
2146         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2147         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2148         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2149         * gnus-int.el (gnus-open-server): Likewise.
2150         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2151         (gnus-score-check-syntax): Likewise.
2152         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2153         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2154         Likewise.
2155         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2156
2157 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2160         calling conventions so that prefetch doesn't bug out.
2161
2162 2010-09-19  Julien Danjou  <julien@danjou.info>
2163
2164         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2165         rather than `subst-char-in-region' in order to be able to replace ASCII
2166         char by UTF-8 ones.
2167
2168         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2169         than curl.
2170         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2171         the right URL and ALT text on images.
2172         (gnus-html-wash-tags): Fix tag case.
2173         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2174         (gnus-article-html): Add -o display_ins_del=2 option.
2175         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2176
2177 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2180         the extra mail headers, which sometimes seem to happen for unknown
2181         reasons.
2182
2183         * mail-parse.el (mail-header-encode-parameter): Define as
2184         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2185         (or most, perhaps?) mail readers don't understand the latter, but do
2186         understand the former.
2187
2188         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2189         to nil, so that no methods are automatically agentized.  I think this
2190         is probably what most users want.
2191
2192         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2193         from url-retrieve, for instance about invalid URLs.
2194
2195         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2196         groups that have no articles.
2197         (nnimap-request-article): Check that we really got an article when we
2198         requested one.
2199
2200         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2201         doesn't exist.
2202
2203         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2204         nntp buffer so the agent can save it.
2205         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2206         that CRLF doesn't get translated to \n.
2207         (nnimap-open-connection): Don't make 'shell commands only send \n.
2208
2209 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2210
2211         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2212         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2213         Update var name.
2214         (nnml-generate-nov-file): Use dolist.
2215         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2216         Use with-current-buffer.
2217
2218 2010-09-18  Julien Danjou  <julien@danjou.info>
2219
2220         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2221         parallel.
2222
2223 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2226         the range update right.
2227         (nnimap-request-group): Don't make `M-g' bug out on group with no
2228         marks.
2229         (nnoo): Required, so that other packages can require nnimap.
2230         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2231         command we're looking for.  This helps when the server sends more
2232         responses after we've gotten everything we expected.
2233         (nnimap): Add a `newlinep' field to keep track of end-of-line
2234         conventions.
2235         Don't send CRLF to things that don't want it.
2236         (nnimap-request-accept-article): Ditto.
2237
2238 2010-09-18  Julien Danjou  <julien@danjou.info>
2239
2240         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2241         than curl to retrieve images.
2242
2243 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2246         the marks.
2247         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2248         (nnimap-wait-for-connection): New function.
2249         (nnimap-open-connection): If we have PREAUTH, don't query for login
2250         credentials.
2251         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2252         when doing a partial update.
2253
2254 2010-09-18  Julien Danjou  <julien@danjou.info>
2255
2256         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2257         tags.
2258
2259 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * nnimap.el (nnimap-credentials): New function.
2262         (nnimap-open-connection): Use the new function to look for credentials
2263         also on the numeric equivalents of "imap" and "imaps".
2264
2265         * gnus-start.el (gnus-activate-group): Send the info to
2266         gnus-request-group.
2267
2268         * nnimap.el (nnimap-request-group): Have the "check" version of the
2269         function parse flags and update the info, so that a `M-g' get a total
2270         resync of all flags from the group.
2271
2272         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2273         to allow backends to alter the info on group selection.  Also alter all
2274         the backend -request-group functions to take the parameter.
2275
2276         * nnimap.el (nnimap-store-info): New function.
2277         (nnimap-update-info): Store the info for later usage.
2278         (nnimap-request-group): Use the stored info for the dont-check case, so
2279         that we don't retrieve all marks when we enter a group.
2280
2281         * nnimap.el: Use deffoo instead of defun for interface functions.
2282
2283         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2284         update the group info.  This makes the nndraft groups, for instance, go
2285         back to their old behaviour.
2286
2287         * gnus-sum.el (gnus-select-newsgroup): Indent.
2288
2289         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2290         in.
2291         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2292         nothing.
2293
2294         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2295         from methods that are denied.
2296
2297         * gnus-int.el (gnus-method-denied-p): New function.
2298
2299         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2300         store the password instead of netrc.
2301         (nnimap-open-connection): Don't error out when we can't make a
2302         connections.
2303
2304         * auth-source.el (auth-source-create): In the password prompt, say what
2305         we're querying for.  Also prompt for user name if that hasn't been
2306         given.
2307
2308         * nnimap.el (nnimap-with-process-buffer): Removed.
2309
2310 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2313         method when we're reading from the agent.
2314
2315         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2316
2317         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2318         that's probably most useful for users.
2319
2320         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2321         "failed" all the time.
2322
2323         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2324         ...)) with (with-current-buffer ... ).
2325
2326         * nntp.el (nntp-open-server): Return whether the open was successful or
2327         not.
2328
2329         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2330         select an unread unseen article first.
2331
2332         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2333         /etc/services, supply some sensible port defaults.
2334
2335         * dgnushack.el: Define netrc-credentials.
2336
2337 2010-09-17  Julien Danjou  <julien@danjou.info>
2338
2339         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2340
2341 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2342
2343         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2344         doesn't have any parameters.
2345
2346 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2349         only upcased checks.
2350
2351         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2352
2353         * nnimap.el (nnimap-open-shell-stream): New function.
2354         (nnimap-open-connection): Use it.
2355         (nnimap-transform-headers): Get the number of lines in each message.
2356         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2357         number of lines.
2358         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2359         problem.
2360
2361         * utf7.el (utf7-encode): Autoload.
2362
2363         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2364         to allow the mail splitting to not return a default group.  This is
2365         useful for nnimap, which will leave unmatched mail in the inbox.
2366
2367         * nnimap.el: Rewritten.
2368
2369         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2370         nnimap usage.
2371
2372         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2373         if the move is internal, so that nnimap can do fast internal moves.
2374
2375         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2376         data.
2377         (gnus-read-active-for-groups): Support finishing the early retrieval of
2378         data.
2379
2380         * gnus-range.el (gnus-range-nconcat): New function.
2381
2382         * gnus-int.el (gnus-finish-retrieve-group-infos)
2383         (gnus-retrieve-group-data-early): New functions.
2384
2385 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2386
2387         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2388         (nnrss-retrieve-groups):
2389         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2390         (pop3-quit): Use with-current-buffer.
2391
2392 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2395         instead of nnheader-accept-process-output.
2396
2397         * dgnushack.el (dgnushack-compile): Add comment.
2398
2399         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2400
2401         * gnus-html.el (gnus-html-schedule-image-fetching)
2402         (gnus-html-prefetch-images): Replace process-kill-without-query by
2403         gnus-set-process-query-on-exit-flag.
2404
2405 2010-09-16  Romain Francoise  <romain@orebokech.com>
2406
2407         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2408
2409 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2412         parameter to unintern is mandatory-ish in Emacs 24.
2413
2414         * gnus-html.el (gnus-html-schedule-image-fetching)
2415         (gnus-html-prefetch-images): Check for curl before using it.
2416
2417         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2418         depend on curl, which isn't essential.
2419
2420         * imap.el: Revert back to version
2421         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2422         seem problematic.
2423
2424 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2425
2426         * gnus-registry.el (gnus-registry-install-shortcuts):
2427         Explicitly pass `obarray' to `unintern' to avoid a warning.
2428
2429 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2432         change.
2433
2434         * nnrss.el (nnrss-request-list): Removed this function and related
2435         functions, including the moreover stuff.
2436
2437 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * nnrss.el (nnrss-retrieve-groups): New function.
2440
2441 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2442
2443         * .dir-locals.el: Add no-byte-compile cookie.
2444
2445 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * time-date.el (format-seconds): Comment fix.
2448
2449         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2450         for back end that doesn't support request-scan.
2451
2452 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2455         then do request scans from the backends.
2456
2457         * netrc.el (netrc-credentials): New conveniency function.
2458
2459         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2460         avoid running a hook per line, since this takes a lot of time,
2461         profiling shows.
2462         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2463         directly if gnus-visual-p is true.
2464
2465 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2468         groups; replace mapcar with dolist which is a bit faster; pass groups
2469         info to gnus-read-active-file-1.
2470         (gnus-read-active-file-1): Scan only specified groups if the new
2471         optional arg `infos' is given.
2472
2473 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2476
2477         * pop3.el (pop3-movemail): Removed.
2478         (pop3-streaming-movemail): Renamed to pop3-movemail.
2479
2480         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2481         don't restrict end-tag searches to the end of the line.
2482
2483 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2486         articles of every unchecked group to t, which means unknown since the
2487         server has never been opened.
2488
2489 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus-html.el (gnus-html-show-alt-text): New command.
2492         (gnus-html-browse-image): Ditto.
2493         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2494         to browse the image directly.
2495         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2496         better.
2497
2498         * gnus-async.el (gnus-async-article-callback): Call
2499         `gnus-html-prefetch-images' unconditionally.
2500
2501         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2502         before feeding URLs to curl.
2503
2504 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2507         internal images as deletable by `W D D'.
2508
2509         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2510         (gnus-async-article-callback): Fix typo.
2511
2512 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2515         current line to work around bugs in the output from w3m.
2516
2517         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2518         for groups that want that.
2519
2520         * nntp.el (nntp-wait-for-string): Supply a timeout for
2521         accept-process-output to ensure progress.
2522
2523         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2524         level to get unread articles from, then use that for foreign groups,
2525         too.
2526
2527         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2528         confuses the rest of the function.
2529
2530         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2531         for the methods that support -retrieve-groups, too.
2532
2533         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2534
2535 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2538         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2539
2540         * pop3.el: Require cl when compiling.
2541         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2542
2543 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2546         that aren't going to be activated.
2547         (gnus-get-unread-articles): Fix up the last commit.
2548
2549         * gnus-html.el (gnus-article-html): Allow calling without specifying
2550         the handle.  In that case, dissect the buffer first.
2551
2552         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2553
2554         * nnimap.el (nnimap-open-connection): Revert the change that would look
2555         into authinfo for imaps instead of imap.
2556
2557         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2558         say that you don't want to call gnus-request-group with don-check, but
2559         do check the reponse.  This is for virtual groups only.
2560         (gnus-get-unread-articles): Count the archive groups as secondary, so
2561         that they're activated the same way as before.
2562
2563         * imap.el (imap-message-map): Removed optional buffer parameter, since
2564         no callers use it.
2565         (imap-message-get): Ditto.
2566         (imap-message-put): Ditto.
2567         (imap-mailbox-map): Ditto.
2568         (imap-mailbox-put): Ditto.
2569         (imap-mailbox-get): Ditto.
2570         (imap-mailbox-get): Revert last change for this function.
2571
2572         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2573         case-insensitively.
2574         (nnimap-debug): Removed.
2575
2576         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2577         to use `imap-fetch' instead.  According to the comments, this should be
2578         safe, since all other IMAP clients use the 1:* syntax.
2579         (imap-enable-exchange-bug-workaround): Removed.
2580         (imap-debug): Removed -- doesn't seem very useful.
2581
2582         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2583         mail from a file, and the file doesn't exist.
2584
2585         * imap.el (imap-log): New convenience function used throughout instead
2586         of repeating the same code all over the place.
2587
2588         * pop3.el (pop3-streaming-movemail): Return t for success.
2589
2590         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2591         .authinfo if we're using ssl connection.
2592
2593         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2594         already have if we're in a main Gnus `g' run.
2595
2596         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2597
2598 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2601
2602         * nnmh.el (nnmh-request-list-1): Bind `file'.
2603
2604         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2605         alias to set-process-query-on-exit-flag or process-kill-without-query.
2606         (pop3-open-server): Use it.
2607
2608 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2611         box to the Incoming file.  Fixes mistake in previous checkin.
2612
2613         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2614         request loop (for debugging purposes) removed.
2615
2616         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2617         culprit is more visible.
2618         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2619         (nnml-add-incremental-nov): New functions to do "incremental" nov
2620         updates, where we just append to the end of the existing nov files
2621         without reading/writing them in full.
2622
2623         * mail-source.el (mail-source-delete-crash-box): Really only check the
2624         incoming files once in a while.
2625
2626         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2627
2628         * mail-source.el (mail-source-delete-crash-box): Only check the
2629         incoming files for deletion once per day to save a lot of file
2630         accesses.
2631
2632         * pop3.el (pop3-logon): Fix up unbound variable typo.
2633
2634         * mail-source.el (pop3-streaming-movemail): Autoload.
2635
2636         * pop3.el (pop3-streaming-movemail): Respect
2637         pop3-leave-mail-on-server.
2638
2639         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2640         retrieval.
2641
2642         * pop3.el (pop3-process-filter): Removed unused function.
2643         (pop3-streaming-movemail, pop3-send-streaming-command)
2644         (pop3-wait-for-messages, pop3-write-to-file)
2645         (pop3-number-of-responses): New functions for streaming pop3
2646         retrieval.
2647
2648         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2649         come from no known methods.
2650         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2651         list.
2652
2653         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2654         message sizes.
2655         (pop3-movemail): Use erase-buffer instead of looping and deleting
2656         regions, which seems rather odd.
2657
2658         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2659         file once per `g' run.
2660
2661         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2662         directories.  This makes the draft queue directory work.
2663
2664         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2665         data from the backends, so that we only request the list of groups from
2666         each method once.  This should speed things up considerably.
2667
2668         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2669         detect that it's not implemented.
2670
2671         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2672         we actually do recurse down into the tree, but don't stat all leaf
2673         nodes.
2674
2675         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2676         then say so instead of bugging out.
2677
2678         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2679         files exist before trying to read them.
2680
2681         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2682         around <pre_int>.
2683
2684         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2685
2686         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2687
2688 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689
2690         * mm-util.el (mm-image-load-path): Just return the image directories,
2691         not all directories in the path in addition to the image directories.
2692         (mm-image-load-path): Maintain a cache of the image directories so that
2693         the `g' command in Gnus doesn't have to stat dozens of directories each
2694         time.
2695
2696         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2697         (gnus-html-wash-tags): Add a new `i' command to insert images.
2698         (gnus-html-insert-image): New command and keystroke.
2699         (gnus-html-redisplay-with-images): New command and keystroke.
2700         (gnus-html-show-images): Renamed command.
2701         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2702         spacers.
2703         (gnus-html-wash-tags): Decode entities at the end, so that entities
2704         inside the tags don't mess up the rest of the "parsing".
2705
2706         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2707         so that nnimap methods aren't agentized by default.  There's apparently
2708         many problems related to agent/imap behaviour.
2709
2710         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2711
2712         * gnus-html.el: Doc fix.
2713
2714 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2715
2716         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2717         specifier-spec-list for Emacs 21.
2718
2719         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2720         glyph-width and glyph-height instead of display-graphic-p and
2721         image-size; make avoidance of displaying small images work for XEmacs.
2722
2723         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2724         for XEmacs.
2725
2726         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2727         of symbol that holds plist data.
2728         (gnus-process-plist): Remove plist of process after getting it.
2729
2730 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * message.el (message-generate-hashcash): Change default to
2733         'opportunistic if hashcash is installed.
2734
2735         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2736         (gnus-html-put-image): Only call image-size once, since it's somewhat
2737         time-consuming on remote X servers.
2738
2739 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2742         type on data, not a file name.
2743
2744         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2745         window-pixel-edges for Emacs 21.
2746
2747         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2748         decoded contents.
2749         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2750
2751 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2754         group line format, since it isn't very interesting.
2755
2756         * gnus-agent.el (gnus-agent-short-article),
2757         (gnus-agent-long-article): Increase values for these two variables,
2758         since most people are likely to have more network connection and
2759         storage than before.
2760
2761         * gnus.el (gnus-refer-article-method): Change default to 'current.
2762         When referring an article, the common behaviour is to refer it from the
2763         current select method, not the native select method.  The chances of
2764         the native select method having the message in question is rather slim
2765         these days.
2766
2767         * gnus-sum.el (gnus-auto-select-subject): Change default to
2768         `unseen-or-unread'.  I think it's likely that most people want to
2769         select an unseen article over a previously seen, but unread one.
2770
2771         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2772         means that in the article buffer none of the minor mode elements will
2773         be shown, usually, and this is not desirable in most cases.
2774
2775         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2776         that commands like `d' (and the like) go to the next line in the
2777         buffer, instead of the next unread article.  I think this is the
2778         behaviour that is most natural for most users.
2779         (gnus-single-article-buffer): Change default to nil, so that people can
2780         have as many article buffers open as they have summary buffer.  I think
2781         this is the most natural way for the groups to behave.
2782
2783         * message.el (message-generate-new-buffers): Change default to
2784         `unsent', so that all new message buffers start their names with the
2785         string "*unsent", and it's easier to find the buffers if you move from
2786         them.
2787
2788 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2791         small.  They're probably tracking images.
2792         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2793         (gnus-html-rescale-image): Yet another try at getting the image sizing
2794         right.
2795
2796         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2797         nntp-marks-file-name is nil.
2798
2799 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2800
2801         * gnus-html.el (gnus-html-wash-tags)
2802         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2803         Better logging.
2804
2805 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2808
2809         * gnus-html.el (gnus-html-wash-tags): Check the value of
2810         gnus-blocked-images in the summary buffer.
2811
2812 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2813
2814         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2815
2816 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2819         like "a", it seems like.
2820         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2821         since it needs to be picked from the correct buffer.
2822
2823         * nnwfm.el: Removed.
2824
2825         * nnlistserv.el: Removed.
2826
2827 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2830         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2831
2832 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * nnkiboze.el: Removed.
2835
2836         * nndb.el: Removed.
2837
2838         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2839         alt text.
2840         (gnus-html-rescale-image): Try to get the rescaling logic right for
2841         images that are just wide and not tall.
2842
2843         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2844         overshadow variable bindings.
2845
2846 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2847
2848         * gnus-html.el (gnus-html-wash-tags)
2849         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2850         extra logging.
2851
2852 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2855         (gnus-max-image-proportion): New variable.
2856         (gnus-html-rescale-image): New function.
2857         (gnus-html-put-image): Rescale images.
2858
2859 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2860
2861         Fix up some byte-compiler warnings.
2862         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2863         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2864         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2865         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2866         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2867         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2868         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2869
2870 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * gnus-html.el (gnus-article-html): Decode contents by charset.
2873
2874 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2877         (gnus-html-frame-width, gnus-blocked-images)
2878         * message.el (message-prune-recipient-rules): Add custom version.
2879         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2880
2881         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2882         functions.
2883
2884         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2885         gnus-process-get.
2886
2887 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2888
2889         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2890         instead of lsub directly.
2891
2892 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * nnwarchive.el: Removed.
2895
2896         * gnus-soup.el: Removed.
2897
2898         * nnsoup.el: Removed.
2899
2900         * nnultimate.el: Removed.
2901
2902         * gnus-html.el (gnus-blocked-images): New variable.
2903
2904         * message.el (message-prune-recipients): New function.
2905         (message-prune-recipient-rules): New variable.
2906
2907         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2908         guess whether a long line is natural text or not.
2909
2910         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2911         gnus-process-plist and friends for compatibility.
2912
2913 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2914
2915         * gnus-html.el: Require packages that define macros used in this file.
2916         (gnus-article-mouse-face): Declare to silence byte-compiler.
2917         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2918         process-get.
2919         (gnus-html-put-image): Use plist-get to avoid getf.
2920         (gnus-html-prefetch-images): Use with-current-buffer.
2921
2922 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * gnus-ems.el: Provide compatibility functions for
2925         gnus-set-process-plist.
2926
2927         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2928         header-line-format for XEmacs 21.4.
2929
2930         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2931         * gnus.el (gnus-valid-select-methods)
2932         * message.el (message-send-mail-partially-limit)
2933         * mm-decode.el (mm-text-html-renderer)
2934         * mml.el (mml-insert-mime-headers-always)
2935         * smiley.el (smiley-regexp-alist): Bump custom version.
2936
2937 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938
2939         * gnus-html.el: require mm-url.
2940         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2941         with the url to `url'.
2942         (gnus-html-wash-tags): Support cid: URLs/images.
2943
2944 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2947         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2948         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2949
2950         * gnus-move.el: Removed file, since it doesn't really work.
2951
2952         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2953         UTF-8.  This seems to fix problems with some German web feeds.
2954
2955         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2956         at the top so that the proper colours are applied.
2957
2958         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2959         don't have dots in their names.
2960
2961         * gnus-art.el (gnus-article-view-part): Doc fix.
2962
2963         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2964         XEmacs-compatible.
2965         (gnus-html-put-image): Don't do images on non-graphic displays.
2966
2967         * nnslashdot.el: Removed this unused backend.
2968
2969         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2970         actions.
2971         (gnus-undo-register-1): Revert last change.
2972
2973         * gnus-group.el (gnus-group-completing-read): Protect against not
2974         having completion-styles bound.
2975
2976         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2977         make broken recipients happier.
2978
2979         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2980
2981         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2982         point parameter.
2983
2984         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2985
2986         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2987         completion-styles for group selection.
2988
2989 2009-02-04  Andreas Schwab  <schwab@suse.de>
2990
2991         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2992         headers and regexp-quote the match if necessary.
2993
2994 2009-03-24  Miles Bader  <miles@gnu.org>
2995
2996         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2997         the blinking smiley.
2998
2999 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3000
3001         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3002         blink smiley.
3003
3004 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3007         where the dribbel file lives exists.
3008
3009         * message.el (message-send-mail-partially-limit): Change the default to
3010         nil, since most people don't want this.
3011
3012         * mm-url.el (mm-url-decode-entities): Also decode entities like
3013         &#x3212.
3014
3015 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3016
3017         * gnus-sum.el (gnus-summary-idna-message):
3018         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3019         Hyperlink urls in docstrings with URL `...'.
3020
3021 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3022
3023         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3024         functions.
3025
3026 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3029         say what the mouseover text should be.
3030
3031         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3032         version of the mm-w3m-safe-url-regexp variable to only download images
3033         in the groups where we want that to happen.
3034
3035         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3036
3037         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3038         easier debugging.
3039         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3040         big pictures in the article buffer.
3041
3042         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3043         gnus-article-html.
3044         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3045         w3m.
3046
3047         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3048
3049 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3052         which doesn't exist.
3053
3054         * message.el (message-inhibit-ecomplete): New variable to allow some
3055         function to inhibit ecomplete address storage.
3056         (message-resend): Disable ecomplete message storage when resending
3057         messages.
3058
3059         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3060
3061 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3064         Save excursion while copying, moving, and deleting articles in order to
3065         prevent the cursor from jumping to unforeseen place.
3066
3067 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * lpath.el: No need to bind bookmark-current-buffer,
3070         bookmark-yank-point and bookmark-make-record-function.
3071
3072 2010-08-17  Glenn Morris  <rgm@gnu.org>
3073
3074         * gnus-sync.el: Require gnus components whose functions are used.
3075
3076         * gnus-art.el (bookmark-make-record-function):
3077         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3078         Declare for compiler.
3079
3080         * mm-url.el (mml-compute-boundary): Autoload.
3081
3082 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3085
3086 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3087
3088         Typo fix "hoo4a" -> "hook".
3089
3090         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3091
3092 2010-08-14  Glenn Morris  <rgm@gnu.org>
3093
3094         * gnus-sync.el (gnus-sync): Fix defgroup version.
3095
3096 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3097
3098         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3099
3100         * gnus-sync.el: Fix docs.
3101         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3102         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3103
3104 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3105
3106         Optimizations for gnus-sync.el.
3107
3108         * gnus-sync.el: Add docs about gnus-sync-backend
3109         possibilities.
3110         (gnus-sync-save): Remove unnecessary message.
3111         (gnus-sync-read): Optimize and show what groups were skipped.
3112
3113 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3114
3115         Minor bug fixes for gnus-sync.el.
3116
3117         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3118         read the sync on get-new-news.
3119
3120         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3121         quiet.
3122
3123         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3124
3125 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3126
3127         Make saving and restoring of hidden threads work with overlays.
3128         Patch applied by Ted Zlatanov.
3129
3130         * gnus-sum.el (gnus-hidden-threads-configuration)
3131         (gnus-restore-hidden-threads-configuration): Update to deal with text
3132         properties, rather than searching for a magic character.
3133
3134 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3135
3136         New gnus-sync.el library for synchronization of marks.
3137
3138         * gnus-sync.el: New library for synchronization of marks.
3139
3140         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3141         renamed from `gnus-registry-grep-in-list'.
3142
3143         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3144
3145         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3146
3147 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3150         determining charset of text fails.
3151
3152 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * nnmail.el (nnmail-get-new-mail-1): Revert.
3155
3156         * nnml.el (nnml-active-number): Make sure names of newly created groups
3157         in nnml-group-alist are encoded.
3158
3159 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3162         containing non-ASCII characters in active file for nnml back end.
3163
3164 2010-07-24  David Engster  <dengste@eml.cc>
3165
3166         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3167         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3168
3169 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3170
3171         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3172         tag (Bug#6654).
3173
3174 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3177         the article buffer, not the summary buffer.
3178
3179 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3182         Emacs 23 as well.
3183
3184 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3187         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3188
3189 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3190
3191         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3192         Patch applied by Karl Fogel.
3193
3194         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3195         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3196
3197 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3198
3199         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3200         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3201         C-w still not working correctly from Article buffers; Thierry's
3202         patch to fix that will be applied after this.
3203
3204         * gnus-art.el (bookmark-make-record-function): New local variable.
3205
3206         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3207         article buffer.
3208         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3209
3210 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3211
3212         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3213         on changes in bookmark.el.
3214
3215 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3218         `no-log' instead of message not to log prompt string.
3219
3220 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3221
3222         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3223         the *other* type of HTML form submission.
3224
3225 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3226
3227         * auth-source.el (auth-source-pick): If choice does not contain a
3228         questioned keyword, set the check to t.
3229
3230 2010-06-12  Romain Francoise  <romain@orebokech.com>
3231
3232         * gnus-util.el (gnus-date-get-time): Move up before first use.
3233
3234 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3237         (gnus-article-edit-part): Bind it to make last part that is substituted
3238         or deleted visible.
3239         (gnus-mime-display-single): Buttonize part of which id equals to
3240         gnus-mime-buttonized-part-id.
3241
3242 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3243
3244         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3245         (gnus-dd-mmm): Use gnus-date-get-time.
3246         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3247         simplify logic.
3248         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3249         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3250
3251 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3252
3253         * auth-source.el (top): Autoload `secrets-list-collections',
3254         `secrets-create-item', `secrets-delete-item'.
3255         (auth-sources): Fix tag string.
3256         (auth-get-source, auth-source-retrieve, auth-source-create)
3257         (auth-source-delete): New defuns.
3258         (auth-source-pick): Rewrite in order to avoid 2 passes.
3259         (auth-source-forget-user-or-password): New parameter USERNAME.
3260         (auth-source-user-or-password): New parameters CREATE-MISSING and
3261         DELETE-EXISTING.  Retrieve password interactively, if needed.
3262
3263 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3264
3265         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3266         deleting unused directories when gnus-expert-user is t.
3267
3268 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3271         for each temp file when gnus-article-browse-delete-temp is ask.
3272
3273 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3274
3275         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3276         Lisp calls to delete-backward-char by calls to delete-char.
3277
3278 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3279
3280         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3281
3282 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3283
3284         * password-cache.el (password-cache-remove): Fix docstring.
3285
3286 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3289         article unless decoding article to be saved.
3290
3291 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3294         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3295         generated within the mm-with-unibyte-current-buffer macro.
3296
3297 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3298
3299         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3300         to nil when we're in a mml-preview buffer and no group is selected.
3301
3302 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3303
3304         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3305         when catching the `C-g'.  Reported by "Leo".
3306
3307 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * message.el (message-forward-make-body-plain)
3310         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3311         multibyte-string-p.
3312
3313         * lpath.el: Revert.
3314
3315 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * message.el (message-forward-make-body-mml): Assume original message
3318         is multibyte string; error on unibyte.
3319         (message-forward-make-body-plain): Ditto; don't add excessive newline
3320         in body end.
3321
3322         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3323
3324 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3325
3326         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3327         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3328
3329 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * mm-extern.el (mm-extern-url): Don't use
3332         mm-with-unibyte-current-buffer.
3333         (mm-extern-cache-contents): Use with-current-buffer instead of
3334         save-excursion + set-buffer.
3335
3336 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * mm-util.el (mm-emacs-mule): Remove.
3339
3340 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3341
3342         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3343         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3344         change.
3345
3346 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3349         bind the default value of enable-multibyte-characters to nil.
3350
3351 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * message.el (message-forward-make-body-plain)
3354         (message-forward-make-body-mml):
3355         Don't use mm-with-unibyte-current-buffer.
3356
3357 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3358
3359         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3360
3361 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3362
3363         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3364         (Bug#5592).
3365
3366 2010-05-07  Julien Danjou  <julien@danjou.info>
3367
3368         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3369         it to mm-pipe-part.
3370
3371         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3372         it is given.
3373
3374 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * binhex.el (binhex-decode-region-internal)
3377         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3378         (dns-query)
3379         * nnweb.el (nnweb-gmane-search)
3380         * pgg-parse.el (pgg-parse-armor)
3381         * pgg.el (pgg-verify-region)
3382         * sha1.el (sha1-string-external)
3383         * uudecode.el (uudecode-decode-region-internal)
3384         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3385         XEmacs.
3386
3387         * gnus-art.el (gnus-article-browse-html-parts)
3388         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3389         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3390         make-temp-file.
3391
3392         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3393         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3394         compiling.
3395
3396         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3397         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3398         XEmacs when compiling.
3399
3400         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3401         gnus-pick-mode-off-hook for XEmacs when compiling.
3402         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3403         gnus-binary-mode-off-hook for XEmacs when compiling.
3404
3405         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3406         nil if char-charset is not available.
3407
3408         * imap.el (imap-disable-multibyte)
3409         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3410         macros.
3411
3412         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3413         instead of encode-coding-string.
3414
3415         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3416         'xemacs) instead of mm-emacs-mule to switch function definitions.
3417         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3418
3419         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3420         bind temporary-file-directory for XEmacs;
3421         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3422         timer-set-function for XEmacs 21.4 and SXEmacs;
3423         bind timer-list for XEmacs 21.4 and SXEmacs;
3424         fbind char-charset and find-charset-region for non-Mule XEmacs;
3425         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3426         encode-coding-region and encode-coding-string for XEmacs having no
3427         file-coding feature.
3428
3429 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3430
3431         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3432
3433 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3436         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3437
3438 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3439
3440         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3441         alias `jka-compr-delete-temp-file' no longer exists.
3442
3443 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3444
3445         Use define-minor-mode in Gnus where applicable.
3446         * mml.el (mml-mode): Use define-minor-mode.
3447         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3448         (gnus-undo-mode): Use define-minor-mode.
3449         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3450         (gnus-dead-summary-mode): Use define-minor-mode.
3451         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3452         Initialize in declaration.
3453         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3454         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3455         (gnus-mailing-list-mode): Use define-minor-mode.
3456         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3457         (gnus-draft-mode): Use define-minor-mode.
3458         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3459         (gnus-dired-mode): Use define-minor-mode.
3460
3461 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3462
3463         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3464         handles on recursive mml-to-mime translation and check them for
3465         boundary delimiter collisions.  Reported by Greg Troxel.
3466
3467 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3470
3471 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3472
3473         * mm-util.el (mm-find-buffer-file-coding-system):
3474         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3475
3476 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3477
3478         * message.el (message-generate-headers): Record insertion of optional
3479         headers as well.  Otherwise the check to prevent repeated insertion of
3480         optional headers is a no-op.
3481
3482 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3483
3484         * smime.el: Don't mention CVS.
3485
3486         * nnrss.el (nnrss-fetch): Don't mention CVS.
3487
3488         * nnir.el: Don't mention CVS.
3489
3490 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3491
3492         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3493
3494 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * lpath.el: Fbind bookmark-default-handler,
3497         bookmark-get-bookmark-record, bookmark-make-record-default,
3498         bookmark-prop-get for Emacs <23 and XEmacs.
3499
3500 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3501
3502         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3503         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3504         Use with-current-buffer to silence the byte-compiler.
3505         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3506         bother to require `gnus'.
3507         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3508
3509 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3510
3511         * gnus-sum.el (gnus-summary-bookmark-make-record)
3512         (gnus-summary-bookmark-jump): New functions.
3513         (gnus-summary-mode): Setup bookmark support.
3514
3515 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3516
3517         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3518         if set.
3519
3520 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3523         gnus-article-browse-html-save-cid-image; make it work recursively for
3524         forwarded messages as well.
3525         (gnus-article-browse-html-parts): Work when prefix arg is given.
3526         (gnus-article-browse-html-article): Doc fix.
3527
3528 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3529
3530         * message.el (message-default-mail-headers):
3531         (message-default-headers): Carry the value mail-default-headers over
3532         into message-default-mail-headers, rather than message-default-headers.
3533
3534 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3535
3536         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3537         charset.
3538
3539         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3540         charset into the <meta> tag when the article is encoded to utf-8.
3541
3542 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3545         directories as well.
3546         (gnus-article-browse-html-parts): Work for images that do not specify
3547         file names; delete temp directory when quitting; insert header at the
3548         right place; use file: scheme for image files.
3549
3550 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3551
3552         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3553         (gnus-article-browse-html-parts): Use it to make temporary cid image
3554         files in addition to html file so that browser may display them.
3555
3556 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3559
3560 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3561
3562         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3563
3564 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3565
3566         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3567         about Secret Service API sources.  Improve Customize options.
3568         (auth-source-pick): Change to accept any number of search parameters.
3569         Implement fallbacks iteratively, not recursively.  Add scoring on the
3570         second pass and sort by score.  Call Secret Service API when needed.
3571         (auth-source-user-or-password): Use it.  Call Secret Service API
3572         directly when needed to get the user name and the password.
3573
3574 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3575
3576         * message.el (message-interactive): Doc fix.
3577         (message-qmail-inject-args): Reflow.
3578         (message-kill-to-signature): Fix typo in docstring.
3579
3580         * smiley.el (smiley-buffer): Fix typo in docstring.
3581
3582 2010-03-24  Glenn Morris  <rgm@gnu.org>
3583
3584         * mail-source.el (gnus-message): Declare.
3585         (mail-source-delete-old-incoming): Require gnus-util.
3586
3587 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3590
3591         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3592
3593         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3594         password-cache's default if it is not bound.
3595         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3596         password-cache-expiry's default if it is not bound.
3597
3598         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3599         available in Emacs 21.
3600
3601         * lpath.el: Suppress compiler warnings for:
3602         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3603         XEmacs;
3604         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3605         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3606         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3607
3608 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3609
3610         * auth-source.el (auth-sources): Fix up definition so extra parameters
3611         are always inline.
3612
3613 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3614
3615         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3616         wasn't updated after mismatch.  Clear cached mailbox info correctly
3617         when uidvalidity changes.
3618         (nnimap-group-prefixed-name): New function to avoid some code
3619         duplication.
3620         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3621         (nnimap-request-group): Use it.
3622         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3623         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3624         with many imap folders.  This is done by caching the group status from
3625         the imap server persistently in a group parameter `imap-status'.  (This
3626         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3627         but not persistently, so every Gnus startup was still very slow.)
3628
3629 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3630
3631         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3632         delete the extra newline.  Otherwise editing of :string and :number
3633         types don't work.
3634
3635 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3636
3637         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3638         secrets.el dependency.
3639         (auth-sources): Add optional user name.  Add secrets.el configuration
3640         choice (unused right now).
3641
3642 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3643
3644         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3645         `gnus-registry-install-shortcuts' fill in the functions.
3646
3647         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3648         warnings.
3649         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3650         (gnus-registry-install-shortcuts): Populate and use it in a
3651         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3652
3653 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3654
3655         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3656         In-place substitutions for the group name encoding/decoding.
3657         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3658         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3659         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3660         (nnimap-update-unseen, nnimap-request-list)
3661         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3662         (nnimap-request-set-mark, nnimap-split-to-groups)
3663         (nnimap-split-articles, nnimap-request-newgroups)
3664         (nnimap-request-create-group, nnimap-request-accept-article)
3665         (nnimap-request-delete-group, nnimap-request-rename-group)
3666         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3667         `encoded-mbx' for consistency.
3668         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3669         variable `imap-current-mailbox'.
3670
3671         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3672         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3673
3674 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3675
3676         * pop3.el (pop3-display-message-size-flag): Display message size byte
3677         counts during POP3 download.
3678         (pop3-movemail): Use it.
3679         (pop3-list): Implement listing of available messages.
3680
3681 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3682
3683         * nnir.el (nnir-get-article-nov-override-function): New function to
3684         override the normal NOV retrieval.
3685         (nnir-retrieve-headers): Use it.
3686
3687 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3688
3689         * auth-source.el (netrc-machine-user-or-password): Autoload.
3690
3691 2010-03-19  Glenn Morris  <rgm@gnu.org>
3692
3693         Stop message.el from loading about 40 libraries it doesn't always need.
3694         The general approach is to autoload rather than require, and to
3695         require in the specific functions rather than the file.  (Bug#5642)
3696
3697         * gmm-utils.el: Don't require wid-edit.
3698         (widget-create-child-value, widget-convert, widget-default-get):
3699         Autoload.
3700
3701         * gnus-util.el: Don't require time-date, netrc.
3702         (message-fetch-field, gnus-group-name-decode): Declare rather than
3703         autoloading.
3704         (gnus-fetch-field): Require message.
3705         (gnus-decode-newsgroups): Require gnus-group.
3706
3707         * ietf-drums.el: Don't require time-date.
3708
3709         * message.el: Don't require hashcash, canlock, ecomplete.
3710         Do require mail-utils.  Require nnheader only when compiling.
3711         (smtpmail-default-smtp-server): Remove declaration.
3712         (message-send-mail-function): Check smtpmail-default-smtp-server
3713         is bound rather than requiring smtpmail.
3714         (message-auto-save-directory, message-insert-signature): Use
3715         expand-file-name rather than nnheader-concat.
3716         (nnheader-insert-file-contents): Autoload.
3717         (hashcash-wait-async): Declare.
3718         (message-send-mail): Only call gnus-setup-posting-charset if
3719         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3720         (message-send-mail-with-sendmail): Require sendmail.
3721         (canlock-password, canlock-password-for-verify): Declare.
3722         (message-canlock-password): Require canlock.
3723         (nnheader-get-report): Autoload.
3724         (gnus-setup-posting-charset): Declare.
3725         (message-send-news): Require gnus-msg.
3726         (message-make-references, message-make-in-reply-to): Use mail-header-id
3727         rather than the alias mail-header-message-id.
3728         (ecomplete-add-item, ecomplete-save): Declare.
3729         (message-put-addresses-in-ecomplete): Require ecomplete.
3730         (ecomplete-display-matches): Autoload.
3731
3732         * mm-decode.el: Don't require mailcap, gnus-util.
3733         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3734         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3735         Autoload.
3736         (mailcap-mime-extensions): Declare.
3737
3738         * mm-encode.el: Don't require mailcap.
3739         (mailcap-extension-to-mime): Autoload.
3740
3741         * mml-sec.el: Don't require password-cache.
3742
3743         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3744         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3745         (mml-minibuffer-read-type): Require mailcap.
3746         (mml-preview): Require gnus-msg.
3747
3748         * mml1991.el: Require password-cache.
3749         (password-cache-expiry): Remove declaration.
3750
3751         * mml2015.el: Require password-cache.
3752         (password-cache-expiry): Remove declaration.
3753
3754         * nneething.el (mailcap): Require mailcap.
3755
3756         * nnheader.el (declare-function): Add compatibility stub.
3757         (message-remove-header): Declare rather than autoload.
3758         (nnheader-replace-header): Require message.
3759
3760         * nnimap.el (declare-function): Add compatibility stub.
3761         (netrc-parse, netrc-machine-user-or-password): Declare.
3762         (nnimap-open-connection): Require netrc.
3763
3764         * nntp.el (declare-function): Add compatibility stub.
3765         (netrc-parse, netrc-machine, netrc-get): Declare.
3766         (nntp-send-authinfo): Require netrc.
3767
3768         * rfc2047.el: Don't require qp.
3769         (quoted-printable-encode-region, quoted-printable-decode-string):
3770         Autoload.
3771
3772         * sieve-mode.el: Don't require easymenu.
3773         (easy-menu-add-item): Autoload it.
3774
3775         * spam-stat.el (time-to-number-of-days): Autoload it.
3776
3777 2010-03-19  Glenn Morris  <rgm@gnu.org>
3778
3779         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3780
3781 2010-03-18  Glenn Morris  <rgm@gnu.org>
3782
3783         * hashcash.el (declare-function): Remove duplicate definition.
3784
3785 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3786
3787         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3788         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3789         value if any backslash escapes).
3790
3791 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3794         if it is available.  (bug#5647)
3795
3796         * lpath.el: Suppress compiler warning for coding-system-from-name for
3797         Emacs 21 and XEmacs.
3798
3799 2010-03-14  Juri Linkov  <juri@jurta.org>
3800
3801         * hmac-def.el:
3802         * hmac-md5.el:
3803         * netrc.el: Fix keywords.
3804
3805 2010-02-26  Glenn Morris  <rgm@gnu.org>
3806
3807         * message.el (message-send-mail-function): Change the default, so that
3808         it inherits from a customized send-mail-function.  (Bug#5643)
3809
3810 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3811
3812         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3813         shell-command-to-string signals an error (bug#5299).
3814
3815 2010-02-24  Glenn Morris  <rgm@gnu.org>
3816
3817         * message.el (message-smtpmail-send-it)
3818         (message-send-mail-with-mailclient): Doc fixes.
3819
3820 2010-02-16  Glenn Morris  <rgm@gnu.org>
3821
3822         * message.el (message-default-mail-headers): Change the default value
3823         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3824
3825 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3828         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3829
3830 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3831
3832         * time-date.el (date-to-time): Doc fix (Bug#5408).
3833
3834 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3835
3836         * message.el (message-mail): Just pass yank-action on to message-setup.
3837         (message-setup): Handle (FUN . ARGS) form of yank-action.
3838         (message-with-reply-buffer, message-widen-reply)
3839         (message-yank-original): Handle non-buffer values of
3840         message-reply-buffer (Bug#4080).
3841         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3842
3843 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3844
3845         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3846         Fix typo in docstring.
3847
3848 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3849
3850         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3851         response.
3852
3853 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3856
3857         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3858
3859         * message.el (message-check-news-header-syntax): Protect against a
3860         string that `rfc822-addresses' returns when parsing fails.
3861
3862 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3865         (gnus-previous-char-property-change): New functions.
3866
3867         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3868
3869 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3870
3871         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3872         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3873
3874 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3875
3876         * message.el (message-exchange-point-and-mark): Rework last change to
3877         avoid using optional arg of exchange-point-and-mark, for backward
3878         compatibility.
3879
3880 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3881
3882         * message.el (message-exchange-point-and-mark): Call
3883         exchange-point-and-mark with an argument rather than setting
3884         mark-active by hand (Bug#5175).
3885
3886 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * nntp.el (nntp-service-to-port): Work for service expressed with
3889         numeric string; replace [:digit:] with [0-9] for XEmacs.
3890
3891 2009-12-17  Glenn Morris  <rgm@gnu.org>
3892
3893         * gnus-group.el (gnus-bug-group-download-format-alist):
3894         Change emacs entry to debbugs.gnu.org.  Bump :version.
3895
3896 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3897
3898         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3899
3900 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3901
3902         * message.el (message-info): Explain why we use `Info-goto-node'.
3903
3904 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3907
3908 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3909
3910         * message.el (message-completion-in-region): New compatibility function.
3911         (message-expand-group): Use it.
3912
3913 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3916         with no unread article should be listed if the 2nd arg `predicate' is
3917         given.
3918
3919 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3922
3923 2009-11-29  Juri Linkov  <juri@jurta.org>
3924
3925         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3926         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3927         on `gnus-recenter'. (Bug#4698, Bug#4981)
3928
3929 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3930
3931         * sha1.el (sha1-string-external): default-directory "/" in case
3932         otherwise non-existent.  process-connection-type pipe for touch of
3933         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3934
3935 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3936
3937         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3938         it's comms related and sgml-mode.el has "comm" on that basis too.
3939
3940 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3943         containing tspecial characters if they have been already quoted.
3944
3945 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3946
3947         * dns-mode.el (auto-mode-alist): Purecopy string.
3948
3949 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3950
3951         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3952
3953 2009-10-24  Glenn Morris  <rgm@gnu.org>
3954
3955         * gnus-art.el (help-xref-stack-item): Define for compiler.
3956
3957 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3958
3959         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3960
3961 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3964
3965 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3968         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3969
3970 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3973         (gnus-overlays-in): New alias to overlays-in.
3974
3975         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3976         gnus-overlay-get, and gnus-delete-overlay.
3977         (gnus-summary-show-thread): Make it work as well for systems in which
3978         next-single-char-property-change is not available.
3979         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3980
3981         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3982         (gnus-overlay-get): New alias to extent-property.
3983         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3984
3985         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3986         SXEmacs.
3987
3988         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3989         SXEmacs.
3990
3991 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3992
3993         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3994
3995 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3996
3997         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3998         and XEmacs that don't have `remove-overlays'.
3999
4000 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4001
4002         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4003         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4004         selective display.  Use overlays instead.
4005
4006 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4007
4008         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4009
4010 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4011
4012         * spam-stat.el (spam-stat-load): Fix typo in message.
4013
4014 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4015
4016         * dig.el (dig-invoke): Fix typo in docstring.
4017         (query-dig): Reflow docstring.
4018
4019 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4020
4021         * gnus-art.el (gnus-article-encrypt-body):
4022         * message.el (message-check-recipients):
4023         * mm-util.el (mm-codepage-setup):
4024         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4025         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4026
4027 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4028
4029         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4030         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4031         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4032         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4033         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4034
4035 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4036
4037         * dig.el: Add "Keywords: comm", as per net-utils.el.
4038
4039 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4040
4041         * dig.el (dig-mode): Use define-derived-mode.
4042
4043 2009-09-19  Glenn Morris  <rgm@gnu.org>
4044
4045         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4046
4047 2009-09-18  Glenn Morris  <rgm@gnu.org>
4048
4049         * gnus-diary.el (gnus-diary-check-message):
4050         * message.el (message-insert-formatted-citation-line):
4051         * nnbabyl.el (top-level):
4052         * nndiary.el (nndiary-schedule):
4053         Fix typos in condition-case handlers.
4054
4055 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4058         configuration that provides the sole article window in a frame;
4059         position point correctly after deleting a part.
4060
4061 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4062
4063         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4064         (spam-resolve-registrations-routine): Use it to unregister articles
4065         that change status.
4066
4067 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4070         with XEmacs.
4071         (parse-time-string-chars): Use it.
4072
4073 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4074
4075         * imap.el (imap-interactive-login): Better messages.
4076         (imap-open): Fix bug with renamed buffer on reconnect.
4077         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4078         for easier debugging and cleaner code.  On successful (guessed based on
4079         server capabilities) secondary authentication, set imap-state
4080         correctly.
4081         (imap-last-authenticator): Define imap-last-authenticator as a variable
4082         to avoid warnings.
4083
4084 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * nnrss.el (nnrss-request-article): Remove binding of
4087         default-enable-multibyte-characters that has gotten needless by
4088         the 2007-07-13 change in rfc2047-encode-message-header.
4089
4090         * mml.el (mml-insert-multipart): Error on the message header.
4091         (mml-insert-part): Error on the message header; position point at
4092         the end of a MIME tag.
4093
4094 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * time-date.el (autoload): Expand define-obsolete-function-alias into
4097         defalias and make-obsolete for old Emacsen that Gnus supports.
4098         (with-no-warnings): Define it for old Emacsen.
4099         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4100         is available.
4101         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4102         float-time is available; suppress compile warning for time-to-seconds.
4103
4104         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4105         (gnus-float-time): Alias to float-time if it exists.
4106
4107         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4108         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4109         float-time is available; suppress compile warning for time-to-seconds.
4110
4111         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4112         XEmacs.
4113
4114 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4115
4116         * imap.el (imap-message-map): Docstring fix.
4117
4118 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4121         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4122         Add the optional argument `encoding' that overrides the default.
4123
4124         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4125         mm-encode-buffer.
4126
4127 2009-09-04  Glenn Morris  <rgm@gnu.org>
4128
4129         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4130         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4131         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4132         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4133         * mm-util.el (mm-with-unibyte-current-buffer)
4134         (mm-find-buffer-file-coding-system):
4135         * yenc.el (yenc-decode-region): Use default-value rather than
4136         default-enable-multibyte-characters.
4137
4138 2009-09-03  Glenn Morris  <rgm@gnu.org>
4139
4140         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4141         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4142         than default-enable-multibyte-characters.
4143
4144 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4145
4146         * gnus-art.el (gnus-article-read-summary-keys):
4147         Fix gnus-buffer-configuration's value temporarily used.
4148
4149 2009-09-02  Glenn Morris  <rgm@gnu.org>
4150
4151         * gnus-util.el (gnus-float-time): New function.
4152         * gnus-delay.el (gnus-delay-article):
4153         * gnus-sum.el (gnus-thread-latest-date):
4154         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4155         * nnspool.el (nnspool-request-newgroups):
4156         Use gnus-float-time rather than time-to-seconds.
4157         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4158
4159         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4160         (gnus-header-subject-face, gnus-header-newsgroups-face)
4161         (gnus-header-name-face, gnus-header-content-face):
4162         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4163         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4164         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4165         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4166         (gnus-cite-face-11):
4167         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4168         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4169         (gnus-server-closed-face, gnus-server-denied-face)
4170         (gnus-server-offline-face):
4171         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4172         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4173         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4174         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4175         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4176         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4177         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4178         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4179         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4180         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4181         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4182         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4183         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4184         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4185         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4186         (gnus-summary-high-undownloaded-face)
4187         (gnus-summary-low-undownloaded-face)
4188         (gnus-summary-normal-undownloaded-face)
4189         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4190         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4191         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4192         (gnus-splash-face):
4193         * message.el (message-header-to-face, message-header-cc-face)
4194         (message-header-subject-face, message-header-newsgroups-face)
4195         (message-header-other-face, message-header-name-face)
4196         (message-header-xheader-face, message-separator-face)
4197         (message-cited-text-face, message-mml-face):
4198         * sieve-mode.el (sieve-control-commands-face)
4199         (sieve-action-commands-face, sieve-test-commands-face)
4200         (sieve-tagged-arguments-face):
4201         * spam.el (spam-face):
4202         Mark face aliases with "-face" in the name as obsolete.
4203
4204 2009-09-01  Glenn Morris  <rgm@gnu.org>
4205
4206         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4207         than goto-line.
4208
4209 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4212         Don't move point if the command is invoked inside the message header.
4213
4214 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4215
4216         * imap.el (imap-send-command): Simplify.
4217         (imap-wait-for-tag): point-max -> buffer-size.
4218
4219 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4220
4221         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4222         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4223         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4224         * nnir.el (nnir-swish-e-index-file):
4225         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4226         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4227         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4228         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4229         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4230         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4231
4232 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4235         Don't save excursion.
4236
4237 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4238
4239         * nnheader.el (nnheader-find-file-noselect):
4240         * mm-util.el (mm-insert-file-contents):
4241         Use (default-value 'major-mode) instead of default-major-mode.
4242
4243 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4244
4245         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4246
4247 2009-08-26  Glenn Morris  <rgm@gnu.org>
4248
4249         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4250         than placing in files.el.
4251
4252 2009-08-25  Glenn Morris  <rgm@gnu.org>
4253
4254         * nnir.el (top-level): Don't require cl at run-time.
4255         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4256         Replace cl-function substitute with gnus-replace-in-string.
4257         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4258         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4259         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4260         simplified expansions.
4261
4262 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4263
4264         * dig.el (dig): Add autoload cookie.
4265
4266 2009-08-22  Glenn Morris  <rgm@gnu.org>
4267
4268         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4269         goto-line.
4270
4271 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4272
4273         * parse-time.el (parse-time-string-chars): Save match data.
4274
4275 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4276
4277         * parse-time.el (parse-time-string-chars): Compute using character
4278         classes, to handle non-ascii characters (Bug#3190).
4279
4280 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4283
4284         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4285         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4286         (gnus-mm-display-part, gnus-mime-display-single)
4287         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4288         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4289
4290         * gnus-sum.el
4291         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4292         (gnus-summary-move-article): Add expirable mark to articles copied or
4293         moved to group that has auto-expire turned on if the option is non-nil.
4294
4295 2009-07-24  Glenn Morris  <rgm@gnu.org>
4296
4297         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4298         Fix typo.  (Bug#3903)
4299
4300 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4303         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4304         that should not be used for draft articles.
4305         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4306         that has no concern in minor mode keys.
4307         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4308         Abolish.
4309
4310 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4313         article without making inquiry to a user for unknown encoding.
4314
4315         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4316         (nnmaildir--scan): Assume i-node and device number that file-attributes
4317         returns might be cons-cell.
4318
4319         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4320
4321         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4322
4323 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4324
4325         * auth-source.el: Remove docs now in auth.texi.  Don't use
4326         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4327         `auth-source-hide-passwords' and use them.
4328
4329 2009-07-15  Glenn Morris  <rgm@gnu.org>
4330
4331         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4332
4333 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4336         excessive whitespace from the default values of title and description.
4337
4338 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4341         mail-fetch-field to fetch Content-Description header in order to
4342         exclude newlines.
4343
4344 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4345
4346         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4347         format used by GnuPG 2.0.11.
4348
4349 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4352         to deleted part.
4353
4354 2009-05-30  David Engster  <dengste@eml.cc>
4355
4356         * nnmairix.el: Remove old documentation in the commentary block.
4357         (nnmairix-request-group): Do not update active file for nnml back ends.
4358         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4359         end so that overview files are ignored.
4360         (nnmairix-update-groups): Make updating the groups more robust by using
4361         marks.
4362         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4363         with dollar characters in message-id.
4364
4365 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4366
4367         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4368         2008-12-25 in dns.el.
4369
4370 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4371
4372         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4373         could happen if the text is only composed of spaces and/or tabs.
4374
4375 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4376
4377         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4378         when sending a queued message to avoid extra mml tags.
4379
4380 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4383
4384 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4387         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4388         rmail-toggle-header for XEmacs;
4389         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4390
4391 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * gnus-dired.el: Remove autoload for gnus-setup-message.
4394         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4395         displaying Gnus logo; always use compose-mail.
4396
4397 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4400
4401 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4404         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4405         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4406         available.
4407         (gnus-nocem-epg-verify): New function.
4408
4409 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4410
4411         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4412
4413 2009-02-15  Glenn Morris  <rgm@gnu.org>
4414
4415         * gnus-util.el (rmail-insert-rmail-file-header)
4416         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4417         autoloads.
4418         (rmail-default-rmail-file): Remove unnecessary declaration.
4419         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4420
4421 2009-02-14  Glenn Morris  <rgm@gnu.org>
4422
4423         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4424         variable (only used in gnus-util, which declares it anyway).
4425         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4426         which was only needed by gnus-art (changed to not use it any more).
4427         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4428         only used in gnus-util, which autoloads it itself.
4429         (rmail-update-summary): Fix autoload.
4430
4431         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4432         rather than rmail-output-to-rmail-file.
4433
4434 2009-02-07  Glenn Morris  <rgm@gnu.org>
4435
4436         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4437         autoload of function that no longer exists.
4438         (rmail-toggle-header): Declare.
4439         (message-forward-rmail-make-body): Handle mbox Rmail.
4440
4441 2009-01-31  Glenn Morris  <rgm@gnu.org>
4442
4443         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4444         2009-01-09 change.
4445
4446 2009-01-31  Dave Love  <fx@gnu.org>
4447
4448         * imap.el (imap-fetch-safe): Bind debug-on-error.
4449         (imap-debug): Add imap-fetch-safe.
4450
4451 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4454         (auth-source-forget-all-cached): New convenience function.
4455         (auth-source-user-or-password): Accept list of modes or a single mode.
4456
4457         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4458         auth-source modes.
4459
4460         * netrc.el (netrc-machine-user-or-password): Use list of
4461         auth-source modes.
4462
4463         * nnimap.el (nnimap-open-connection): Use list of
4464         auth-source modes.
4465
4466         * nntp.el (nntp-send-authinfo): Use list of
4467         auth-source modes.
4468
4469 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4470
4471         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4472         now.
4473
4474 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4477         coding system in XEmacs; add a workaround for XEmacs.
4478
4479         * lpath.el: Fbind coding-system-aliasee.
4480
4481 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4484         of current-language-environment.
4485
4486 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4487
4488         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4489         available at runtime.
4490
4491 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4494
4495 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4496
4497         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4498         the greatest positive fixnum value doesn't work under an XEmacs with
4499         bignum support; use the most-positive-fixnum constant instead,
4500         available since Emacs 21.1 with cl and XEmacs 21.1.
4501
4502 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4505         XEmacs gets not to work.
4506
4507 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * mm-util.el (mm-coding-system-priorities): Allow the value like
4510         "Japanese (UTF-8)" of current-language-environment.
4511
4512 2009-01-09  Glenn Morris  <rgm@gnu.org>
4513
4514         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4515         with last-command-event.
4516
4517 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4518
4519         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4520         in the doc string.
4521
4522         * message.el (message-fix-before-sending): Amend comment.
4523
4524 2009-01-08  Dave Love  <fx@gnu.org>
4525
4526         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4527
4528 2009-01-07  David Engster  <dengste@eml.cc>
4529
4530         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4531         simplified server definitions by converting it via
4532         gnus-server-to-method.
4533
4534 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4537         parameter's operands.
4538
4539 2009-01-06  David Engster  <dengste@eml.cc>
4540
4541         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4542         primary select method (for gnus-group-mark-article-as-read).
4543
4544 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4545
4546         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4547         `(gnus)Face', not `(gnus)X-Face'.
4548
4549 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * mm-util.el (mm-ucs-to-char): New function.
4552
4553         * mm-url.el (mm-url-decode-entities): Use it.
4554
4555         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4556         unicode-to-char.
4557
4558 2009-01-05  Dave Love  <fx@gnu.org>
4559
4560         * time-date.el: Require cl for `declare'.
4561
4562 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4565         Dave Love.
4566
4567 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * message.el (message-fix-before-sending): Add `eight-bit' to
4570         illegible-text check.
4571
4572 2009-01-03  Michael Olson  <mwolson@gnu.org>
4573
4574         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4575         `headers' is nil.  This can occur if the IMAP server does not have
4576         permissions to read messages from a folder, but can write new messages
4577         to the folder.
4578         (nnimap-request-article-part): Do not insert `data' if it is nil.
4579
4580         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4581         characters which will confuse `read', so skip past them.
4582
4583 2009-01-01  Dave Love  <fx@gnu.org>
4584
4585         * imap.el (imap-string-to-integer): Fix typo.
4586         (imap-fetch-safe): New function.
4587         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4588
4589         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4590
4591         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4592         (imap-parse-greeting): Fix doc strings.
4593         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4594         (imap-parse-flag-list): Make messages unique.
4595         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4596
4597         * nnimap.el: Fix author email.
4598         (nnimap-split-rule): Add FIXME comment.
4599         (nnimap-debug): Fix doc string.
4600
4601 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4602
4603         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4604
4605 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4608         nslookup if resolv.conf isn't available.
4609         (dns-query): Rename from query-dns.
4610         (dns-query-cached): Rename from query-dns-cached.
4611
4612 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4615         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4616         to check if those variables exist (first appeared in Emacs 18.50).
4617
4618 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * mm-util.el (mm-line-number-at-pos): New function.
4621
4622         * spam-report.el (spam-report-process-queue): Use it.
4623
4624 2008-12-24  David Engster  <dengste@eml.cc>
4625
4626         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4627         parameters that haven't existed as variables as buffer-local variables.
4628
4629 2008-12-23  Dave Love  <fx@gnu.org>
4630
4631         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4632         cadar.
4633
4634         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4635         imap-starttls-p.
4636         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4637
4638 2008-12-22  Dave Love  <fx@gnu.org>
4639
4640         * imap.el: Fix author email.  Doc fixes.
4641         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4642         reply.
4643
4644 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4645
4646         * spam-report.el (spam-report-gmane-max-requests): New constant.
4647         (spam-report-gmane-wait): New variable.
4648         (spam-report-gmane-ham, spam-report-gmane-spam)
4649         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4650         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4651         the server.
4652
4653         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4654         Add explanations.
4655
4656         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4657         nnheader-accept-process-output and nnheader-read-timeout if available.
4658         (pop3-movemail): Use it.
4659
4660         * message.el (message-check-news-body-syntax): Fix signature check if
4661         there's an attachment.
4662
4663 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * mm-util.el: Add comments to the mm- emulating functions.
4666
4667 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4668
4669         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4670         by Stephen Berman <stephen.berman@gmx.net>.
4671
4672 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * mm-util.el (mm-substring-no-properties): New function.
4675         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4676         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4677         (mm-string-to-multibyte): Doc fix.
4678
4679         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4680
4681 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * mml.el (mml-attach-file): Strip text properties from file name.
4684         (Bug#1574)
4685
4686 2008-12-16  Glenn Morris  <rgm@gnu.org>
4687
4688         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4689
4690 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4693         knows since the charset specified might be a bogus alias that
4694         mm-charset-synonym-alist provides.
4695
4696 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4699         "ISO_8859-1".
4700
4701         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4702
4703 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * mm-util.el (mm-charset-eval-alist):
4706         Define it before mm-charset-to-coding-system.
4707         (mm-charset-to-coding-system): Add optional argument `silent';
4708         define it before mm-charset-override-alist.
4709         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4710         default value if it can be used in Emacs currently running;
4711         silence mm-charset-to-coding-system.
4712
4713 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4716         `allow-override' which says whether to use `mm-charset-override-alist'.
4717         (rfc2047-decode-encoded-words): Use it.
4718
4719         * mm-util.el (mm-charset-override-alist): Fix custom type;
4720         add `(gb2312 . gbk)' to choices.
4721
4722 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4725         fast.
4726
4727         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4728
4729         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4730
4731 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4732
4733         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4734         on links.
4735
4736         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4737
4738 2008-12-03  Lute Kamstra  <lute@gnu.org>
4739
4740         * sha1.el: Remove leading * from docstrings of defcustoms,
4741         deffaces, defconsts and defuns.
4742
4743 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4746         users' addresses that don't have domain parts.
4747         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4748         rather than message-narrow-to-head since there will be the message
4749         header separator.
4750
4751 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4752
4753         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4754         since the result is inserted in a unibyte buffer anyway.
4755         (nnimap-demule-use-string-to-multibyte): Remove.
4756         (nnimap-demule): Alias it to mm-string-to-multibyte.
4757
4758 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4759
4760         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4761         variable for debugging bug#464 and bug#1174.
4762         (nnimap-demule): Use it.
4763
4764 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4765
4766         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4767         score calculation correctly.
4768
4769 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4770
4771         * message.el (message-send-mail): Just set the buffer to unibyte
4772         rather than use mm-with-unibyte-current-buffer which does a lot more.
4773         (message-send-mail-partially): Don't bother with
4774         mm-with-unibyte-current-buffer since it's already been made unibyte by
4775         message-send-mail.
4776
4777 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4778
4779         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4780
4781 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4782
4783         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4784
4785 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4788         require itself and to remove `with-no-warnings'.
4789
4790 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4791
4792         * starttls.el (starttls-any-program-available): Get the name of the
4793         available TLS layer program.
4794         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4795         well as the host name in the "opening" message.
4796
4797         * auth-source.el (auth-source-cache, auth-source-do-cache)
4798         (auth-source-user-or-password): Cache passwords and logins by default,
4799         allow override with `auth-source-do-cache'.
4800         (auth-source-forget-user-or-password): Allow users to remove cache
4801         entries if needed.
4802
4803 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4804
4805         * md4.el (md4-buffer): Fix typo in docstring.
4806         (md4, md4-64): Doc fixes.
4807         (md4-pack-int32): Reflow docstring.
4808
4809 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4810
4811         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4812         condition-case to only the forward-sexp call.
4813
4814 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4815
4816         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4817         quotes contained.  Make it more robust regardless by an extra
4818         condition-case wrapper.
4819
4820 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4823
4824 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * nnml.el (nnml-request-expire-articles): Check if the function set to
4827         `nnmail-expiry-target' returns the symbol `delete'.
4828
4829         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4830
4831         * nnmail.el (nnmail-expiry-target): Fix custom type.
4832
4833 2008-10-02  Glenn Morris  <rgm@gnu.org>
4834
4835         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4836         Silence compiler warning.
4837
4838 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4839
4840         * tls.el (open-tls-stream): Show the actual command being
4841         executed, instead of the format string.
4842
4843 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * lpath.el: Fbind codepage-setup for Emacs 23.
4846
4847 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4848
4849         * mml.el (mml-menu): Don't assume mml2015 is bound.
4850
4851 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4854         exists.
4855
4856 2008-09-27  Glenn Morris  <rgm@gnu.org>
4857
4858         * gnus-util.el (mail-header-remove-comments): Autoload it.
4859
4860 2008-09-27  Andreas Schwab  <schwab@suse.de>
4861
4862         * gnus-util.el (gnus-split-references): Strip comments.
4863         (gnus-parent-id): Likewise.
4864
4865 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4866
4867         * message.el (message-confirm-send): Fix version.
4868
4869 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * message.el (message-idna-to-ascii-rhs-1): Use
4872         mail-extract-address-components rather than mail-header-parse-addresses
4873         that is an alias by default to ietf-drums-parse-addresses that does not
4874         support non-ASCII names in headers' contents.
4875
4876 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4877
4878         * message.el (message-confirm-send): Fixed variable documentation to
4879         avoid the "y/n" wording.
4880
4881 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4882
4883         * message.el (message-set-auto-save-file-name): Save to a different
4884         filename so multiple messages (especially drafts) can be recovered.
4885
4886 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4887
4888         * message.el (message-confirm-send): Add appropriate version.
4889
4890 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4891
4892         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4893         defvar.
4894
4895 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4896
4897         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4898         (mm-pkcs7-enveloped-magic): Ditto.
4899
4900 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4901
4902         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4903         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4904
4905 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4908         default, it's better.
4909
4910 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4911
4912         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4913         summary line gnus-number property and ignore them (with a warning
4914         message).
4915
4916 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4919         macro caddr in the interactive form since it won't be expanded.
4920
4921 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4924         `charset'; fix name of function called recursively.
4925         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4926
4927 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4930         (gnus-mime-set-charset-parameters): New function.
4931         (gnus-mime-view-part-as-charset): Use it to correctly display part
4932         specifying wrong charset.
4933
4934 2008-09-08  David Engster  <dengste@eml.cc>
4935
4936         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4937         in completing-read for back end server.
4938
4939 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * message.el (message-confirm-send): New variable to confirm sending a
4942         message.
4943         (message-send): Use it.
4944
4945 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4948
4949 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4952
4953 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4954
4955         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4956         prevent tracking too many groups.
4957         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4958         Use it.
4959
4960 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4961
4962         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4963         moving point to the bottom of the window in order to avoid recentering.
4964
4965 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4968
4969         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4970         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4971         (gnus-article-beginning-of-window): Fix calculation.
4972
4973 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-msg.el (gnus-summary-supersede-article)
4976         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4977         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4978         message header.
4979
4980 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4981
4982         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4983         pending output coming after the status change.
4984
4985 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4986
4987         * message.el:
4988         * gnus-start.el:
4989         * gnus-registry.el: Remove VMS support.
4990
4991 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4994         macro.
4995         (rfc2104-hash): Use it.
4996
4997 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4998
4999         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5000         (gnus-summary-sort-by-most-recent-date): New commands.
5001         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5002         and menu entries.
5003
5004 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5007         don't redisplay article for raw contents; remove plural articles stuff.
5008
5009         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5010         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5011         on gnus-summary-save-article; display results properly.
5012
5013 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * lpath.el: No need to fbind ns-focus-frame.
5016
5017 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5020
5021 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5024         gnus-save-all-headers.
5025
5026 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5027
5028         * gnus-util.el (ns-focus-frame): Remove declaration.
5029         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5030         like x.
5031
5032 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5033
5034         * rfc2104.el (rfc2104-zero): Delete defconst.
5035         (rfc2104-hex-alist): Likewise.
5036         (rfc2104-hex-to-int): Delete func.
5037         (rfc2104-hexstring-to-bitstring): Likewise.
5038         (rfc2104-nybbles): New defconst.
5039         (rfc2104-hash): Rewrite for speed.
5040
5041 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * tls.el (open-tls-stream): Make it work with the 2nd argument
5044         BUFFER that is a string but does not exist as a buffer object, as
5045         mentioned in the doc-string.
5046
5047 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5050         SXEmacs.
5051
5052 2008-07-16  Glenn Morris  <rgm@gnu.org>
5053
5054         * gnus-util.el (ns-focus-frame): Declare for compiler.
5055
5056 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5059         set as a group parameter.
5060         (gnus-summary-save-in-pipe): Work when it is called independently.
5061         (gnus-summary-pipe-to-muttprint): Don't modify
5062         gnus-summary-pipe-output-default-command.
5063
5064 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5065
5066         * message.el (message-send-mail-with-sendmail):
5067         Display the error message.
5068
5069 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-art.el (gnus-default-article-saver):
5072         Add gnus-summary-save-in-pipe to choices.
5073         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5074         gnus-summary-pipe-output-default-command as the default command.
5075         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5076         instead of gnus-last-shell-command.
5077
5078         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5079         New user option.
5080         (gnus-summary-muttprint-program): Mention the value will be changed.
5081         (gnus-summary-save-article): Force showing of all headers.
5082         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5083
5084 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5085
5086         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5087
5088 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5089
5090         * nnimap.el (nnimap-id):
5091         * sieve-manage.el (sieve-manage-open): Doc fixes.
5092
5093 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5094
5095         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5096         if available.
5097
5098 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5099
5100         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5101
5102         * nnkiboze.el (nnkiboze-generate-group):
5103         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5104
5105         * nnmairix.el: Require CL.
5106
5107 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * dgnushack.el: Autoload get-display-table and put-display-table for
5110         XEmacs 21.5.
5111
5112         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5113         21.4 and SXEmacs.
5114
5115 2008-06-15  David Engster  <dengste@eml.cc>
5116
5117         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5118
5119 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5120
5121         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5122         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5123         runtime choice under XEmacs.
5124
5125         * gnus-sum.el (gnus-summary-set-display-table):
5126         Use `gnus-put-display-table', `gnus-get-display-table',
5127         `gnus-set-display-table' for the display table, instead of `aset'.
5128
5129         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5130         Use `gnus-put-display-table', `gnus-get-display-table',
5131         `gnus-set-display-table' for the display table.
5132
5133 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5134
5135         * nnmairix.el: Add autoloads.
5136
5137 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5138
5139         * nnmairix.el (nnmairix-delete-recreate-group)
5140         (nnmairix-update-and-clear-marks): Fix error messages.
5141
5142 2008-06-14  David Engster  <dengste@eml.cc>
5143
5144         * nnmairix.el: Upgrade to version 0.6.
5145         (nnmairix-group-toggle-propmarks-this-group)
5146         (nnmairix-group-toggle-readmarks-this-group)
5147         (nnmairix-group-delete-recreate-this-group)
5148         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5149         (nnmairix-remove-tick-mark-original-article): New commands.
5150         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5151         (nnmairix-propagate-marks-to-nnmairix-groups)
5152         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5153         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5154         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5155         functions needed for marks propagation and manipulation of read marks.
5156         (nnmairix-update-groups): New function.
5157         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5158         (nnmairix-determine-original-group-from-registry)
5159         (nnmairix-determine-original-group-from-path)
5160         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5161         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5162         New helper functions.
5163         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5164         keystrokes for new commands.
5165         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5166         (nnmairix-request-group): Check allow-fast group parameter.
5167         (nnmairix-request-create-group): Set allow-fast group parameter if
5168         nnmairix-allowfast-default is set.
5169         (nnmairix-close-group): Propagate marks upon closing if needed.
5170         (nnmairix-group-toggle-threads-this-group): Use new.
5171         nnmairix-group-toggle-parameter helper function.
5172         (nnmairix-search): Better check for empty search result.
5173         (nnmairix-goto-original-article): Use new helper functions for
5174         determining original article.
5175         (nnmairix-show-original-article): Make sure message-id is in brackets.
5176         (nnmairix-call-mairix-binary): Change variable name.
5177         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5178         helper function.
5179         (nnmairix-widget-toggle-activate): Fix doc string.
5180
5181 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * nnir.el: Require edmacro when compiling with XEmacs.
5184         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5185         available in Emacs 21.
5186
5187 2008-06-11  Glenn Morris  <rgm@gnu.org>
5188
5189         * gnus-util.el (x-focus-frame):
5190         * gnus.el (image-size):
5191         * mm-decode.el (image-size): Declare.
5192
5193         * gnus-picon.el (declare-function): Add compat definition.
5194         (image-size): Declare.
5195
5196         * gnus-group.el (tool-bar-map):
5197         * gnus-sum.el (tool-bar-map): Define for compiler.
5198
5199         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5200
5201         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5202
5203         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5204         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5205         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5206         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5207         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5208         * sieve-manage.el, spam-report.el, spam.el:
5209         Remove unnecessary eval-and-compile of autoloads.
5210
5211 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5212
5213         * auth-source.el: Precise Tramp doc.
5214
5215 2008-06-07  Glenn Morris  <rgm@gnu.org>
5216
5217         * nnmairix.el: Remove unnecessary eval-when-compile.
5218
5219 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * lpath.el: Fbind propertize for XEmacs 21.4.
5222
5223 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5224
5225         * nnir.el: Move here from ../contrib.
5226
5227 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * gnus-util.el (gnus-read-shell-command): New function.
5230         * mm-decode.el (mm-pipe-part):
5231         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5232
5233 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5236
5237 2008-06-03  Glenn Morris  <rgm@gnu.org>
5238
5239         * pop3.el (nnheader-accept-process-output): Autoload it.
5240
5241 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5244         are not 2-digit hexadecimal characters that follow `%'s.
5245
5246 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5247
5248         * message.el (message-bogus-recipient-p): Fix type in doc string.
5249         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5250         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5251         Improve custom options.
5252         (message-bogus-recipient-p): Adjust accordingly.
5253
5254 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5255
5256         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5257         long-form month and day names.
5258
5259 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * dgnushack.el: Autoload debug, eudc-expand-inline and
5262         pgg-snarf-keys-region for XEmacs.
5263
5264         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5265
5266         * nnmairix.el: Require edmacro when compiling with XEmacs.
5267
5268 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5271         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5272
5273 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5274
5275         * auth-source.el: Add more docs.
5276
5277         * netrc.el (netrc-machine): Always match if the port is not given.
5278
5279 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5282         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5283         retrieval faster in some cases, but might make CPU usage larger.  If
5284         this has any bad side effects, we might revert this change.
5285
5286         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5287         seems to make mail retrieval much, much faster.
5288         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5289         unconditionally.
5290
5291         * gnus-draft.el (gnus-group-send-queue): Bind
5292         message-send-mail-partially-limit to nil to avoid being prompted.
5293
5294 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5295
5296         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5297
5298         * message.el (message-bogus-address-regexp): Fix and improve custom
5299         type.
5300         (message-setup-hook): Add message-check-recipients as custom option.
5301
5302 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5303
5304         * message.el (message-cite-function): Remove bogus autoload which crept
5305         in during merge from v5-10.
5306
5307 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5308
5309         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5310
5311         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5312
5313         * auth-source.el: Preliminary Tramp docs.
5314         (auth-sources): Change the default auth-sources to use
5315         EPA .gpg files.
5316
5317 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5318
5319         * nntp.el: Autoload `auth-source-user-or-password'.
5320         (nntp-send-authinfo): Use it.
5321
5322         * nnimap.el: Autoload `auth-source-user-or-password'.
5323         (nnimap-open-connection): Use it.
5324
5325         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5326         for the gnus-message function.
5327         (auth-source-user-or-password): Use it.
5328
5329 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5330
5331         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5332         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5333         (rfc2104-hash): Use it.
5334
5335 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5336
5337         * gnus-art.el (gnus-article-toggle-truncate-lines):
5338         Don't use `iff' in docstring.
5339
5340 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5341
5342         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5343
5344         * gnus-util.el (gnus-extract-address-component-name)
5345         (gnus-extract-address-component-email): Convenience functions around
5346         `gnus-extract-address-components'.
5347
5348         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5349         Use `gnus-extract-address-component-email' to fix bug of comparing full
5350         sender name to `user-mail-address'.
5351
5352 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5353
5354         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5355         catch/throw to optimize.
5356         (gnus-registry-find-keywords): Just use member to find a keyword.
5357
5358 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5359
5360         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5361         is current before calling gnus-server-prepare.
5362         (gnus-server-setup-buffer, gnus-server-update-server)
5363         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5364
5365 2008-05-04  Juri Linkov  <juri@jurta.org>
5366
5367         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5368         (mailcap-file-default-commands): Use mailcap-replace-in-string
5369         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5370         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5371
5372 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5373
5374         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5375
5376 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5377
5378         * gnus.el: Bump version to 0.11.
5379
5380 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5381
5382         * gnus.el: No Gnus v0.10 is released.
5383
5384 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5387         hooks.
5388         (gnus-update-read-articles): Speed up non-marks-using users.
5389         (gnus-use-marks): Define gnus-use-marks.
5390         (gnus-propagate-marks): Rename variable to something more sensible.
5391
5392 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5393
5394         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5395         (gmm-image-load-path-for-library): Fix typos in docstrings.
5396         (gmm-message): Reflow docstring.
5397
5398 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5399
5400         * mail-source.el (mail-source-set-1, mail-source-bind):
5401         Move auth-source code out of the macro to clean it up and fix bugs.
5402
5403 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5404
5405         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5406         by sender if it's equal to user-mail-address, it's likely to be
5407         useless.
5408
5409         * mail-source.el (mail-source-bind): Don't use user or password if they
5410         are not bound.  Unintern them if they are nil.  Don't use server unless
5411         it's bound, and default it to empty string otherwise.
5412
5413 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5414
5415         * mail-source.el: Load auth-source.el.
5416         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5417         get user name or password, if auth-sources is set up.
5418
5419         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5420         strategy of splitting with parent.
5421         (gnus-registry-split-fancy-with-parent)
5422         (gnus-registry-post-process-groups): Use it and fix prior
5423         bug (returning a list as the split result).
5424
5425         * auth-source.el (auth-sources): Remove server parameter.
5426         (auth-source-pick, auth-source-user-or-password)
5427         (auth-source-user-or-password-imap)
5428         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5429         (auth-source-user-or-password-sftp)
5430         (auth-source-user-or-password-smtp): Remove server parameter.
5431
5432 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5433
5434         * smime.el (smime-sign-region, smime-encrypt-region)
5435         (smime-decrypt-region):
5436         Remove redundant calls to `generate-new-buffer-name'.
5437
5438 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5439
5440         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5441         Don't use QP for message/rfc822.
5442         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5443
5444 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5445
5446         * sieve-manage.el (sieve-string-bytes): Remove.
5447         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5448         correct byte-length only if the process's coding-system is the same as
5449         the one used internally by Emacs to represent strings.
5450
5451 2008-04-22  Juri Linkov  <juri@jurta.org>
5452
5453         * mailcap.el (mailcap-file-default-commands): New function.
5454
5455 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5456
5457         * message.el (message-signature-separator, message-cite-function):
5458         Change custom version.
5459
5460 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5461
5462         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5463         commands.
5464         (tls-checktrust): Ditto.
5465
5466 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5467
5468         * mm-decode.el (mm-display-external): Make temp file read-only.
5469
5470 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5473         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5474         `C-c C-f d'.
5475
5476 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5477
5478         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5479
5480 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * gnus.el: Bump version to 0.9.
5483
5484 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5485
5486         * gnus.el: No Gnus v0.8 is released.
5487
5488 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5489
5490         * mail-source.el (mail-source-value):
5491         Prefer fboundp to functionp so it works with macros as well.
5492
5493 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5494
5495         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5496         Fix last change in case the element is not even a symbol.
5497
5498 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5499
5500         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5501         Prefer fboundp to functionp so it works with macros as well.
5502
5503 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5504
5505         * auth-source.el: Added docs.
5506         (auth-sources): Modify format to support server.
5507         (auth-source-pick, auth-source-user-or-password)
5508         (auth-source-user-or-password-imap)
5509         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5510         (auth-source-user-or-password-sftp)
5511         (auth-source-user-or-password-smtp): Add server parameter.
5512
5513 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5514
5515         * gnus-registry.el: Initialize the registry when gnus-registry-install
5516         is t.
5517
5518 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * compface.el (uncompface): Make buffer unibyte.
5521
5522 2008-04-05  Glenn Morris  <rgm@gnu.org>
5523
5524         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5525
5526 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5527
5528         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5529         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5530
5531         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5532         multibyteness after rather than before erasing it.
5533
5534         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5535         mm-with-multibyte.
5536         (gnus-request-article-this-buffer): Make sure the proper decoding is
5537         used if gnus-original-article-buffer happens to be unibyte.
5538
5539         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5540         default-enable-multibyte-characters.
5541
5542         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5543         default-enable-multibyte-characters.
5544
5545         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5546
5547         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5548
5549 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5550
5551         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5552         (imap-message-copyuid-1): Use it.
5553         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5554         J. Williams in
5555         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5556
5557         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5558         imap-enable-exchange-bug-workaround.
5559         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5560
5561 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5562
5563         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5564         a 100 byte status-checks into a 2-3MB transfer for each group.
5565         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5566         to enable bug workaround or not.
5567         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5568
5569 2008-03-31  Glenn Morris  <rgm@gnu.org>
5570
5571         * message.el (mml2015-use): Declare for compiler.
5572         (message-info): Require mml2015 when appropriate.
5573
5574 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5577         whitespace.
5578
5579 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5580
5581         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5582         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5583         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5584         (nntp-service-to-port): New function.
5585         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5586         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5587         (nntp-open-netcat-stream): New function.
5588         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5589
5590 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5591
5592         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5593
5594 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5595
5596         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5597
5598 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5599
5600         * dns.el (dns-write): Use set-buffer-multibyte.
5601
5602 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5603
5604         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5605
5606 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * message.el (message-signature-separator): Change default.
5609         Improve custom type.
5610         (message-cite-function): Change default to
5611         message-cite-original-without-signature.
5612
5613         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5614         toggle.
5615
5616         * message.el (message-check-news-body-syntax): Fix signature check.
5617         (message-setup-1): Mark buffer as unmodified _after_ running
5618         message-setup-hook and handling message-alternative-emails.
5619         (message-shorten-references): Be more strict when building list of
5620         valid references to comply with GNKSA.
5621
5622         * gnus-group.el (gnus-read-ephemeral-bug-group)
5623         (gnus-read-ephemeral-debian-bug-group)
5624         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5625
5626         * message.el (message-info): Don't use booleanp which isn't supported
5627         in Emacs 21 and XEmacs.
5628
5629 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5632         gnus-group-gmane-group-download-format.
5633         (gnus-group-read-ephemeral-gmane-group): Rename from
5634         gnus-group-read-ephemeral-gmane-group.
5635         (gnus-read-ephemeral-gmane-group-url): Rename from
5636         gnus-group-read-ephemeral-gmane-group-url.
5637         (gnus-bug-group-download-format-alist): New variable.
5638         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5639         (gnus-read-ephemeral-emacs-bug-group): New commands.
5640
5641 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5642
5643         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5644         (gnus-visible-headers): Improve custom type.
5645
5646 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * mml.el (mml-menu): Add workarounds for XEmacs.
5649
5650         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5651         X-Boundary header.
5652
5653         * message.el (message-simplify-recipients): Fix previous commit.
5654
5655 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5656
5657         * mm-util.el (mm-set-buffer-multibyte): New function.
5658         * mm-decode.el (mm-copy-to-buffer): Use it.
5659
5660 2008-03-19  Glenn Morris  <rgm@gnu.org>
5661
5662         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5663         Accidentally removed in the sync process with Emacs.
5664
5665 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5666
5667         * message.el (message-alter-recipients-discard-bogus-full-name):
5668         New function.
5669         (message-alter-recipients-function): New variable.
5670         (message-get-reply-headers): Use it.
5671         (message-replace-header): New helper function.
5672         (message-recipients-without-full-name): New variable.
5673         (message-simplify-recipients): New command.
5674
5675         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5676
5677         * message.el (message-info): Handle EasyPG manual.
5678
5679         * mml.el (mml-menu): Add entry for EasyPG.
5680
5681 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5682
5683         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5684         parameter.
5685
5686         * message.el (message-disassociate-draft): Specify drafts group name
5687         fully.
5688
5689 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5692         unnecessary duplicates from the match list.
5693
5694 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5697
5698         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5699
5700         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5701         args of `how-many' of which the XEmacs version doesn't take; declare
5702         Info-index-next as function.
5703
5704 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * gnus-score.el (gnus-score-headers): Fix handling of
5707         gnus-inhibit-slow-scoring.
5708
5709         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5710         string.
5711         (gnus-button-url-regexp): Improve handling of parenthesis.
5712         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5713         (gnus-button-handle-info-keystrokes): Handle index entries.
5714
5715 2008-03-15  Glenn Morris  <rgm@gnu.org>
5716
5717         * parse-time.el (parse-time-string): Simplify.
5718
5719 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5722         Incoming* files.
5723
5724 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5725
5726         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5727         (auth-source-pick): Use it.
5728
5729 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5730
5731         * binhex.el (binhex-decode-region-internal):
5732         * uudecode.el (uudecode-decode-region-internal):
5733         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5734         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5735         setting default-enable-multibyte-characters.
5736
5737 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * auth-source.el (auth-source-protocols)
5740         (auth-source-protocols-customize, auth-source-choices): Added and
5741         modified variable customizations and defaults.
5742         (auth-source-pick, auth-source-user-or-password)
5743         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5744         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5745         (auth-source-user-or-password-sftp)
5746         (auth-source-user-or-password-smtp): Use new variables and provide an
5747         interface to netrc.el.
5748
5749 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5752         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5753         Make sure the nntp port to specify is a string.
5754
5755 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5756
5757         * nntp.el: Use with-current-buffer.
5758         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5759         dubious mm-with-unibyte-current-buffer.
5760         (nntp-with-open-group-function): New function extracted from
5761         nntp-with-open-group macro.
5762         (nntp-with-open-group): Use the function, so it's easier to debug.
5763         Add indentation and debugging info.
5764         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5765         the use of the netcat alternatives.
5766
5767         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5768         Avoid mm-string-as-multibyte as well.
5769
5770         * nnweb.el (nnweb-insert-html):
5771         Remove use of nnheader-string-as-multibyte.
5772
5773         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5774         (nnheader-string-as-multibyte): Remove.
5775
5776         * mm-view.el: Use inhibit-read-only.
5777         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5778         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5779         or unibyte-string.
5780
5781         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5782         (mm-uu-yenc-extract): Use with-current-buffer.
5783
5784         * gnus-soup.el (gnus-soup-send-packet): Don't use
5785         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5786
5787         * nnmh.el: Use with-current-buffer.
5788         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5789         mm-string-as-multibyte on the output of mm-encode-coding-string.
5790
5791         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5792         (nnimap-request-move-article): Use with-current-buffer.
5793
5794         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5795         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5796         conversion uses string-make-unibyte rather than string-as-unibyte.
5797
5798         * gnus-msg.el: Use with-current-buffer.
5799
5800         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5801
5802 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5803
5804         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5805         string for caching if it is 'PIN.
5806
5807 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * lpath.el: Consider the case without Emacs/W3.
5810
5811 2008-03-08  Glenn Morris  <rgm@gnu.org>
5812
5813         * time-date.el (date-to-time, time-subtract, time-add)
5814         (safe-date-to-time): Doc fixes.
5815
5816 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5817
5818         * mail-source.el (mail-source-delete-old-incoming-confirm):
5819         Change default to nil.
5820         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5821
5822 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * lpath.el: Rearrange.
5825
5826         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5827         (gnus-article-goto-prev-page): Work for articles having ^L's.
5828
5829         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5830
5831         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5832
5833 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5834
5835         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5836         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5837         (gnus-bookmark-jump): Adjust some variable names.
5838
5839 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * auth-source.el: New package.
5842         (auth-source-choices): Add customization entry point variable.
5843
5844         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5845         bug.
5846
5847 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5848
5849         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5850         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5851         (gnus-registry-install-shortcuts): Rename from
5852         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5853         the `gnus-registry-mark-map' keymap dynamically from
5854         `gnus-registry-marks'.  The generated functions update the summary line
5855         when a registry mark is added or deleted, and will call
5856         `gnus-registry-install-p' (see the comments in the code).
5857         (gnus-registry-user-format-function-M): Use concat intelligently.
5858
5859         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5860         the registry mark functions.
5861
5862 2008-03-05  Glenn Morris  <rgm@gnu.org>
5863
5864         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5865         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5866         gnus-art.
5867         (top-level): No need to load own source when compiling.
5868
5869 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5870
5871         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5872         Suggested by <chris.anderton@zetnet.co.uk>.
5873
5874 2008-03-04  Glenn Morris  <rgm@gnu.org>
5875
5876         * gnus-sum.el (top-level): No need to require gnus when compiling,
5877         since unconditionally required near start of file.
5878         (gnus-summary-display-while-building): Move definition before use.
5879
5880 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5883         formatting function.
5884
5885 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5886
5887         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5888         with plists.
5889         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5890         Use new format.
5891
5892 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5895         `where-is-internal' that returns a range of key sequences.
5896
5897 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5898
5899         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5900
5901         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5902         (gnus-summary-jump-to-group): Consider windows on other displayed
5903         frames as well.  Similar changes might be needed elsewhere, but that's
5904         the one I've bumped into during my use.
5905
5906         * nndoc.el (nndoc-oe-dbx-type-p):
5907         * gnus-msg.el (gnus-debug):
5908         * gnus-group.el (gnus-update-group-mark-positions):
5909         Use mm-string-to-multibyte.
5910
5911 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5912
5913         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5914         doesn't handle NotDashEscaped.
5915
5916         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5917         (mml-dnd-attach-options): Fix typo in custom choice.
5918
5919         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5920         nndoc-article-type to mbox.
5921         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5922
5923         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5924         to nil, instead of html2text.
5925
5926         * imap.el (imap-debug): Add `imap-ping-server'.
5927
5928         * gnus-bookmark.el: Add FIXMEs.
5929
5930         * message.el (message-form-letter-separator)
5931         (message-send-form-letter-delay): New variables.
5932         (message-send-form-letter): Use them.  New command to send form
5933         letters.  Requested by Uwe Siart.
5934         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5935
5936 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * Update copyright years.
5939
5940 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         Sync from EMACS_22_BASE.
5943
5944         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5945
5946 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5947
5948         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5949         empty author.
5950
5951 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * gnus-registry.el (gnus-registry-marks): Add variable for
5954         customization of marks and their appearance.
5955         (gnus-registry-read-mark): Use it.
5956         (gnus-registry-do-marks): Add utility function to loop through
5957         `gnus-registry-marks'.
5958         (gnus-registry-install-shortcuts-and-menus): Add function to install
5959         shortcuts and menus.
5960         (gnus-registry-initialize): Use it.
5961         (gnus-registry-default-mark): Clarify documentation.
5962
5963 2008-02-29  Glenn Morris  <rgm@gnu.org>
5964
5965         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5966         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5967         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5968         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5969         Change defcustom :version from 23.0 to 23.1.
5970
5971 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5972
5973         * gnus-registry.el (gnus-registry-follow-group-p)
5974         (gnus-registry-post-process-groups): Add functions to aid registry
5975         splitting and improve logging.  Clarify behavior in function
5976         documentation.
5977         (gnus-registry-split-fancy-with-parent): Use them.
5978
5979 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5980
5981         * gnus-art.el: Use with-current-buffer.
5982
5983 2008-02-27  David Engster  <dengste@eml.cc>
5984
5985         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5986         Express real group name in the response.
5987
5988 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5991         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5992         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5993         autoload gnus-registry-fetch-group when compiling.
5994         (nnmairix-request-group-with-article-number-correction): Remove
5995         unreferenced argument passed to nnmairix-call-backend.
5996
5997 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5998
5999         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6000         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6001         Wilde.
6002
6003 2008-02-27  Glenn Morris  <rgm@gnu.org>
6004
6005         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6006         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6007         variables to defconsts.  Convert comments to doc-strings.
6008         (nnmairix-last-server, nnmairix-current-server): Convert from free
6009         variables to defvars.  Convert comments to doc-strings.
6010         (gnus-registry-fetch-group): Autoload.
6011         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6012         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6013         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6014         caddr.
6015         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6016         nnmairix-request-group-with-article-number-correction call.
6017         (nnmairix-fast, nnmairix-group): New, less general names, for free
6018         variables passed from nnmairix-request-group to
6019         nnmairix-request-group-with-article-number-correction.  Declare.
6020         (nnmairix-request-group-with-article-number-correction):
6021         Use nnmairix-fast, nnmairix-group rather than fast, group.
6022
6023 2008-02-26  David Engster  <dengste@eml.cc>
6024
6025         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6026         version 0.5.
6027
6028 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6031         instead of making an extra function call.  Don't add the current group
6032         to articles only when they have the group.  Use
6033         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6034         Reported by David <de_bb@arcor.de>.
6035
6036 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6039         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6040
6041 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * mail-source.el (mail-source-delete-incoming): Change default.
6044         Supplement doc string.
6045
6046         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6047
6048 2008-02-14  Glenn Morris  <rgm@gnu.org>
6049
6050         * time-date.el (format-seconds): New function.
6051
6052 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6053
6054         * nnmail.el (nnmail-message-id-cache-file): Derive from
6055         `gnus-home-directory'.
6056
6057 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6058
6059         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6060         Document negative prefix.
6061
6062         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6063
6064 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * message.el (message-unsent-separator): Add the Exim bounce
6067         separator.
6068
6069 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6070
6071         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6072         list.
6073         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6074         recipient/signer list.
6075
6076 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * Makefile.in (datarootdir): Define.
6079         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6080         name that might contain whitespace.
6081
6082 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6085         fbound (Emacs 23 unicode), signal an error.
6086
6087 2008-02-08  Glenn Morris  <rgm@gnu.org>
6088
6089         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6090
6091 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6092
6093         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6094         ports to the calls to `netrc-machine-user-or-password' in addition to
6095         "imap" and "imaps".
6096
6097 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6098
6099         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6100
6101         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6102
6103 2008-02-01  Kenichi Handa  <handa@m17n.org>
6104
6105         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6106         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6107         (rfc2104-hash): Convert the result of concat to unibyte string.
6108
6109 2008-02-01  Dave Love  <fx@gnu.org>
6110
6111         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6112         coding-system-for-read.
6113         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6114
6115 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6118         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6119         <hanche@math.ntnu.no>.
6120
6121 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6124
6125         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6126
6127 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6128
6129         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6130         * message.el (message-beginning-of-line): Use featurep instead of bound
6131         tests in order to resolve conditionals at compile time.
6132
6133 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6134
6135         * mail-source.el (mail-sources): Add `group' choice.
6136
6137         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6138         parameter `in-group' to control into which group the articles go.
6139         Add treatment of `group' mail-source.
6140
6141 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6144
6145         * mm-decode.el (mm-dissect-buffer): Decode description.
6146
6147         * mml.el (mml-to-mime): Encode message header first.
6148
6149 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6152         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6153
6154         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6155         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6156
6157 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6158
6159         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6160
6161 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6164         prefix keys.
6165         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6166         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6167         gnus-xmas.el.
6168
6169         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6170         (gnus-xmas-article-describe-bindings): New function.
6171         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6172         gnus-xmas-article-describe-bindings.
6173
6174         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6175
6176 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6179         Add new variables for article mark management.
6180         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6181         list of extra data entries which, when present, will indicate that the
6182         article ID should not be trimmed from the registry.
6183         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6184         functions.
6185         (gnus-registry-read-mark): New function to read a mark name from the
6186         user.
6187         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6188         (gnus-registry-set-article-mark-internal): New functions to add and
6189         remove marks.
6190         (gnus-registry-get-article-marks): New function to show the marks for
6191         an article, or retrieve them for further use.
6192
6193 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6196         keys when no argument is given.
6197
6198 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * imap.el (imap-ping-server): New variable.
6201         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6202         (imap-ping-server): Minor doc string fixes.
6203
6204 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6205
6206         * imap.el (imap-ping-server): New function.
6207         (imap-opened): Call imap-ping-server.
6208
6209 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * gnus-sum.el (gnus-article-sort-by-random)
6212         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6213         jidanni@jidanni.org.
6214
6215 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-art.el (gnus-article-describe-bindings): New function.
6218         (gnus-article-read-summary-keys): Use it.
6219         (gnus-article-mode-map): Bind `C-h b' to it.
6220
6221 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6224         XEmacs.
6225         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6226         against non-character events.
6227
6228         * lpath.el: Fbind map-keymap for Emacs 21.
6229
6230 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6231
6232         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6233         command.
6234         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6235         instead of END.  Change name of the temp file.
6236         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6237         customizable.
6238
6239 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6242         bind `S W' to gnus-article-wide-reply-with-original; set default
6243         binding to gnus-article-read-summary-send-keys.
6244         (gnus-article-read-summary-keys): Fix the order of keys; display
6245         continuation keys correctly in the echo area; describe bindings
6246         correctly when keys end with `C-h'.
6247         (gnus-article-read-summary-send-keys): New function.
6248         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6249         for gnus-article-read-summary-send-keys; display continuation keys
6250         correctly in the echo area.
6251         (gnus-article-reply-with-original): Ignore prefix argument.
6252         (gnus-article-wide-reply-with-original): New function.
6253
6254         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6255         Emacs 21.
6256
6257 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6260         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6261
6262 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6265         (gnus-group-read-ephemeral-gmane-group): New command.
6266
6267 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6268
6269         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6270
6271 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * message.el (message-send-mail-function): Increase custom version.
6274
6275         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6276         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6277
6278 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6279
6280         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6281         for the cases where imap-authenticate is called with a nil buffer
6282         parameter.
6283
6284 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6287         html parts correctly; support forwarded messages.
6288         (gnus-article-browse-html-article): Remove work buffers.
6289
6290         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6291         compiling.
6292         (netrc-bound-and-true-p): New macro.
6293         (netrc-parse): Use it instead of bound-and-true-p that is not available
6294         in XEmacs 21.4.
6295
6296 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6297
6298         * gnus-registry.el (gnus-registry-mark-article)
6299         (gnus-registry-article-marks): Add functionality to mark articles
6300         through the Gnus registry.
6301
6302         * encrypt.el: Clarify documentation for the new pgg method.
6303         (encrypt-file-alist): Add PGG option.
6304         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6305         functionality.  Abstract password key and messaging to external
6306         functions.
6307         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6308         (encrypt-message-method-and-cipher): Add new convenience external
6309         functions.
6310         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6311         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6312
6313         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6314         (netrc-parse): Use encrypt-file-alist to determine if
6315         encrypt-find-model or encrypt-insert-file-contents should be used.
6316
6317         * encrypt.el: Clarify documentation.  Load password-cache or
6318         password, whichever one is found first, instead of autoloading.
6319
6320 2007-12-19  Glenn Morris  <rgm@gnu.org>
6321
6322         * mml.el (message-options-set, message-narrow-to-head)
6323         (message-in-body-p, message-mail-p, message-encode-message-body):
6324         Autoload.
6325         (message-remove-header, message-narrow-to-headers-or-head)
6326         (message-subscribed-p, message-make-mail-followup-to)
6327         (message-position-on-field, message-news-p)
6328         (message-options-set-recipient, message-generate-headers)
6329         (message-sort-headers): Declare as functions.
6330
6331 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6334         convention in doc string.
6335
6336 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6339         title to html parts.
6340         (gnus-article-browse-html-article): Pass message header to it.
6341
6342         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6343
6344 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6345
6346         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6347         or password compatible with XEmacs.
6348
6349 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6350
6351         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6352         format document.
6353         (gnus-mime-delete-part): Don't write description line if empty.
6354         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6355
6356 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6357
6358         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6359         (gnus-summary-mark-read-and-unread-as-read)
6360         (gnus-summary-mark-current-read-and-unread-as-read)
6361         (gnus-summary-mark-unread-as-ticked): Doc fix.
6362         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6363
6364 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6365
6366         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6367         Christoph Conrad <christoph.conrad@gmx.de>.
6368
6369 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6370
6371         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6372         yes-or-no-p.
6373
6374 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * mm-decode.el (mm-add-meta-html-tag): New function.
6377         (mm-save-part-to-file, mm-pipe-part): Use it.
6378
6379         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6380         gnus-y-or-n-p instead of y-or-n-p.
6381         (gnus-article-browse-html-parts): Work with message/external-body; use
6382         mm-add-meta-html-tag.
6383
6384 2007-12-11  Glenn Morris  <rgm@gnu.org>
6385
6386         * gnus-cache.el: Require gnus-sum not just when compiling.
6387
6388         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6389
6390         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6391         definitions before use.
6392
6393         * mm-decode.el: Require gnus-util.
6394         (mm-remove-part): Only call delete-annotation on XEmacs.
6395
6396         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6397
6398         * nnmail.el: Require gnus-int.
6399
6400         * spam.el: Move `require's before `eval-when-compile's.
6401
6402         * gnus-ems.el (gnus-alive-p):
6403         * gnus-fun.el (message-goto-eoh):
6404         * gnus-util.el (gnus-group-name-decode):
6405         * mail-source.el (gnus-compress-sequence):
6406         * message.el (Info-goto-node, format-spec):
6407         * mm-bodies.el (message-options-get):
6408         * mm-decode.el (mm-view-pkcs7):
6409         * mm-util.el (gmm-write-region):
6410         * mml-smime.el (mml-compute-boundary)
6411         (gnus-completing-read-with-default):
6412         * mml.el (widget-button-press, gnus-make-hashtable):
6413         * mml1991.el (mm-decode-content-transfer-encoding)
6414         (mm-encode-content-transfer-encoding)
6415         (message-options-get, message-options-set):
6416         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6417         * nnfolder.el (gnus-request-group):
6418         * nnheader.el (ietf-drums-unfold-fws):
6419         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6420         * smime.el (gnus-run-mode-hooks):
6421         * spam-stat.el (gnus-message): Autoload.
6422
6423         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6424         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6425         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6426         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6427         Add declare-function compatibility definition.
6428
6429         * gnus-cache.el (nnvirtual-find-group-art):
6430         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6431         (gnus-add-image, gnus-add-wash-type):
6432         * gnus-group.el (nnkiboze-score-file):
6433         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6434         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6435         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6436         (message-tokenize-header, gnus-get-buffer-create)
6437         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6438         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6439         * gnus.el (gnus-group-decoded-name):
6440         * mail-source.el (imap-capability):
6441         * mm-bodies.el (message-options-set):
6442         * mm-decode.el (gnus-configure-windows):
6443         * mm-extern.el (message-goto-body):
6444         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6445         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6446         (epg-sub-key-validity, message-options-set):
6447         * mml.el (widget-event-point, gnus-configure-windows):
6448         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6449         * mml2015.el (epg-check-configuration, epg-configuration)
6450         (message-options-set):
6451         * nndb.el (nndb-request-article):
6452         * nnfolder.el (gnus-request-create-group):
6453         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6454         * nnmaildir.el (gnus-group-mark-article-read):
6455         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6456         * rfc1843.el (message-fetch-field):
6457         * spam.el (gnus-extract-address-components):
6458         Declare as functions.
6459
6460 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6463
6464         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6465
6466         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6467         bind show-trailing-whitespace for XEmacs.
6468
6469 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6472         new no-op macro for backward compatibility.
6473
6474         * imap.el (imap-string-to-integer): New function.
6475
6476 2007-12-09  Glenn Morris  <rgm@gnu.org>
6477
6478         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6479
6480         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6481         * message.el, mm-view.el, sieve-manage.el, smime.el:
6482         Add declare-function compatibility definition.
6483
6484         * gnus-art.el (w3-region, w3m-region, Info-menu):
6485         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6486         * gnus-sum.el (gnus-get-predicate):
6487         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6488         * message.el (mail-abbrev-in-expansion-header-p):
6489         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6490         (w3m-detect-meta-charset, w3m-region):
6491         * sieve-manage.el (password-read, password-cache-add)
6492         (password-cache-remove):
6493         * smime.el (password-read-and-add): Declare as functions.
6494
6495 2007-12-08  David Kastrup  <dak@gnu.org>
6496
6497         * gnus-sum.el (gnus-summary-simplify-subject-query):
6498         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6499         `message'.
6500
6501 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6504         it to bind idna-program, installation-directory, defined-colors, and
6505         face-attribute for XEmacs of the version that compiles defcustom forms.
6506
6507 2007-12-07  Glenn Morris  <rgm@gnu.org>
6508
6509         * gnus-art.el (article-make-date-line): Revert previous change.
6510
6511 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6514
6515 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6516
6517         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6518         Call gnus-add-to-range ranges only once with a prepared article-list.
6519
6520 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6521
6522         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6523         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6524         group names with backslashes.  Reported by Tassilo Horn
6525         <tassilo@member.fsf.org>.
6526
6527 2007-12-06  Deepak Goel  <deego3@gmail.com>
6528
6529         * gnus-art.el (article-make-date-line):
6530         * gnus-start.el (gnus-load):
6531         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6532
6533 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus-art.el (gnus-use-idna)
6536         * gnus-start.el (gnus-site-init-file)
6537         * message.el (message-use-idna)
6538         * mm-uu.el (mm-uu-hide-markers)
6539         * smiley.el (smiley-style): Revert changes that suppress warnings.
6540
6541 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6544         specify charset to html source.  Reported by Christoph Conrad
6545         <christoph.conrad@gmx.de>.
6546
6547 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6550         idna-program in order to suppress byte compile warning issued by XEmacs
6551         that came to byte compile the default value section of defcustom forms
6552         recently.
6553
6554         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6555         value of installation-directory.
6556
6557         * message.el (message-use-idna): Don't directly refer to the value of
6558         idna-program.
6559
6560         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6561
6562         * smiley.el (smiley-style): Don't directly call face-attribute.
6563
6564 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6565
6566         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6567
6568         * gnus-dired.el: Reduce Gnus dependencies.
6569         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6570         require.  Use autoloads instead.
6571         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6572         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6573         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6574         (gnus-dired-mode): Adjust doc string.
6575         (gnus-dired-mail-mode): New variable.
6576         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6577         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6578         (gnus-dired-mail-buffers): New function.  Return mail or message
6579         composition buffers.
6580         (gnus-dired-attach): Use it.
6581         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6582         NO-DECODE.
6583         (gnus-dired-print): Use `gnus-print-buffer' depending on
6584         `gnus-dired-mail-mode'.
6585
6586 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * rfc2047.el (rfc2047-encoded-word-regexp)
6589         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6590         explaining what regexp patterns are for.
6591
6592 2007-12-04  Glenn Morris  <rgm@gnu.org>
6593
6594         * password.el: Move to password-cache.el.
6595
6596         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6597         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6598         * mml-smime.el (password-read, password-cache-add)
6599         (password-cache-remove):
6600         No need to autoload, since mml-sec requires password.
6601
6602         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6603         * message.el (gnus-extract-address-components):
6604         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6605
6606         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6607         password.
6608
6609 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6610
6611         * mailcap.el: Reduce dependencies.
6612         (mail-header-parse-content-type): Autoload.
6613         (mailcap-delete-duplicates): New alias.
6614         (mailcap-mime-info): Add optional argument NO-DECODE.
6615         (mailcap-mime-types): Use mailcap-delete-duplicates.
6616
6617         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6618
6619 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6620
6621         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6622         (imap-parse-status): Upcase status-att for servers that sends them
6623         lower-case (e.g., MS Exchange 2007).
6624
6625 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6628         function.
6629
6630         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6631         (gnus-uu-yenc-article): New function.
6632
6633         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6634
6635         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6636         buffer.
6637
6638 2007-12-02  Glenn Morris  <rgm@gnu.org>
6639
6640         * binhex.el (binhex): New custom group.
6641         (binhex-decoder-program, binhex-decoder-switches)
6642         (binhex-use-external): Move to the binhex custom group.
6643
6644         * uudecode.el (uudecode): New custom group.
6645         (uudecode-decoder-program, uudecode-decoder-switches)
6646         (uudecode-use-external): Move to the uudecode custom group.
6647
6648         * netrc.el (top-level): Don't load `encrypt' features.
6649         (netrc-parse): Don't use encrypt.
6650         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6651
6652         * encrypt.el: Remove file.
6653
6654 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6655
6656         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6657         matches on patches.
6658
6659         * gnus-art.el (gnus-article-browse-html-article): Mention
6660         `mm-text-html-renderer' in the doc string.
6661
6662         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6663         string.  Add comments.
6664
6665         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6666         if rhs is ASCII.
6667
6668 2007-12-01  Glenn Morris  <rgm@gnu.org>
6669
6670         * mail-source.el (top-level): Require format-spec before
6671         eval-when-compile.
6672
6673 2007-11-30  Glenn Morris  <rgm@gnu.org>
6674
6675         * encrypt.el: Require password, rather than autoloading password-read.
6676
6677 2007-11-29  Glenn Morris  <rgm@gnu.org>
6678
6679         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6680         (sasl-make-client, sasl-next-step, sasl-step-data)
6681         (sasl-step-set-data): Declare as functions.
6682
6683 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6684
6685         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6686
6687 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6688
6689         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6690         certs should be verified and what is to be done in the event of a
6691         verification failure.
6692
6693         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6694         caller can indicate whether the cache should be disregarded for this
6695         call.  This way the result of the call is reproducible at all times and
6696         can be considered a canonical server name for the supplied method.
6697         (gnus-agent-method-p): Canonicalize server names by pushing their
6698         method through `gnus-method-to-server' using the no-cache argument.
6699
6700         * gnus-srvr.el (gnus-server-insert-server-line): Call
6701         `gnus-method-to-server' with `no-cache' argument.
6702
6703         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6704         gnus-agent-possibly-synchronize-flags as this should be called when the
6705         server is actually being opened.
6706         (gnus-agent-possibly-synchronize-flags)
6707         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6708         flags file of an agentized server to the latter function.
6709
6710         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6711         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6712         after a connection has been established successfully.
6713
6714 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-art.el (article-display-face): Force to display face if called
6717         interactively; check if gnus-article-x-face-too-ugly matches author.
6718         (article-display-x-face): Display face even if From header is missing
6719         as article-display-face does.
6720
6721 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6722
6723         * hashcash.el (message-narrow-to-headers-or-head)
6724         (message-fetch-field, message-goto-eoh)
6725         (message-narrow-to-headers): Declare as functions.
6726
6727 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * mail-source.el (mail-sources): Default to fetch from file for
6730         compatibility with default of nnmail-spool-file.
6731
6732 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6735         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6736         to look for encoded word that should be encoded again.
6737         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6738         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6739         encoding pattern.
6740         (rfc2047-decode-region): Switch strict regexp and loose one according
6741         to rfc2047-allow-irregular-q-encoded-words.
6742
6743 2007-11-25  Romain Francoise  <romain@orebokech.com>
6744
6745         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6746
6747 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * tls.el (tls-program): Provide more custom choices from
6750         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6751         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6752
6753 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6756         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6757
6758         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6759         `nnmail-spool-file'.
6760
6761         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6762         `nnmail-spool-file'.
6763
6764         * gnus-move.el (gnus-change-server): Ditto.
6765
6766         * gnus-kill.el (gnus-batch-score): Ditto.
6767
6768         * gnus-cache.el (gnus-jog-cache): Ditto.
6769
6770         * gnus-msg.el (gnus-summary-reply):
6771         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6772
6773 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6776         version.  Minor improvement to doc strings.
6777         (tls-program): Add comment.
6778
6779 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6780
6781         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6782         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6783         mismatch between the hostname provided in the certificate and the name
6784         of the host connnecting to.
6785         (open-tls-stream): Use them.  Check certificates against trusted root
6786         certificates.
6787
6788 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * gnus-cache.el (gnus-cache-generate-nov-databases):
6791         Use nnml-generate-nov-databases-directory instead of
6792         nnml-generate-nov-databases-1.
6793
6794 2007-11-24  Glenn Morris  <rgm@gnu.org>
6795
6796         * message.el (message-tool-bar-retro): Update for rename
6797         mail_send.xpm->mail-send.xpm.
6798
6799 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6800
6801         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6802         `smime-ldap-search' for Emacs 22 and up.
6803
6804 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6805
6806         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6807
6808         * message.el (message-send-mail-function): Fix error convention.
6809         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6810         (message-widen-reply, message-send-mail, message-talkative-question)
6811         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6812         (message-clone-locals, message-send-news): Use with-current-buffer.
6813         (message-insert-or-toggle-importance): Remove unused var `valid'.
6814         (message-make-references): Remove unused var `new-references'.
6815         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6816
6817 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6818
6819         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6820         (spam-split-symbolic-return-positive): Reflow docstring.
6821         (spam-backends, spam-summary-exit-behavior)
6822         (spam-mark-ham-unread-before-move-from-spam-group)
6823         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6824         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6825         (spam-clear-cache, spam-backend-check, spam-install-backend)
6826         (spam-install-statistical-backend, spam-list-of-processors)
6827         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6828         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6829         (spam-check-crm114, spam-initialize, spam-unload-hook):
6830         Fix typos in docstrings.
6831
6832 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6835         been checked if they have never been read and those group levels are
6836         higher than the one that a user specified.
6837
6838 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6841         foreign groups unless a group level is specified by a user.
6842         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6843
6844 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * message.el (message-send-mail-function): Require sendmail.
6847
6848 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * message.el (message-send-mail-function): Check for smtpmail too.
6851
6852         * utf7.el (utf7-encode, utf7-decode): Use coding system
6853         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6854
6855         * message.el (message-send-mail-function): New function.
6856         (message-send-mail-function): Set default using
6857         message-send-mail-function.  Adjust doc string.
6858         (message-send-mail-with-mailclient): New function.
6859
6860 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6861
6862         * smime.el (from):
6863         * rfc2047.el (message-posting-charset):
6864         * qp.el (mm-use-ultra-safe-encoding):
6865         * pop3.el (parse-time-months):
6866         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6867         * nnml.el (files):
6868         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6869         (jka-compr-compression-info-list, ange-ftp-path-format)
6870         (efs-path-regexp):
6871         * nndiary.el (files):
6872         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6873         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6874         (epg-digest-algorithm-alist, inhibit-redisplay)
6875         (password-cache-expiry):
6876         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6877         (pgg-output-buffer, password-cache-expiry):
6878         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6879         (efs-path-regexp):
6880         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6881         (inhibit-redisplay):
6882         * mm-uu.el (file-name, start-point, end-point, entry)
6883         (gnus-newsgroup-name, gnus-newsgroup-charset):
6884         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6885         (latin-unity-ucs-list):
6886         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6887         (mm-uu-binhex-decode-function):
6888         * message.el (gnus-message-group-art, gnus-list-identifiers)
6889         (rmail-enable-mime-composing, gnus-local-organization)
6890         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6891         (gnus-read-active-file, facemenu-add-face-function)
6892         (facemenu-remove-face-function, gnus-article-decoded-p)
6893         (tool-bar-mode):
6894         * mail-source.el (display-time-mail-function):
6895         * gnus-util.el (nnmail-pathname-coding-system)
6896         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6897         (gnus-original-article-buffer, gnus-user-agent)
6898         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6899         (xemacs-codename, sxemacs-codename, emacs-program-version):
6900         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6901         * gnus-start.el (gnus-agent-covered-methods)
6902         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6903         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6904         (gnus-newsgroup-headers, gnus-group-list-mode)
6905         (gnus-group-mark-positions, gnus-newsgroup-data)
6906         (gnus-newsgroup-unreads, nnoo-state-alist)
6907         (gnus-current-select-method, mail-sources)
6908         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6909         (nnmail-spool-file, gnus-cache-active-hashtb):
6910         * gnus-mh.el (mh-lib-progs):
6911         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6912         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6913         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6914         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6915         (gnus-group-buffer):
6916         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6917         (font-lock-set-defaults):
6918         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6919         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6920         (gnus-summary-post-menu, total-parts, type, condition, length):
6921         * gnus-agent.el (gnus-agent-read-agentview):
6922         * flow-fill.el (show-trailing-whitespace):
6923         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6924         eval-and-compile wrappers for byte compiler pacifiers.
6925
6926         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6927         (mm-display-inline-fontify): Check for featurep 'xemacs not
6928         extent-list.
6929
6930         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6931         itimer-list.
6932         (mm-create-image-xemacs): Only do something for XEmacs.
6933         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6934
6935         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6936
6937         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6938         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6939
6940 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6941
6942         * nnimap.el (nnimap-split-download-body):
6943         * gnus-demon.el (gnus-demon):
6944         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6945
6946 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6949         macros.
6950         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6951         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6952         copy data from unibyte buffer to multibyte current buffer.
6953         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6954         to copy data from unibyte current buffer to multibyte buffer.
6955         (nntp-make-process-buffer): Make process buffer unibyte.
6956
6957         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6958
6959 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6960
6961         * pop3.el (pop3-open-server): Accept and process data more robustly at
6962         connexion start to avoid spurious "POP SSL connexion failed" errors.
6963
6964 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6967         read group names.
6968
6969 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6972
6973 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6976         (nnmail-save-active): Use a unibyte buffer when saving active file,
6977         which may contain non-ASCII group names.
6978
6979         * nnml.el (nnml-request-group): Decode group names in messages.
6980
6981 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * message.el (message-citation-line-function)
6984         (message-insert-formatted-citation-line): Fix spelling of
6985         `message-insert-formated-citation-line'.
6986
6987 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6990
6991 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6994         nnmail-pathname-coding-system.
6995
6996         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6997         that a user enters; decode group names in messages.
6998
6999         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7000
7001 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7004
7005         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7006
7007         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7008         risky local variable.
7009
7010         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7011
7012 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7013
7014         * encrypt.el: Improve documentation to fix function name typo.
7015         Reported by Daiki Ueno <ueno@unixuser.org>.
7016
7017 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7020         even if the point is not in the last page of an article.
7021         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7022         back to the previous page.
7023
7024 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7027
7028 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7031
7032 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7033
7034         * message.el (message-check-news-body-syntax): Avoid
7035         mm-string-as-multibyte.
7036         (message-hide-headers): Don't assume (point-min)==1.
7037
7038 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7039
7040         * message.el (message-remove-blank-cited-lines): Fix if remove is
7041         given.
7042         (message-bogus-address-regexp): New variable.
7043         (message-bogus-recipient-p): New function.
7044         (message-check-recipients): New command.
7045         (message-syntax-checks): Add `bogus-recipient'.
7046         (message-fix-before-sending): Add `bogus-recipient'.
7047
7048         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7049         (gnus-treat-body-boundary): Don't test window-system.
7050
7051 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7052
7053         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7054
7055 2007-10-28  Miles Bader  <miles@gnu.org>
7056
7057         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7058         at compile-time too.
7059
7060 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * gnus-msg.el (gnus-message-setup-hook): Add
7063         `message-remove-blank-cited-lines' to options.
7064
7065 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7066
7067         * message.el (message-remove-blank-cited-lines): New function.
7068         Suggested by Karl Plästerer.
7069
7070 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7073         mapc.
7074
7075         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7076         (top-level): Use mapc to set functions to be traced for debugging.
7077
7078         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7079         called for effect with while loop.
7080
7081         * message.el (message-talkative-question): Replace mapcar called for
7082         effect with mapc.
7083
7084         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7085         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7086         called for effect with dolist.
7087
7088         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7089
7090         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7091         gnus-extra-headers and nnmail-extra-headers.
7092
7093         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7094         called for effect with dolist.
7095         (top-level): Use mapc to set functions to be traced for debugging.
7096
7097         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7098         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7099         dolist.
7100
7101         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7102         Replace mapcar called for effect with mapc.
7103         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7104         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7105         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7106         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7107
7108         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7109         remove-if that's a cl function.
7110
7111         * webmail.el (webmail-debug): Replace mapcar called for effect with
7112         dolist.
7113
7114         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7115         with mapc.
7116
7117 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7120         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7121         with while loop.
7122
7123         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7124         functions from article-* functions.
7125         (gnus-multi-decode-header): Replace mapcar called for effect with
7126         dolist.
7127
7128         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7129         (gnus-bookmark-show-details): Replace mapcar called for effect with
7130         while loop.
7131
7132         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7133         called for effect with while loop.
7134
7135         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7136         with dolist.
7137
7138         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7139         mapcar called for effect with dolist.
7140
7141         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7142
7143         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7144         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7145         Replace mapcar called for effect with dolist.
7146         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7147         mapc.
7148
7149         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7150         Replace mapcar called for effect with dolist.
7151         (gnus-topic-list): Replace mapcar called for effect with mapc.
7152
7153         * gnus.el: Use mapc instead of mapcar to add autoloads.
7154
7155 2007-10-23  Richard Stallman  <rms@gnu.org>
7156
7157         * gnus-group.el (gnus-group-highlight): Mark as risky.
7158
7159 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus.el (gnus-server-to-method): Return method found first in
7162         gnus-newsrc-alist.
7163
7164         * gnus-art.el (gnus-article-highlight-signature)
7165         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7166         button overlay without the front stickiness.
7167
7168 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7169
7170         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7171         overview buffer needed a catch to receive its throw.
7172         (gnus-agent-flush-cache): Declared as interactive to make this function
7173         easier to use.
7174
7175 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7178         `next-line'.
7179
7180 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7183         exclude address matching message-dont-reply-to-names.
7184
7185 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * gnus-util.el (gnus-string<): New function.
7188
7189         * gnus-sum.el (gnus-article-sort-by-author)
7190         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7191
7192 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7195         the frame-focus tag is set in gnus-buffer-configuration.
7196
7197 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7200         the front stickiness.
7201
7202 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7205         url pattern; remove duplicate one.
7206         (gnus-article-extend-url-button): New function.
7207         (gnus-article-add-buttons): Use it.
7208         (gnus-button-push): Use concatenated url that it makes.
7209
7210 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7211
7212         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7213
7214 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7215
7216         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7217         Don't hardcode point-min==1.
7218
7219 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7220
7221         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7222         Fix comment about "iso8859-1".
7223
7224 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7225
7226         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7227         ones returned from the verify-function.
7228
7229         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7230         mml2015-extract-cleartext-signature if extraction failed.
7231
7232 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7233
7234         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7235         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7236         failed.
7237
7238 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7241
7242 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7245         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7246         recommends to use EasyPG instead of PGG.
7247
7248         * pgg.el: Revert to revision 6.23.2.16.
7249
7250         * pgg-def.el: Revert to revision 6.6.2.14.
7251
7252         * pgg-gpg.el: Revert to revision 6.23.2.34.
7253
7254 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7255
7256         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7257         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7258         thread for both the null and zero (kill/expire thread) universal prefix
7259         cases.
7260         (gnus-summary-expire-thread): Add new function to expire a thread,
7261         using gnus-summary-kill-thread.
7262         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7263         shortcuts for gnus-summary-expire-thread.
7264         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7265         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7266
7267 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7268
7269         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7270         extras value, so an extras entry can be deleted.
7271         (gnus-registry-delete-extra-entry): Use it.
7272         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7273         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7274         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7275         storage through the gnus-registry, and provide an appropriate API for
7276         it.
7277
7278 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7281         Suggested by Leo <sdl.web@gmail.com>.
7282
7283         * gnus.el: Do.
7284
7285 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7288         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7289
7290         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7291
7292         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7293         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7294
7295 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7298         newline.
7299         (nnmbox-request-accept-article): Don't change article in source buffer;
7300         narrow to header to use message-fetch-field rather than
7301         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7302         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7303         as delimiters; make sure article ends with newline.
7304         (nnmbox-delete-mail): Correct last position of article to be deleted;
7305         ignore X-Gnus-Newsgroup header in article body.
7306         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7307         positions; make sure article ends with newline.
7308
7309         * message.el (message-display-abbrev): Don't infloop when a user
7310         inserts SPC in the beginning of header.
7311
7312         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7313         coding-system-for-read and coding-system-for-write for XEmacs having no
7314         file-coding feature.
7315
7316         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7317
7318 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7319
7320         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7321         list of groups not followed by default.  Fix type to be regexp.
7322         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7323
7324 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7325
7326         * hmac-def.el (define-hmac-function): Switch from old-style to
7327         new-style backquotes.
7328
7329         * md4.el (md4-make-step): Likewise.
7330
7331 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7334         raw-text coding system when saving .newsrc file, which may contain
7335         non-ASCII group names.
7336
7337 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * gnus-cus.el (gnus-score-extra): New widget.
7340         (gnus-score-extra-convert): New function.
7341         (gnus-score-customize): Use it for Extra.
7342
7343 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7344
7345         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7346         (mml2015-mailcrypt-clear-verify): Use it.
7347         (mml2015-gpg-clear-verify): Use it.
7348         (mml2015-pgg-clear-verify): Use it.
7349         (mml2015-epg-clear-verify): Replace the current part with the output
7350         from GnuPG; don't extract the plaintext by itself.
7351
7352         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7353         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7354         mml2015-clear-verify-function; don't touch the armor headers or
7355         dash-escaped text here.
7356
7357 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7360         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7361         parts, or application/octet-stream as a last resort.
7362         (gnus-mime-view-part-as-type): Don't toggle display.
7363         (gnus-mime-view-part-as-charset): Don't turn off display before
7364         querying charset.
7365
7366         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7367         stuff to undisplayer function in Emacs.
7368         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7369
7370         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7371         text/calendar parts.
7372
7373 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7376         decoding text/calendar parts.
7377
7378         * message.el (message-forward-make-body-mime): Always mark body as
7379         having no illegible text; remove signed-or-encrypted argument.
7380         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7381
7382         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7383         (mml-generate-mime-1): Don't encode body if it is specified to be in
7384         raw form; don't make buffer be unibyte when inserting multibyte string.
7385
7386 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7387
7388         * sha1.el: Fix up comment style.
7389         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7390         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7391
7392         * hex-util.el: Fix up comment style.
7393         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7394
7395         * gnus-salt.el: Use with-current-buffer.
7396         (gnus-pick-setup-message): Fix long-standing typo.
7397
7398 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * imap.el (imap-logout-timeout): New variable.
7401         (imap-logout, imap-logout-wait): New functions.
7402         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7403
7404         * nnimap.el (nnimap-logout-timeout): New server variable.
7405         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7406         nnimap-logout-timeout.
7407
7408         * gnus-art.el (gnus-article-summary-command-nosave)
7409         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7410
7411 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus.el (gnus-maximum-newsgroup): New variable.
7414
7415         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7416         according to gnus-maximum-newsgroup.
7417
7418         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7419         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7420         Limit the range of articles according to gnus-maximum-newsgroup.
7421
7422 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7423
7424         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7425         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7426         Don't perform gnus-configure-windows here; reuse existing sticky
7427         article buffer.
7428
7429         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7430         it doesn't exist in gnus-article-mode.
7431
7432 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7435         (gnus-agent-decoded-group-name): New function.
7436         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7437         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7438
7439 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7440
7441         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7442         Add binding for gnus-sticky-article.
7443         (gnus-summary-exit): Don't kill sticky article buffers.
7444
7445         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7446         article buffer.
7447         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7448         (gnus-kill-sticky-article-buffers): New commands.
7449
7450 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * nntp.el (nntp-xref-number-is-evil): New server variable.
7453         (nntp-find-group-and-number): If it is non-nil, don't trust article
7454         numbers in the Xref header.
7455
7456 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-agent.el (gnus-agent-read-group): New function.
7459         (gnus-agent-flush-group, gnus-agent-expire-group)
7460         (gnus-agent-regenerate-group): Use it.
7461         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7462         nnmail-pathname-coding-system.
7463
7464 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7467
7468         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7469         that are unread as unread, and also as selected so that information of
7470         marks having been changed by a user may be updated when exiting group.
7471
7472 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7475         calculated ignoring signature parts to gnus-treat-article.
7476
7477 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7480         a point here in order to keep the window start.
7481         (gnus-insert-mime-security-button): Make a button overlay without the
7482         front stickiness.
7483         (gnus-mime-display-security): Goto the end of a button.
7484
7485         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7486
7487 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7490         group-name-at-point.
7491         (gnus-group-completing-read): New function that offers decoded
7492         non-ASCII group names for completion.
7493         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7494         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7495         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7496         (gnus-group-fetch-control): Use it.
7497         (gnus-fetch-group): Use group-name-at-point for the initial value
7498         rather than the default value; use gnus-alive-p.
7499
7500         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7501         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7502         (gnus-summary-post-news): Use gnus-group-completing-read.
7503
7504         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7505         (gnus-read-move-group-name): Decode group name for completion.
7506
7507 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7508
7509         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7510         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7511         Yamaoka slightly modified the code).
7512
7513 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7516         (nnmail-split-incoming): Bind it.
7517
7518         * nnml.el (nnml-group-name-charset): New function.
7519         (nnml-decoded-group-name): Use it; don't decode group name if
7520         nnmail-group-names-not-encoded-p is non-nil.
7521         (nnml-encoded-group-name): New function.
7522         (nnml-group-pathname): Inline nnml-decoded-group-name.
7523         (nnml-request-expire-articles): Decode group name in message.
7524         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7525         nnmail-pathname-coding-system.
7526         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7527         not decoded ones according to nnmail-group-names-not-encoded-p.
7528         (nnml-generate-active-info): Use nnml-encoded-group-name.
7529
7530 2007-08-08  Glenn Morris  <rgm@gnu.org>
7531
7532         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7533         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7534         doc-strings and comments.
7535
7536 2007-07-25  Glenn Morris  <rgm@gnu.org>
7537
7538         * Relicense all FSF files to GPLv3 or later.
7539
7540 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus-sum.el (gnus-summary-move-article): Make
7543         gnus-summary-respool-article work.
7544
7545 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7548         string.
7549
7550 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7551
7552         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7553         that should be ignored when comparing distant RSS articles with local
7554         ones.
7555         (nnrss-make-hash-index): New function.  Create a hash index according
7556         to the ignored fields.
7557         (nnrss-check-group): Use it.
7558
7559 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7562
7563         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7564
7565         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7566         the new optional argument ENCODED is non-nil.
7567         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7568         coding system for encoding group name.
7569         (gnus-group-make-rss-group): Pass un-encoded group name to
7570         gnus-group-make-group.
7571         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7572         encoded.
7573
7574         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7575         Encode group name to which articles are moved or copied.
7576         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7577         coding system for encoding Newsgroup, Followup-To and Xref headers.
7578
7579         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7580         marks; use nnheader-file-coding-system to write a file.
7581         (nnagent-retrieve-headers): Bind file-name-coding-system to
7582         nnmail-pathname-coding-system.
7583
7584         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7585
7586         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7587         (nnml-request-article, nnml-request-create-group)
7588         (nnml-request-rename-group, nnml-find-id)
7589         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7590         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7591         (nnml-save-marks): Use nnml-group-pathname instead of
7592         nnmail-group-pathname.
7593
7594         (nnml-request-create-group, nnml-request-expire-articles)
7595         (nnml-request-move-article, nnml-request-delete-group)
7596         (nnml-deletable-article-p, nnml-possibly-create-directory)
7597         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7598         (nnml-open-marks): Bind file-name-coding-system to
7599         nnmail-pathname-coding-system.
7600
7601         (nnml-request-article): Pass server argument to nnml-find-group-number.
7602         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7603         server argument to nnml-possibly-create-directory.
7604         (nnml-request-accept-article): Pass server argument to
7605         nnml-active-number and nnml-save-mail.
7606         (nnml-find-group-number): Pass server argument to nnml-find-id.
7607         (nnml-request-update-info): Pass server argument to
7608         nnml-marks-changed-p.
7609
7610         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7611         (nnml-save-mail, nnml-active-number): Add server argument.
7612
7613         (nnml-request-delete-group): Warn if group is missing.
7614         (nnml-get-nov-buffer): Decode group name.
7615         (nnml-generate-active-info): Encode group name.
7616         (nnml-open-marks): Decode group name in messages.
7617
7618 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7621         if it is not specified.
7622         (gnus-article-pipe-part, gnus-article-save-part)
7623         (gnus-article-interactively-view-part, gnus-article-copy-part)
7624         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7625         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7626         (gnus-article-replace-part, gnus-article-delete-part)
7627         (gnus-article-view-part-as-type): Pass raw prefix argument to
7628         gnus-article-part-wrapper.
7629
7630 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * gnus-agent.el (gnus-agent-save-active): Bind
7633         nnheader-file-coding-system to gnus-agent-file-coding-system.
7634
7635         * gnus-cache.el (gnus-cache-save-buffers)
7636         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7637         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7638         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7639         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7640         (gnus-cache-generate-active, gnus-cache-rename-group)
7641         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7642         (gnus-cache-update-overview-total-fetched-for): Bind
7643         file-name-coding-system to nnmail-pathname-coding-system.
7644         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7645         variables.
7646         (gnus-cache-decoded-group-name): New function.
7647         (gnus-cache-file-name): Use it.
7648         (gnus-cache-generate-active): Use non-decoded group name for active.
7649
7650         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7651         right place.
7652         (gnus-write-active-file): Don't break non-ASCII group names.
7653
7654         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7655         nnmail-pathname-coding-system.
7656
7657         * lpath.el: Bind default-file-name-coding-system,
7658         file-name-coding-system and language-info-alist for XEmacs.
7659
7660         * gnus-uu.el (gnus-uu-decode-save): Typo.
7661
7662 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7665
7666 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7669         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7670         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7671         (gnus-agent-flush-group, gnus-agent-flush-cache)
7672         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7673         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7674         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7675         (gnus-agent-regenerate-group)
7676         (gnus-agent-update-files-total-fetched-for)
7677         (gnus-agent-update-view-total-fetched-for): Bind
7678         file-name-coding-system to nnmail-pathname-coding-system.
7679         (gnus-agent-group-pathname): Don't encode file names by
7680         nnmail-pathname-coding-system.
7681         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7682         coding-system-for-write instead of buffer-file-coding-system to
7683         gnus-agent-file-coding-system.
7684
7685         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7686         Decode group name.
7687
7688         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7689
7690         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7691         (gnus-read-newsrc-el-file): Make group names unibyte.
7692
7693         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7694         nnmail-pathname-coding-system.
7695
7696         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7697         (nnrss-request-delete-group): Bind file-name-coding-system to
7698         nnmail-pathname-coding-system.
7699         (nnrss-read-server-data, nnrss-read-group-data): Bind
7700         file-name-coding-system correctly.
7701         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7702
7703         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7704         (nntp-server-to-method-cache): New variable.
7705         (nntp-group-pathname): New function that decodes non-ASCII group names.
7706         (nntp-possibly-create-directory, nntp-marks-changed-p)
7707         (nntp-save-marks, nntp-open-marks): Use it.
7708         (nntp-possibly-create-directory, nntp-open-marks):
7709         Bind file-name-coding-system to nnmail-pathname-coding-system.
7710         (nntp-open-marks): Decode group names when bootstrapping marks.
7711
7712         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7713         Newsgroups and Folowup-To headers.
7714
7715 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7718         (gnus-server-closed-face, gnus-server-denied-face)
7719         (gnus-server-offline-face): Remove variable.
7720         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7721
7722         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7723         of modifying message-stack directly for XEmacs.
7724
7725         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7726         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7727         if the coding-system argument is nil for XEmacs.
7728
7729         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7730         mm-charset-override-alist.
7731
7732         * rfc2047.el: Don't require base64; require rfc2045 for the function
7733         rfc2045-encode-string.
7734         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7735         to quote the parameter value.
7736
7737 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7740         form in gnus-group-name-charset-method-alist.
7741
7742         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7743         overrides the default layout edit-form.
7744
7745         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7746
7747         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7748
7749 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7752         as unfetched articles.
7753
7754 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7755
7756         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7757
7758 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7761         original back end that keeps marks in the local system.
7762
7763 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7766         arg of pop-to-buffer for XEmacs.
7767         (gnus-article-read-summary-keys): Ditto; don't restore window
7768         configuration if summary command ends up with neither article buffer
7769         nor summary buffer; describe bindings if summary keys end with C-h.
7770
7771 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * message.el (message-fix-before-sending): Skip raw message part to be
7774         forwarded while checking illegible text.
7775         (message-forward-make-body-mime, message-forward-make-body): Mark
7776         signed or encrypted raw message as having no illegible text.
7777
7778 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7781         (gnus-message-with-timestamp-1): New macro.
7782         (gnus-message-with-timestamp): New function.
7783         (gnus-message): Use them.
7784
7785         * nnheader.el (nnheader-message): Use them.
7786
7787 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7790         .newsrc.eld file.
7791
7792 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-agent.el (gnus-agent-fetch-headers)
7795         (gnus-agent-retrieve-headers): Bind
7796         gnus-decode-encoded-address-function to identity.
7797
7798         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7799         available also when the server returns simply a dot.
7800
7801         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7802
7803 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7806
7807 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-ems.el (gnus-x-splash): Make it work.
7810
7811         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7812         from being used.
7813
7814         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7815
7816 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7819         4th and the 5th arguments.
7820
7821         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7822         the front stickiness.
7823         (gnus-article-summary-command-nosave): Correct the order of the
7824         arguments passed to pop-to-buffer.
7825         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7826         summary command ends up with the article buffer.
7827
7828         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7829         the same faces.
7830
7831 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7832
7833         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7834
7835 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7836
7837         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7838         * gnus-sum.el (gnus-summary-highlight):
7839         * pgg.el (pgg-sign-region, pgg-sign):
7840         * mail-source.el (mail-source-delete-old-incoming-confirm):
7841         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7842
7843 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-art.el (gnus-mime-view-part-externally)
7846         (gnus-mime-view-part-internally): Fix predicate function passed to
7847         completing-read.
7848
7849         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7850
7851         * gnus.el (gnus-update-message-archive-method): Add :version.
7852
7853 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * gnus.el (gnus-update-message-archive-method): New variable.
7856
7857         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7858         according to gnus-message-archive-method if
7859         gnus-update-message-archive-method is non-nil.
7860
7861 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7864         by Loic Dachary <loic@dachary.org>.
7865         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7866
7867 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * message.el (message-pop-to-buffer): Add switch-function argument.
7870         (message-mail): Pass switch-function argument to it.
7871
7872 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7875         Improve doc string.
7876
7877 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7880         (gnus-header-content)
7881         * gnus-cite.el (gnus-cite-10)
7882         * gnus-srvr.el (gnus-server-closed)
7883         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7884         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7885         (gnus-group-mail-3-empty, gnus-group-mail-low)
7886         (gnus-group-mail-low-empty, gnus-splash)
7887         * message.el (message-header-to, message-header-cc)
7888         (message-header-subject, message-header-other, message-header-name)
7889         (message-header-xheader, message-separator, message-cited-text)
7890         (message-mml): Lighten colors of faces used for dark background.
7891
7892 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7893
7894         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7895         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7896
7897 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * message.el (message-narrow-to-headers-or-head):
7900         Ignore mail-header-separator in the body.
7901
7902 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7905         same as window size.
7906
7907 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7908
7909         * message.el (message-font-lock-keywords): Use message-header-xheader
7910         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7911         ahead of the anything pattern, to get it recognised.
7912
7913 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7916         spam.el loads uses it in the compiled defadvice form.
7917
7918 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7919
7920         * gnus-sum.el (gnus-articles-to-read)
7921         (gnus-summary-insert-old-articles): Don't truncate group name for
7922         `read-string'.
7923
7924         * gnus-util.el (gnus-limit-string): Delete this function.
7925
7926         * gnus-sum.el (gnus-simplify-subject-fully): Use
7927         `truncate-string-to-width' instead.
7928
7929 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7930
7931         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7932         if, on summary exit, the next group has to be selected.
7933         (gnus-summary-exit): Use it.
7934
7935 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7938         non-break space.
7939
7940 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7943         Check if group is not a directory.
7944         (nnfolder-request-expire-articles): Don't delete articles if the target
7945         group is not available.
7946
7947         * nnml.el (nnml-request-create-group): Properly check if group is not a
7948         file.
7949         (nnml-request-expire-articles): Don't delete articles if the target
7950         group is not available.
7951
7952         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7953         Don't quote characters that are within parentheses.
7954
7955 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7958         (gnus-handle-ephemeral-exit): Select article according to it.
7959
7960 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * message.el (message-insert-formated-citation-line): Remove newline.
7963         (message-citation-line-format): Add final \n here so that the user can
7964         avoid a blank line.
7965
7966 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7967
7968         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7969         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7970         Update lanl/arXiv support.
7971
7972 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7973
7974         * gnus.el: Bump version number.
7975
7976 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7977
7978         * gnus.el (gnus-version-number): Bump version.
7979
7980 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7981
7982         * gnus.el: No Gnus v0.6 is released.
7983
7984 2007-04-27  Didier Verna  <didier@xemacs.org>
7985
7986         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7987         * gmm-utils.el (gmm-regexp-concat): here.
7988         * message.el: Don't require 'gnus-util.
7989         (message-dont-reply-to-names): Handle name change above.
7990         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7991
7992 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7995         since the initial value varies according to the system.
7996
7997 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8000
8001 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8002
8003         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8004
8005 2007-04-24  Didier Verna  <didier@xemacs.org>
8006
8007         Improve the type of gnus-ignored-from-addresses.
8008         * gnus-util.el (gnus-orify-regexp): New function.
8009         * message.el (gnus-util): Require it.
8010         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8011         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8012         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8013
8014 2007-04-24  Didier Verna  <didier@xemacs.org>
8015
8016         * gnus-sum.el:
8017         * gnus-utils.el: Fix some trailing whitespaces.
8018
8019 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8022         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8023         article's Message-ID; refer parent article in summary buffer.
8024
8025         * message.el (message-bounce): Call mime-to-mml.
8026
8027         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8028         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8029         optimize and/or forms properly.
8030
8031 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8034         URL.
8035
8036 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8039
8040 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8043         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8044         displayed of multipart/alternative part if it is invoked from summary
8045         buffer.
8046
8047         * mm-view.el (mm-inline-text-html-render-with-w3m)
8048         (mm-inline-text-html-render-with-w3m-standalone)
8049         (mm-inline-render-with-function): Use mail-parse-charset by default.
8050
8051 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8052
8053         * parse-time.el (parse-time-string-chars): Check if CHAR
8054         is less than the length of parse-time-syntax.
8055
8056 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8059         from gnus-newsgroup-processable.
8060
8061 2007-04-16  Didier Verna  <didier@xemacs.org>
8062
8063         * gnus-msg.el (gnus-configure-posting-styles): Handle
8064         message-signature-directory properly with :file syntax.  Reported by
8065         "Leo".
8066
8067 2007-04-11  Didier Verna  <didier@xemacs.org>
8068
8069         New user option: message-signature-directory.
8070         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8071         * message.el (message-insert-signature): Ditto.
8072         * message.el (message-signature-file): Doc update.
8073         * message.el (message-signature-directory): New.
8074
8075 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * gnus-msg.el (gnus-inews-yank-articles): Use
8078         message-exchange-point-and-mark instead of exchange-point-and-mark.
8079
8080 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * message.el (message-yank-original): Make sure cited text ends with
8083         newline; don't exchange point and mark.
8084
8085 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8086
8087         * tls.el (open-tls-stream): Properly handle case where there
8088         is no associated buffer.
8089
8090 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8091
8092         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8093         message-yank-original, make sure (< mark TEXT point).
8094
8095 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8096
8097         * message.el (message-fill-column): New variable.
8098         (message-mode): Use it.  Add comment on a possible new hook.
8099
8100         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8101         (nnmail-get-new-mail): Reformat.
8102
8103         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8104
8105         * gmm-utils.el: Fix Commentary.
8106         (gmm-tool-bar-from-list): Fix typo in doc string.
8107
8108 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8109
8110         * message.el (message-yank-original): Don't switch point and mark
8111         unnecessarily to put point and mark as documented.
8112
8113 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8114
8115         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8116         from the message heads.
8117
8118 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8119
8120         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8121         article buffer does not have a window.  This may not be the best
8122         solution but is certainly better than setting the start of the null,
8123         that is the current, window.
8124
8125 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8128         (gnus-draft-setup): Run it.
8129
8130         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8131         gnus-score-fast-scoring.  Allow regexp.
8132         (gnus-score-headers): Use it.
8133
8134         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8135         XEmacs.
8136
8137         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8138         string.
8139         (gnus-button-alist): Also catch `<f1> k ...'.
8140         (gnus-treat-display-x-face): Fix doc string.
8141
8142 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8143
8144         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8145         evaluation of gnus-extended-version to ensure correct generation of the
8146         User-Agent header when message-generate-headers-first is used.
8147
8148 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8149
8150         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8151         hashcash-path is nil.  Don't call callback with incorrect number of
8152         parameters if val is 0.
8153
8154 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8155
8156         * message.el (message-required-news-headers):
8157         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8158
8159 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8160
8161         * tls.el (open-tls-stream): In handshake-waiting loop,
8162         don't wait more if there is output available to process.
8163
8164 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8165
8166         * tls.el (tls-program): Doc fix.
8167
8168 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * message.el (message-generate-new-buffers): Change the meaning of the
8171         nil value; add `standard' to the choices; treat t as `unique'; improve
8172         doc string.
8173         (gnus-select-frame-set-input-focus): Autoload.
8174         (message-buffer-name): Search for the existing message buffer if
8175         message-generate-new-buffers is nil or `standard'; treat the value t of
8176         message-generate-new-buffers as `unique'.
8177         (message-pop-to-buffer): Raise the frame already displaying the message
8178         buffer; clear the echo area after querying.
8179         (message-setup): Pass the `continue' argument to compose-mail.
8180         (message-mail): Prefer `switch-function' if it is given; search for the
8181         existing message buffer if the `continue' argument is non-nil; pass
8182         continue and switch-function arguments to compose-mail by way of
8183         message-setup.
8184         (message-mail-other-window): Adjust argument of message-setup.
8185         (message-mail-other-frame): Ditto.
8186
8187 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8190         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8191         to turn font-lock on when turning gnus-message-citation-mode on.
8192
8193 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8194
8195         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8196         (mml-smime-function-alist): New variable; add epg as the backend.
8197         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8198         mml-smime- functions instead.
8199         * mm-view.el: Require smime.
8200
8201 2007-03-05  Didier Verna  <didier@xemacs.org>
8202
8203         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8204         instead of just inheritance for posting styles.
8205         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8206
8207 2007-02-24  Chris Moore  <dooglus@gmail.com>
8208
8209         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8210         * pgg-pgp.el (pgg-pgp-encrypt-region):
8211         * pgg-gpg.el (pgg-gpg-encrypt-region):
8212         Check pgg-encrypt-for-me if no other recipients.
8213
8214 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8215
8216         * tls.el (tls-certtool-program): Fix custom type.
8217
8218 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8221         and point-at-eol instead of line-(beginning|end)-position.
8222
8223         * assistant.el (assistant-parse-buffer): Ditto.
8224
8225         * netrc.el (netrc-parse-services): Ditto.
8226
8227 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8228
8229         * mml2015.el (mml2015-epg-find-usable-key): New function.
8230         (mml2015-epg-sign): Use it.
8231         (mml2015-epg-encrypt): Use it.
8232
8233 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * message.el (message-make-in-reply-to): Quote name containing
8236         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8237         if there are special characters.  Reported by NAKAJI Hiroyuki
8238         <nakaji@jp.freebsd.org>.
8239
8240 2007-02-27  Didier Verna  <didier@xemacs.org>
8241
8242         Include the group parameters as well as the topic ones in the
8243         inheritance filter process.
8244         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8245         argument GROUP-PARAMS-LIST.
8246         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8247
8248 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * nntp.el (nntp-never-echoes-commands)
8251         (nntp-open-connection-functions-never-echo-commands): New variables.
8252         (nntp-send-command): Use them.
8253
8254 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8255
8256         * mml2015.el (mml2015-epg-verify): Simplified.
8257
8258 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * mml.el (mml-content-disposition-alist): New user option.
8261         (mml-content-disposition): New function.
8262         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8263         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8264
8265 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8266
8267         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8268         verification.
8269
8270 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8271
8272         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8273         articles posted in the last 24 hours.
8274
8275 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8276
8277         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8278
8279 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8280
8281         * nntp.el (nntp-send-command): Don't wait for echoes when
8282         nntp-open-ssl-stream is used.
8283
8284 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8287         (gnus-message-add-citation-keywords)
8288         (gnus-message-remove-citation-keywords): Remove.
8289         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8290         directly, make the variables in font-lock-defaults buffer-local, add
8291         gnus-message-citation-keywords to them and then update the value of
8292         font-lock-keywords.
8293
8294 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * message.el (message-cite-original-1): Don't call
8297         gnus-article-highlight-citation.
8298
8299         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8300         citations; fix line count.
8301
8302 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8305         (gnus-message-add-citation-keywords)
8306         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8307         versions of font-lock-add-keywords and font-lock-remove-keywords to
8308         work with XEmacs correctly.
8309
8310 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * gnus-cite.el (gnus-cite-face-list): Set the values of
8313         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8314         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8315         (gnus-message-cite-prefix-regexp): New variable.
8316         (gnus-message-search-citation-line): Use it; protect against long
8317         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8318         the 0th match data for Emacs.
8319         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8320         (gnus-message-add-citation-keywords): Append keywords rather than
8321         prepending; emulate font-lock-add-keywords if it is not available.
8322         (gnus-message-remove-citation-keywords): Emulate
8323         font-lock-remove-keywords if it is not available.
8324
8325         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8326
8327         * message.el (message-cite-prefix-regexp): Set the value of
8328         gnus-message-cite-prefix-regexp.
8329
8330 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8331
8332         * nnweb.el (nnweb-google-parse-1): Update parser.
8333
8334 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8335
8336         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8337
8338 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8339
8340         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8341         regexp.
8342
8343 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8346         string-to-multibyte.
8347         (uudecode-decode-region-internal): Use it.
8348
8349         * lpath.el: Fbind string-as-multibyte for XEmacs.
8350
8351 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8354         custom choice.
8355
8356         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8357
8358 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8359
8360         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8361
8362         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8363         `write-region' to respect `mm-inhibit-file-name-handlers'.
8364
8365 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8368         Use gnus-home-directory instead of "~/" or "$HOME".
8369
8370 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8371
8372         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8373         to mention filename.
8374         Add comments at beginning regarding usage.
8375         (encrypt-write-file-contents): Change interactive so a string is
8376         acceptable.  If the file has no associated model, show an error instead
8377         of a nonsense prompt.
8378
8379 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8380
8381         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8382         Thanks to Yoshihiko Yamada for kind notification of this typo.
8383
8384 2007-01-12  Kenichi Handa  <handa@m17n.org>
8385
8386         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8387         multibyte buffer.
8388
8389 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * gnus-score.el (gnus-score-fast-scoring): New variable.
8392         (gnus-score-headers): Use it.
8393
8394         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8395
8396         * message.el (message-cite-original-1): Call
8397         gnus-article-highlight-citation if requested.
8398         (message-make-from): Allow name and address as optional arguments.
8399
8400         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8401
8402         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8403         bugs to doc string.
8404         (gnus-button-alist): Add mid\\|message-id.
8405         (gnus-button-fetch-group): Extend for use in
8406         `browse-url-browser-function'.
8407         (gnus-button-url-regexp): Try to catch paired parentheses like in
8408         Wikipedia URLs.
8409
8410         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8411         Suggested by Simon Krahnke <overlord@gmx.li>.
8412
8413 2007-01-13  Romain Francoise  <romain@orebokech.com>
8414
8415         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8416         Update copyright.
8417
8418 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8419
8420         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8421
8422 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8423
8424         * gnus-registry.el (gnus-registry-unfollowed-groups)
8425         (gnus-registry-split-fancy-with-parent): Fix documentation.
8426
8427 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8428
8429         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8430         from nnweb groups.
8431
8432 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433
8434         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8435         Xref urls.  Erase buffer before requesting head.
8436
8437 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8440         customizable.
8441
8442 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8443
8444         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8445         no signing key is found.
8446         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8447         no encrypting and/or signing key is found.
8448
8449 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8450
8451         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8452
8453 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8454
8455         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8456         headers read from disk with the ones newly found in the current search.
8457         This should no longer cause problems, because the article numbers in
8458         Gmane's `nov.php' output are ignored since the previous change.
8459
8460 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8461
8462         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8463
8464 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8467         replace-regexp-in-string; bind url-version; fbind display-images-p and
8468         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8469         find-face and set-itimer-function for Emacs; bind itimer-list for
8470         Emacs.
8471
8472         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8473
8474 2007-01-01  Romain Francoise  <romain@orebokech.com>
8475
8476         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8477
8478 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8479
8480         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8481         `define-minor-mode' macro definition expanded properly.
8482         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8483         exclude it there.
8484
8485         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8486         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8487         `fboundp' test.
8488         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8489         This is OK to autoload in (S)XEmacs now.
8490
8491 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8492
8493         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8494         keystroke.
8495         (gnus-summary-limit-to-singletons): Fix typo.
8496
8497         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8498         else fails.
8499
8500 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8501
8502         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8503         docstring.
8504
8505         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8506         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8507         (gnus-summary-insert-dormant-articles): Fix typo in message.
8508
8509 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8510
8511         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8512         nil for XEmacs.
8513         (gnus-message-citation-mode): Don't autoload in XEmacs.
8514
8515         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8516
8517 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8518
8519         * nnimap.el (nnimap-expunge-search-string): Mention
8520         nnimap-search-uids-not-since-is-evil in docstring.
8521
8522 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * spam.el: Revert to make-obsolete-variable because
8525         define-obsolete-variable-alias is not supported in Emacs 21.
8526
8527         * spam.el (spam-ifile-path, spam-ifile-database-path)
8528         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8529         make-obsolete-variable.
8530         (spam-bsfilter-path, spam-bsfilter-program)
8531         (spam-spamassassin-path, spam-spamassassin-program)
8532         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8533         use "path" inappropriately.
8534         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8535         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8536         variable names.
8537
8538 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8539
8540         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8541         summary buffer.
8542
8543         * password.el (password-cache-remove): Use clear-string to burn
8544         password, if available.
8545
8546 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8549
8550         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8551
8552         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8553         (gnus-message-highlight-citation): Move defcustom here from
8554         gnus-cite.el.
8555         (gnus-message-citation-mode): Autoload.
8556
8557         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8558         checks to make it compile with XEmacs.
8559         (gnus-message-citation-mode): New minor mode.
8560         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8561         (gnus-message-highlight-citation): New variables.
8562         (gnus-message-search-citation-line)
8563         (gnus-message-add-citation-keywords)
8564         (gnus-message-remove-citation-keywords)
8565         (turn-on-gnus-message-citation-mode)
8566         (turn-off-gnus-message-citation-mode): New functions.
8567
8568 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8569
8570         * gnus-cite.el: Enable highlighting of different citation levels in
8571         message-mode.
8572
8573 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * message.el (message-make-fqdn): Fix comment.
8576         (message-bogus-system-names): Add ".local".
8577
8578         * spam.el (spam-ifile-path, spam-ifile-program)
8579         (spam-ifile-database-path, spam-ifile-database)
8580         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8581         Don't use "path" inappropriately.
8582         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8583         strings.
8584         (spam-check-ifile, spam-ifile-register-with-ifile)
8585         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8586         new variable names.
8587
8588         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8589         (gnus-treat-display-smileys): Simplify using
8590         gnus-image-type-available-p.
8591
8592         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8593         available.
8594
8595         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8596         `display-images-p' if available.
8597
8598 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8601         one after turning on the buffer's multibyteness instead of decoding
8602         them directly in the unibyte buffer that causes unexpected conversion
8603         in Emacs 23 (unicode).
8604
8605 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8606
8607         * message.el (message-generate-hashcash): Fix custom type.
8608
8609 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8612
8613 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8616         disconnect icons.  Add help text.
8617
8618 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8619
8620         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8621         negated to be consistent with the others we handle.
8622
8623 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8626         version of gnus-summary-buffer to something, so that we can use two
8627         article buffers at the same time.
8628
8629 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8630
8631         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8632         trigger all the extra headers.
8633         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8634         sorting.
8635
8636 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8637
8638         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8639         solid groups.
8640
8641 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8642
8643         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8644
8645 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * legacy-gnus-agent.el: Add Copyright notice.
8648
8649 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8650
8651         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8652
8653 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8656
8657         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8658         to make it work reliably in CVS Emacs.
8659         (gnus-summary-limit-strange-charsets-predicate)
8660         (gnus-summary-limit-to-predicate): New functions.
8661
8662 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8663
8664         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8665         specifying array size.
8666         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8667         array if it is too small.
8668         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8669         (gnus-sort-threads-loop): New function.
8670
8671 2006-12-06  Chris Moore  <dooglus@gmail.com>
8672
8673         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8674         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8675
8676 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8677
8678         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8679         options.
8680
8681 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8682
8683         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8684         DOS-ing the recipient.
8685
8686         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8687         the headers when creating the mapping to avoid mismappings.
8688         (nnweb-gmane-create-mapping): Always nix out old mapping.
8689
8690 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8693         and mm-verify-option to never.
8694
8695 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * message.el (message-signed-or-encrypted-p): New function.
8698         (message-forward-make-body): Use it.
8699
8700         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8701         Replace encode-coding-string with mm-encode-coding-string.
8702
8703 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * nneething.el (nneething-decode-file-name): Replace
8706         decode-coding-string with mm-decode-coding-string.
8707
8708         * gnus-int.el (gnus-open-server): Say failed server's name.
8709
8710 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8711
8712         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8713         strings to a single string.  Quote `errors-file-name'.
8714         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8715         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8716         Adjust calls.  Use `shell-quote-argument'.
8717
8718 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8719
8720         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8721         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8722
8723         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8724         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8725         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8726         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8727         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8728         (gnus-subscribe-newsgroup, gnus-1):
8729         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8730         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8731         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8732         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8733
8734 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8735
8736         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8737         keystroke.
8738         (gnus-summary-limit-to-bodies): Implement headersp.
8739
8740 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8743
8744 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8747
8748 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749
8750         * message.el (message-generate-hashcash): Expand range of values to
8751         include `opportunistic'.
8752         (message-send-mail): Use it.
8753
8754 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8755
8756         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8757         and comment it.
8758
8759         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8760
8761 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * gnus-util.el (gnus-extract-address-components): Improve comment.
8764
8765 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-util.el (gnus-extract-address-components): Work with address in
8768         which the name portion contains @.
8769
8770         * lpath.el: Fbind custom-autoload.
8771
8772 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * gnus.el (gnus-start): Move custom group up.
8775         (gnus-select-method): Don't autoload, but make it available for
8776         `customize-variable'.
8777         (gnus-getenv-nntpserver): Don't autoload.
8778
8779 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8780
8781         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8782
8783 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * message.el (message-sendmail-extra-arguments): New variable.
8786         (message-send-mail-with-sendmail): Use it.
8787
8788 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8791         mm-with-unibyte-current-buffer to make string unibyte.
8792
8793         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8794         mm-string-as-multibyte.
8795
8796 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8797
8798         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8799         Reported by Werner Koch <wk@gnupg.org>.
8800
8801 2006-11-14  Daiki Ueno  <ueno@p360>
8802
8803         * mml2015.el: Autoload epa-select-keys when compiling.
8804
8805 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8806
8807         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8808         message-options.
8809         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8810
8811 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8812
8813         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8814         EasyPG (< 0.0.6).
8815         (mml2015-always-trust): New user option.
8816         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8817         prompt.
8818
8819 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * nntp.el (nntp-authinfo-force): New variable.
8822         (nntp-send-authinfo): Use it.
8823
8824 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8827         decode encoded words.  Improve prompt.  Add comment about forwarding.
8828         (message-replacement-char): Move up.
8829
8830 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8831
8832         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8833         instead of gnus-intersection because arguments of gnus-sorted-nunion
8834         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8835
8836 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8839         (message-simplify-subject-functions): Enable
8840         message-strip-subject-encoded-words by default.
8841
8842 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * message.el (message-strip-subject-encoded-words): New function.
8845         (message-simplify-subject-functions): New variable.
8846         (message-simplify-subject): Use it.  Fix typo in doc string.
8847         Support message-strip-subject-encoded-words.
8848
8849 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8850
8851         * gnus-diary.el (gnus-diary-delay-format-function):
8852         * nndiary.el (nndiary-reminders):
8853         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8854
8855 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * gnus-art.el (article-hide-boring-headers): Fetch date from
8858         gnus-original-article-buffer to avoid problems with localized date
8859         strings.
8860
8861 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8864
8865 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8868         New variables.
8869         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8870         (mm-charset-synonym-alist): Move some entries to
8871         mm-codepage-iso-8859-list.
8872         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8873         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8874
8875 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8878
8879 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8880
8881         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8882         with Emacs 21 and XEmacs.
8883
8884 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8885
8886         * spam.el (spam-parse-address): New function for better parsing,
8887         catching errors, etc.
8888         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8889
8890 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * mm-view.el: Add interactive arg to html2text autoload.
8893
8894 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8897
8898 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8901         variables.
8902         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8903         (mm-charset-synonym-alist): Move some entries to
8904         mm-codepage-iso-8859-list.
8905
8906         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8907
8908 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * message.el (message-citation-line-format)
8911         (message-insert-formated-citation-line): Fix implementation of %E, %N
8912         and %n according to the doc string.
8913
8914 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8915
8916         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8917         car-safe to avoid bad parses.
8918
8919 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8922         names.
8923
8924         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8925
8926 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8929         header.
8930
8931         * message.el (message-draft-headers): Add Date.
8932         (message-headers-to-generate): Fix typo in docstring.
8933
8934         * nndraft.el (nndraft-required-headers): New variable.
8935         (nndraft-generate-headers): Use it.
8936
8937         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8938
8939 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8940
8941         * gnus-registry.el (gnus-registry-wash-for-keywords)
8942         (gnus-registry-find-keywords): New functions to allow easy searching of
8943         articles that are in the registry.
8944
8945 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8946
8947         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8948         ietf-drums-parse-address instead of gnus-extract-address-components.
8949         Reported by Damien Elmes <damien@repose.cx>.
8950
8951 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * gnus.el (gnus-mime): Remove unused custom group.
8954
8955 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8956
8957         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8958         "blank line" when searching for end of armor headers.
8959
8960 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gmm-utils.el (gmm-write-region): Fix variable name.
8963
8964 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * gmm-utils.el (gmm-write-region): New function based on compatibility
8967         code from `mm-make-temp-file'.
8968
8969         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8970
8971         * nnmaildir.el (nnmaildir--update-nov)
8972         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8973         Use `gmm-write-region'.
8974
8975 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8978         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8979
8980         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8981
8982         * message.el (message-replacement-char): New variable.
8983         (message-fix-before-sending): Use it.
8984         (message-simplify-subject): New function to remove duplicate code.
8985         (message-reply, message-followup): Use it.
8986
8987         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8988         gnus-summary-limit-to-articles.
8989
8990 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * gnus-util.el (gnus-with-local-quit): New macro.
8993
8994         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8995
8996 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8997
8998         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8999         ignore non-string data.
9000
9001 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9002
9003         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9004         non-string data (needs to be done in the registry too).
9005
9006 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9007
9008         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9009         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9010         (gnus-registry-split-fancy-with-parent)
9011         (gnus-registry-fetch-simplified-message-subject-fast)
9012         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9013         Remove text properties on ingress into the registry and when it's saved.
9014         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9015         registry from entries with no groups.
9016
9017 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9018
9019         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9020         function to remove string properties.
9021
9022 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * gmm-utils.el (gmm): Adjust custom version.
9025
9026         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9027         custom version.
9028
9029         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9030
9031 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * gnus-art.el (gnus-insert-prev-page-button)
9034         (gnus-insert-next-page-button): Simplify.  Reformat.
9035
9036 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9037
9038         * gnus-art.el (gnus-insert-prev-page-button)
9039         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9040
9041 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9042
9043         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9044
9045 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9046
9047         * gnus-art.el (gnus-insert-mime-button)
9048         (gnus-insert-mime-security-button):
9049         Apply gnus-article-button-face to MIME and security buttons.
9050
9051 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9054         readable.
9055
9056 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9059
9060 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9061
9062         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9063         `browse-url-of-file' instead of `browse-url'.
9064
9065 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9066
9067         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9068         regexp.  Articles containing quotation were cut prematurely.
9069
9070 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * message.el (message-cite-original-1): Use nobody by default for the
9073         value of From header.
9074         (message-reply): Ditto.
9075
9076 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9077
9078         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9079         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9080         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9081
9082 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9085         mails in the doc string.  Add some URLs in comment.
9086         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9087
9088 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9091         backslashes handling and the way to find boundaries of quoted strings.
9092
9093 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9094
9095         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9096         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9097         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9098         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9099
9100 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9103         doc string.
9104         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9105
9106 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * lpath.el: Fbind epg-check-configuration.
9109
9110 2006-09-06  Simon Josefsson  <jas@extundo.com>
9111
9112         * mml2015.el (mml2015-use): Doc fix, mention epg.
9113
9114 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9115
9116         * mml2015.el (mml2015-use): Default to epg, if available.
9117
9118 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9119
9120         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9121         message-sender.
9122         (mml1991-epg-encrypt): Ditto.
9123         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9124         message-sender.
9125         (mml2015-epg-encrypt): Ditto.
9126
9127 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9128
9129         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9130         several common directories.
9131
9132 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9133
9134         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9135         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9136
9137 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * gnus-art.el (article-decode-encoded-words): Make it fast.
9140
9141 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9144
9145         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9146         in quoted string into `\'.
9147
9148 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9151         Use standard-syntax-table.
9152
9153 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * gnus-art.el (gnus-decode-address-function): New variable.
9156         (article-decode-encoded-words): Use it to decode headers which are
9157         assumed to contain addresses.
9158         (gnus-mime-delete-part): Remove useless `or'.
9159
9160         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9161         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9162         (gnus-nov-parse-line): Use it to decode From header.
9163         (gnus-get-newsgroup-headers): Ditto.
9164         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9165
9166         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9167         (mail-decode-encoded-address-string): New alias.
9168
9169         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9170         New function.
9171         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9172         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9173         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9174         (rfc2047-decode-string): Ditto.
9175         (rfc2047-decode-address-region): New function.
9176         (rfc2047-decode-address-string): New function.
9177
9178 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * message.el (message-caesar-buffer-body): Allow rotating headers.
9181
9182         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9183
9184         * message.el (message-insert-formated-citation-line): Fix %f.
9185         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9186
9187 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9190         (gnus-bookmark-mouse-available-p): New macro.
9191         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9192         (gnus-bookmark-bmenu-show-infos): Use it.
9193         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9194         (gnus-bookmark-bmenu-hide-infos): Ditto.
9195         (gnus-bookmark-remove-properties): New function.
9196         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9197         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9198         (gnus-bookmark-write-file): Bind coding-system-for-write.
9199         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9200         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9201         group before selecting it.
9202         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9203         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9204         quit-window if it is not available; use gnus-mouse-2 and bind it to
9205         gnus-bookmark-bmenu-select-by-mouse.
9206         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9207         (gnus-bookmark-bmenu-select-by-mouse): New function.
9208
9209 2006-08-13  Romain Francoise  <romain@orebokech.com>
9210
9211         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9212         space.
9213
9214 2006-08-10  Romain Francoise  <romain@orebokech.com>
9215
9216         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9217         (dns-mode-soa-auto-increment-serial): New user option.
9218         (dns-mode-soa-maybe-increment-serial): New function.
9219         (dns-mode): Add the latter to `write-contents-functions'.
9220
9221 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * compface.el (uncompface): Use binary rather than raw-text-unix.
9224
9225 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * compface.el (uncompface): Make sure the eol conversion doesn't take
9228         place when communicating with the external programs.  Reported by
9229         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9230
9231 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9234
9235 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9236
9237         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9238         Make it more robust by parsing author and date independently.
9239
9240 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9243
9244 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9245
9246         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9247         first matching secret key.
9248         (mml2015-epg-encrypt): Ditto.
9249
9250         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9251         first matching secret key.
9252         (mml1991-epg-encrypt): Ditto.
9253
9254         * mml2015.el (mml2015-encrypt-to-self): New user option.
9255         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9256         mml2015-epg-encrypt-to-self is set.
9257
9258         * mml1991.el (mml1991-encrypt-to-self): New variable.
9259         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9260         mml1991-epg-encrypt-to-self is set.
9261
9262         * mml2015.el (mml2015-signers): New user option.
9263         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9264         (mml2015-epg-encrypt): Allow to select signing keys.
9265
9266         * mml1991.el (mml1991-signers): New variable.
9267         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9268         (mml1991-epg-encrypt): Allow to select signing keys.
9269
9270 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * nnheader.el (nnheader-insert-head): Make it work even if the file
9273         uses CRLF for the line-break code.
9274
9275 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9276
9277         * mml2015.el: Require mml-sec instead of password.
9278         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9279         (mml2015-cache-passphrase): Inherit the default value from
9280         mml-secure-cache-passphrase.
9281         (mml2015-passphrase-cache-expiry): Inherit the default value from
9282         mml-secure-passphrase-cache-expiry.
9283
9284         * mml1991.el: Require mml-sec instead of password.
9285         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9286         (mml1991-cache-passphrase): Inherit the default value from
9287         mml-secure-cache-passphrase.
9288         (mml1991-passphrase-cache-expiry): Inherit the default value from
9289         mml-secure-passphrase-cache-expiry.
9290
9291         * mml-sec.el: Require password.
9292         (mml-secure-verbose): New user option.
9293         (mml-secure-cache-passphrase): New user option.
9294         (mml-secure-passphrase-cache-expiry): New user option.
9295
9296 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9297
9298         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9299         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9300         andreas@altroot.de (Andreas Vögele).
9301
9302         FIXME: Use `tiny change'?
9303
9304 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9305
9306         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9307         workaround for the url package included with Emacs.
9308
9309         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9310
9311 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9314         correctly.  This fixes a bug caused by the 2006-05-12 change.
9315
9316 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9317
9318         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9319         some information about the error when saying that the `bogus' mail
9320         group will be used.
9321
9322 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9323
9324         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9325         string.
9326
9327 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9328
9329         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9330
9331 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9332
9333         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9334
9335 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9336
9337         * mml1991.el (mml1991-function-alist): Add epg.
9338         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9339         (mml1991-epg-encrypt): New functions.
9340
9341 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9342
9343         * mml2015.el (mml2015-verbose): New variable.
9344         (mml2015-cache-passphrase): Ditto.
9345         (mml2015-passphrase-cache-expiry): Ditto.
9346         (mml2015-function-alist): Add epg.
9347         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9348         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9349         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9350         functions.
9351
9352 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9353
9354         * message.el (message-cite-original-1): Preserve region when removing
9355         quoted text due to X-No-Archive in order to avoid bogus attribution
9356         when citing multiple messages.
9357
9358 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9359
9360         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9361         Kenneth Jacker <khj@be.cs.appstate.edu>.
9362
9363 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * gnus-diary.el (gnus-user-format-function-d)
9366         (gnus-user-format-function-D): Autoload.
9367
9368         * imap.el (Commentary): Fix typo.
9369
9370         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9371         2006-04-22 contribution.
9372
9373 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9374
9375         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9376         It didn't really fix the bogosity I'm seeing with solid web groups.
9377
9378 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9379
9380         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9381         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9382         created using server names.  If we use the feature without declaring
9383         it, Gnus does not properly manage server and group state.
9384
9385         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9386         bound.
9387
9388 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9389
9390         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9391         looking up the method using GROUP's prefix before inventing a new one.
9392         It is used on killed/unknown groups in various places where returning
9393         an all-new method isn't expected by the caller.
9394
9395         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9396         and match semantics of gnus-group-real-prefix.
9397
9398 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9399
9400         * nnmail.el (nnmail-broken-references-mailers): New variable.
9401         (nnmail-ignore-broken-references): New function generalizing
9402         nnmail-fix-eudora-headers.
9403         (nnmail-fix-eudora-headers): Now obsolete.
9404
9405         * gnus-art.el (gnus-button-handle-custom): Support
9406         `customize-apropos*'.
9407
9408 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409
9410         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9411
9412         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9413         articles.
9414
9415 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * message.el (message-cite-reply-above): New variable.
9418         (message-yank-original): Use it.
9419
9420 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9423
9424 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9427         as read.
9428
9429         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9430
9431 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9434         (gnus-bookmark-default-file): Use gnus-directory.
9435         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9436         Remove "*" in doc string.
9437         (gnus-bookmark-write-file): Simplify.
9438         (gnus-bookmark-maybe-sort-alist): Use `when'.
9439         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9440         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9441         FIXME about Emacs 21 and XEmacs compatibility.
9442         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9443         compatibility.
9444         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9445         compatibility.
9446         (gnus-bookmark-menu-heading): Fix version.
9447
9448 2006-06-19  Bastien Guerry  <bzg@altern.org>
9449
9450         * gnus-bookmark.el: New file.
9451
9452 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * message.el (message-syntax-checks): Doc fix.
9455
9456 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9457
9458         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9459         unsubscribed groups as if they were killed ones.  It causes duplicate
9460         entries in gnus-newsrc-alist.
9461
9462 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * message.el (message-syntax-checks): Doc fix.
9465         (message-send-mail): Add check for continuation headers.
9466         (message-check-news-header-syntax): Fix regexp used to check for
9467         continuation headers.
9468
9469 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9472
9473 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9476
9477 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9480         default-truncate-lines.
9481
9482 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9485         to fill the utf-8 entry.
9486
9487         * lpath.el: Fbind unicode-precedence-list.
9488
9489 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9490
9491         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9492
9493 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9494
9495         * gnus-agent.el (directory-files-and-attributes): Move all the way
9496         forward (the third and final move).
9497         (gnus-agent-read-agentview): Trap reconstruction errors due to
9498         nonexistant directory.  Handle by returning nil.
9499
9500 2006-05-30  Didier Verna  <didier@xemacs.org>
9501
9502         * message.el (message-dont-reply-to-names): Update the custom type.
9503         * message.el (message-dont-reply-to-names): New defsubst: potentially
9504         convert a list of regexps into a single one.
9505         * message.el (message-get-reply-headers): Use it.
9506         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9507
9508 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-agent.el (directory-files-and-attributes): Move forward.
9511
9512 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * gnus-ml.el (gnus-mailing-list-subscribe)
9515         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9516         (gnus-mailing-list-message): Fix doc strings.
9517
9518 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9519
9520         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9521         of doing it manually.
9522
9523 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9526         comment.
9527
9528 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9529
9530         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9531         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9532         (gnus-agent-read-local): All symbols allocated in my-obarray.
9533         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9534         (gnus-agent-regenerate-group): Check numeric names to see if they are
9535         messages or groups.
9536         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9537         better way of do this...)
9538
9539         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9540         'dummy.group' (there should be a better way of do this...)
9541
9542 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9545         (gnus-saved-headers): Ditto.
9546         (gnus-default-article-saver): Mention functions may have properties.
9547         (gnus-article-save): Override gnus-save-all-headers and
9548         gnus-saved-headers by :headers property which saver function may have.
9549         (gnus-summary-save-in-file): Add :headers property.
9550         (gnus-summary-write-to-file): Ditto.
9551
9552         * gnus-sum.el (gnus-summary-save-article): Bind
9553         gnus-prompt-before-saving to t when saving many articles in a file;
9554         always show all headers.
9555
9556         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9557
9558 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9559
9560         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9561         marks.
9562
9563         * message.el (message-indent-citation): Add optional arguments to allow
9564         using it outside of message buffers.
9565
9566         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9567         (gnus-article-treat-unfold-headers): Use it.
9568         (gnus-article-truncate-lines): New variable.
9569         (gnus-article-mode): Use it.
9570         (gnus-article-toggle-truncate-lines): New function.
9571
9572         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9573         gnus-article-toggle-truncate-lines.
9574
9575         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9576         coding system in XEmacs, use binary.
9577
9578 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9581         after-load-alist.
9582
9583         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9584         this function should save decoded articles.
9585         (gnus-summary-write-to-file): Use property to specify this function
9586         should save decoded articles and specify gnus-summary-save-in-file
9587         should be used to save articles other than the first one when saving
9588         many articles.
9589         (gnus-summary-save-body-in-file): Use property to specify this
9590         function should save decoded articles.
9591         (gnus-summary-write-body-to-file): Use property to specify this
9592         function should save decoded articles and specify
9593         gnus-summary-save-body-in-file should be used to save articles other
9594         than the first one when saving many articles.
9595
9596         * gnus-sum.el (gnus-summary-save-article): Simplify.
9597
9598 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * gnus-art.el (gnus-default-article-saver): Add
9601         gnus-summary-write-body-to-file.
9602         (gnus-article-save-coding-system): Don't use coding system object
9603         in XEmacs.
9604         (gnus-read-save-file-name): Add optional `dir-var' argument which
9605         specifies directory in which files are saved; work even if optional
9606         `variable' argument is not specified.
9607         (gnus-summary-write-to-file): Read file name.
9608         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9609         (gnus-summary-write-body-to-file): New function.
9610
9611         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9612         (gnus-summary-local-variables): Add it.
9613         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9614         (gnus-summary-save-article): Remove optional `decode' argument;
9615         determine whether to decode articles by the value of
9616         gnus-default-article-saver; when saving many files using
9617         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9618         it first and use gnus-summary-save-in-file or
9619         gnus-summary-save-body-in-file thereafter unless
9620         gnus-prompt-before-saving is always; move point to article which
9621         will be saved.
9622         (gnus-summary-save-article-file): Revert.
9623         (gnus-summary-write-article-file): Revert.
9624         (gnus-summary-save-article-body-file): Revert.
9625         (gnus-summary-write-article-body-file): New function.
9626
9627 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9628
9629         * gnus-art.el (gnus-default-article-saver): Doc fix.
9630         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9631         from gnus-summary-save-article-coding-system, and default to a
9632         certain coding system.
9633         (gnus-output-to-file): Add coding cookie and encode text according
9634         to gnus-article-save-coding-system; don't use mm-append-to-file.
9635
9636         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9637         gnus-art.el and rename to gnus-article-save-coding-system.
9638         (gnus-summary-save-article): Require gnus-art; don't show all
9639         headers if it decodes articles; don't add coding cookie here;
9640         don't bind mm-text-coding-system-for-write.
9641         (gnus-summary-save-article-file): Save decoded articles.
9642         (gnus-summary-write-article-file): When saving many files, use
9643         gnus-summary-write-to-file first and gnus-summary-save-in-file
9644         thereafter unless gnus-prompt-before-saving is always.
9645         (gnus-summary-save-article-body-file): Save decoded articles.
9646
9647         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9648
9649 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * nnrss.el (nnrss-check-group): Bind hash-index.
9652
9653 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9654
9655         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9656         its hash index.  Store this hash in `nnrss-group-data'.
9657         (nnrss-read-group-data): Update accordingly.
9658
9659 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9662         entry.
9663
9664         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9665         gnus-article-browse-html-article.
9666
9667 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9668
9669         * gnus-sum.el (gnus-summary-mime-map): Add
9670         gnus-article-browse-html-article.
9671
9672         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9673
9674 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9677         suitable coding systems in customize.
9678
9679 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * mail-source.el (mail-sources): Fix custom type.
9682
9683 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9686         (gnus-summary-expire-articles-now): Shorten prompt.
9687
9688         * gmm-utils.el (wid-edit): Require.
9689         (defun-gmm): Renamed from `gmm-defun-compat'.
9690         (gmm-image-search-load-path): Use it.
9691         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9692
9693 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9696         variable.
9697         (gnus-summary-save-article): Add optional `decode' argument.  If
9698         it is set and gnus-summary-save-article-coding-system is non-nil,
9699         save decoded article.
9700         (gnus-summary-write-article-file): Save decoded article if
9701         gnus-summary-save-article-coding-system is non-nil.
9702
9703         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9704         type.
9705
9706 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9709
9710 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9713         first to test gnus-single-article-buffer which may be buffer-local.
9714
9715         * gnus-sum.el (gnus-summary-setup-buffer): Make
9716         gnus-single-article-buffer buffer-local and nil in ephemeral
9717         group; make gnus-article-buffer, gnus-article-current, and
9718         gnus-original-article-buffer always buffer-local.
9719         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9720         group.
9721         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9722
9723 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * nnml.el (nnml-request-compact-group): Compressed files might not
9726         have .gz extension.
9727
9728 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9729
9730         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9731         (mm-copy-to-buffer): Use with-current-buffer.
9732         (mm-display-part): Simplify.
9733         (mm-inlinable-p): Add optional arg `type'.
9734
9735 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9736
9737         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9738         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9739         Try harder to show the attachment internally or externally using
9740         gnus-mime-view-part-as-type.
9741
9742 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * message.el (message-from-style, message-signature-separator)
9745         (message-user-organization-file, message-send-mail-function)
9746         (message-citation-line-function, message-yank-prefix)
9747         (message-indent-citation-function, message-signature)
9748         (message-signature-file, message-signature-insert-empty-line):
9749         Remove autoloads.
9750
9751         * gnus-art.el (gnus-buttonized-mime-types): Remove
9752         "multipart/signed".  Revert 2006-04-26 change.
9753
9754 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9755
9756         * gnus.el (gnus-version-number): Bump version.
9757
9758 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9759
9760         * gnus.el: No Gnus v0.5 is released.
9761
9762 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9763
9764         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9765         fetching articles by message-id.
9766
9767 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9768
9769         * message.el (hashcash): Require hashcash as normal.
9770
9771         * ecomplete.el (ecomplete-highlight-match-line): Use
9772         point-at-eol.
9773         (ecomplete-highlight-match-line): Use `highlight', because that
9774         face exists in both Emacs and XEmacs.
9775
9776         * message.el (message-display-abbrev): Use point-at-bol.
9777
9778         * mail-source.el: Don't require timer/timer-funcs.
9779
9780         * gnus-async.el: Ditto.
9781
9782         * password.el: Ditto.
9783
9784         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9785
9786         * mm-url.el: Ditto.
9787
9788         * gnus-xmas.el: Don't require timer-funcs.
9789
9790         * mm-util.el: Require timer/timer-funcs.
9791
9792 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9793
9794         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9795         Close.
9796
9797 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9800         unibyte after clear-decrypt function runs.
9801
9802         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9803         returns as a unibyte string.
9804
9805 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * lpath.el: Revert.
9808
9809         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9810         (pgg-gpg-process-sentinel): Revert.
9811
9812         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9813         (pgg-pgp-lookup-key): Revert.
9814
9815         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9816         (pgg-pgp5-lookup-key): Revert.
9817
9818         * pgg.el (pgg-fetch-key): Revert.
9819
9820 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * lpath.el: Fbind string-as-multibyte for XEmacs.
9823
9824         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9825         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9826         (mml1991-pgg-encrypt): Ditto.
9827
9828         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9829         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9830         a multibyte buffer.
9831
9832         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9833         (pgg-pgp-lookup-key): Ditto.
9834
9835         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9836         (pgg-pgp5-lookup-key): Ditto.
9837
9838         * pgg.el (pgg-fetch-key): Ditto.
9839
9840 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * message.el (message-user-organization-file): Check several
9843         locations of the organization file.
9844
9845         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9846         Add gnus-article-view-part-as-type.
9847
9848         * gnus-art.el (gnus-article-view-part-as-type): New function.
9849
9850         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9851         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9852
9853         * mml.el: Simplify autoload.
9854         (mml-mode): defvar dnd-protocol-alist instead of using
9855         symbol-value.
9856         (mml-default-directory): New variable.
9857         (mml-minibuffer-read-file): Use it.
9858         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9859
9860         * message.el (message-citation-line-format): New variable.
9861         (message-insert-formated-citation-line): New function.
9862         (message-citation-line-function): Add
9863         `message-insert-formated-citation-line' to custom type.
9864
9865         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9866         to doc string.
9867
9868         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9869         depending on mm-verify-option.
9870
9871 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9874         binding pgg-* variables; reimplement the section which prevents
9875         MIME header from being signed.
9876         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9877         pgg-text-mode; remove a blank line at the top of body.
9878
9879         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9880         lines at the top of body; use gnus-newsgroup-charset if there's no
9881         Charset header.
9882
9883 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * message.el (message-self-insert-commands): Doc fix.
9886
9887         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9888         (mm-uu-pgp-encrypted-test): Ditto.
9889         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9890         between header and body; return application/pgp-encrypted handle
9891         if decryption failed; decode decrypted body by charset.
9892
9893         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9894         element match to application/pgp-*.
9895
9896 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9897
9898         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9899         HTML.
9900
9901 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * mail-source.el (mail-source-call-script): Message the error
9904         string.
9905
9906 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * gnus-util.el (gnus-byte-compile): Use it.
9909
9910 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9911
9912         * gnus-util.el (kill-empty-logs): New function.
9913
9914 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9915
9916         * message.el (message-mail-alias-type): Doc fix.
9917         (message-mail-alias-type-p): New function.
9918         (message-send): Use it.
9919         (message-mode): Ditto.
9920         (message-strip-forbidden-properties): Ditto.
9921
9922         * ecomplete.el (ecomplete-database-file-coding-system): New
9923         variable.
9924         (ecomplete-save): Use it.
9925         (ecomplete-setup): Use it.
9926
9927 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * message.el (message-self-insert-commands): New variable.
9930         (message-strip-forbidden-properties): Use it.
9931
9932 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9933
9934         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9935         that doesn't make XEmacs choke.
9936
9937 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-util.el (gnus-replace-in-string):
9940         Prefer replace-regexp-in-string over of replace-in-string.
9941
9942 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-util.el (gnus-select-frame-set-input-focus):
9945         Use select-frame-set-input-focus if it is available in XEmacs; use
9946         definition defined in Emacs 22 for old Emacsen.
9947
9948         * dgnushack.el: Autoload unmorse-region for XEmacs.
9949
9950         * lpath.el: Bind cursor-in-non-selected-windows and
9951         select-frame-set-input-focus for XEmacs.
9952
9953 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9956
9957 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9958
9959         * gnus-registry.el (gnus-registry-cache-save): Remove text
9960         properties when saving via the temp buffer.
9961
9962 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * message.el (message-generate-hashcash): Honor custom type.
9965
9966 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9967
9968         * message.el (message-generate-hashcash): Default to non-nil when
9969         hashcash is found.
9970
9971         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9972         (gnus-refer-thread-limit): Increase default to 500.
9973
9974         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9975
9976         * flow-fill.el (fill-flowed): Allow delete-space.
9977
9978 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9981         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9982         Remove autoloads.
9983
9984 2006-04-18  Simon Josefsson  <jas@extundo.com>
9985
9986         * message.el (message-generate-hashcash): Default to.
9987
9988 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9991         concatenating segments rather than before concatenating them.
9992
9993 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9996
9997 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9998
9999         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10000
10001         * message.el (message-forward-make-body-plain): Allow
10002         message-forward-ignored-headers to be a list.
10003         (message-remove-ignored-headers): Factor out into function.
10004         (message-forward-make-body-mml): Use it.
10005
10006         * imap.el (imap-quote-specials): New function.
10007         (imap-login-auth): Quote specials.
10008
10009         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10010         (rfc2231-parse-string): Allow concatanation of parameters that
10011         aren't contiguous.  The test case is
10012           (mail-header-parse-content-type "message/external-body;
10013             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10014             access-type=LOCAL-FILE;
10015             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10016
10017 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10018
10019         * nntp.el (nntp-accept-process-output): Return the value of
10020         `nnheader-accept-process-output'.
10021
10022 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10023
10024         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10025         (gnus-button-alist): Recognize more diff formats.
10026         (gnus-button-patch): Strip directory.
10027
10028 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10031         Emacs 22 when setting focus.
10032
10033 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10034
10035         * gnus-art.el (gnus-article-treat-types): Do treatment of
10036         text/x-verbatim parts.
10037         (gnus-button-patch): New command.
10038
10039         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10040         addresses that contain invalid characters.
10041
10042 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10043
10044         * message.el (message-put-addresses-in-ecomplete): Use
10045         gnus-replace-in-string.
10046         (message-is-yours-p): Use the more correct
10047         mail-header-parse-address instead of
10048         mail-extract-address-components.
10049         (message-put-addresses-in-ecomplete): Fix typo.
10050
10051         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10052         keystroke.
10053
10054         * gnus-art.el (gnus-treatment-function-alist): Change order of
10055         newsgroups/generic header folding to avoid double-folding.
10056
10057         * message.el (message-hidden-headers): Add X-Draft-From.
10058
10059         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10060         command.
10061         (gnus-summary-repeat-search-article-backward): New command.
10062
10063         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10064         groups in the parent topic.
10065
10066 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10067
10068         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10069         (spam-extra-header-to-number): Return the CRM114 number as a
10070         number instead of a string.
10071
10072 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * gnus-art.el (gnus-face-properties-alist): Moved here from
10075         gnus-fun.
10076
10077         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10078
10079 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10080
10081         * message.el (message-strip-forbidden-properties): Only display on
10082         self-insert-command.
10083
10084         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10085         reindent.
10086         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10087
10088 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10089
10090         * smiley.el (smiley-style): Fix typo.
10091
10092 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10093
10094         * hashcash.el (hashcash-insert-payment-async-2): Use
10095         message-goto-eoh instead of doing it manually.
10096         (mail-add-payment): Use message-narrow-to-header instead of trying
10097         to do the same itself.
10098
10099         * message.el (message-hidden-headers): Add Face.
10100
10101         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10102         reparenting code.
10103         (gnus-summary-reparent-children): Refactored out code.
10104         (gnus-summary-thread-map): New keystroke.
10105         (gnus-summary-reparent-children): Make into command.
10106
10107         * smiley.el (smiley-style): Default to `medium' if using a large
10108         font.
10109
10110         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10111         does it itself.
10112
10113         * message.el (message-point-in-header-p): Simplify definition.
10114
10115 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10116
10117         * nnagent.el (nnagent-request-set-mark): Silence log file
10118         writing.
10119         (nnagent-request-set-mark): Use write-region instead of
10120         append-to-file.
10121
10122         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10123         strange select method.
10124
10125         * ecomplete.el (ecomplete-display-matches): Get highlightling
10126         right.
10127         (ecomplete-display-matches): Use literals.
10128         (ecomplete-display-matches): Disable message logging.
10129
10130         * message.el (message-display-abbrev): Small optimization.
10131
10132         * ecomplete.el (ecomplete-display-matches): Allow automatic
10133         display.
10134
10135         * message.el (message-strip-forbidden-properties): Display
10136         abbrevs.
10137         (message-display-abbrev): Get automatic display right.
10138
10139         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10140         keystrokes.
10141
10142 2006-04-13  Romain Francoise  <romain@orebokech.com>
10143
10144         TODO: Backport to v5-10!
10145
10146         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10147         Moved here (and renamed) from gnus-registry.el.
10148
10149         * gnus-registry.el: Require gnus-util.
10150         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10151
10152 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153
10154         * gnus-group.el (gnus-group-catchup-current): Change
10155         if-then-else-if-then-else into cond.
10156         (gnus-group-catchup): Indent.
10157         (group-name-at-point): New function.
10158         (gnus-fetch-group): Provide default from thing at point.
10159
10160 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10161
10162         * message.el (message-display-abbrev): Fix regexp.
10163
10164         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10165         choosing.
10166         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10167         dead variables.
10168
10169         * message.el (message-newline-and-indent): Remove debugging.
10170         (message-display-abbrev): Use new implementation.
10171
10172 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * gnus-art.el (gnus-article-mode): Set
10175         cursor-in-non-selected-windows to nil.
10176
10177         * smiley.el: Revert previous change.
10178         (smiley-data-directory): defvar it before using it in the
10179         defcustom of `smiley-style'.
10180
10181 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10182
10183         * message.el (message-newline-and-indent): New function.
10184
10185         * ecomplete.el: Implement more bits.
10186
10187         * message.el (message-put-addresses-in-ecomplete): Clean up the
10188         string.
10189
10190         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10191
10192         * gnus-sum.el (gnus-summary-save-parts): Bind
10193         gnus-summary-save-parts-counter and use it to make unique file
10194         names.
10195
10196         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10197
10198         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10199         parameter to say whether to actually parse the individual
10200         addresses.
10201
10202         * message.el (message-put-addresses-in-ecomplete): New function.
10203         (ecomplete): Require.
10204         (message-mail-alias-type): Add ecomplete as an option.
10205
10206 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10207
10208         * flow-fill.el (fill-flowed): Remove trailing space from blank
10209         quoted lines.
10210
10211 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * smiley.el (smiley-style): Move definition later to avoid a
10214         compilation warning.
10215
10216 2006-04-12  Kenichi Handa  <handa@m17n.org>
10217
10218         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10219         buffer and then decode the buffer text if necessary.
10220         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10221         first, and after mm-encode-body, change the buffer to unibyte.
10222         Use mm-disable-multibyte instead of set-buffer-multibyte.
10223
10224 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10227         Content-Type header instead of Content-Disposition header.
10228         (gnus-mime-inline-part): Ditto.
10229         (gnus-mime-view-part-as-charset): Ignore charset that the part
10230         specifies.
10231
10232         * mm-decode.el (mm-display-part): Work with external parts and
10233         usual parts similarly.
10234
10235         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10236         instead of gnus-display-mime.
10237
10238         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10239         instead of with-temp-buffer.
10240
10241         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10242         tag to summarized topics part in order to encode non-ASCII text.
10243
10244 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * smiley.el (smiley-style): New variable.
10247         (smiley-directory): New function.
10248         (smiley-data-directory): Derive from `smiley-style' using
10249         `smiley-directory'.
10250         (smiley-regexp-alist): Add new entries.
10251
10252         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10253         (gnus-article-browse-delete-temp): Add :version.
10254
10255 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10256
10257         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10258         the sieve region.
10259
10260 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10261
10262         * gnus.el (gnus-version-number): Bump version.
10263
10264 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * gnus.el: No Gnus v0.4 is released.
10267
10268 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10269
10270         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10271         layout.
10272
10273         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10274         unknown charset.
10275
10276         * message.el (message-header-synonyms): Add Original-To to the
10277         default.
10278
10279         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10280         optional parameter.
10281
10282 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * gnus-fun.el (gnus): Require it for gnus-directory.
10285
10286 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10289
10290 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10291
10292         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10293
10294 2006-04-05  Simon Josefsson  <jas@extundo.com>
10295
10296         * password.el (password-reset): New function.
10297
10298 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10299
10300         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10301         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10302
10303 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10304
10305         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10306         Some whitespace was matched into the url, which broke browsing hits
10307         > 100 when mm-url-use-external was nil.
10308
10309 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10312         gnus-extra-headers for 'Newsgroups.
10313
10314         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10315         bound.
10316
10317 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10318
10319         * pgg-gpg.el: Clean up process buffers every time gpg processes
10320         complete.
10321
10322 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10325         doc string.
10326
10327 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10328
10329         * pgg-gpg.el (pgg-gpg-process-filter)
10330         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10331
10332         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10333         lines, temporary fix.
10334
10335 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10338
10339 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10340
10341         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10342         default-enable-multibyte-characters.  This reverts the change from
10343         revision 6.17 which is no longer necessary because the passphrase
10344         is sent separately now.  GnuPG messages are unreadable under
10345         multibyte locales with default-enable-multibyte-characters set to
10346         nil.
10347
10348 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10349
10350         * message.el (message-tool-bar-gnome): Move "spell".
10351
10352 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10353
10354         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10355         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10356         instead.
10357
10358 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10359
10360         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10361         newsgroups handling for NNTP overviews which don't include
10362         Newsgroups.
10363
10364 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10365
10366         * message.el (message-resend): Bind message-generate-hashcash to nil.
10367
10368 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10369
10370         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10371         when searching for already-paid recipients.
10372
10373 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10374
10375         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10376         passphrases when it is not needed.
10377         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10378         passphrase stuff from gpg, should only be necessary when you use
10379         gpg with a smartcard.
10380
10381 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * mml.el (mml-insert-mime): Ignore cached contents of
10384         message/external-body part.
10385
10386         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10387         (mm-insert-part): Ditto.
10388
10389 2006-03-23  Simon Josefsson  <jas@extundo.com>
10390
10391         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10392         Reiner.
10393         (pgg-gpg-use-agent-p): Use it again.
10394
10395 2006-03-23  Simon Josefsson  <jas@extundo.com>
10396
10397         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10398         older emacsen.
10399         (pgg-gpg-use-agent-p): Don't use it.
10400
10401 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10404         if we can.
10405
10406 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10407
10408         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10409         (pgg-gpg-update-agent): New function.
10410         (pgg-gpg-use-agent-p): New function.
10411         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10412         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10413         (pgg-gpg-sign-region): Use it.
10414
10415 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10418         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10419
10420 2006-03-21  Simon Josefsson  <jas@extundo.com>
10421
10422         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10423         <wilde@sha-bang.de>.
10424         (pgg-gpg-use-agent): New variable.
10425         (pgg-gpg-process-region): Use it.
10426         (pgg-gpg-encrypt-region): Likewise.
10427         (pgg-gpg-encrypt-symmetric-region): Likewise.
10428         (pgg-gpg-decrypt-region): Likewise.
10429         (pgg-gpg-sign-region): Likewise.
10430         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10431
10432 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10433
10434         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10435
10436         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10437         Add comment on version.
10438
10439 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * smiley.el: Add missing test smiley.
10442
10443 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * mm-decode.el (mm-with-part): New macro.
10446         (mm-get-part): Use it; work with message/external-body as well.
10447         (mm-save-part): Treat name and filename equally.
10448
10449         * mm-extern.el (mm-extern-cache-contents): New function.
10450         (mm-inline-external-body): Use it; force the part to be displayed;
10451         move undisplayer added to the cached handle to the parent.
10452
10453         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10454         (gnus-mime-view-part-as-type): Work with message/external-body.
10455
10456         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10457
10458 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10461         images in image-load-path.  [Sync with image.el, revision 1.60, in
10462         Emacs.]
10463
10464 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10467         path rather than symbol.  Always return list of directories.
10468         Guarantee that image directory comes first.  [Sync with image.el,
10469         revision 1.59, in Emacs.]
10470
10471         * message.el (message-make-tool-bar): Adjust to new API of
10472         `gmm-image-load-path-for-library'.
10473
10474         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10475
10476         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10477
10478 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10479
10480         * gnus-art.el (gnus-article-only-boring-p):
10481         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10482         intangible text.
10483         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10484
10485 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10488         `defun' instead of `gmm-defun-compat'.
10489
10490 2006-03-14  Simon Josefsson  <jas@extundo.com>
10491
10492         * message.el (message-unique-id): Don't use message-number-base36
10493         if (user-uid) is a float.
10494         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10495
10496 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10499
10500         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10501         empty line between a part and a message part.
10502
10503 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10504
10505         * smiley.el: Add more test smileys.
10506         (smiley-data-directory, smiley-regexp-alist)
10507         (gnus-smiley-file-types): Fix doc strings.
10508         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10509         adding new elements.
10510         (smiley-mouse-map): Unused code.  Make it a comment.
10511
10512 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10515         scan latest NoCeM messages instead of old ones.
10516         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10517         delimiters that are recently used.
10518         (gnus-nocem-load-cache): Add autoload cookie.
10519
10520         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10521
10522         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10523         level which is larger than gnus-use-nocem is specified.
10524
10525         * gnus-group.el (gnus-group-get-new-news): Ditto.
10526
10527 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-util.el (gnus-tool-bar-update): New function.
10530
10531         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10532         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10533
10534         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10535
10536         * gnus-group.el (gnus-group-redraw-when-idle)
10537         (gnus-group-redraw-check): Remove.
10538         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10539
10540 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10543         if optional last element is specified in splits (FIELD VALUE...).
10544
10545 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10548         to gmm-image-load-path-for-library.  Call with no-error argument.
10549         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10550
10551         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10552
10553         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10554
10555         * gmm-utils.el (gmm-image-load-path): Remove alias.
10556
10557 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * gmm-utils.el (gmm-image-load-path): Add alias.
10560
10561         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10562         nnml-generate-nov-databases-1.
10563         (nnml-generate-nov-databases): Use it.
10564         (nnml-generate-nov-databases-directory): Document no-active
10565         argument.
10566
10567         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10568         directory if path is t.  Add no-error.
10569
10570         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10571         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10572
10573         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10574         resetting gnus-article-browse-html-temp-list.
10575
10576         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10577         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10578         Add example to docstring.  Rename local variables.  Move error
10579         checks to default case in cond and simplify.
10580
10581 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10584         handle is multipart when calling it recursively.
10585         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10586
10587 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10588
10589         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10590         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10591
10592 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10595         is loaded.
10596
10597         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10598         loaded.
10599
10600 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10603         to "Emacs 23 (unicode)" in doc string.
10604
10605         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10606         "Emacs 23 (unicode)" in comment.
10607
10608 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10611
10612         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10613         characters 160 through 255 in Emacs 23.
10614
10615 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10616
10617         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10618         gnus-article-browse-html-temp.
10619         (gnus-article-browse-delete-temp): Make it customizable.  Add
10620         `file'.  Adjust doc string.
10621         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10622         query for each file.  Adjust doc string.
10623         (gnus-article-browse-html-parts): Add
10624         `gnus-article-browse-delete-temp-files' to
10625         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10626
10627 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10628
10629         * gnus-art.el (gnus-article-browse-html-temp)
10630         (gnus-article-browse-delete-temp): New variables.
10631         (gnus-article-browse-delete-temp-files): New function.
10632         (gnus-article-browse-html-parts): Use it.
10633
10634 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10637
10638         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10639         string.
10640
10641         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10642         gnus-summary-insert-new-articles when unplugged.  Remove
10643         gnus-summary-search-article-forward.
10644
10645         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10646         display-visual-class instead of display-color-cells.
10647
10648 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * dgnushack.el: Autoload customize-group for XEmacs.
10651
10652         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10653         message/* containing non-ASCII text properly.
10654
10655 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * message.el: Require gmm-utils, remove autoloads.
10658         (message-tool-bar): Set default based on
10659         gmm-tool-bar-style.
10660         (message-tool-bar-gnome): Add gmm-customize-mode.
10661
10662         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10663         gmm-tool-bar-style.
10664         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10665
10666         * gnus-group.el (gnus-group-tool-bar): Set default based on
10667         gmm-tool-bar-style.
10668         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10669
10670         * gmm-utils.el (gmm-image-directory): Rename variable from
10671         gmm-image-load-path.
10672         (gmm-image-load-path): Use gmm-image-directory.
10673         (gmm-customize-mode): New function.
10674         (gmm-tool-bar-style): New variable.
10675
10676         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10677         gnus-group-redraw-line-number.
10678         (gnus-group-redraw-check): Simplify.
10679         (gnus-group-tool-bar-update): Remove redraw check.
10680         (gnus-group-make-tool-bar): Add redraw check.
10681
10682 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10683
10684         * gnus-art.el (gnus-button): Add missing parentheses.
10685
10686 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * lpath.el: Fbind line-number-at-pos.
10689
10690 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10693
10694 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * gnus-art.el (gnus-button): New face.
10697         (gnus-article-button-face): Use it.
10698
10699         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10700         gnus-summary-next-page.  Re-order.
10701
10702         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10703         next-node are now included.
10704         (gnus-group-redraw-line-number): New internal variable.
10705         (gnus-group-redraw-check): Helper function for updating the tool
10706         bar.
10707         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10708
10709         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10710
10711         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10712         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10713         Use it to match format of Spamassassin 3.0 and later.  Reported by
10714         IRIE Tetsuya <irie@t.email.ne.jp>.
10715         (spam-check-bogofilter)
10716         (spam-bogofilter-register-with-bogofilter): Fix args of
10717         `gnus-error' calls.
10718
10719 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10722         unnecessary interaction when sending queued mails.  Reported by
10723         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10724
10725 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10726
10727         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10728         first or last are nil.
10729
10730 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10731
10732         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10733
10734 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10735
10736         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10737
10738 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * dns.el (query-dns): Protect more against buggy tcp output.
10741
10742 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10745         nov.php.
10746
10747 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10748
10749         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10750         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10751         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10752         output on the server side.
10753         (nnweb-google-create-mapping): Update regexps and add some
10754         progress indication.
10755
10756 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10759         gnus-agent-toggle-plugged.  Re-order icons.
10760         (gnus-group-tool-bar-gnome): Add
10761         gnus-group-{prev,next}-unread-group.
10762         (gnus-group-tool-bar-gnome): Re-order icons.
10763
10764         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10765         gnus-summary-insert-new-articles.
10766
10767         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10768         comments.
10769
10770         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10771         also available in Emacs 21.3.
10772
10773         * message.el (message-fix-before-sending): Change "Emacs 22" to
10774         "Emacs 23 (unicode)" in comment.
10775
10776         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10777         "Emacs 23 (unicode)" in comment.
10778
10779         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10780         comment.
10781         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10782
10783         * mm-view.el (mm-fill-flowed): Add :version.
10784
10785 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10788         and load-path.
10789
10790 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10791
10792         * message.el: Autoload gmm-image-load-path.
10793         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10794         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10795         consitency.
10796
10797         * gmm-utils.el (gmm-image-load-path): Also search in
10798         "../etc/images".  Don't set gmm-image-load-path if we don't find
10799         the image.
10800
10801 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gmm-utils.el (gmm-image-load-path): Don't make
10804         `gmm-image-load-path' include subdirectories which the second arg
10805         `image' might specify.
10806
10807         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10808         subdirectory to icon file names.
10809
10810         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10811
10812 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10815         gmm-image-load-path calls.
10816
10817         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10818
10819         * message.el (message-make-tool-bar): Ditto.
10820
10821         * mml.el (mml-preview): Added comment concerning tool bar icons.
10822
10823         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10824         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10825
10826         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10827         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10828
10829         * message.el (message-tool-bar-gnome): Use new icon names.
10830         (message-make-tool-bar): Use `gmm-image-load-path'.
10831
10832         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10833         functions from MH-E.
10834         (gmm-image-load-path): New variable from MH-E.
10835         (gmm-image-load-path): New function from MH-E.  Added arguments
10836         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10837         *-image-load-path-called-flag.
10838
10839 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10840
10841         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10842
10843 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10844
10845         * nnimap.el (nnimap-request-move-article): Change folder back to
10846         source group before deleting.
10847
10848 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10849
10850         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10851
10852         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10853         mm-url.
10854
10855         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10856
10857 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10860         coding system which mm-charset-to-coding-system returns for a
10861         given charset is valid.
10862
10863 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10864
10865         * html2text.el (html2text-remove-tag-list):
10866         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10867
10868 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10869
10870         * gnus-cus.el: Revert 2005-10-17 change.
10871
10872 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * gnus-art.el (article-strip-banner): Call
10875         article-really-strip-banner only when the regexp match is made.
10876
10877 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * gnus-art.el (article-strip-banner): Use
10880         gnus-extract-address-components instead of
10881         mail-header-parse-addresses to make it work with non-ASCII text;
10882         remove mail-encode-encoded-word-string.
10883
10884         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10885         values which are surrounded with \"...\"; make it never cause a
10886         Lisp error; give up parsing of parameters if it failed in
10887         extracting type.
10888
10889 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10890
10891         * smime.el (smime-cert-by-ldap-1): Fix bug where
10892         `smime-ldap-search' returns results without userCertificates.
10893
10894 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10897
10898 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * spam.el (spam-check-spamassassin-headers): Adapt format for
10901         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10902         <ari@mbf.ocn.ne.jp>.
10903         (spam-list-of-processors): Add spam-use-gmane.
10904
10905 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10908         make-temp-file; make it work with XEmacs as well.
10909
10910         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10911         mm-make-temp-file.
10912
10913         * mm-decode.el (mm-display-external): Use the 3rd arg of
10914         mm-make-temp-file.
10915         (mm-create-image-xemacs): Ditto.
10916
10917 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10920         with message-narrow-to-headers.
10921         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10922         (gnus-draft-check-draft-articles): New function.
10923         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10924
10925 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * gnus-art.el (gnus-article-browse-html-parts):
10928         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10929         Don't use suffix argument for mm-make-temp-file for Emacs 21
10930         compatibility.  Remove useless `format'.
10931
10932 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10933
10934         * nnweb.el (nnweb-google-wash-article): Update regexps.
10935         (nnweb-group-alist): Use defvoo instead of defvar.
10936
10937 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10940         re-loading nn* modules.
10941
10942 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10945         for `tool-bar-mode' and don't check it's default-value.
10946
10947         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10948
10949         * message.el (message-make-tool-bar): Ditto.
10950
10951         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10952         `substring'.  Shorten tmp-file name.
10953
10954         * gnus.el: Remove bogus comment.
10955
10956 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10957
10958         * gnus-art.el (gnus-article-browse-html-parts): New function.
10959         (gnus-article-browse-html-article): New function for viewing html
10960         articles with a browser.
10961
10962 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10963
10964         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10965         in elisp.
10966         (pgg-gpg-encrypt-symmetric-region): Ditto.
10967         (pgg-gpg-sign-region): Ditto.
10968
10969         * pgg-def.el (pgg-text-mode): New variable.
10970
10971         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10972         (mml2015-pgg-encrypt): Ditto.
10973
10974         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10975         (mml1991-pgg-encrypt): Ditto.
10976
10977 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10980         message-make-date instead of current-time-string.
10981
10982         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10983         to gnus-decoded which mm-uu might set.
10984
10985 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10988         don't decode quoted parameters; remove misimported Emacs code.
10989         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10990         (rfc2231-decode-encoded-string): Don't use split-string which
10991         behaves differently according to Emacs version; use
10992         mm-decode-coding-region to convert charset to coding-system.
10993         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10994         (rfc2231-encode-string): Remove misimported Emacs code.
10995
10996 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10999         when calling mail-header-parse-content-type.
11000         (article-de-quoted-unreadable): Ditto.
11001         (article-de-base64-unreadable): Ditto.
11002         (article-wash-html): Ditto.
11003
11004         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11005         calling mail-header-parse-content-type and
11006         mail-header-parse-content-disposition.
11007         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11008         mail-header-parse-content-type.
11009
11010         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11011         insert charset and format parameters; encode description after
11012         inserting it to buffer.
11013         (mml-insert-parameter): Fold lines properly even if a parameter is
11014         segmented into two or more lines; change the max column to 76.
11015
11016         * rfc1843.el (rfc1843-decode-article-body): Don't use
11017         ignore-errors when calling mail-header-parse-content-type.
11018
11019         * rfc2231.el (rfc2231-parse-string): Return at least type if
11020         possible; don't cause an error even if it fails in parsing of
11021         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11022         (rfc2231-encode-string): Don't break lines at the beginning, leave
11023         it to mml-insert-parameter.
11024
11025         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11026         calling mail-header-parse-content-type.
11027
11028 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * spam-report.el (spam-report-gmane-use-article-number):
11031         Improve doc string.
11032         (spam-report-gmane-internal): Check if a suitable header was found
11033         in the article.
11034
11035 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11038         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11039
11040 2006-02-05  Romain Francoise  <romain@orebokech.com>
11041
11042         Update copyright notices of all files in the gnus directory.
11043
11044 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11045
11046         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11047
11048 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11051         segmented lines of parameter value to cope with Thunderbird 1.5
11052         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11053         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11054         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11055
11056 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11057
11058         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11059         parts.
11060
11061 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11062
11063         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11064         there's only one active file for all servers.
11065         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11066         solid groups.  Gnus might have used a FAST request to select the group.
11067         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11068         and nnweb-search redundantly in the active file.
11069         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11070         (nnweb-request-create-group): Don't use ARGS.
11071         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11072         initialisations.  Let nnoo do the work.
11073
11074 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11077         Say the part has been decoded.
11078
11079         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11080
11081 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11082
11083         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11084         mailcap-viewer-test-cache when there's no 'test clause, since that
11085         will invert the meaning of a "nil" test previously determined by
11086         mailcap-mailcap-entry-passes-test.
11087
11088 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11091         compiling.
11092
11093         * gnus-sum.el: Ditto.
11094
11095         * message.el: Don't bind tool-bar-map when compiling.
11096
11097 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11100
11101 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11102
11103         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11104         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11105         current Google Groups.
11106
11107 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11110         and tool-bar-mode.
11111
11112         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11113         and tool-bar-mode.
11114
11115         * message.el (message-tool-bar-update): Simplify.
11116         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11117
11118         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11119         gnus-summary-buffer.
11120         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11121         gnus-summary-reply.
11122
11123         * gmm-utils.el (gmm): Add :version.
11124
11125 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * Makefile.in (clean): New rule.
11128         (distclean): Use it.
11129
11130 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11131
11132         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11133         autoload.
11134
11135 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gmm-utils.el (gmm-verbose): Add :group.
11138
11139 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * message.el: Change some comments WRT tool-bars.
11142
11143         * gnus-sum.el (gnus-summary-tool-bar)
11144         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11145         (gnus-summary-tool-bar-zap-list): New variables.
11146         (gnus-summary-make-tool-bar): Complete rewrite using
11147         `gmm-tool-bar-from-list'.
11148
11149         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11150         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11151         variables.
11152         (gnus-group-make-tool-bar): Complete rewrite using
11153         `gmm-tool-bar-from-list'.
11154         (gnus-group-tool-bar-update): New function.
11155
11156         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11157
11158 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11161         is dissected into a single part of which the type is the same as
11162         the given one; decode charset.
11163
11164 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11165
11166         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11167         into alists as symbol not string, since that's what
11168         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11169         look for.
11170
11171 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11174         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11175
11176         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11177
11178 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11181         (gnus-xmas-mime-security-button-menu): New function.
11182
11183         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11184         (gnus-mime-security-button-menu): New definition.
11185         (gnus-mime-security-button-map): Use them.
11186         (gnus-mime-security-button-menu): New function.
11187         (gnus-insert-mime-security-button): Addition to help echo.
11188         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11189         (gnus-mime-security-pipe-part): New functions.
11190
11191         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11192         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11193
11194         * mm-decode.el (mm-handle-set-disposition): Remove.
11195         (mm-handle-set-description): Remove.
11196
11197 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11200         (mm-w3m-standalone-supports-m17n-p): New function.
11201         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11202         w3m usage.
11203
11204         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11205         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11206
11207 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11208
11209         * message.el (message-tool-bar-zap-list): Use
11210         gmm-tool-bar-zap-list as custom type.
11211         (message-tool-bar-update): New function.
11212         (message-tool-bar, message-tool-bar-gnome)
11213         (message-tool-bar-retro): Add message-tool-bar-update.
11214         (message-tool-bar-gnome): Add flyspell-buffer.
11215
11216         * gnus-util.el (gnus-error): Describe `args'.
11217
11218         * gmm-utils.el (gmm-error): Describe `args'.
11219         (gmm-tool-bar-zap-list): New widget.
11220         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11221
11222 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11225         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11226         the number of recursive calls.
11227
11228         * mm-decode.el (mm-handle-set-disposition): New macro.
11229         (mm-handle-set-description): New macro.
11230
11231 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11234         encoding.
11235
11236 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11237
11238         * message.el (message-tool-bar-zap-list, message-tool-bar)
11239         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11240         (message-tool-bar-local-item-from-menu): Remove.
11241         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11242         (message-make-tool-bar): New function.
11243         (message-mode): Use `message-make-tool-bar'.
11244
11245         * gmm-utils.el: New file.
11246         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11247         (gmm-lazy): New widget copied from `nnmail.el'.
11248         (gmm-tool-bar-from-list): New function for creating customizable
11249         tool bars.
11250         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11251         output.
11252         (gmm): Add :prefix to defgroup.
11253
11254 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11255
11256         * gmm-utils.el (gmm-widget-p): New function.
11257
11258 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * mml.el (mml-attach-file): Describe `description' in doc string.
11261         (mml-menu): Add Emacs MIME manual and PGG manual.
11262
11263 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11264
11265         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11266
11267 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11268
11269         * nntp.el (nntp-end-of-line): Doc fix.
11270
11271 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11272
11273         * imap.el (imap-open): Handle case where buffer is a buffer
11274         object.
11275
11276 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11277
11278         * gnus-delay.el (gnus-delay): Don't autoload.
11279         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11280         to be re-loaded when customizing the `gnus-delay' group.
11281
11282 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11283
11284         * message.el (message-insert-citation-line): Use newlines.
11285
11286 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11287
11288         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11289         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11290         these routines, so the passphrase can be managed externally and
11291         passed in to the system.
11292         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11293         pgg-add-passphrase-to-cache function.
11294
11295         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11296         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11297         these routines, so the passphrase can be managed externally and
11298         passed in to the system.
11299         (pgg-pgp5-sign-region): Use new name of
11300         pgg-add-passphrase-to-cache function.
11301
11302 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11303
11304         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11305         part of the decoded armor to find the key-identifier.
11306         (pgg-gpg-lookup-key-owner): New function to return the
11307         human-readable identifier of a key owner.
11308         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11309         itself.
11310         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11311         the key value) if we have a key and can match it against a secret
11312         key.  Also, added a note pointing out fact that the prompt only
11313         indicates the first matching key.
11314
11315         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11316         pgg-decrypt-region.
11317         (pgg-add-passphrase-to-cache): Rename from
11318         `pgg-add-passphrase-cache' to reduce confusion (all callers
11319         changed).
11320         (pgg-remove-passphrase-from-cache): Rename from
11321         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11322         changed).
11323         (pgg-read-passphrase, pgg-add-passphrase-cache)
11324         (pgg-remove-passphrase-cache): Add informative docstrings.
11325         (pgg-decrypt): Convey provided passphrase in subordinate call to
11326         pgg-decrypt-region.
11327
11328 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11329
11330         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11331         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11332         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11333         'passphrase' argument, so the passphrase can be managed externally
11334         and then passed in to the system.
11335
11336         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11337         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11338         so the passphrase cache can be used reliably with identifiers
11339         besides a pgp packet's key id.
11340
11341         * pgg-gpg.el (pgg-gpg-encrypt-region)
11342         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11343         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11344         these routines, so the passphrase can be managed externally and
11345         passed in to the system.
11346
11347         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11348         'notruncate' argument, so the passphrase cache can be used
11349         reliably with identifiers besides a pgp packet's key id.
11350
11351 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11352
11353         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11354         symmetric encryption.
11355         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11356         encrypted session key.
11357         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11358         message ask for the passphrase in a proper way.
11359
11360         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11361         New user commands for symmetric encryption.
11362
11363 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11366
11367         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11368
11369 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11370
11371         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11372
11373 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * mm-decode.el (mm-inlined-types): Add application/pgp.
11376         (mm-automatic-display): Ditto.
11377
11378         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11379         part as text.
11380
11381 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * nnrss.el: Update copyright.
11384         (nnrss-opml-import): Query whether to subscribe to each entry.
11385
11386         * gnus-art.el:
11387         * gnus-sum.el:
11388         * gnus-xmas.el:
11389         * messagexmas.el:
11390         * mm-uu.el:
11391         * mm-view.el: Update copyright.
11392
11393 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * message.el (message-info): New function.
11396         (message-mode-menu): Add it.
11397         Update copyright.
11398
11399         * ChangeLog: Fix and update copyright.
11400
11401 2006-01-13  Romain Francoise  <romain@orebokech.com>
11402
11403         * message.el (message-forward-subject-name-subject): Prefer the
11404         address to 'nowhere' if the sender has no name.
11405         Fix typo.  Update copyright year.
11406
11407 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * gnus-art.el (article-wash-html): Use
11410         gnus-summary-show-article-charset-alist if a numeric arg is given.
11411         (gnus-article-wash-html-with-w3m-standalone): New function.
11412
11413         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11414         mm-inline-text-html-render-with-w3m-standalone.
11415         (mm-text-html-washer-alist): Map w3m-standalone to
11416         gnus-article-wash-html-with-w3m-standalone.
11417         (mm-inline-text-html-render-with-w3m-standalone): New function.
11418
11419 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11422         Improve LaTeX.
11423
11424 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11427         (nnrss-request-article): Render text/plain parts as HTML.
11428
11429         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11430         the buffer.
11431
11432 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11435         custom definition of `gnus-posting-styles'.
11436
11437         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11438         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11439
11440 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11443         Use nntp for bug archive.
11444
11445 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11448         parts.
11449         (nnrss-normalize-date): New function converts ISO 8601 date into
11450         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11451         (nnrss-check-group): Use it.
11452
11453 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11456
11457         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11458         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11459         (nnrss-insert-w3): Ditto.
11460
11461 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11464         the articles to be forwarded including the case where neither a
11465         number of articles nor a region is specified.
11466
11467 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * nnrss.el (nnrss-request-article): Fix last change; fill
11470         text/plain parts.
11471
11472 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11473
11474         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11475         in text/plain part.
11476         (nnrss-check-group): Don't add excessive newline to dc:subject.
11477
11478 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11479
11480         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11481         article.
11482
11483 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11486         (nnml-use-compressed-files, nnml-save-mail): Support other
11487         comression programs such as bzip2.
11488
11489 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11490
11491         * dns.el (query-dns): Make sure we check the buffer size before
11492         removing tcp headers.
11493
11494 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11497         remove MIME buttons associated with multipart/alternative parts.
11498         (gnus-mime-display-alternative): Tag buttons using `article-type'
11499         text property.
11500
11501         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11502         associated with multipart/alternative parts.
11503
11504         * gnus-art.el (gnus-signature-separator): Fix custom type.
11505
11506         * mm-decode.el (mm-inlined-types): Fix custom type.
11507         (mm-keep-viewer-alive-types): Ditto.
11508         (mm-automatic-display): Ditto.
11509         (mm-attachment-override-types): Ditto.
11510         (mm-inline-override-types): Ditto.
11511         (mm-automatic-external-display): Ditto.
11512
11513 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11514
11515         * spam-report.el (spam-report-user-mail-address)
11516         (spam-report-user-agent): New variables.
11517         (spam-report-url-ping-plain): Use spam-report-user-agent.
11518
11519 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11520
11521         * gnus-art.el (gnus-button-handle-custom): Do not just use
11522         `customize-apropos' for any "M-x customize-*" button but the
11523         function called for.  Accept both the function name and its
11524         argument in order to achieve this.
11525         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11526         function name to `gnus-button-handle-custom' in case of "M-x
11527         customize-*" buttons.
11528
11529 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11532         multipart/alternative and add xref to mm-discouraged-alternatives
11533         in doc string.
11534
11535         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11536         gnus-buttonized-mime-types in doc string.
11537
11538 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11541         Suggest image/.* in the doc string.
11542
11543 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11546         message-marks (Debian bug #342521).
11547
11548 2005-12-12  Simon Josefsson  <jas@extundo.com>
11549
11550         * password.el (password-read-from-cache): Add.
11551         (password-read): Use it.
11552
11553 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11556         us-ascii as a MIME charset.
11557
11558         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11559         against the case where the 2nd arg TYPE is nil.
11560
11561 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * pop3.el (pop3-stream-type): Fix custom version.
11564
11565         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11566
11567 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11568
11569         * mm-decode.el (mm-display-external): Add missing cdr.
11570
11571 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11574         RFC1524) if it is in mailcap or add a suffix according to
11575         mailcap-mime-extensions when generating a temp filename; postpone
11576         deleting a temp file for 2 seconds for some wrappers, shell
11577         scripts, and so on, which might exit right after having started a
11578         viewer command as a background job.
11579
11580 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * nntp.el (nntp-marks-directory): Fix custom group.
11583
11584         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11585         steps when < 10.
11586
11587         * gnus-start.el (gnus-no-server-1): Mention
11588         `gnus-level-default-subscribed' in doc string.
11589
11590 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11591
11592         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11593         parens.
11594
11595 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-xmas.el (gnus-use-toolbar): Revert.
11598         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11599         gnus-use-toolbar is default.
11600
11601         * messagexmas.el (message-use-toolbar): Revert.
11602         (message-setup-toolbar): Use global default-toolbar if
11603         message-use-toolbar is default.
11604
11605 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11608         according to default-toolbar-visible-p.
11609
11610         * messagexmas.el (message-use-toolbar): Ditto.
11611
11612 2005-11-26  Dave Love  <fx@gnu.org>
11613
11614         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11615         (tls-program, tls-success): Provide openssl alternative.
11616
11617         * starttls.el: Doc fixes.
11618         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11619         SERVICE to PORT.
11620
11621         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11622         port null or service name.
11623         (starttls-negotiate): Autoload.
11624
11625 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * message.el (message-kill-to-signature): Fix interactive spec.
11628
11629 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * pop3.el (pop3-open-server): Recognize a string as a service name.
11632
11633 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11634
11635         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11636
11637 2005-11-23  Dave Love  <fx@gnu.org>
11638
11639         Add pop3s, pop3/starttls.
11640
11641         * pop3.el (pop3-authentication-scheme): Clarify doc.
11642         (open-tls-stream, starttls-open-stream): Autoload.
11643         (pop3-stream-type): New.
11644         (pop3-open-server): Use it.
11645
11646         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11647         for POP.
11648         (mail-source-keyword-map): Add :stream for POP.
11649         (mail-source-fetch-pop): Use pop3-stream-type.
11650
11651 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11654         of current-time-string.
11655
11656 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11657
11658         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11659         date header.
11660
11661 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11662
11663         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11664         it can seriously impact performance as it bypasses the agent's
11665         local caches.
11666
11667 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11668
11669         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11670         must be explicitly online rather than "not explicitly offline" for
11671         its flags to be synchronized.
11672
11673         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11674         that gnus-uu-unmark-thread will function correctly.
11675
11676         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11677         1024K is instead displayed as 1M.
11678
11679 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11682
11683 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11684
11685         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11686
11687 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11688
11689         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11690         error message to display actual error condition.
11691         (gnus-agent-save-local): Avoid saving symbols that are bound to
11692         nil as they simply result in a warning message in
11693         gnus-agent-read-local.
11694
11695 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11698         rather than make-variable-buffer-local for file-precious-flag.
11699
11700 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11701
11702         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11703         for duplicates which are removed.  The invalid sort check then
11704         triggers a rescan after the sort as sorting may have moved
11705         duplicate entries such that they can be cheaply detected.
11706
11707 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11710
11711 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11712
11713         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11714         internal variable to a custom variable.  Changed default value
11715         from compressed(2) to uncompressed(1).
11716         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11717         support for uncompressed agentview files.  Taken together, reading
11718         the agentview file should now be 6-7 times faster.
11719
11720 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11721
11722         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11723         as a buffer-local variable.  This avoids creating truncated
11724         dribble files as a result of a hang up, eg.
11725
11726 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11727
11728         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11729         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11730         XEmacs.
11731
11732 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * gnus-start.el (gnus-start-draft-setup): Enforce
11735         `gnus-draft-mode' for nndraft:drafts at startup.
11736
11737         * gnus.el (gnus-splash): Change custom group.
11738         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11739         allow-list argument.
11740
11741         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11742         string.
11743
11744 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11745
11746         * gnus-art.el (gnus-default-article-saver): Add user-defined
11747         `function' to custom type.
11748
11749 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11750
11751         * imap.el (imap-open): Handle case where buffer is a buffer
11752         object.
11753
11754 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11757         long lines.
11758         (gnus-cache-delete-group): Wrap doc strings.
11759
11760         * gnus-agent.el (gnus-agent-rename-group)
11761         (gnus-agent-delete-group): Wrap doc strings.
11762
11763 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * messagexmas.el (message-use-toolbar): Change the valid values
11766         into default, top, bottom, left, and right.
11767         (message-toolbar-thickness): New variable.
11768         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11769         well.
11770         (message-setup-toolbar): Make it work.
11771
11772         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11773         (gnus-use-toolbar): Change the valid values into default, top,
11774         bottom, left, and right.
11775         (gnus-toolbar-thickness): New variable.
11776         (gnus-xmas-setup-toolbar): New function.
11777         (gnus-xmas-setup-group-toolbar): Use it.
11778         (gnus-xmas-setup-summary-toolbar): Use it.
11779
11780 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781
11782         * gnus-start.el (gnus-1): Add "native" to
11783         gnus-predefined-server-alist.
11784
11785         * gnus.el (gnus-method-to-server): Don't add "native" to the
11786         lists here, because that leads to problems when
11787         gnus-select-method is bound.
11788
11789 2005-11-09  Simon Josefsson  <jas@extundo.com>
11790
11791         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11792         use (not sort-by-date) instead.
11793
11794 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11795
11796         * gnus-delay.el (gnus-delay-group): Don't autoload.
11797         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11798         to be re-loaded when customizing the `gnus-delay' group.
11799
11800 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11801
11802         * message.el: Revert last changes.
11803         (message-insert-citation-line): Use newlines.
11804
11805 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11806
11807         * message.el (message-courtesy-message)
11808         (message-mark-insert-begin, message-mark-insert-end)
11809         (message-elide-ellipsis, message-cancel-message)
11810         (message-add-header, message-change-subject)
11811         (message-cross-post-followup-to-header)
11812         (message-cross-post-insert-note, message-reduce-to-to-cc)
11813         (message-widen-reply, message-delete-not-region)
11814         (message-kill-to-signature, message-insert-signature)
11815         (message-insert-importance-high, message-insert-importance-low)
11816         (message-insert-or-toggle-importance)
11817         (message-insert-disposition-notification-to)
11818         (message-indent-citation, message-yank-original)
11819         (message-cite-original-without-signature, message-cite-original)
11820         (message-insert-citation-line, message-position-on-field)
11821         (message-fix-before-sending, message-send-mail-partially)
11822         (message-send-mail, message-send-mail-with-sendmail)
11823         (message-send-mail-with-qmail, message-send-news)
11824         (message-check-news-header-syntax, message-generate-headers)
11825         (message-insert-courtesy-copy, message-fill-address)
11826         (message-fill-header, message-shorten-references)
11827         (message-setup-1, message-cancel-news)
11828         (message-forward-make-body-plain, message-forward-make-body-mime)
11829         (message-forward-make-body-mml, message-encode-message-body)
11830         (message-forward-make-body-digest-plain)
11831         (message-forward-make-body-digest-mime)
11832         (message-use-alternative-email-as-from): Insert `hard-newline'
11833         instead of ordinary newlines.
11834
11835 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * message.el (message-generate-headers): Downcase the argument
11838         given to message-check-element.
11839
11840 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11841
11842         * nntp.el (nntp-authinfo-rejected): New error condition.
11843         (nntp-wait-for): Use new error condition to signal authentication
11844         error.
11845         (nntp-retrieve-data): Rethrow new error condition to break out of
11846         recursive call to nntp-send-authinfo.
11847
11848 2005-11-08  Romain Francoise  <romain@orebokech.com>
11849
11850         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11851         (gnus-summary-exit-map): Bind to `Z p'.
11852         (gnus-summary-make-menu-bar): Add menu item.
11853
11854 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11857         (gnus-treat-*): Add `first' in all doc strings.
11858
11859         * gnus-group.el (gnus-group-compact-group): Fix typo.
11860
11861 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * gnus.el (gnus-parameters-case-fold-search): New variable.
11864         (gnus-parameters-get-parameter): Use it.
11865
11866         * gnus-score.el (gnus-home-score-file): Doc fix.
11867
11868 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11869
11870         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11871
11872 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * mm-util.el (mm-special-display-p): New function.
11875
11876         * mml.el (mml-preview): Use it; doc fix.
11877
11878 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11879
11880         * imap.el (imap-open): Handle case where buffer is a buffer object.
11881
11882 2005-10-29  Romain Francoise  <romain@orebokech.com>
11883
11884         * message.el (message-fix-before-sending): Fix comment.
11885
11886 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11887
11888         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11889
11890 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11891
11892         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11893         Used in gnus-score.el.
11894
11895 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11898
11899 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11902         whitespace removed in revision 7.8.  Use concatenated string to
11903         protect trailing whitespace.
11904
11905 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11906
11907         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11908         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11909         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11910         Courier IMAP ("some version from 2004").  Mostly based on similar
11911         code in the same function.
11912
11913 2005-10-26  Didier Verna  <didier@xemacs.org>
11914
11915         * gnus-group.el (gnus-group-compact-group): Invalidate original
11916         article buffer.
11917         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11918         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11919         NOV database and in article itself.
11920         Invalidate article backlog.
11921
11922 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11923
11924         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11925
11926 2005-10-26  Simon Josefsson  <jas@extundo.com>
11927
11928         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11929         part of 2004-07-25 change.
11930
11931 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * message.el (message-display-completion-list): New function.
11934         (message-expand-group): Use it; make sure the Completions buffer
11935         is modifiable.
11936 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11937
11938         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11939         user-mail-name is an empty string.
11940
11941 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11944         depending on gnus-score-decay-constant.
11945
11946         * encrypt.el (encrypt-insert-file-contents)
11947         (encrypt-write-file-contents): Don't use `gnus-message'.
11948
11949         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11950         arguments.
11951         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11952         arguments to mm-uu-verbatim-marks-extract.
11953         (mm-uu-hide-markers): New variable.
11954         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11955
11956         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11957         (gnus-convert-image-to-face-command): Use "convert" by default to
11958         allow other input image formats.
11959         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11960         accordingly.
11961
11962 2005-10-23  Simon Josefsson  <jas@extundo.com>
11963
11964         * imap.el (imap-gssapi-program): Align command line parameters
11965         with latest GNU SASL.
11966         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11967
11968 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11969
11970         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11971         HTML.
11972         (nnslashdot-request-article): Ditto.
11973
11974         * lpath.el (featurep): Add nobreak-char-display.
11975
11976 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11977
11978         * mail-source.el (mail-source-fetch-pop): Require pop3.
11979         (mail-source-check-pop): Ditto.
11980
11981 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11984         errors.
11985
11986 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11989         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11990
11991         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11992
11993         * mm-bodies.el (mm-decode-string): Call
11994         `mm-charset-to-coding-system' with allow-override argument.
11995
11996 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11999         (rfc2047-charset-to-coding-system): New function.
12000         (rfc2047-decode-encoded-words): New function.
12001         (rfc2047-decode-region): Use them.
12002         (rfc2047-decode-cte): Remove.
12003         (rfc2047-parse-and-decode): Remove.
12004         (rfc2047-decode): Remove.
12005
12006 2005-10-15  Kenichi Handa  <handa@m17n.org>
12007
12008         * rfc2047.el (rfc2047-decode-cte): New function.
12009         (rfc2047-decode-region): Change the way to decode successive
12010         encoded-words: decode B- or Q-encoding in each encoded-word,
12011         concatenate them, and decode it as charset.
12012
12013 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * lpath.el: Fbind codepage-setup for XEmacs.
12016
12017 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12018
12019         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12020         widget-move-and-invoke.
12021         (gnus-custom-mode): Use gnus-custom-map.
12022
12023 2005-10-15  Bill Wohler  <wohler@newt.com>
12024
12025         * message.el (message-tool-bar-map): Renamed image file from
12026         mail_send to mail/send.
12027
12028 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12029
12030         * message.el (message-expand-group): Pass the common
12031         prefix substring of completion to `display-completion-list'.
12032
12033 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12034
12035         * mml-sec.el (mml-secure-method): New internal variable.
12036         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12037         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12038         functions using mml-secure-method.
12039
12040         * mml.el (mml-mode-map): Add key bindings for those functions.
12041         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12042         Harder <harder@myrealbox.com>.
12043         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12044         end of message if point is the headers of the message.
12045
12046         * message.el (message-in-body-p): New function.
12047
12048         * assistant.el: Autoload gnus-util and netrc.
12049
12050         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12051         Use `mm-charset-override-alist' only when decoding.
12052
12053         * mm-bodies.el (mm-decode-body): Call
12054         `mm-charset-to-coding-system' with allow-override argument.
12055
12056         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12057         `filename' from Content-Disposition if Content-Type doesn't
12058         provide `name'.
12059         (gnus-mime-view-part-as-type): Set default instead of
12060         initial-input.
12061
12062 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12063
12064         * format-spec.el (format-spec): Propagate text properties of % spec.
12065
12066 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * gnus-art.el (gnus-treat-predicate): Add `first'.
12069
12070 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12073         (mm-charset-override-alist): New variable.
12074         (mm-charset-to-coding-system): Use it.
12075         (mm-codepage-setup): New helper function.
12076         (mm-charset-eval-alist): New variable.
12077         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12078         about unknown charsets.
12079
12080         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12081
12082 2005-10-04  David Hansen  <david.hansen@gmx.net>
12083
12084         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12085         (nnrss-check-group): Ditto.
12086
12087 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12090         Rename x-gnus-verbatim to x-verbatim.
12091         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12092
12093         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12094         x-verbatim.
12095
12096         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12097
12098         * gnus-util.el (gnus-remove-duplicates): Remove.
12099
12100         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12101         instead of gnus-remove-duplicates.
12102
12103         * message.el (message-remove-duplicates): Remove.
12104         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12105         message-remove-duplicates.
12106
12107         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12108         available, else use implementation from `delete-dups'.
12109
12110         * message.el (message-insert-expires): New function.
12111         (message-mode-map): Add key binding.
12112         (message-mode-field-menu): Add menu entry.
12113         (message-mode): Document it.
12114         (message-make-expires-date): Use `message-make-date'.
12115
12116 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12117
12118         * message.el (message-make-expires-date): New function.
12119
12120 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * Makefile.in (list-installed-shadows): New entry.
12123         (install): Use it.
12124         (remove-installed-shadows): New entry.
12125
12126         * dgnushack.el (dgnushack-default-load-path): New variable.
12127         (dgnushack-find-lisp-shadows): New function.
12128         (dgnushack-remove-lisp-shadows): New function.
12129
12130 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * Makefile.in (install-el-elc): New entry.
12133         (install): Use it so that .el files are necessarily installed.
12134
12135 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12138
12139 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12140
12141         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12142         function rather than the diff-mode.el package.
12143         (mm-display-external): Use with-current-buffer.
12144         (mm-viewer-completion-map, mm-viewer-completion-map):
12145         Move initialization inside declaration.
12146
12147 2005-09-29  Simon Josefsson  <jas@extundo.com>
12148
12149         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12150         autoload mail-check-payment.
12151         (spam-check-hashcash): Define unconditionally, since hashcash.el
12152         is part of Gnus now.  Ignore errors from payment checking.
12153
12154 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12155
12156         * message.el (message-bold-region, message-unbold-region): Rename
12157         from `bold-region' and `unbold-region'.
12158
12159         * message.el: Remove useless autoloads.
12160
12161 2005-09-28  Simon Josefsson  <jas@extundo.com>
12162
12163         * message.el (message-use-idna): Default to t.
12164         (message-use-idna): Test whether encoding works too.  Doc fix.
12165
12166 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * nntp.el (nntp-warn-about-losing-connection): Remove.
12169
12170 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12173         customizable.  Change default value.
12174         (mm-uu-diff-groups-regexp): Change default value.
12175         (mm-uu-type-alist): Add doc string.
12176         (mm-uu-configure): Add doc string.  Make it interactive.
12177         (mm-uu-tex-groups-regexp): New variable.
12178         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12179         (mm-uu-type-alist): Add LaTeX documents.
12180         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12181         of "text/verbatim".
12182         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12183
12184         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12185         instead of "text/verbatim".
12186
12187         * message.el (message-mark-inserted-region)
12188         (message-mark-insert-file): Use slrn style marks when called with
12189         prefix argument.
12190
12191 2005-09-27  Simon Josefsson  <jas@extundo.com>
12192
12193         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12194
12195 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12196
12197         * message.el (message-remove-duplicates): New function.
12198         Implementation borrowed from `gnus-remove-duplicates'.
12199         (message-idna-to-ascii-rhs): Also encode idna addresses in
12200         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12201         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12202         only ask about the same idna domain once per header and also tell
12203         in what header to replace the idna domain.
12204
12205         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12206         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12207         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12208         a header is decoded and not just the last one.
12209
12210 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12213         has been decoded.
12214
12215         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12216         (mm-insert-part): Don't modify text if it has been decoded.
12217
12218         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12219         decoded.
12220
12221         * mm-view.el (mm-inline-text): Don't strip text props unless
12222         decoding enriched or richtext parts.
12223
12224 2005-09-25  Romain Francoise  <romain@orebokech.com>
12225
12226         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12227         * gnus-start.el (gnus-subscribe-interactively):
12228         * gnus-uu.el (gnus-uu-grab-articles):
12229         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12230         space.
12231
12232 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12233
12234         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12235         * mm-view.el (mm-view-pkcs7-decrypt):
12236         * gnus-sum.el (gnus-summary-limit-to-extra)
12237         (gnus-summary-respool-article, gnus-read-move-group-name):
12238         * gnus-score.el (gnus-summary-increase-score):
12239         * gnus-util.el (gnus-completing-read-with-default):
12240         * gnus-art.el (gnus-read-save-file-name)
12241         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12242         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12243         * message.el (message-check-news-header-syntax):
12244         Follow convention for reading with the minibuffer.
12245
12246 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * spam-report.el (spam-report-url-ping-plain):
12249         Use gnus-extended-version as User-Agent.
12250
12251         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12252         default value is nil.
12253
12254         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12255         (mm-uu-verbatim-marks-extract): New function.
12256         (mm-uu-extract): New face.
12257         (mm-uu-copy-to-buffer): Use it.
12258
12259         * spam-report.el (spam-report-gmane-ham): Renamed from
12260         `spam-report-gmane-unspam'.
12261         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12262         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12263
12264         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12265         Autoload.
12266         (spam-report-gmane-unregister-routine): Renamed
12267         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12268
12269 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12270
12271         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12272         (spam-report-gmane-unregister-routine): Add support for gmane
12273         unregistration.
12274
12275         * spam-report.el (spam-report-gmane-unspam)
12276         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12277         (spam-report-gmane): Change to take a single article and do unspam
12278         registration.
12279
12280 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * mm-url.el (mm-url-decode-entities): Fix regexp.
12283
12284 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12285
12286         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12287         default to nil, to be able to use Gnus at all.  If the default
12288         switches to something else, then the function should be fixed not
12289         be exceedingly slow.
12290
12291 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12292
12293         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12294         fail hard.
12295
12296         * spam-report.el: Add better Keywords line.
12297
12298         * spam.el: Add Maintainer and better Keywords line.
12299
12300 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * gnus-art.el (gnus-article-replace-part)
12303         (gnus-mime-replace-part): New functions.
12304         (gnus-mime-action-alist, gnus-mime-button-commands)
12305         (gnus-mime-save-part-and-strip): Added file argument.
12306         (gnus-article-part-wrapper): Added interactive argument.
12307
12308         * gnus-sum.el (gnus-summary-mime-map): Add
12309         `gnus-article-replace-part'.
12310
12311 2005-09-19  Didier Verna  <didier@xemacs.org>
12312
12313         The nnml compaction feature:
12314         * nnml.el (nnml-request-compact-group): New function.
12315         * nnml.el (nnml-request-compact): New function.
12316         * gnus-int.el (gnus-request-compact-group): New function.
12317         * gnus-int.el (gnus-request-compact): New function.
12318         * gnus-group.el (gnus-group-compact-group): New function.
12319         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12320         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12321         * gnus-srvr.el (gnus-server-compact-server): New function.
12322         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12323         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12324
12325 2005-09-18  Deepak Goel  <deego@gnufans.org>
12326
12327         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12328         format spec.
12329
12330 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12333
12334 2005-09-15  Romain Francoise  <romain@orebokech.com>
12335
12336         * message.el (message-fill-paragraph): Clarify docstring.
12337
12338 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-art.el (gnus-mime-display-part): Protect against broken
12341         MIME messages.
12342
12343 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12346         before parsing header.
12347
12348 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12349
12350         * html2text.el (html2text-replace-list): Add new entities.
12351
12352 2005-09-11  Romain Francoise  <romain@orebokech.com>
12353
12354         * message.el (message-alternative-emails): Improve docstring.
12355         (message-setup-1): Call `message-use-alternative-email-as-from'
12356         after `message-setup-hook' to give it precedence over posting
12357         styles, etc.
12358         (message-use-alternative-email-as-from): Add docstring.  Remove
12359         the original From header if present.
12360
12361         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12362         (nnml-save-mail): Use it.
12363
12364         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12365         articles.  Add new argument `silent'.
12366         (gnus-uu-mark-all): Report the total number of marked articles.
12367
12368 2005-09-10  Romain Francoise  <romain@orebokech.com>
12369
12370         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12371         (gnus-uu-mark-series): Likewise.
12372
12373 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * spam-report.el (spam-report-gmane): Fix generation of spam
12376         report URL.
12377
12378 2005-09-10  Simon Josefsson  <jas@extundo.com>
12379
12380         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12381         t, based on discussion on the ding list with Robert Epprecht
12382         <epprecht@solnet.ch>.
12383
12384 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * spam-report.el (spam-report-gmane): Make it work without
12387         X-Report-Spam header.  Gmane now only provides Archived-At.
12388         This is only used if `spam-report-gmane-use-article-number' is nil.
12389         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12390
12391         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12392         make `gnus-summary-sort-by-recipient' work with threading.
12393
12394         * nnweb.el (nnweb-google-wash-article): Print a message if article
12395         is not available.
12396
12397 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12398
12399         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12400         change.  Decode text/* parts content before displaying.
12401
12402 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12403
12404         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12405
12406 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12409
12410         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12411         url-package-name, url-package-version,
12412         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12413         w3m-display-inline-images, and w3m-minor-mode-map.
12414
12415 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * message.el (message-tab-body-function): Fix mismatched custom type.
12418
12419         * gnus.el (gnus-group-change-level-function): Ditto.
12420
12421         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12422
12423         * gnus-art.el (gnus-signature-limit)
12424         (gnus-article-mime-part-function): Ditto.
12425
12426 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * mml.el (mml-mode): Silence the byte compiler.
12429
12430         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12431         using `(sit-for 0)' before moving the point to the specified part;
12432         skip unbuttonized parts.
12433         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12434         return to the summary window if gnus-auto-select-part is non-nil.
12435
12436 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12439         variables.
12440         (mml-dnd-attach-file, mml-mode): Use them.
12441
12442         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12443         Make fetching article by MID work again for Google Groups.  Added
12444         FIXME concerning gnus-group-make-web-group.
12445
12446         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12447         Don't depend on Gnus by using mail-extract-address-components if
12448         gnus-extract-address-components is not bound.
12449
12450 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12451
12452         * gnus-art.el (gnus-mime-display-security): Don't display the
12453         signature, but only the signed part.
12454
12455 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12458
12459         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12460         list, not listp.
12461
12462 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12463
12464         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12465         when encoding.
12466
12467         * mm-bodies.el (mm-decode-content-transfer-encoding):
12468         De-canonicalize CRLF for all text content types, not just
12469         text/plain.
12470
12471 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12474         valid article; point arrow and cursor at the MIME button.
12475
12476 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12479         Suggested by Dan Christensen <jdc@uwo.ca>.
12480
12481         * mm-decode.el (mm-save-part): Enable change of prompt.
12482
12483 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12484
12485         * gnus-msg.el (gnus-inews-add-send-actions): Made
12486         `message-post-method' lambda parameter ARG `&optional'.
12487
12488 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * gnus-sum.el (gnus-summary-mime-map): Added
12491         gnus-article-save-part-and-strip, gnus-article-delete-part and
12492         gnus-article-jump-to-part.
12493
12494         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12495         (gnus-article-edit-part): Use it.
12496         (gnus-article-part-wrapper): Added no-handle argument.
12497         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12498         functions.
12499
12500 2005-08-29  Romain Francoise  <romain@orebokech.com>
12501
12502         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12503         docstring.
12504         (gnus-face-from-file): Likewise.
12505
12506 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12509         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12510         non-nil.
12511         (gnus-auto-select-part): New variable.
12512         (gnus-article-jump-to-part): New function.
12513         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12514         (gnus-mime-delete-part): Allow selecting specified part after
12515         deleting or stripping parts.
12516         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12517         part if argument is bogus.
12518
12519 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12520
12521         * gnus-art.el (w3m-minor-mode-map):
12522         * gnus-spec.el (gnus-newsrc-file-version):
12523         * gnus-util.el (nnmail-active-file-coding-system)
12524         (gnus-original-article-buffer, gnus-user-agent):
12525         * gnus.el (gnus-ham-process-destinations)
12526         (gnus-parameter-ham-marks-alist)
12527         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12528         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12529         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12530         * mm-decode.el (gnus-current-window-configuration):
12531         * mm-extern.el (gnus-article-mime-handles):
12532         * mm-url.el (url-current-object, url-package-name)
12533         (url-package-version):
12534         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12535         (smime-keys, w3m-cid-retrieve-function-alist)
12536         (w3m-current-buffer, w3m-display-inline-images)
12537         (w3m-minor-mode-map):
12538         * mml-smime.el (gnus-extract-address-components):
12539         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12540         (gnus-newsrc-hashtb, message-default-charset)
12541         (message-deletable-headers, message-options)
12542         (message-posting-charset, message-required-mail-headers)
12543         (message-required-news-headers):
12544         * mml1991.el (mc-pgp-always-sign):
12545         * mml2015.el (mc-pgp-always-sign):
12546         * nnheader.el (nnmail-extra-headers):
12547         * rfc1843.el (gnus-decode-encoded-word-function)
12548         (gnus-decode-header-function, gnus-newsgroup-name):
12549         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12550
12551 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12552
12553         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12554         the end of the date treatments.
12555
12556 2005-08-15  Simon Josefsson  <jas@extundo.com>
12557
12558         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12559         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12560         Capello and Romain Francoise.
12561         (pgg-fetch-key-function): Removed, not used?
12562         (pgg-insert-url-with-w3): Require url, to get
12563         url-insert-file-contents regardless of where it is defined.
12564
12565 2005-08-13  Romain Francoise  <romain@orebokech.com>
12566
12567         * message.el (message-cite-original-1): New function.
12568         (message-cite-original): Use it.
12569         (message-cite-original-without-signature): Ditto.
12570
12571 2005-08-08  Romain Francoise  <romain@orebokech.com>
12572
12573         * message.el (message-yank-empty-prefix): New variable.
12574         (message-indent-citation): Use it.
12575         (message-cite-original-without-signature): Respect X-No-Archive.
12576
12577 2005-08-08  Simon Josefsson  <jas@extundo.com>
12578
12579         * pgg.el: Autoload url-insert-file-contents instead of loading
12580         w3/url.
12581         (pgg-insert-url-with-w3): Don't load url here.
12582
12583 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12584
12585         * message.el (message-kill-to-signature): Don't insert newline at
12586         bol.
12587         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12588
12589 2005-08-06  Romain Francoise  <romain@orebokech.com>
12590
12591         * message.el (message-user-fqdn): Fix typo in docstring.
12592
12593 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12594
12595         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12596
12597         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12598
12599 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * mm-bodies.el (mm-encode-body): Use coding system rather than
12602         charset to encode text.
12603
12604         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12605         number of charsets if utf-8 is available (XEmacs).
12606
12607 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12610         taken from `gnus-button-mid-or-mail-regexp'.
12611         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12612         (gnus-button-alist): Improve regexp for domain part of the MIDs
12613         for news:localpart@domain buttons.
12614         (gnus-button-ctan-directory-regexp): Update.
12615
12616 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * sieve-manage.el (sieve-manage-interactive-login): Use
12619         make-local-variable rather than make-variable-buffer-local.
12620         (sieve-manage-open): Ditto.
12621         (sieve-manage-authenticate): Ditto.
12622
12623         * mml.el (mml-generate-mime-1): Make the content type default to
12624         text/plain if the filename is not specified.
12625
12626 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12629         instead of insert-buffer.
12630
12631         * message.el (message-yank-original): Ditto; set the mark at the
12632         end of the yanked message.
12633
12634 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12637         lines to scroll rather than to stop it.
12638
12639         * mml.el (mml-generate-default-type): Add doc string.
12640         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12641         default to application/octet-stream when determining the content
12642         type if it is not specified for the part or the mml contents; add
12643         a comment about mml-generate-default-type.
12644
12645 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12648         make it default to application/octet-stream when determining the
12649         content type if it is not specified for the external contents.
12650
12651 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12654         segmented parameter but also other parameters might be there.
12655
12656 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * mm-decode.el (mm-display-external): Delete temp file, directory
12659         and buffer immediately if the external process is exited.
12660
12661 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12664         fewer lines than that of scroll-margin.
12665         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12666
12667 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * gnus-art.el (gnus-article-next-page): Revert.
12670         (gnus-article-beginning-of-window): New macro.
12671         (gnus-article-next-page-1): Use it.
12672         (gnus-article-prev-page): Ditto.
12673         (gnus-article-edit-part): Use insert-buffer-substring instead of
12674         insert-buffer.
12675         (gnus-article-edit-exit): Ditto.
12676
12677         * gnus-util.el (gnus-beginning-of-window): Remove.
12678         (gnus-end-of-window): Remove.
12679
12680         * lpath.el: Don't bind header-line-format and scroll-margin.
12681
12682 2005-07-25  Simon Josefsson  <jas@extundo.com>
12683
12684         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12685         to have the url package without w3.  Reported by Daiki Ueno
12686         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12687
12688 2005-07-20  Didier Verna  <didier@xemacs.org>
12689
12690         * gnus-diary.el: Remove the description comment (nndiary is now
12691         properly documented in the Gnus manual).
12692         Fix the spelling of "Back End".
12693         * nndiary.el: Ditto.
12694         Fix the copyright notice.
12695
12696 2005-07-18  Romain Francoise  <romain@orebokech.com>
12697
12698         * gnus-sum.el (gnus-summary-to-prefix)
12699         (gnus-summary-newsgroup-prefix): New variables.
12700         (gnus-summary-from-or-to-or-newsgroups): Use them.
12701
12702 2005-07-17  Romain Francoise  <romain@orebokech.com>
12703
12704         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12705         space as it's generally not especially interesting to the user.
12706
12707 2005-07-16  Romain Francoise  <romain@orebokech.com>
12708
12709         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12710         nil to avoid prompting and file modification if one of the
12711         messages at the top of the nnfolder file contains a copyright
12712         notice.
12713         Update copyright notice.
12714
12715         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12716         instead of `current-time-string' as the latter creates a time
12717         string that is not RFC 2822 compliant (it lacks the zone).
12718         Update copyright notice.
12719
12720 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12721
12722         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12723         for text/rtf.  Display default in prompt.  Pass default for M-n.
12724
12725         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12726
12727 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * gnus-msg.el (gnus-button-mailto): Remove
12730         save-selected-window-window hackery because it relies on
12731         save-selected-window internals.
12732
12733 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12736         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12737         (gnus-article-prev-page): Ditto.
12738
12739         * gnus-util.el (gnus-beginning-of-window): New function.
12740         (gnus-end-of-window): New function.
12741
12742         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12743
12744 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12745
12746         * gnus-score.el (gnus-score-edit-all-score): Set
12747         gnus-score-edit-exit-function to gnus-score-edit-done and call
12748         gnus-message.
12749
12750 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12751
12752         * gnus-msg.el (gnus-button-mailto): Remove
12753         save-selected-window-window hackery because it relies on
12754         save-selected-window internals.
12755
12756 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12759         add-minor-mode.
12760         (gnus-binary-mode): Ditto.
12761
12762         * gnus-topic.el (gnus-topic-mode): Ditto.
12763
12764 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12765
12766         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12767         (gnus-article-prev-page): Take scroll-margin into consideration.
12768
12769 2005-07-04  Lute Kamstra  <lute@gnu.org>
12770
12771         Update FSF's address in GPL notices.
12772
12773 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12774
12775         * gnus.el (gnus-exit):
12776         * gnus-group.el (gnus-group-icons):
12777         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12778
12779         * gnus-nocem.el (gnus-nocem):
12780         * message.el (message-various, message-buffers, message-sending)
12781         (message-interface, message-forwarding, message-insertion)
12782         (message-headers, message-news, message-mail):
12783         * pgg-gpg.el (pgg-gpg):
12784         * pgg-parse.el (pgg-parse):
12785         * pgg-pgp.el (pgg-pgp):
12786         * pgg-pgp5.el (pgg-pgp5):
12787         * pop3.el (pop3): Finish `defgroup' description with period.
12788
12789 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * gnus-art.el (article-display-face): Improve the efficiency.
12792         (article-display-x-face): Ditto; remove grey x-face stuff.
12793
12794 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * gnus-art.el (article-display-face): Correct the position in
12797         which Faces are inserted.
12798
12799 2005-06-29  Didier Verna  <didier@xemacs.org>
12800
12801         * gnus-art.el (article-display-face): Display faces in correct
12802         order.
12803
12804 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12807         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12808         (gnus-nocem-check-article): Fetch the Type header.
12809         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12810         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12811         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12812         make sure gnus-nocem-hashtb is initialized.
12813         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12814         (gnus-nocem-unwanted-article-p): Ditto.
12815
12816         * pgg.el (pgg-verify): Return the verification result.
12817
12818 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12819
12820         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12821         is ascii.
12822
12823 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12824
12825         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12826         `show-nonbreak-escape'.
12827
12828 2005-06-23  Lute Kamstra  <lute@gnu.org>
12829
12830         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12831
12832         * dig.el (dig-mode):
12833         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12834
12835 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12836
12837         * nnimap.el (nnimap-split-download-body): Fix spellings.
12838
12839 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12840
12841         * gnus-art.el (gnus-article-encrypt-body):
12842         * gnus-cus.el (gnus-score-customize):
12843         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12844         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12845
12846 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12847
12848         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12849         header by looking for magic "MII" at the beginnig.
12850
12851 2005-06-16  Miles Bader  <miles@gnu.org>
12852
12853         * gnus-xmas.el (gnus-xmas-group-startup-message):
12854         Use renamed gnus-splash face.
12855
12856         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12857         (assistant-field-face): New backward-compatibility alias for renamed
12858         face.
12859         (assistant-render-text): Use renamed assistant-field face.
12860
12861         * spam.el (spam): Remove "-face" suffix from face name.
12862         (spam-face): New backward-compatibility alias for renamed face.
12863         (spam-face, spam-initialize): Use renamed spam face.
12864
12865         * message.el (message-header-to, message-header-cc)
12866         (message-header-subject, message-header-newsgroups)
12867         (message-header-other, message-header-name)
12868         (message-header-xheader, message-separator, message-cited-text)
12869         (message-mml): Remove "-face" suffix from face names.
12870         (message-header-to-face, message-header-cc-face)
12871         (message-header-subject-face, message-header-newsgroups-face)
12872         (message-header-other-face, message-header-name-face)
12873         (message-header-xheader-face, message-separator-face)
12874         (message-cited-text-face, message-mml-face):
12875         New backward-compatibility aliases for renamed faces.
12876         (message-font-lock-keywords): Use renamed message faces.
12877
12878         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12879         (sieve-test-commands, sieve-tagged-arguments):
12880         Remove "-face" suffix from face names.
12881         (sieve-control-commands-face, sieve-action-commands-face)
12882         (sieve-test-commands-face, sieve-tagged-arguments-face):
12883         New backward-compatibility aliases for renamed faces.
12884         (sieve-control-commands-face, sieve-action-commands-face)
12885         (sieve-test-commands-face, sieve-tagged-arguments-face):
12886         Use renamed sieve faces.
12887
12888         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12889         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12890         (gnus-group-news-3-empty, gnus-group-news-4)
12891         (gnus-group-news-4-empty, gnus-group-news-5)
12892         (gnus-group-news-5-empty, gnus-group-news-6)
12893         (gnus-group-news-6-empty, gnus-group-news-low)
12894         (gnus-group-news-low-empty, gnus-group-mail-1)
12895         (gnus-group-mail-1-empty, gnus-group-mail-2)
12896         (gnus-group-mail-2-empty, gnus-group-mail-3)
12897         (gnus-group-mail-3-empty, gnus-group-mail-low)
12898         (gnus-group-mail-low-empty, gnus-summary-selected)
12899         (gnus-summary-cancelled, gnus-summary-high-ticked)
12900         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12901         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12902         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12903         (gnus-summary-low-undownloaded)
12904         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12905         (gnus-summary-low-unread, gnus-summary-normal-unread)
12906         (gnus-summary-high-read, gnus-summary-low-read)
12907         (gnus-summary-normal-read, gnus-splash):
12908         Remove "-face" suffix from face names.
12909         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12910         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12911         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12912         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12913         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12914         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12915         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12916         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12917         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12918         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12919         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12920         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12921         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12922         (gnus-summary-normal-ticked-face)
12923         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12924         (gnus-summary-normal-ancient-face)
12925         (gnus-summary-high-undownloaded-face)
12926         (gnus-summary-low-undownloaded-face)
12927         (gnus-summary-normal-undownloaded-face)
12928         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12929         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12930         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12931         (gnus-splash-face):
12932         New backward-compatibility aliases for renamed faces.
12933         (gnus-group-startup-message): Use renamed gnus faces.
12934
12935         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12936         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12937         (gnus-server-agent): Remove "-face" suffix from face names.
12938         (gnus-server-agent-face, gnus-server-opened-face)
12939         (gnus-server-closed-face, gnus-server-denied-face)
12940         (gnus-server-offline-face):
12941         New backward-compatibility aliases for renamed faces.
12942         (gnus-server-agent-face, gnus-server-opened-face)
12943         (gnus-server-closed-face, gnus-server-denied-face)
12944         (gnus-server-offline-face): Use renamed gnus faces.
12945
12946         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12947         Remove "-face" suffix from face names.
12948         (gnus-picon-xbm-face, gnus-picon-face):
12949         New backward-compatibility aliases for renamed faces.
12950
12951         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12952         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12953         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12954         (gnus-cite-11): Remove "-face" suffix from face names.
12955         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12956         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12957         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12958         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12959         New backward-compatibility aliases for renamed faces.
12960         (gnus-cite-attribution-face, gnus-cite-face-list)
12961         (gnus-article-boring-faces): Use renamed gnus faces.
12962
12963         * gnus-art.el (gnus-signature, gnus-header-from)
12964         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12965         (gnus-header-content): Remove "-face" suffix from face names.
12966         (gnus-signature-face, gnus-header-from-face)
12967         (gnus-header-subject-face, gnus-header-newsgroups-face)
12968         (gnus-header-name-face, gnus-header-content-face):
12969         New backward-compatibility aliases for renamed faces.
12970         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12971
12972         * gnus-sum.el (gnus-summary-selected-face)
12973         (gnus-summary-highlight): Use renamed gnus faces.
12974         * gnus-group.el (gnus-group-highlight): Likewise.
12975
12976 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12977
12978         * gnus-sieve.el (gnus-sieve-article-add-rule):
12979         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12980         * spam-stat.el (spam-stat-buffer-change-to-spam)
12981         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12982
12983         * message.el (message-is-yours-p):
12984         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12985
12986 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * mm-view.el (mm-inline-text): Withdraw the last change.
12989
12990 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12993         executing enriched-decode.
12994
12995 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12998         charset of tar files.
12999
13000 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13001
13002         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13003
13004 2005-06-04  Lute Kamstra  <lute@gnu.org>
13005
13006         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13007         information is never recorded.
13008
13009 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13010
13011         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13012
13013 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * pop3.el (pop3-apop): Run md5 in the binary mode.
13016
13017         * starttls.el (starttls-set-process-query-on-exit-flag):
13018         Use eval-and-compile.
13019
13020 2005-05-31  Simon Josefsson  <jas@extundo.com>
13021
13022         * smime.el (smime-replace-in-string): Define.
13023         (smime-cert-by-ldap-1): Use it.
13024
13025 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * gnus-art.el (article-display-x-face): Replace
13028         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13029
13030         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13031         set-process-query-on-exit-flag or process-kill-without-query.
13032
13033         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13034         loop instead of replace-regexp.
13035
13036         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13037         instead of process-kill-without-query if it is available.
13038
13039         * lpath.el: Fbind ldap-search-entries.
13040
13041         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13042         instead of find-file-hooks if it is available.
13043
13044         * mml1991.el: Bind pgg-default-user-id when compiling.
13045
13046         * mml2015.el: Bind pgg-default-user-id when compiling.
13047
13048         * nndraft.el (nndraft-request-associate-buffer):
13049         Use write-contents-functions instead of write-contents-hooks if it is
13050         available.
13051
13052         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13053         instead of find-file-hooks if it is available.
13054
13055         * nntp.el (nntp-open-connection): Replace
13056         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13057         (nntp-open-ssl-stream): Ditto.
13058         (nntp-open-tls-stream): Ditto.
13059
13060         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13061         set-process-query-on-exit-flag or process-kill-without-query.
13062         (starttls-open-stream-gnutls): Use it instead of
13063         process-kill-without-query.
13064         (starttls-open-stream): Ditto.
13065
13066 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13067
13068         * smime.el (smime-cert-by-ldap-1): Don't use
13069         replace-regexp-in-string.
13070
13071 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13072
13073         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13074
13075         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13076         in PEM format.  Adjust to the XEmacs compability.
13077
13078 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13081         by `string-to-number'.
13082         * gnus-agent.el (gnus-agent-regenerate-group)
13083         (gnus-agent-fetch-articles): Ditto.
13084         * gnus-art.el (gnus-button-fetch-group): Ditto.
13085         * gnus-cache.el (gnus-cache-generate-active)
13086         (gnus-cache-articles-in-group): Ditto.
13087         * gnus-group.el (gnus-group-set-current-level)
13088         (gnus-group-insert-group-line): Ditto.
13089         * gnus-score.el (gnus-score-set-expunge-below)
13090         (gnus-score-set-mark-below, gnus-summary-score-effect)
13091         (gnus-summary-score-entry): Ditto.
13092         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13093         (gnus-soup-pack): Ditto.
13094         * gnus-spec.el (gnus-xmas-format): Ditto.
13095         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13096         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13097         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13098         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13099         * nndb.el (nndb-get-remote-expire-response): Ditto.
13100         * nndiary.el (nndiary-parse-schedule-value)
13101         (nndiary-string-to-number, nndiary-request-replace-article)
13102         (nndiary-request-article): Ditto.
13103         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13104         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13105         * nneething.el (nneething-make-head): Ditto.
13106         * nnfolder.el (nnfolder-request-article)
13107         (nnfolder-retrieve-headers): Ditto.
13108         * nnheader.el (nnheader-file-to-number): Ditto.
13109         * nnkiboze.el (nnkiboze-request-article): Ditto.
13110         * nnmail.el (nnmail-process-unix-mail-format)
13111         (nnmail-process-babyl-mail-format): Ditto.
13112         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13113         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13114         (nnmh-request-create-group, nnmh-request-list-1)
13115         (nnmh-request-group, nnmh-request-article): Ditto.
13116         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13117         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13118         * nnsoup.el (nnsoup-make-active): Ditto.
13119         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13120         * nntp.el (nntp-find-group-and-number)
13121         (nntp-retrieve-headers-with-xover): Ditto.
13122         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13123         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13124         (pgg-format-key-identifier): Ditto.
13125         * pop3.el (pop3-last, pop3-stat): Ditto.
13126         * qp.el (quoted-printable-decode-region): Ditto.
13127
13128         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13129         of concat.
13130
13131 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13134
13135         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13136
13137         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13138
13139         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13140
13141         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13142
13143         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13144
13145         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13146         (gnus-carpal-mode): Ditto.
13147
13148         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13149         (gnus-browse-mode): Ditto.
13150
13151         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13152
13153         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13154
13155 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13156
13157         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13158
13159 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * gnus-util.el (gnus-run-mode-hooks): New function.
13162
13163         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13164
13165         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13166         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13167
13168 2005-05-27  Lute Kamstra  <lute@gnu.org>
13169
13170         * dns-mode.el (dns-mode): Specify customization group.
13171
13172 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13173
13174         * gnus-agent.el (gnus-agent-make-mode-line-string):
13175         Use mode-line-highlight as mouse-face.
13176
13177 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * canlock.el (canlock): Change the parent group to news.
13180
13181         * deuglify.el (gnus-outlook-deuglify): Add :group.
13182
13183         * dig.el (dig): Add :group.
13184
13185         * dns-mode.el (dns-mode): Add :group.
13186
13187         * encrypt.el (encrypt): Add :group.
13188
13189         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13190         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13191         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13192         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13193         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13194
13195         * gnus-diary.el (gnus-diary): Add :group.
13196
13197         * gnus.el (gnus-group-news-1-face): Add :group.
13198         (gnus-group-news-1-empty-face): Ditto.
13199         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13200         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13201         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13202         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13203         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13204         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13205         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13206         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13207         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13208         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13209         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13210         (gnus-summary-high-ticked-face): Ditto.
13211         (gnus-summary-low-ticked-face): Ditto.
13212         (gnus-summary-normal-ticked-face): Ditto.
13213         (gnus-summary-high-ancient-face): Ditto.
13214         (gnus-summary-low-ancient-face): Ditto.
13215         (gnus-summary-normal-ancient-face): Ditto.
13216         (gnus-summary-high-undownloaded-face): Ditto.
13217         (gnus-summary-low-undownloaded-face): Ditto.
13218         (gnus-summary-normal-undownloaded-face): Ditto.
13219         (gnus-summary-high-unread-face): Ditto.
13220         (gnus-summary-low-unread-face): Ditto.
13221         (gnus-summary-normal-unread-face): Ditto.
13222         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13223         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13224
13225         * hashcash.el (hashcash): New custom group.
13226         (hashcash-default-payment): Add :group.
13227         (hashcash-payment-alist): Ditto.
13228         (hashcash-default-accept-payment): Ditto.
13229         (hashcash-accept-resources): Ditto.
13230         (hashcash-path): Ditto.
13231         (hashcash-extra-generate-parameters): Ditto.
13232         (hashcash-double-spend-database): Ditto.
13233         (hashcash-in-news): Ditto.
13234
13235         * message.el (message-minibuffer-local-map): Add :group.
13236
13237         * netrc.el (netrc): Add :group.
13238
13239         * sieve-manage.el (sieve-manage-log): Add :group.
13240         (sieve-manage-default-user): Diito.
13241         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13242         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13243         (sieve-manage-authenticators): Ditto.
13244         (sieve-manage-authenticator-alist): Ditto.
13245         (sieve-manage-default-port): Ditto.
13246
13247         * sieve-mode.el (sieve-control-commands-face): Add :group.
13248         (sieve-action-commands-face): Ditto.
13249         (sieve-test-commands-face): Ditto.
13250         (sieve-tagged-arguments-face): Ditto.
13251
13252         * smime.el (smime): Add :group.
13253
13254         * spam-report.el (spam-report): Add :group.
13255
13256         * spam.el (spam, spam-face): Add :group.
13257
13258 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13259
13260         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13261         return \n.\n.\n at the end of articles.  Protect against that.
13262         (nntp-with-open-group): Allow debugging.
13263
13264         * nnheader.el (mail-header-set-extra): Make into a function
13265         because I just could't understand how to quote the list properly.
13266
13267         * dns.el (query-dns-cached): New function.
13268
13269 2005-05-26  Lute Kamstra  <lute@gnu.org>
13270
13271         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13272
13273 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13276
13277         * gnus-art.el: Don't autoload mail-extract-address-components.
13278
13279         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13280         eval-and-compile to evaluate it.
13281
13282         * hashcash.el: Don't autoload executable-find.
13283
13284         * nndb.el: Don't declare the nndb back end two or more times; don't
13285         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13286
13287         * nntp.el: Autoload format-spec instead of format; use
13288         eval-and-compile to evaluate autoload forms.
13289
13290 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13291
13292         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13293
13294 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13295
13296         * gnus.el (gnus-version-number): Bump version.
13297
13298 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13299
13300         * gnus.el: No Gnus v0.3 is released.
13301
13302 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13303
13304         * lpath.el (featurep): Bind show-nonbreak-escape.
13305
13306 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * gnus-art.el (gnus-article-edit-part): Disable undo.
13309
13310 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13313         gnus-article-date-lapsed-new-header is t if date timer is active;
13314         skip headers in which the original date value is empty.
13315         (gnus-article-save-original-date): Redefine it as a macro.
13316         (gnus-display-mime): Use it.
13317
13318 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-art.el (article-date-ut): Support converting date in
13321         forwarded parts as well.
13322         (gnus-article-save-original-date): New function.
13323         (gnus-display-mime): Use it.
13324
13325 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13326
13327         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13328         enclosure element of <item>.
13329
13330 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * message.el (message-kill-buffer-query): Renamed from
13333         `message-kill-buffer-query-if-modified'.  Added :version.
13334
13335 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13338         window layout.
13339
13340 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * mml.el: Autoload dnd when compiling.
13343
13344 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13347         x-dnd-*.
13348
13349 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * qp.el (quoted-printable-encode-region): Save excursion.
13352
13353 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13354
13355         * message.el (message-kill-buffer-query-if-modified): Add new variable
13356         so the user can kill a modified message buffer quickly.
13357         (message-kill-buffer): Use it.
13358
13359 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * lpath.el: Fbind display-time-event-handler; don't fbind
13362         string-to-multibyte.
13363
13364         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13365
13366 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13369         contained in text because xml.el decodes entities) with LFs.
13370
13371 2005-04-11  Lute Kamstra  <lute@gnu.org>
13372
13373         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13374         differently.
13375
13376 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13377
13378         * mm-util.el (mm-detect-coding-region): Typo.
13379
13380 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13383
13384 2005-04-06  Deepak Goel  <deego@gnufans.org>
13385
13386         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13387         user-function allow user modifications of the scores.
13388         (spam-stat-score-buffer-user): New function, to allow
13389         user-computed modifications to the score.
13390         (spam-stat-score-buffer-user-functions): List of additional
13391         scoring functions.
13392         (spam-stat-error-holder): Global temporary error holder.
13393         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13394         variable.
13395
13396 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13397
13398         * gnus-registry.el (gnus-registry-clean-empty-function)
13399         (gnus-registry-trim, gnus-registry-fetch-groups)
13400         (gnus-registry-delete-group): Groups that match
13401         `gnus-registry-ignored-groups' are removed from the registry
13402         entries, not just ignored for splitting.  This helps clean up the
13403         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13404         to get all the groups a message ID is in.
13405
13406         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13407         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13408         (spam-stat-score-buffer-user-functions): Add :number custom type.
13409
13410 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13413         argument in XEmacs.
13414
13415         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13416         (nnrss-request-group): Decode group name first.
13417         (nnrss-request-article): Make a text/plain article if mml-to-mime
13418         failed.
13419         (nnrss-get-encoding): Return a compatible encoding according to
13420         nnrss-compatible-encoding-alist.
13421         (nnrss-find-el): Use consp instead of listp.
13422         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13423
13424 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13427         which Emacs 20 doesn't support.
13428         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13429
13430 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13433         silence the byte compiler inside the defun.
13434
13435         * gnus-demon.el (parse-time-string): Add autoload.
13436
13437         * gnus-delay.el (parse-time-string): Add autoload.
13438
13439         * gnus-art.el (parse-time-string): Add autoload.
13440
13441         * nnultimate.el (parse-time): Require for `parse-time-string'.
13442
13443 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13446
13447         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13448
13449         * smime.el (smime-ldap-host-list): Add :version.
13450
13451 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13454         pass it to `gnus-browse-read-group'.
13455         (gnus-browse-read-group): Add NUMBER argument and pass it to
13456         `gnus-group-read-ephemeral-group'.
13457
13458         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13459         argument and pass it to `gnus-group-read-group'.
13460
13461 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13462
13463         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13464         mm-xemacs-find-mime-charset-1 if we have the mule feature
13465         available at runtime.
13466
13467 2005-03-25  Werner Lemberg  <wl@gnu.org>
13468
13469         * nnmaildir.el: Replace `illegal' with `invalid'.
13470
13471 2005-03-23  Lute Kamstra  <lute@gnu.org>
13472
13473         * time-date.el: Add comment on time value formats.
13474         Don't require parse-time.
13475         (with-decoded-time-value): New macro.
13476         (encode-time-value): New function.
13477         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13478         (days-to-time): Return a valid time value when arg is huge.
13479         (time-since): Use time-subtract.
13480         (time-to-number-of-days): Use time-to-seconds.
13481
13482 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13483
13484         * gnus-start.el (gnus-display-time-event-handler):
13485         Check display-time-timer at runtime rather than only at load time
13486         in case display-time-mode is turned off in the mean time.
13487
13488 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13491         used.
13492
13493         * nneething.el (nneething-map-file-directory): Derive from
13494         `gnus-directory'.
13495
13496         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13497         the To/Cc button.
13498
13499 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13500
13501         * nnmaildir.el (nnmaildir-request-accept-article):
13502         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13503
13504 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13505
13506         * gnus-async.el: Require timer-funcs at compile time when in
13507         XEmacs for `run-with-idle-timer'.
13508
13509 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13510
13511         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13512         autoloaded function.
13513
13514 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13515
13516         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13517
13518 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13519
13520         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13521
13522 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13523
13524         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13525         gnus-expert-user to default.
13526
13527 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13528
13529         * nnimap.el (nnimap-open-server): Ditto.
13530
13531         * imap.el (imap-authenticate): Fix typo.
13532
13533 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13534
13535         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13536         buffer (since IMAP server might return FETCH response out of
13537         order, and the nntp buffer must be sorted).
13538
13539 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13540
13541         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13542         comparison on string.
13543
13544         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13545         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13546         (gnus-agent-summary-fetch-series): Modified to protect against
13547         gnus-agent-summary-fetch-group clearing processable flags.
13548         (gnus-agent-synchronize-group-flags): Update live group buffer as
13549         synchronization may occur due to the user toggle the plugged
13550         status.
13551         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13552         successfully downloaded.
13553         (gnus-agent-expire-group-1): Avoid using markers when the overview
13554         is in ascending order; greatly improves performance.
13555         (gnus-agent-regenerate-group): Use
13556         gnus-agent-synchronize-group-flags to reset read status in both
13557         gnus and server.
13558         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13559
13560 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * message.el: Don't autoload former message-utils variables.
13563         (message-strip-subject-trailing-was): Change doc string.
13564
13565         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13566         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13567         (nnweb-google-search): Add "hl=en" here.
13568         (nnweb-google-parse-1, nnweb-google-create-mapping):
13569         Don't hardcode URL.
13570
13571 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * message.el (message-get-reply-headers, message-followup):
13574         Mention related variables `message-use-followup-to' and
13575         `message-use-mail-followup-to', in the information buffer.
13576
13577         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13578         of broken groups(-beta).google.com.
13579
13580 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13581
13582         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13583         parameter to invoked gnus-request-move-article; remove the
13584         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13585         all at once instead of once per article.
13586         (gnus-summary-remove-process-mark): Accept a list of articles as
13587         well as a single article for processing.
13588
13589         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13590         parameter.
13591
13592         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13593
13594         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13595
13596         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13597         parameter.
13598
13599         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13600         parameter.
13601
13602         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13603         parameter and remove the gnus-sum-hint-move-is-internal variable.
13604
13605         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13606         parameter.
13607
13608         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13609         parameter.
13610
13611         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13612         parameter.
13613
13614         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13615
13616         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13617         parameter.
13618
13619         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13620         parameter.
13621
13622 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13623
13624         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13625         a more conservative way.
13626
13627 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13628
13629         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13630         buffer, so it moves the window's cursor.
13631
13632 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13633
13634         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13635         `mm-dissect-multipart' and receive the from field as an (optional)
13636         argument from `mm-dissect-multipart'.
13637         (mm-dissect-multipart): Receive the from field as an argument and
13638         pass it on when we call `mm-dissect-buffer' on MIME parts.
13639         Fixes verification/decryption of signed/encrypted MIME parts.
13640
13641 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13642
13643         * gnus-sum.el (gnus-summary-move-article): Set
13644         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13645         whatever it calls (right now, only nnimap-request-move article
13646         respects it).
13647
13648         * nnimap.el (nnimap-request-move-article): When
13649         gnus-sum-hint-move-is-internal is set, don't do the extra
13650         nnimap-request-article.
13651
13652 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13655
13656         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13657         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13658
13659         * gnus-sum.el (gnus-summary-caesar-message):
13660         Apply `gnus-treat-article' after rotation.
13661
13662         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13663         doc string.
13664
13665 2005-02-22  Simon Josefsson  <jas@extundo.com>
13666
13667         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13668         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13669         <arne@arnested.dk>.
13670         (encrypt): Add password-cache and password-cache-expiry as group
13671         members.
13672
13673 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13674
13675         * smime.el (smime-ldap-host-list): Doc fix.
13676         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13677         cache) password.
13678         (smime-sign-region): Use it.
13679         (smime-decrypt-region): Use it.
13680         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13681         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13682         fails.
13683         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13684         certificate from DER to PEM format rather than calling openssl.
13685
13686         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13687
13688         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13689         for signing/encryption.
13690
13691         * mml.el (mml-parse-1): Use them.
13692
13693 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13694
13695         * nnrss.el (nnrss-verbose): Removed.
13696         (nnrss-request-group): Use `nnheader-message' instead.
13697
13698 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13699
13700         * nnrss.el (nnrss-verbose): New variable.
13701         (nnrss-request-group): Make it say nnrss is requesting a group.
13702
13703 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13706         Handle news URL with given port correctly.
13707
13708 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13711         containing special characters.
13712
13713         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13714
13715         * mml.el (mime-to-mml): Ditto.
13716
13717         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13718         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13719         (rfc2047-decode-region): Quote decoded words containing special
13720         characters when rfc2047-quote-decoded-words-containing-tspecials
13721         is non-nil.
13722
13723 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13724
13725         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13726
13727         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13728
13729 2005-02-15  Simon Josefsson  <jas@extundo.com>
13730
13731         * nnimap.el (nnimap-debug): Doc fix.
13732
13733         * imap.el (imap-debug): Doc fix.
13734
13735 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13738
13739 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13740
13741         * gnus.el (spam-contents): Improve docs for spam-contents
13742         parameter in its variable incarnation.
13743
13744 2005-02-14  Simon Josefsson  <jas@extundo.com>
13745
13746         * smime-ldap.el: Use require instead of load-library for ldap.
13747         (smime-ldap-search): Indent.
13748         (smime-ldap-search-internal): Shorten line.
13749
13750         * smime.el (smime-cert-by-dns): Add doc-string.
13751         (smime-cert-by-ldap-1): Indent.
13752
13753         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13754         mml-smime-get-dns-ldap.
13755         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13756
13757 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13758
13759         * smime.el: Require smime-ldap.
13760         (smime-ldap-host-list): New variable.
13761         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13762
13763         * mml-smime.el (mml-smime-encrypt-query): New function.
13764         (mml-smime-encrypt-query): Use it.
13765
13766         * smime-ldap.el: New file.
13767
13768 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13771
13772 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13775         argument in doc string.  Make query for type more clear.
13776
13777 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13778
13779         * gnus.el (gnus-group-startup-message): Search for gnus images in
13780         etc/images/gnus.
13781         * mm-util.el (mm-image-load-path): Likewise.
13782         * smiley.el (smiley-data-directory): Search for smilies in
13783         etc/images/smilies.
13784
13785 2005-02-09  Kim F. Storm  <storm@cua.dk>
13786
13787         Change Emacs release version from 21.4 to 22.1 throughout.
13788         Change Emacs development version from 21.3.50 to 22.0.50.
13789
13790 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13793
13794         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13795         non-Mule XEmacs as well.
13796         (mm-decompress-buffer): Signal an error intentionally if it does
13797         not decompress compressed data because auto-compression-mode is
13798         disabled.
13799
13800 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13801
13802         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13803         an ID in the registry even if it has no groups.
13804
13805 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13808         merge it into mm-decompress-buffer.
13809         (gnus-mime-copy-part): Use the MIME part charset, the value which
13810         a user specified or gnus-newsgroup-charset for decoding, like
13811         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13812         save-buffer what was used.  Suggested by Kevin Ryde
13813         <user42@zip.com.au>.
13814         (gnus-mime-inline-part): Allow the name parameter as well as the
13815         filename parameter; force decompressing of compressed data; always
13816         display contents being not decoded as unibyte.
13817
13818         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13819         as well as the filename parameter.
13820
13821         * mm-util.el (mm-decompress-buffer): Merge
13822         gnus-mime-jka-compr-maybe-uncompress.
13823         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13824         of compressed data.
13825
13826 2005-02-08  Simon Josefsson  <jas@extundo.com>
13827
13828         * imap.el (imap-log): Doc fix.
13829
13830 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13833         the coding cookies; decompress compressed parts.
13834
13835         * mml.el (mml-generate-mime-1): Add the charset parameter according
13836         to the value which a user specified manually or the coding cookie.
13837
13838         * mm-util.el (mm-string-to-multibyte): New function.
13839         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13840         (mm-coding-system-to-mime-charset): New function.
13841         (mm-decompress-buffer): New function.
13842         (mm-find-buffer-file-coding-system): New function.
13843
13844         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13845         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13846         parts.
13847
13848 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13849
13850         * mm-view.el (mm-display-inline-fontify): Decode a part according
13851         to the charset parameter.
13852
13853 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13856         prefix arg is neither nil nor a number, as info specifies.
13857
13858 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13861         timestamps.
13862
13863 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13864
13865         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13866         groups error checking and notify user.
13867
13868 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13869
13870         * message.el (message-send-mail-function): Check existence of
13871         sendmail-program first before using default value
13872         `message-send-mail-with-sendmail'.  Otherwise use more generic
13873         `smtpmail-send-it'.
13874
13875 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * nntp.el (nntp-request-update-info): Always return nil.
13878
13879 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13880
13881         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13882
13883 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13884
13885         * message.el (message-beginning-of-line): Change the behavior when
13886         invoked between BOL and : so that it first moves backward.
13887
13888 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13891         article buffer when editing of the article is discarded.
13892         (gnus-article-prepare): Revert.
13893
13894 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-art.el (gnus-article-prepare):
13897         Remove message-strip-forbidden-properties from the local hook.
13898
13899 2005-01-27  Simon Josefsson  <jas@extundo.com>
13900
13901         * password.el (password-cache-add): Only start one timer per key.
13902         Reported by Derek Atkins <warlord@MIT.EDU>.
13903
13904 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13905
13906         * run-at-time.el: Removed.  It is no longer needed as
13907         timer-funcs.el in the xemacs-base package has a working version of
13908         `run-at-time'.
13909
13910         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13911
13912         * password.el: Require timer-funcs instead of run-at-time in
13913         XEmacs.
13914         Remove `password-run-at-time' macro.
13915         (password-cache-add): Use `run-at-time' instead of
13916         `password-run-at-time'.
13917
13918         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13919         Remove `nnheader-cancel-function-timers' alias,
13920         `cancel-function-timers' exists in XEmacs in timer-funcs.
13921
13922         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13923         for `run-with-idle-timer'.
13924
13925         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13926         for `run-at-time'.
13927
13928         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13929         for `with-timeout'.
13930
13931         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13932         the same as for XEmacs 21.4.
13933         No need to ignore `run-with-idle-timer', this function exists in
13934         XEmacs now in timer-funcs.el in the xemacs-base package.
13935         (dgnushack-compile): No need to delete
13936         run-at-time.el from the list of files to compile because it
13937         doesn't exist anymore.
13938
13939 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13942         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13943
13944 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13945
13946         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13947         sensitively.
13948
13949 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13950
13951         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13952
13953 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13956         which will be inserted according to the multibyteness of a buffer
13957         rather than the type of contents.  Suggested by ARISAWA Akihiro
13958         <ari@mbf.ocn.ne.jp>.
13959
13960         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13961         of string which old xml.el may return rather than a string.
13962
13963 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13966
13967 2005-01-16  Simon Josefsson  <jas@extundo.com>
13968
13969         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13970         idn/idna.el isn't available.
13971         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13972         <michael@waxrat.com>.
13973
13974         * hashcash.el: Remove non-FSF copyright header.
13975
13976         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13977         (hashcash-generate-payment): Use it.
13978         (hashcash-generate-payment-async): Use it.
13979
13980 2005-01-15  Simon Josefsson  <jas@extundo.com>
13981
13982         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13983         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13984
13985         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13986         gnus-summary-idna-message.
13987         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13988         (gnus-summary-idna-message): New function.
13989
13990 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13993         gnus-novice-user.
13994
13995 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * nnrss.el (nnrss-request-delete-group): Delete entries in
13998         nnrss-group-alist as well.
13999         (nnrss-save-server-data): Insert newline.
14000
14001 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14002
14003         * gnus.el (gnus-user-agent): Use list of symbols instead of
14004         symbols.  Display full version number for (S)XEmacs.  Optionally
14005         display (S)XEmacs codename.
14006
14007         * gnus-util.el (gnus-emacs-version): Update for new
14008         `gnus-user-agent'.
14009
14010         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14011         Gnus version.
14012
14013 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14014
14015         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14016         which is unreadable in some setups.
14017
14018 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-spec.el (gnus-update-format-specifications): Flush the
14021         group format spec cache if it doesn't support decoded group names.
14022
14023 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14026         Allow to apply decay on score files matching a regexp.
14027
14028 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14031         compatibility in %g and %c.
14032
14033 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14036         name for only %g and %c.
14037         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14038         of gnus-tmp-group to decoded group name.
14039         (gnus-group-make-rss-group): Exclude `/'s from group names.
14040
14041 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * nnrss.el (nnrss-get-encoding): Fix regexp.
14044
14045 2004-12-27  Simon Josefsson  <jas@extundo.com>
14046
14047         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14048         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14049         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14050
14051 2004-12-17  Kim F. Storm  <storm@cua.dk>
14052
14053         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14054
14055         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14056
14057 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14058
14059         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14060
14061 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * nnrss.el: Require rfc2047 and mml.
14064         (nnrss-file-coding-system): New variable.
14065         (nnrss-format-string): Redefine it as an inline function.
14066         (nnrss-decode-group-name): New function.
14067         (nnrss-string-as-multibyte): Remove.
14068         (nnrss-retrieve-headers): Decode group name; don't use
14069         nnrss-format-string.
14070         (nnrss-request-group): Decode group name.
14071         (nnrss-request-article): Decode group name; allow a Message-ID as
14072         well as an article number; don't use nnrss-format-string; encode a
14073         Message-ID string which may contain non-ASCII characters; use
14074         mml-to-mime to compose a MIME article.
14075         (nnrss-request-expire-articles): Decode group name.
14076         (nnrss-request-delete-group): Decode group name.
14077         (nnrss-fetch): Clarify error message.
14078         (nnrss-read-server-data): Use insert-file-contents instead of load;
14079         bind file-name-coding-system; use multibyte buffer.
14080         (nnrss-save-server-data): Bind coding-system-for-write to the
14081         value of nnrss-file-coding-system; bind file-name-coding-system;
14082         add coding cookie.
14083         (nnrss-read-group-data): Use insert-file-contents instead of load;
14084         bind file-name-coding-system; use multibyte buffer.
14085         (nnrss-save-group-data): Bind coding-system-for-write to the
14086         value of nnrss-file-coding-system; bind file-name-coding-system.
14087         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14088         make it work with non-ASCII text.
14089         (nnrss-find-el): Make it work with old xml.el as well.
14090
14091 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14092
14093         * nnrss.el (nnrss-get-encoding): New function.
14094         (nnrss-fetch): Use unibyte buffer initially; bind
14095         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14096         decode contents according to the encoding attribute.
14097         (nnrss-save-group-data): Add coding cookie.
14098         (nnrss-mime-encode-string): New function.
14099         (nnrss-check-group): Use it to encode subject and author.
14100
14101 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14102
14103         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14104         imaginary variable.
14105
14106 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14109         correctly even if there are wide characters.
14110
14111 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14112
14113         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14114         downcased symbol names; make a new cache instead of reusing
14115         bbdb-hashtable.
14116
14117 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14120         concatenating segments rather than before concatenating them.
14121         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14122
14123         * message.el (message-get-reply-headers): Bind `extra'.
14124
14125 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14126
14127         * message.el (message-extra-wide-headers): New variable.
14128         (message-get-reply-headers): Use it.
14129
14130 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14133         (gnus-agent-group-pathname): Ditto.
14134
14135         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14136
14137         * gnus-group.el (gnus-group-make-group): Decode group name.
14138         (gnus-group-make-rss-group): Register the group data after opening
14139         the nnrss group.
14140
14141 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14142
14143         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14144         by expiry now get marked as read.
14145
14146 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14149
14150 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14151
14152         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14153         unify Latin characters in XEmacs.
14154         (mm-find-mime-charset-region): Use it.
14155
14156 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-util.el (gnus-delete-directory): New function.
14159
14160         * gnus-agent.el (gnus-agent-delete-group): Use it.
14161
14162         * gnus-cache.el (gnus-cache-delete-group): Use it.
14163
14164 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14167         names.
14168
14169 2004-12-16  Simon Josefsson  <jas@extundo.com>
14170
14171         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14172
14173 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14176
14177         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14178         (gnus-group-set-current-level): Decode group name.
14179
14180 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14181
14182         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14183         failed.
14184
14185 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-group.el (gnus-group-delete-group): Decode group name.
14188         (gnus-group-make-rss-group): Encode group name.
14189         (gnus-group-catchup-current): Decode group name.
14190         (gnus-group-kill-group): Decode group name.
14191
14192 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14193
14194         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14195
14196 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-group.el (gnus-group-make-rss-group):
14199         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14200
14201         * gnus-start.el (gnus-setup-news): Honor user's setting to
14202         gnus-message-archive-method.  Suggested by Lute Kamstra
14203         <lute@gnu.org>.
14204
14205 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14206
14207         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14208         global counterparts of the buffer-local variables.
14209
14210 2004-11-16  Romain Francoise  <romain@orebokech.com>
14211
14212         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14213         counterparts of the buffer-local variables.
14214
14215 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * message.el (message-forbidden-properties): Fixed typo in doc
14218         string.
14219
14220 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14221
14222         * gnus-util.el (gnus-replace-in-string): Added doc string.
14223
14224         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14225         to avoid problems when splitting mails with many recipients.
14226
14227 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14228
14229         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14230         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14231
14232 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14233
14234         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14235         if there is no hashtable in memory or file modification time is
14236         newer than cached timestamp.
14237
14238 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14239
14240         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14241         not-matching option.
14242
14243 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14246         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14247         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14248         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14249         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14250         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14251
14252 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * message.el (message-forward-make-body-mml): Remove headers
14255         according to message-forward-ignored-headers if a message is decoded.
14256
14257 2004-12-02  Romain Francoise  <romain@orebokech.com>
14258
14259         * message.el (message-forward-make-body-plain): Always remove
14260         headers according to message-forward-ignored-headers.
14261
14262 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14263
14264         * spam.el (spam-summary-prepare-exit): Remove the
14265         gnus-summary-limit pop for now, it has problems with ham marks for
14266         me.
14267
14268 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14269
14270         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14271         correctly.
14272
14273 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14274
14275         * format-spec.el (format-spec): Message the char.
14276
14277 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14278
14279         * gnus-art.el (gnus-split-methods): Reformat comments.
14280
14281         * spam.el (spam-summary-prepare-exit): Remove article limits
14282         before exiting the summary buffer.
14283
14284 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14287         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14288
14289         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14290         order to silence the byte compiler.
14291
14292         * spam.el: Fix the way to silence the byte compiler, which
14293         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14294         bbdb-search-simple, spam-BBDB-register-routine,
14295         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14296         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14297         spam-stat-buffer-is-spam, spam-stat-load,
14298         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14299         spam-stat-save and spam-stat-split-fancy.
14300
14301 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14304         which may confuse users.
14305         (canlock-password-for-verify): Ditto.
14306
14307         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14308
14309         * gnus-art.el (gnus-emphasis-alist): Ditto.
14310
14311         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14312
14313         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14314
14315         * gnus-start.el (gnus-save-killed-list): Ditto.
14316
14317         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14318         (gnus-sum-thread-tree-root): Ditto.
14319         (gnus-sum-thread-tree-false-root): Ditto.
14320         (gnus-sum-thread-tree-single-indent): Ditto.
14321
14322         * message.el (message-courtesy-message): Ditto.
14323         (message-archive-note): Ditto.
14324         (message-subscribed-address-file): Ditto.
14325         (message-user-fqdn): Ditto.
14326
14327         * spam-report.el (spam-report-gmane-regex): Ditto.
14328
14329         * spam.el (spam-blackhole-good-server-regex): Ditto.
14330
14331 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * mml.el (mml-preview): Widen the message buffer before copying
14334         the contents to the preview buffer; sort headers before previewing.
14335
14336         * message.el (message-hidden-headers): Fix the way to avoid a bug
14337         in the `repeat' widget in Emacs 21.3 or earlier.
14338
14339 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * message.el (message-hidden-headers): Default to "^References:".
14342         Improve customization type.  Suggested by Reiner Steib
14343         <Reiner.Steib@gmx.de>.
14344
14345 2004-11-25  Romain Francoise  <romain@orebokech.com>
14346
14347         * message.el (message-strip-forbidden-properties): Remove check for
14348         obsolete `message-hidden' text property, hidden headers are not
14349         accessible in the buffer anymore.
14350
14351 2004-11-22  Romain Francoise  <romain@orebokech.com>
14352
14353         * message.el (message-header-format-alist): Add `From' in list
14354         so that it can be sorted.
14355         (message-fix-before-sending): Widen and sort headers before
14356         sending.
14357         (message-hide-headers): Use narrowing to hide headers by moving
14358         them to the top of the buffer and narrowing to the region
14359         underneath.
14360
14361 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14362
14363         * message.el (message-strip-forbidden-properties): Bind
14364         buffer-read-only (etc) to nil.
14365
14366 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14369         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14370
14371 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14372
14373         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14374
14375 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14376
14377         * dns.el (query-dns): Use sit-for to time instead of
14378         accept-process-output, since that doesn't seem to work on udp
14379         sockets.
14380
14381 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14384
14385 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14386
14387         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14388         doc string.  Improve doc string.
14389
14390 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * nntp.el (nntp-request-update-info): Return nil if
14393         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14394         may not call gnus-activate-group which uselessly issues the GROUP
14395         commands for all nntp groups and wastes time.  Reported by Romain
14396         Francoise <romain@orebokech.com>.
14397
14398         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14399
14400 2004-11-15  Simon Josefsson  <jas@extundo.com>
14401
14402         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14403         headers separately.
14404         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14405         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14406
14407 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * gnus-start.el (gnus-convert-old-newsrc):
14410         Assign legacy-gnus-agent to 5.10.7.
14411
14412 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14413
14414         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14415         start of the lines.
14416
14417 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14418
14419         * hashcash.el (hashcash-default-payment): Change default to 20.
14420         (hashcash-default-accept-payment): Change default to 20.
14421         (hashcash-process-alist): New variable.
14422         (hashcash-generate-payment-async): Add.
14423         (hashcash-already-paid-p): Add.
14424         (hashcash-insert-payment): Don't generate payments twice.
14425         (hashcash-insert-payment-async): Add.
14426         (hashcash-insert-payment-async-2): Add.
14427         (hashcash-cancel-async): Add.
14428         (hashcash-wait-async): Add.
14429         (hashcash-processes-running-p): Add.
14430         (hashcash-wait-or-cancel): Add.
14431         (mail-add-payment): New optional argument.  Conditionally start
14432         asynchronous calculation.
14433         (mail-add-payment-async): Add.
14434
14435         * message.el (message-send-mail): Wait for asynchronous hashcash
14436         results.  Don't clobber existing X-Hashcash headers.
14437         (message-setup-1): Call mail-add-payment-async when
14438         message-generate-hashcash is non-nil.
14439
14440 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14441
14442         * message.el (message-use-alternative-email-as-from): Examine the
14443         From header as well; use message-make-from in order to include a
14444         user's full name.
14445
14446 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14449         default; improve customization type.
14450         (gnus-emphasis-custom-with-format): New macro.
14451         (gnus-emphasis-custom-value-to-external): New function.
14452         (gnus-emphasis-custom-value-to-internal): New function.
14453
14454 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14455
14456         * dns.el (query-dns): Resolve reverse addresses.
14457
14458 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14459
14460         * gnus-group.el (gnus-group-get-new-news): Use it.
14461
14462         * gnus-start.el (gnus-check-reasonable-setup): New function.
14463
14464 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14467         "Args out of range" error.  Reported by Arnaud Giersch
14468         <arnaud.giersch@free.fr>.
14469
14470 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14471
14472         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14473
14474 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14475
14476         * spam.el (spam group): Add :version.
14477
14478         * pgg-def.el (pgg group): Add :version.
14479
14480 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * gnus-art.el (gnus-article-edit-article): Don't associate the
14483         article buffer with a draft file.  This is a temporary measure
14484         against the 2004-08-22 change to gnus-article-edit-mode.
14485
14486 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14489         (html2text-format-tags): Remove unused variable `attr'.
14490
14491 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14494
14495         * tls.el (tls-process-connection-type, tls-success)
14496         (tls-certtool-program): Add :version.
14497
14498         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14499         (starttls-extra-arguments, starttls-process-connection-type)
14500         (starttls-connect, starttls-failure, starttls-success): Add :version.
14501
14502         * spam-stat.el (spam-stat): Add :version.
14503
14504         * sieve.el (sieve): Add :version.
14505
14506         * sha1.el (sha1): Add :version.
14507         (sha1-use-external): Remove redundant version.
14508
14509         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14510         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14511         (nnmail-split-fancy-match-partial-words)
14512         (nnmail-split-lowercase-expanded): Add :version.
14513
14514         * nndiary.el (nndiary): Add :version.
14515
14516         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14517
14518         * mml-sec.el (mml-default-sign-method)
14519         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14520         Add :version.
14521
14522         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14523
14524         * mm-url.el (mm-url-use-external, mm-url-program)
14525         (mm-url-arguments): Add :version.
14526
14527         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14528         (mm-attachment-file-modes, mm-decrypt-option)
14529         (mm-w3m-safe-url-regexp): Add :version.
14530
14531         * message.el (message-cite-prefix-regexp)
14532         (message-sendmail-envelope-from, message-minibuffer-local-map)
14533         (message-user-fqdn, message-completion-alist): Add :version.
14534
14535         * gnus-win.el (gnus-configure-windows-hook)
14536         (gnus-use-frames-on-any-display): Add :version.
14537
14538         * gnus-art.el (gnus-article-address-banner-alist)
14539         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14540         (gnus-treat-from-picon, gnus-treat-mail-picon)
14541         (gnus-treat-x-pgp-sig): Add :version.
14542
14543         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14544         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14545         (gnus-summary-article-delete-hook)
14546         (gnus-summary-display-while-building): Add :version.
14547
14548         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14549         (gnus-get-top-new-news-hook): Add :version.
14550
14551         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14552         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14553
14554         * gnus-registry.el (gnus-registry): Add :version.
14555
14556         * gnus-spec.el (gnus-use-correct-string-widths)
14557         (gnus-make-format-preserve-properties): Add :version.
14558
14559         * gnus.el (gnus-group-charter-alist)
14560         (gnus-group-fetch-control-use-browse-url)
14561         (gnus-install-group-spam-parameters): Add :version.
14562
14563         * gnus-diary.el (gnus-diary): Add :version.
14564
14565         * gnus-delay.el (gnus-delay): Add :version.
14566
14567         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14568         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14569         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14570         Add :version.
14571
14572         * gnus-agent.el (gnus-agent-max-fetch-size)
14573         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14574         (gnus-agent-prompt-send-queue): Add :version.
14575
14576         * deuglify.el (gnus-outlook-deuglify): Add :version.
14577
14578         * html2text.el: Beautify code.  Improve doc strings.  Some
14579         checkdoc cleanup.
14580         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14581
14582 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14583
14584         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14585
14586 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14587
14588         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14589         when package is loaded.
14590
14591         * spam.el (spam-summary-score-preferred-header): Add global preference
14592         for people who want to override the default SpamAssassin over
14593         Bogofilter preference (when both are set).
14594         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14595         (spam-user-format-function-S): Check
14596         spam-summary-score-preferred-header.
14597         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14598         (spam-user-format-function-S): Format the score correctly.
14599
14600 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14603         signature file.  Suggested by Manoj Srivastava
14604         <srivasta@golden-gryphon.com>.
14605
14606         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14607         iso-2022-jp even in the Japanese language environment.
14608         Suggested by Jason Rumney <jasonr@gnu.org>.
14609
14610 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14613         use the same characters as the dummy marks; make it free from
14614         getting affected by the language environment.
14615         (gnus-summary-read-group-1): Update mark positions only when the
14616         format spec is updated.
14617
14618         * gnus-spec.el (gnus-update-format-specifications): Return a list
14619         of updated types.
14620
14621 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14624         of boundp to check if display-warning is available.
14625
14626 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14627
14628         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14629
14630 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * nnspool.el (nnspool-spool-directory): Use news-path if the
14633         news-directory variable is not bound.
14634
14635         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14636         function instead of display-warning if it is not available.
14637
14638 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14641         v5-10: Use `point-at-bol'.
14642
14643 2004-10-26  Simon Josefsson  <jas@extundo.com>
14644
14645         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14646         <chenggao@gmail.com>.
14647
14648 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14651         instead.
14652
14653 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14654
14655         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14656         to remove a server from the nnimap-server-buffer-alist.
14657         (nnimap-open-connection, nnimap-close-server): Use it.
14658
14659         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14660
14661 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14664         running the major-mode function.
14665
14666 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14669         dummy marks in the right way.
14670
14671 2004-10-18  David Edmondson  <dme@dme.org>
14672
14673         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14674         excessively.
14675
14676 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14677
14678         * gnus-util.el (gnus-split-references): Accept a nil references
14679         string and go on blissfully.
14680
14681         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14682         cases where the references string is non-nil but has no references.
14683
14684         * encrypt.el: Add autoload tags.
14685
14686         * spam.el (spam-resolve-registrations-routine): Remove article
14687         from unregistration list too.  Reported by David Hanak
14688         <dhanak@isis.vanderbilt.edu>
14689
14690 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14693         nil.  Changed custom type.
14694
14695 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14698
14699         * gnus-sum.el (gnus-summary-move-article): Use it.
14700
14701 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14702
14703         * encrypt.el: Add autoload cookies.
14704
14705         * spam.el (spam-backend-article-list-property)
14706         (spam-backend-get-article-todo-list)
14707         (spam-backend-put-article-todo-list)
14708         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14709         Resolve registrations separately.
14710         (spam-register-routine): Format comments.
14711         (spam-unregister-routine, spam-register-routine): Always call with
14712         specific-articles, no default list.
14713         (spam-summary-prepare-exit): Use the spam-classifications function.
14714
14715         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14716         gnus-encrypt.el.
14717
14718         * encrypt.el: Copied from gnus-encrypt.el.
14719
14720         * gnus-encrypt.el: Commented that it's obsolete.
14721
14722 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14723
14724         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14725         (gnus-score-save): Use it.
14726
14727         * message.el (message-bury): Use `window-dedicated-p'.
14728
14729 2004-10-15  Simon Josefsson  <jas@extundo.com>
14730
14731         * pop3.el (top-level): Don't require nnheader.
14732         (pop3-read-timeout): Add.
14733         (pop3-accept-process-output): Add.
14734         (pop3-read-response, pop3-retr): Use it.
14735
14736 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14737
14738         * spam.el (spam-register-routine): Move comment.
14739         (spam-verify-bogofilter): Use 'unknown for the initial
14740         spam-bogofilter-valid state, not 'never.
14741
14742         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14743         for netrc-machine.
14744
14745         * nnimap.el (nnimap-open-connection): Use
14746         netrc-machine-user-or-password.
14747
14748 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14749
14750         * gnus-registry.el (gnus-registry-unload-hook):
14751         Set as a variable with add-hook.
14752
14753         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14754         of news-path.
14755
14756         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14757
14758         * spam.el: Delete duplicate `provide'.
14759         (spam-unload-hook): Set as a variable with add-hook.
14760
14761 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14764         in the doc string.
14765
14766         * message.el (message-ignored-news-headers)
14767         (message-ignored-supersedes-headers)
14768         (message-ignored-resent-headers)
14769         (message-forward-ignored-headers): Improve custom type.
14770
14771 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * message.el (message-tokenize-header): Fix 2004-09-06 change
14774         which used point-min in the wrong place.
14775
14776 2004-10-12  Simon Josefsson  <jas@extundo.com>
14777
14778         * tls.el (tls-certtool-program): New variable.
14779         (tls-certificate-information): New function, based on
14780         ssl-certificate-information.
14781
14782 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14783
14784         * compface.el: Move the version of ELisp-based uncompface program
14785         to the contrib directory because of the copyright problem.
14786
14787 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * message.el (message-kill-buffer): Raise the current frame.
14790
14791 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14792
14793         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14794
14795         * gnus.el (message-y-or-n-p): Autoload.
14796
14797         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14798         (pop3-password-required, pop3-authentication-scheme)
14799         (pop3-leave-mail-on-server): Made customizable.
14800         (pop3): New custom group.
14801         (pop3-retr): Remove `sleep-for' statements.
14802         Suggested by Dave Love <fx@gnu.org>.
14803
14804         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14805         Windows/DOS.
14806
14807         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14808         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14809         Dave Love <fx@gnu.org>.
14810
14811         * mml.el (mml-minibuffer-read-disposition): Require match.
14812         Suggested by Dave Love <fx@gnu.org>.
14813
14814 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14817         doc string.
14818
14819 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14822
14823 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14824
14825         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14826         instead of calling `mm-insert-inline', to decode text/* parts
14827         before displaying them.
14828
14829 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * mm-uu.el (mm-uu-text-plain-type): New variable.
14832         (mm-uu-pgp-signed-extract-1): Use it.
14833         (mm-uu-pgp-encrypted-extract-1): Use it.
14834         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14835         bind mm-uu-text-plain-type with that value.
14836         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14837         mm-uu-dissect.
14838
14839 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-group.el (gnus-update-group-mark-positions):
14842         * gnus-sum.el (gnus-update-summary-mark-positions):
14843         * message.el (message-check-news-body-syntax):
14844         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14845         of string-as-multibyte.
14846
14847 2004-10-05  Juri Linkov  <juri@jurta.org>
14848
14849         * gnus-group.el (gnus-update-group-mark-positions):
14850         * gnus-sum.el (gnus-update-summary-mark-positions):
14851         * message.el (message-check-news-body-syntax):
14852         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14853         8-bit unibyte values to a multibyte string for search functions.
14854
14855 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14858         (mm-uu-dissect-text-parts): New function.
14859
14860         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14861         dissect text parts.
14862
14863         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14864         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14865
14866         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14867
14868         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14869         gnus-current-topics instead of gnus-current-topic.
14870
14871 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14872
14873         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14874
14875 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14876
14877         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14878         where approriate.
14879
14880         * nnml.el (nnml-generate-active-info): do.
14881
14882         * nndiary.el (nndiary-generate-active-info): do.
14883
14884         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14885         (gnus-topic-move): do.
14886
14887         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14888         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14889
14890         * gnus-srvr.el (gnus-server-prepare)
14891         (gnus-server-open-all-servers): do.
14892
14893         * gnus-msg.el (gnus-summary-cancel-article)
14894         (gnus-summary-resend-message)
14895         (gnus-summary-mail-crosspost-complaint): do.
14896
14897         * gnus-move.el (gnus-change-server): do.
14898
14899         * gnus-group.el (gnus-group-unmark-all-groups)
14900         (gnus-group-set-current-level): do.
14901
14902 2004-10-04  Simon Josefsson  <jas@extundo.com>
14903
14904         * message.el (message-generate-hashcash): Doc fix.
14905
14906 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14907
14908         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14909         avoid infinite recursion via gnus-get-function.
14910
14911 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14912
14913         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14914
14915         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14916
14917         * nnmail.el (nnmail-split-history): do.
14918
14919         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14920         (nnml-request-delete-group): do.
14921
14922         * nnslashdot.el (nnslashdot-read-groups): do.
14923
14924         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14925         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14926
14927         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14928         (nnspool-sift-nov-with-sed): Use last.
14929         (nnspool-retrieve-headers-with-nov): Use mapc.
14930         (nnspool-request-newgroups): Use dolist.
14931         (nnspool-request-group): Use last.
14932
14933         * nntp.el (nntp-read-server-type): Use dolist.
14934
14935         * nnvirtual.el (nnvirtual-create-mapping)
14936         (nnvirtual-update-read-and-marked): Use dolist.
14937         (nnvirtual-convert-headers): Simplify.
14938
14939 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14940
14941         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14942         support for sync'ing tick marks.
14943
14944 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14947         there's no visible header.
14948
14949 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14950
14951         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14952         necessary, pass full group name to gnus-request-set-marks.
14953
14954 2004-10-01  Simon Josefsson  <jas@extundo.com>
14955
14956         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14957         acroread.
14958
14959 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14960
14961         * spam-report.el (spam-report-gmane): Fix interactive.
14962
14963         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14964
14965         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14966         when writing file.
14967         (gnus-agent-synchronize-flags): Don't default to being
14968         interactive.
14969
14970 2004-09-30  Simon Josefsson  <jas@extundo.com>
14971
14972         * message.el (message-generate-hashcash): Add.
14973         (message-send-mail): Use it, call mail-add-payment.
14974
14975 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14976
14977         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14978
14979 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14980
14981         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14982         gnus-requst-update-info with explicit code to sync the in-memory
14983         info read flags with the marks being sync'd to the backend.
14984
14985         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14986
14987 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14988
14989         * spam.el (spam-verify-bogofilter): Add new function.
14990         (spam-check-bogofilter)
14991         (spam-bogofilter-register-with-bogofilter): Use it.
14992         (spam-verify-bogofilter): Add small fixes.
14993
14994 2004-09-28  Simon Josefsson  <jas@extundo.com>
14995
14996         * hashcash.el (hashcash-generate-payment): Revert.
14997
14998 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14999
15000         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15001         gnus-extract-references instead of gnus-split-references.
15002
15003         * gnus-util.el (gnus-extract-references): Add new function, analogous
15004         to gnus-split-references but extracts only the message-ID without
15005         anything extra.
15006
15007         * hashcash.el (hashcash-generate-payment)
15008         (hashcash-check-payment): Do the right thing if hashcash-path is
15009         nil (because the hashcash program could not be found).
15010
15011         * spam.el (spam-use-hashcash): Remove comment.
15012
15013 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15014
15015         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15016         (gnus-cache-enter-article, gnus-cache-remove-article)
15017         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15018
15019         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15020
15021         * gnus-art.el (article-hide-boring-headers)
15022         (article-translate-strings, article-display-face)
15023         (gnus-article-mime-match-handle-first)
15024         (gnus-article-highlight-headers)
15025         (gnus-article-add-buttons-to-head): do.
15026
15027 2004-09-27  Simon Josefsson  <jas@extundo.com>
15028
15029         * hashcash.el: New version, from
15030         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15031         ../contrib/.
15032
15033 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15036
15037 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15038
15039         * gnus-dup.el (gnus-dup-open): Use mapc.
15040         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15041
15042         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15043         Reported by Stefan Wiens <s.wi@gmx.net>.
15044
15045         * gnus.el (gnus-shutdown): Use dolist.
15046
15047         * gnus-undo.el (gnus-undo): Use mapc.
15048
15049         * nnrss.el (nnrss-generate-active): do.
15050
15051         * message.el (message-cite-original-without-signature)
15052         (message-cite-original): Use mapc.
15053         (message-do-actions, message-make-forward-subject): Use dolist.
15054
15055 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15056
15057         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15058         deletion to remove entire duplicate line.  Fixes merged article
15059         number bug.
15060
15061 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15062
15063         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15064         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15065         first ask if you want to open a server and then, even when you
15066         responded with no, asking if you want to synchronize the server's
15067         flags.
15068         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15069         multi-line expressions.
15070         (gnus-agent-synchronize-group-flags): New internal function.
15071         Updates marks in memory (in the info structure) AND in the
15072         backend.
15073
15074         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15075
15076         * nnagent.el (nnagent-request-set-mark): Use
15077         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15078         method, to ensure that synchronization updates marks in the
15079         backend and in the info (in memory) structure.
15080
15081 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15084         convention fully; don't miss the root article of a thread; make
15085         the X-Draft-From header with correct article numbers.
15086
15087 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15088
15089         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15090         unless plugged.  Disable the agent so that an open failure causes
15091         an error.
15092
15093         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15094         Reverted 2004-09-21 change.  The backend must be opened while
15095         synchronizing flags even when the backend stores the flags
15096         locally.
15097
15098 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15101         in `header' match.  Reported by Svend Tollak Munkejord.
15102
15103         * message.el (message-cite-original): Fix use of
15104         `message-cite-articles-with-x-no-archive'.
15105
15106 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15109         (gnus-window-to-buffer): Ditto.
15110
15111         * mml.el (mml-preview-buffer): New variable.
15112         (mml-preview): Manage window layout with gnus-buffer-configuration.
15113
15114         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15115         X-Draft-From header even if those articles aren't quoted.
15116
15117 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15118
15119         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15120         (gnus-request-set-mark, gnus-request-update-mark): Use new
15121         g-s-t-u-l-m to decide to use backend even when unplugged.
15122
15123 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15126         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15127
15128 2004-09-20  Simon Josefsson  <jas@extundo.com>
15129
15130         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15131         "utf-16-le".
15132
15133 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15134
15135         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15136
15137 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15138
15139         * uudecode.el (uudecode-use-external): Add :version.
15140
15141         * smime.el (smime-CA-file, smime-encrypt-cipher)
15142         (smime-dns-server): Add :version.
15143
15144         * smiley.el (gnus-smiley-file-types): Add :version.
15145
15146         * sha1.el (sha1-use-external): Add :version.
15147
15148         * pgg-def.el (pgg-query-keyserver): Add :version.
15149
15150         * nnmail.el (nnmail-fancy-expiry-targets)
15151         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15152         Add :version.
15153
15154         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15155         (nnimap-retrieve-groups-asynchronous): Add :version.
15156         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15157
15158         * mml.el (mml-content-disposition-parameters)
15159         (mml-insert-mime-headers-always): Add :version.
15160
15161         * mm-util.el (mm-coding-system-priorities): Add :version.
15162
15163         * mm-decode.el (mm-inline-text-html-with-images)
15164         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15165         (mm-verify-option): Add :version.
15166         (mm-text-html-renderer): Change :version.
15167
15168         * message.el (message-fcc-externalize-attachments)
15169         (message-required-headers, message-draft-headers)
15170         (message-subject-trailing-was-query)
15171         (message-subject-trailing-was-ask-regexp)
15172         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15173         (message-mark-insert-end, message-archive-header)
15174         (message-archive-note, message-cross-post-default)
15175         (message-cross-post-note, message-followup-to-note)
15176         (message-cross-post-note-function, message-use-mail-followup-to)
15177         (message-subscribed-address-functions)
15178         (message-subscribed-address-file, message-subscribed-addresses)
15179         (message-subscribed-regexps, message-allow-no-recipients)
15180         (message-yank-cited-prefix, message-signature-insert-empty-line)
15181         (message-hidden-headers, message-hierarchical-addresses)
15182         (message-mail-user-agent, message-use-idna)
15183         (message-valid-fqdn-regexp)
15184         (message-strip-special-text-properties, message-header-synonyms)
15185         (message-beginning-of-line, message-tab-body-function): Add :version.
15186         (message-insert-canlock, message-wide-reply-confirm-recipients):
15187         Change :version.
15188
15189         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15190         and :version.
15191         (mail-source-delete-old-incoming-confirm)
15192         (mail-source-movemail-program): Add :version.
15193
15194         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15195         (gnus-agent-cache, gnus-agent): Change :version.
15196
15197         * gnus-util.el (gnus-use-byte-compile): Change :version.
15198
15199         * gnus-sum.el (gnus-summary-make-false-root-always)
15200         (gnus-summary-default-high-score)
15201         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15202         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15203         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15204         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15205         (gnus-sum-thread-tree-single-indent)
15206         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15207         (gnus-sum-thread-tree-leaf-with-other)
15208         (gnus-sum-thread-tree-single-leaf): Add :version.
15209         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15210         (gnus-article-loose-mime): Change :version.
15211
15212         * gnus-start.el (gnus-backup-startup-file)
15213         (gnus-save-startup-file-via-temp-buffer): Add :version.
15214
15215         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15216         (gnus-server-offline-face): Add :version.
15217
15218         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15219
15220         * gnus-msg.el (gnus-gcc-externalize-attachments)
15221         (gnus-debug-files, gnus-debug-exclude-variables)
15222         (gnus-discouraged-post-methods): Change :version.
15223         (gnus-confirm-mail-reply-to-news)
15224         (gnus-confirm-treat-mail-like-news): Add :version.
15225
15226         * gnus-int.el (gnus-server-unopen-status): Add :version.
15227
15228         * gnus-group.el (gnus-group-jump-to-group-prompt)
15229         (gnus-large-ephemeral-newsgroup)
15230         (gnus-fetch-old-ephemeral-headers): Add :version.
15231
15232         * gnus-fun.el (gnus-x-face-directory)
15233         (gnus-convert-pbm-to-x-face-command)
15234         (gnus-convert-image-to-x-face-command)
15235         (gnus-convert-image-to-face-command): Add :version.
15236
15237         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15238
15239         * gnus-cite.el (gnus-cite-blank-line-after-header)
15240         (gnus-article-boring-faces): Add :version.
15241
15242         * gnus-art.el (gnus-buttonized-mime-types)
15243         (gnus-inhibit-mime-unbuttonizing)
15244         (gnus-treat-display-face)
15245         (gnus-treat-body-boundary): Change :version.
15246         (gnus-body-boundary-delimiter, gnus-picon-databases)
15247         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15248         (gnus-treat-date-english, gnus-treat-fold-headers)
15249         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15250         (gnus-treat-mail-picon, gnus-treat-wash-html)
15251         (gnus-article-encrypt-protocol)
15252         (gnus-use-idna, gnus-article-over-scroll)
15253         (gnus-mime-display-multipart-alternative-as-mixed)
15254         (gnus-mime-display-multipart-related-as-mixed)
15255         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15256         (gnus-ctan-url, gnus-button-ctan-handler)
15257         (gnus-button-handle-ctan-bogus-regexp)
15258         (gnus-button-ctan-directory-regexp)
15259         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15260         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15261         (gnus-button-man-level, gnus-button-emacs-level)
15262         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15263
15264         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15265         (gnus-agent-go-online): Change :version.
15266         (gnus-agent-expire-unagentized-dirs)
15267         (gnus-agent-auto-agentize-methods): Add :version.
15268
15269         * flow-fill.el (fill-flowed-display-column)
15270         (fill-flowed-encode-column): Add :version.
15271
15272         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15273         (gnus-outlook-deuglify-unwrap-max)
15274         (gnus-outlook-deuglify-cite-marks)
15275         (gnus-outlook-deuglify-unwrap-stop-chars)
15276         (gnus-outlook-deuglify-no-wrap-chars)
15277         (gnus-outlook-deuglify-attrib-cut-regexp)
15278         (gnus-outlook-deuglify-attrib-verb-regexp)
15279         (gnus-outlook-deuglify-attrib-end-regexp)
15280         (gnus-outlook-display-hook): Add :version.
15281
15282         * binhex.el (binhex-use-external): Add :version.
15283
15284 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15287         and `invisible'.
15288
15289 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15290
15291         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15292         in gnus-registry-trim.
15293
15294 2004-09-13  Simon Josefsson  <jas@extundo.com>
15295
15296         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15297
15298         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15299
15300         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15301         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15302         <yamaoka@jpl.org>.
15303         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15304         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15305         <yamaoka@jpl.org>.
15306
15307         * sieve.el (sieve-manage-mode): Ditto.
15308
15309 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15310
15311         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15312
15313 2004-09-11  Simon Josefsson  <jas@extundo.com>
15314
15315         * dns-mode.el: Add.
15316
15317         * mm-view.el (mm-display-dns-inline): Add.
15318
15319         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15320         (mm-automatic-display): Ditto.
15321
15322         * mailcap.el (mailcap-mime-data): Add text/dns.
15323         (mailcap-mime-extensions): Map .soa to text/dns.
15324
15325 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15326
15327         * gnus-art.el (article-decode-mime-words, article-babel)
15328         (gnus-article-highlight-signature, gnus-article-add-buttons)
15329         (gnus-signature-toggle): Remove unnecessary bindings of
15330         `inhibit-read-only' inherited from v5.10 merge.
15331
15332 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15333
15334         * nntp.el (nntp): New customization group.
15335         (nntp-authinfo-file): Add customization group.
15336
15337         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15338
15339         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15340
15341         * gnus.el (to-address, to-list, subscribed)
15342         (large-newsgroup-initial): Ditto.
15343
15344         * flow-fill.el (fill-flowed-display-column)
15345         (fill-flowed-encode-column): Ditto.
15346
15347 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15348
15349         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15350         Use point-min rather than 1.
15351         (message-send-mail): Use buffer-size rather than point-max.
15352
15353         * gnus-sum.el (gnus-summary-search-article-forward):
15354         Signal a specific `search-failed' rather than a generic `error'.
15355
15356         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15357         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15358         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15359
15360 2004-09-10  Simon Josefsson  <jas@extundo.com>
15361
15362         * nndb.el (require): Remove tcp and duplicate cl.
15363
15364 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-agent.el (directory-files-and-attributes): Move forward.
15367
15368 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15369
15370         * gnus-agent.el (directory-files-and-attributes): Optionally
15371         defined to support XEmacs.
15372
15373 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15374
15375         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15376         to avoid run-time CL dependencies.
15377         (gnus-agent-unfetch-articles): New function.
15378         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15379         article numbers even when local .overview file is missing.
15380         (gnus-agent-read-article-number): New function.  Only accepts
15381         27-bit article numbers.
15382         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15383         gnus-agent-read-article-number.
15384         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15385         from backend while recognizing that article numbers in .overview
15386         must be valid.
15387         (gnus-agent-update-files-total-fetched-for): Use
15388         directory-files-and-attributes to improve performance.
15389         * gnus-int.el (gnus-request-move-article): Use
15390         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15391         improve performance.
15392
15393         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15394         some users confused by references to .newsrc when they only have a
15395         .newsrc.eld file.
15396         (gnus-convert-mark-converter-prompt)
15397         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15398         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15399         New function.  Used internally to only display 'gnus converting
15400         files' message when actually necessary.
15401
15402         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15403         methods now autoloaded.
15404
15405 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15408         identifiers.
15409
15410 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * gnus-picon.el: Fix indentation and closing parenthesis.
15413
15414 2004-09-01  Simon Josefsson  <jas@extundo.com>
15415
15416         * message.el (message-canlock-generate): Require sha1, not
15417         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15418         to require within a function.  Sadly, if sha1.el isn't loaded, the
15419         let binding in m-c-g will hide the defcustom definition, which is
15420         bad.)
15421
15422         * canlock.el: Require sha1, not sha1-el.
15423
15424         * message.el: Don't autoload sha1 (there is a autoload cookie in
15425         sha1.el).
15426
15427         * sha1-el.el: Renamed to sha1.el.
15428
15429 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15430
15431         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15432
15433 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15434
15435         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15436
15437 2004-08-30  Kim F. Storm  <storm@cua.dk>
15438
15439         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15440
15441         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15442         Add :group 'nnimap.
15443
15444 2004-08-30  Andreas Schwab  <schwab@suse.de>
15445
15446         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15447         ?* and ?\;.
15448
15449         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15450         and ?\' to symbol instead of whitespace.
15451
15452 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15455
15456         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15457         instead of re-search-forward.
15458
15459         * gnus-uu.el (gnus-uu-save-article): Ditto.
15460         (gnus-uu-post-encode-uuencode): Ditto.
15461
15462         * html2text.el (html2text-clean-list-items): Ditto.
15463         (html2text-clean-dtdd): Ditto.
15464         (html2text-format-tags): Ditto.
15465
15466         * message.el (message-send-mail-with-sendmail): Fix regexp.
15467         (message-fill-field-general): Use search-forward instead of
15468         re-search-forward.
15469         (unbold-region): Ditto.
15470
15471         * nnrss.el (nnrss-request-article): Ditto.
15472
15473         * nnslashdot.el (nnslashdot-request-article): Ditto.
15474
15475         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15476
15477         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15478         "Unrecognized menu descriptor" error in XEmacs.
15479
15480 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15481
15482         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15483         parent article of a sparse article in the thread hashtb.
15484
15485 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15486
15487         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15488         (nnmail-expand-newtext): Lowercase expanded entries if
15489         nnmail-split-lowercase-expanded is non-nil.
15490
15491 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15494
15495         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15496         of gnus-tmp-news-method into string under XEmacs.  It will be
15497         passed to gnus-correct-length which takes only a string argument.
15498
15499 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-util.el (gnus-bind-print-variables): New macro.
15502         (gnus-prin1): Use it.
15503         (gnus-prin1-to-string): Use it.
15504         (gnus-pp): New function.
15505         (gnus-pp-to-string): New function.
15506
15507         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15508         Replace pp-to-string with gnus-pp-to-string.
15509         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15510         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15511         * gnus-msg.el (gnus-debug): Ditto.
15512         * gnus-score.el (gnus-score-save): Ditto.
15513         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15514         gnus-pp-to-string.
15515         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15516         with gnus-pp.
15517         * score-mode.el (gnus-score-pretty-print): Ditto.
15518         * webmail.el (webmail-debug): Ditto.
15519
15520 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (article-display-face, article-display-x-face):
15523         Use buffer-read-only.
15524
15525 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-art.el (article-hide-list-identifiers):
15528         Bind inhibit-read-only as t.
15529
15530 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15533
15534 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15535
15536         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15537         (gnus-narrow-to-page): Don't assume point-min == 1.
15538         (gnus-article-edit-mode): Derive from message-mode.
15539
15540         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15541         point-min == 1.
15542
15543         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15544         Disable incorrect use of `assert'.
15545
15546         * message.el (message-mode): Set comment-start-skip.
15547
15548
15549 2004-08-22  Sam Steingold  <sds@gnu.org>
15550
15551         * pop3.el (pop3-leave-mail-on-server): New user variable.
15552         (pop3-movemail): Delete mail only when it is nil.
15553
15554 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15555
15556         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15557
15558         * mml.el (mml-preview): Use `pop-to-buffer'.
15559
15560         * message.el (message-goto-mail-followup-to): Insert after "To".
15561         (message-carefully-insert-headers): Add comment.
15562
15563         * gnus.el: Remove unused variable `gnus-article-check-size'.
15564
15565         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15566
15567         * gnus-art.el (gnus-button-alist): Improve
15568         `gnus-button-handle-library' entry.
15569
15570 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15571
15572         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15573         downcase, since XEmacs capitalizes error messages differently.
15574
15575 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15576
15577         * nntp.el: Add (require 'gnus) due to reference to
15578         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15579
15580 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15581
15582         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15583         `mm-fill-flowed'.
15584
15585         * mm-decode.el (mm-dissect-singlepart): Check it.
15586
15587 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15588
15589         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15590         'imap' for netrc parsing.
15591
15592 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15593
15594         * mailcap.el (mailcap-mime-data): Mark as risky.
15595
15596 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15599         may be included in the encoded word.
15600         (rfc2047-encode): Don't append a space if the encoded word
15601         includes close parenthesis.
15602
15603 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15606         of text within parentheses.
15607
15608 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15609
15610         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15611         (gnus-encrypt-write-file-contents): Make the password key the file
15612         name PLUS the cipher, not just the cipher.  Also remove failed
15613         passwords from the cache.
15614
15615 2004-08-06  Simon Josefsson  <jas@extundo.com>
15616
15617         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15618         fix.
15619
15620 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15623         LWSP.
15624
15625 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15626
15627         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15628         to append in-reply-to: data to the references: header.
15629
15630         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15631         (netrc-parse): Use gnus-encrypt.el functions.
15632
15633         * gnus-encrypt.el: Add new file for encryption support; currently
15634         does only a few GPG ciphers and an internal XOR cipher.
15635
15636         * password.el: Add comments on using password-read-and-add.
15637         (password-read-and-add): Add function to read and add the
15638         password to the cache at once.
15639
15640 2004-07-28  Simon Josefsson  <jas@extundo.com>
15641
15642         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15643         parameter (but don't use it, for now).
15644
15645         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15646         instead of hard coding to nil.
15647
15648 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15651         as mm-inline-image-xemacs does.
15652
15653 2004-07-26  Simon Josefsson  <jas@extundo.com>
15654
15655         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15656         Revert part of 2004-07-17 change below.
15657
15658 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15661         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15662
15663 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15664
15665         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15666         quotes that actually start with ">" at the beginning of the
15667         lines.
15668
15669 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * rfc2047.el (rfc2047-encode-region): Fix last change.
15672         (rfc2047-encode-parameter): Remove useless concat.
15673
15674 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15677         encode special characters; fix some kind of misconfigured headers;
15678         signal a real error if debug-on-quit or debug-on-error is non-nil.
15679         (rfc2047-encode-max-chars): New variable.
15680         (rfc2047-encode-1): Use it.
15681         (rfc2047-encode-parameter): New function.
15682
15683         * mml.el (mml-insert-parameter): Remove an excessive space.
15684
15685 2004-07-17  Simon Josefsson  <jas@extundo.com>
15686
15687         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15688         Kai Grossjohann <kai@emptydomain.de>.
15689         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15690         (gnus-group-make-menu-bar): Ditto.
15691
15692         * gnus-util.el (gnus-group-server): Add.
15693
15694 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15695
15696         * message.el (message-clone-locals): Clone sendmail and smtp
15697         variables.
15698
15699 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * rfc2047.el (rfc2047-encode-region): Fix last change.
15702
15703 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15706         characters as non-special.
15707
15708 2004-07-09  Simon Josefsson  <jas@extundo.com>
15709
15710         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15711         Users will lose all flag changes made while unplugged with
15712         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15713         good default.  See numerous reports on ding mailing list.
15714
15715 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15718         add generate-head-function and generate-article-function to the
15719         rfc822-forward entry.
15720         (nndoc-rfc822-forward-generate-article): New function.
15721         (nndoc-rfc822-forward-generate-head): New function.
15722
15723         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15724
15725 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15726
15727         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15728         respect display group parameter and gnus-summary-expunge-below.
15729         (gnus-articles-to-read): Remove unused reference to display group
15730         parameter.
15731
15732 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15733
15734         * nnheader.el (nnheader-uniquify-message-id): New experimental
15735         variable.
15736         (nnheader-nov-read-message-id): Use it.
15737
15738         * spam-report.el (spam-report-gmane): Add interactive.
15739
15740 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15743         qp-or-base64 for the application/* types.
15744
15745 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15746
15747         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15748
15749 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15750
15751         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15752         trim value.
15753
15754 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15755
15756         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15757         New macro and function.
15758         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15759
15760 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15763         after-load-alist.
15764
15765 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15766
15767         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15768         update info that isn't there.
15769
15770 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15771
15772         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15773         entry.
15774
15775 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * mm-view.el (mm-inline-render-with-function): Use multibyte
15778         buffer; decode html source by charset.
15779
15780         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15781
15782         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15783         Mule-UCS is loaded under XEmacs.
15784         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15785
15786 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15787
15788         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15789
15790 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * mm-util.el (mm-coding-system-p): Return a coding-system.
15793         (mm-mime-mule-charset-alist): Use shift_jis instead of
15794         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15795         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15796         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15797         instead of japanese-shift-jis and iso-latin-1 respectively in
15798         order to share the default value with both Emacs and XEmacs-mule.
15799         (mm-mule-charset-to-mime-charset): Make
15800         mm-coding-system-priorities effective.
15801         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15802         while predicating of candidates upon the priorities.
15803
15804 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15805
15806         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15807         gnus-uu-invert-processable.
15808
15809         * gnus.el: Autoload gnus-uu-invert-processable.
15810
15811 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * mm-util.el (mm-with-multibyte-buffer): New macro.
15814
15815         * rfc2047.el (rfc2047-encode-string): Use it.
15816         (rfc2047-encode-region): Move point to the end of the region after
15817         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15818
15819 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15820
15821         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15822         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15823
15824 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15827         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15828         Karl Chen <quarl@nospam.quarl.org>.
15829
15830 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15831
15832         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15833         invalid addresses.
15834
15835 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15836
15837         * spam.el: Change section markers, revise TODO list.
15838         (spam-backends): Make new master list of all installed backends.
15839         (spam-summary-exit-behavior): Add new variable to determine how
15840         messages moves are done at summary exit.
15841         (spam-move-spam-nonspam-groups-only)
15842         (spam-process-ham-in-nonham-groups)
15843         (spam-process-ham-in-spam-groups): Remove variables, the
15844         spam-summary-exit-behavior variable should be used to manage this
15845         behavior.
15846         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15847         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15848         and spam-old-spam-articles.
15849         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15850         Add empty variables, placeholders for the backends they represent.
15851         (spam-set-difference): Move, unchanged.
15852         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15853         unless the user has a processor variable.
15854         (spam-classifications, spam-classification-valid-p)
15855         (spam-backend-properties, spam-backend-property-valid-p)
15856         (spam-backend-function-type-valid-p)
15857         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15858         (spam-report-articles-gmane, spam-report-articles-resend):
15859         Remove functions, they are not needed.
15860         (spam-install-backend-super, spam-backend-list)
15861         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15862         (spam-backend-function, spam-backend-ham-registration-function)
15863         (spam-backend-spam-registration-function)
15864         (spam-backend-ham-unregistration-function)
15865         (spam-backend-spam-unregistration-function)
15866         (spam-backend-statistical-p, spam-backend-mover-p)
15867         (spam-install-backend-alias, spam-install-checkonly-backend)
15868         (spam-install-mover-backend, spam-install-nocheck-backend)
15869         (spam-install-backend, spam-install-statistical-backend)
15870         (spam-install-statistical-checkonly-backend): Add backend installation
15871         support.
15872         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15873         (spam-group-processor-p): Use the new backend code and respect the
15874         summary exit behavior.
15875         (spam-mark-spam-as-expired-and-move-routine): Remove.
15876         (spam-summary-prepare): Change to use the new spam-old-articles
15877         variable.
15878         (spam-copy-or-move-routine, spam-copy-spam-routine)
15879         (spam-move-spam-routine, spam-copy-ham-routine)
15880         (spam-move-ham-routine): Add code to copy/move ham or spam.
15881         (spam-fetch-field-fast): Improve doc and code, plus allow the
15882         'number request.
15883         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15884         variables.
15885         (spam-split, spam-find-spam): Use the new backend code.
15886         (spam-registration-functions): Remove variable.
15887         (spam-unregister-routine): Add convenience wrapper.
15888         (spam-log-undo-registration, spam-register-routine)
15889         (spam-log-processing-to-registry)
15890         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15891         where possible.
15892         (spam-check-gmane-xref, spam-check-regex-headers)
15893         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15894         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15895         (spam-check-bogofilter-headers, spam-check-spamoracle)
15896         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15897         (spam-check-crm114-headers): Use the spam-split-group that
15898         spam-split prepares, no need to determine it every time.
15899
15900         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15901         to the nnheader-parse-naked-head call.
15902
15903         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15904
15905         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15906         the nnheader-nov-read-message-id call.
15907
15908 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15911         gnus-activate-group twice.  Suggested by Markus Peter
15912         <warp@spin.de>.
15913
15914 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15915
15916         * gnus-art.el (gnus-article-time-format): Exchange the order of
15917         day and month in the default value; fix customization type.
15918         (article-date-ut): Use add-text-properties.
15919         (article-make-date-line): Use message-make-date instead of
15920         current-time-string.
15921
15922         * message.el (message-fetch-field): Don't use set-text-properties.
15923         (message-make-date): Simplify.
15924
15925         * messagexmas.el (message-xmas-make-date): New function.
15926         (message-xmas-redefine): Defalias message-make-date to it.
15927
15928 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15931         (rfc2047-encode-region): Treat text within parentheses as special;
15932         show the original text when error has occurred.
15933
15934         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15935         already-computed method to gnus-activate-group.
15936
15937         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15938         same select-methods identical Lisp objects.
15939
15940         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15941         object when modifying the info.
15942
15943 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15946         gnus-opened-servers since it has never been opened with the new
15947         configuration yet.
15948
15949 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15952         arg to nnheader-generate-fake-message-id.
15953
15954 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15955
15956         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15957         number and build a fake message ID localized to a group and
15958         article number (so it's repeatable from that point on).
15959         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15960         ID format.
15961
15962         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15963         nnheader-generate-fake-message-id with the article number.
15964
15965 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15966
15967         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15968         end-of-buffer.
15969
15970 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15971
15972         * message.el (message-ignored-supersedes-headers): Add Approved.
15973
15974 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15977         goto-char.
15978         (rfc2047-encode): Fold the line before encoding.
15979
15980 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15981
15982         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15983         folding -- not all headers can be folded, and this should be done
15984         by the message composition mode.  Probably.  I think.
15985
15986 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15989         fast.
15990
15991         * gnus-ems.el (gnus-remove-image): Don't use
15992         message-text-with-property; remove only the image found first.
15993
15994         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15995         found first.
15996
15997 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15998
15999         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16000
16001 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * message.el (message-text-with-property): Make it fast and accept
16004         optional arguments.
16005         (message-strip-forbidden-properties): Use it.
16006         (message-fix-before-sending): Follow the m-t-w-p change.
16007
16008         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16009
16010 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16011
16012         * gnus-art.el (article-hide-headers): Don't change the buffer
16013         mistakenly when performing mml-preview even if
16014         gnus-single-article-buffer is nil.
16015
16016 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16017
16018         * message.el (message-expand-name-databases): New user option.
16019         (message-expand-name): Use it.
16020
16021 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16022
16023         * spam.el (spam-report-articles-resend)
16024         (spam-report-resend-register-routine): Allow ham reporting.
16025         (spam-report-resend-register-ham-routine): Add wrapper.
16026         (spam-registration-functions): Add ham resending functions.
16027         (spam-list-of-processors): Add ham resend processor.
16028
16029         * gnus.el (ham-resend-to): Add new group parameter.
16030         (spam-process): Add ham resend option.
16031
16032         * spam-report.el (spam-report-resend): Allow reporting ham.
16033         (spam-report-resend-ham): Add wrapper.
16034
16035 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16036
16037         * message.el (message-cite-articles-with-x-no-archive): New
16038         variable.
16039         (message-cite-original): Use it.
16040
16041 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16042
16043         * message.el (message-cite-original): Respect X-No-Archive.
16044
16045 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * gnus-art.el (article-hide-headers): Refer to the values for
16048         gnus-ignored-headers and gnus-visible-headers in the summary
16049         buffer since a user may have set them as group parameters.
16050
16051 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16052
16053         * assistant.el (assistant-node-name): Add convenience function.
16054         (assistant-render-text, assistant-render-node): Add error handling,
16055         plus handle multiple next nodes.
16056         (assistant-find-next-node): Comment out for now.
16057         (assistant-find-next-nodes): Add function, returns list of next
16058         nodes.
16059
16060 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16061
16062         * mail-source.el (mail-source-directory): Fix doc-string.
16063
16064 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16065
16066         * assistant.el (assistant-render-text, assistant-eval): Add :set
16067         widget type, which is different because it takes and returns a
16068         list.  Much hilarity ensues.
16069
16070 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16071
16072         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16073
16074         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16075         doc-string.
16076
16077         * gnus-start.el (gnus-activate-group): Added doc-string.
16078
16079 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16082
16083 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16084
16085         * assistant.el (assistant-render-text): Try to add a :set
16086         widget, more to come.
16087
16088         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16089         strings.
16090         (spam-report-articles-resend)
16091         (spam-register-routine): Do registration iff any articles warrant
16092         it.
16093         (spam-summary-prepare-exit): Change log message for nil group
16094         destinations.
16095
16096 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16097
16098         * spam.el (spam-report-resend-register-routine): Allow
16099         spam-report-resend-to to be a group parameter or a global value.
16100
16101 2004-05-26  Simon Josefsson  <jas@extundo.com>
16102
16103         * starttls.el: Merge with my GNUTLS based starttls.el.
16104         (starttls-gnutls-program, starttls-use-gnutls)
16105         (starttls-extra-arguments, starttls-process-connection-type)
16106         (starttls-connect, starttls-failure, starttls-success): New
16107         variables.
16108         (starttls-program, starttls-extra-args): Doc fix.
16109         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16110         functions.
16111         (starttls-negotiate, starttls-open-stream): Check
16112         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16113         function if it is set.
16114
16115 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16118         structured fields.
16119
16120 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16123
16124 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16125
16126         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16127         variable.
16128         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16129         assigning the spam-mark to new messages.
16130
16131 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16132
16133         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16134
16135 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16138
16139         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16140         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16141         default.
16142
16143 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16144
16145         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16146         correct data.
16147
16148 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16149
16150         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16151         (spam-group-processor-p): Fix function.
16152         (spam-group-processor-multiple-p)
16153         (spam-group-spam-processor-report-gmane-p)
16154         (spam-group-spam-processor-report-resend-p)
16155         (spam-group-spam-processor-bogofilter-p)
16156         (spam-group-spam-processor-blacklist-p)
16157         (spam-group-spam-processor-ifile-p)
16158         (spam-group-ham-processor-ifile-p)
16159         (spam-group-spam-processor-spamoracle-p)
16160         (spam-group-spam-processor-crm114-p)
16161         (spam-group-ham-processor-bogofilter-p)
16162         (spam-group-spam-processor-stat-p)
16163         (spam-group-ham-processor-stat-p)
16164         (spam-group-ham-processor-whitelist-p)
16165         (spam-group-ham-processor-BBDB-p)
16166         (spam-group-ham-processor-spamoracle-p)
16167         (spam-group-ham-processor-copy-p): Remove functions with some
16168         prejudice against unneeded code.
16169         (spam-report-articles-resend)
16170         (spam-report-resend-register-routine): Allow the group/topic
16171         spam-resend-to value to override spam-report-resend-to.
16172         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16173         properly now.
16174
16175         * gnus.el (spam-resend-to): Add group/topic parameter.
16176         (spam-process): Move the OBSOLETE processors to the end of the
16177         choices.
16178
16179 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16180
16181         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16182         with resend-to set to nil, and then ask the user if necessary.
16183         (spam-report-resend): spam-report-resend takes a list of articles, not
16184         separate article numbers.
16185
16186 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16189         addition to emacs-w3m.
16190
16191 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16192
16193         * assistant.el (assistant-authinfo-data): New function.
16194         (assistant-eval): Eval for entire assistant.
16195
16196         * netrc.el (netrc-services-file): New variable.
16197         (netrc-parse-services): New function.
16198         (netrc-find-service-name): New function.
16199         (netrc-find-service-number): New function.
16200         (netrc-port-equal): New function.
16201         (netrc-machine): Use it.
16202
16203         * nnimap.el (nnimap-open-connection): Use netrc.
16204
16205         * gnus-util.el (gnus-netrc-get): Remove aliases.
16206
16207         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16208
16209         * assistant.el (wid-edit): Fix compilation.
16210
16211         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16212
16213 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16214
16215         * gnus-util.el (gnus-set-file-modes): New function.  (small
16216         patch).
16217
16218 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16219
16220         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16221
16222         * assistant.el (assistant-render-node): Fix up rendering and
16223         read-only text.
16224         (assistant-render-node): Reset.
16225         (assistant-make-read-only): Not sticky.
16226
16227 2004-05-20  Danny Siu  <dsiu@adobe.com>
16228
16229         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16230         centered even when gnus-auto-center-summary is t.
16231
16232 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16233
16234         * dns.el (dns-get-txt-answer): New function.
16235         (dns-read-txt): Ditto.
16236         (query-dns): Use it.
16237
16238 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16241         active for foreign groups even if the group level is higher than
16242         the specified value.
16243
16244 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16245
16246         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16247         non-active groups.
16248
16249         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16250
16251 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16252
16253         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16254
16255 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16258         (spam-crm114-header, spam-crm114-spam-switch)
16259         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16260         (spam-crm114-positive-spam-header)
16261         (spam-crm114-database-directory, spam-list-of-processors)
16262         (spam-group-spam-processor-crm114-p)
16263         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16264         (spam-generic-score, spam-list-of-checks)
16265         (spam-list-of-statistical-checks, spam-registration-functions)
16266         (spam-check-crm114-headers, spam-crm114-score)
16267         (spam-check-crm114, spam-crm114-register-with-crm114)
16268         (spam-crm114-register-spam-routine)
16269         (spam-crm114-unregister-spam-routine)
16270         (spam-crm114-register-ham-routine)
16271         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16272         asjo@koldfront.dk (Adam Sjøgren).
16273
16274         * gnus.el: Add spam-use-crm114.
16275
16276         * spam.el (spam-list-of-processors, spam-registration-functions):
16277         Add spam-use-resend.
16278         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16279         (spam-report-articles-gmane): Add doc fix.
16280         (spam-report-articles-resend, spam-report-resend-register-routine):
16281         Add wrappers around spam-report-resend-to.
16282
16283         * spam-report.el (spam-report-resend-to, spam-report-resend):
16284         Add support for resending spam.
16285         (spam-report-gmane): Fix line length >80.
16286
16287         * gnus.el (spam-process): Add spam-use-resend.
16288
16289 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16290
16291         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16292         number of processed spam messages.
16293         (spam-ham-copy-or-move-routine): Return the number of processed
16294         ham messages.
16295         (spam-summary-prepare-exit): Use the above values to decide
16296         whether status messages shouled be displayed.
16297
16298 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16299
16300         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16301         `rfc2047-encoding-function-alist' in order to avoid conflicting
16302         with the old version.
16303         (rfc2047-encode-region): Concatenate words containing non-ASCII
16304         characters in structured fields; don't encode space-delimited
16305         ASCII words even in unstructured fields; don't break words at
16306         char-category boundaries.
16307         (rfc2047-encode-1): New function.
16308         (rfc2047-encode): Use it; encode text so that it occupies the
16309         maximum width within 76-column; work correctly on Q encoding for
16310         iso-2022-* charsets.
16311         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16312         sure not to break a line just after the header name.
16313         (rfc2047-b-encode-region): Removed.
16314         (rfc2047-b-encode-string): New function.
16315         (rfc2047-q-encode-region): Removed.
16316         (rfc2047-q-encode-string): New function.
16317
16318         * mm-util.el (mm-replace-in-string): New function.
16319
16320 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16321
16322         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16323         get it right.
16324         (gnus-inews-make-draft): Really.
16325
16326 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16327
16328         * nnmh.el (nnmh-request-list-1): Don't check the link count
16329         before descending.  (small patch)
16330
16331 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16332
16333         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16334         stuff.
16335
16336         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16337         on real group name.
16338
16339         * gnus-art.el (gnus-signature-limit): Doc fix.
16340
16341         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16342
16343         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16344
16345 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16346
16347         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16348         isn't a string.
16349
16350 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16351
16352         * gnus-draft.el (gnus-draft-send): Bind
16353         rfc2047-encode-encoded-words.
16354
16355         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16356         (rfc2047-encodable-p): Say that =? needs encoding.
16357         (rfc2047-encode-encoded-words): New variable.
16358
16359         * gnus-group.el (gnus-group-select-group): Doc fix.
16360
16361         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16362
16363         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16364         to nil.
16365
16366         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16367
16368         * nnheader.el (nnheader-get-lines-and-char): New function.
16369
16370 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16371
16372         * gnus-msg.el (gnus-summary-followup-with-original): Document
16373         yanking of region when active.
16374
16375 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16378         groups if the group level is higher than the specified value.
16379
16380 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16381
16382         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16383         (gnus-group-jump-to-group): Added prefix argument using
16384         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16385         non-active group.
16386
16387         * compface.el (uncompface): Be verbose when changing
16388         `uncompface-use-external'.
16389
16390         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16391         handle manual section.
16392
16393 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16394
16395         * gnus-art.el (gnus-button-alist): Revert previous change.
16396
16397 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16400
16401 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16402
16403         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16404         whether backend can accept message.
16405
16406         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16407
16408 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16409
16410         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16411         Avoid creating directory when nntp-marks-is-evil is true.
16412         Reported by Reiner Steib.
16413
16414 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * gnus-picon.el (gnus-picon-style): New variable.
16417         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16418         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16419         Jesper Harder <harder@ifa.au.dk>.
16420
16421 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16422
16423         * message.el (message-fill-field): Return point.
16424         (message-generate-headers): Go to end of field.
16425
16426         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16427         stuff for non-living groups.
16428
16429 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16430
16431         * gnus-art.el (gnus-article-followup-with-original)
16432         (gnus-article-reply-with-original): gnus-mark-active-p ->
16433         gnus-region-active-p.
16434
16435 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16436
16437         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16438         only when there is spam or ham to be processed.
16439
16440 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16441
16442         * mail-source.el (mail-source-delete-crash-box): Refactor.
16443         (mail-source-fetch): Use it.
16444         (mail-source-fetch-file): Ditto.
16445         (mail-source-fetch-directory): Run postscript in loop.
16446         (mail-source-fetch-pop): Delete.
16447         (mail-source-fetch-maildir): Ditto.
16448         (mail-source-fetch-imap): Ditto.
16449
16450         * imap.el (imap-authenticators): Comment out sasl.
16451
16452         * message.el (message-skip-to-next-address): New function.
16453         (message-fill-header-address): Refactor.
16454         (message-fill-address): Use it.
16455         (message-delete-address): Use it.
16456         (message-fill-header-general): Refactor.
16457         (message-fill-field-address): Rename.
16458         (message-narrow-to-field): Find the start of the header.
16459         (message-header-format-alist): Don't pre-fill.
16460         (message-fill-header): Removed.
16461         (message-insert-header): New function.
16462         (message-shorten-references): Use it.
16463
16464         * rfc2047.el (rfc2047-field-value): Strip props.
16465
16466         * mail-parse.el (mail-header-make-address): New alias.
16467
16468         * ietf-drums.el (ietf-drums-make-address): New function.
16469
16470         * imap.el: Add compiler directives.
16471
16472         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16473
16474         * gnus-art.el (article-decode-idna-rhs): Don't use
16475         message-idna-inside-rhs-p.
16476
16477 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16478
16479         * message.el (message-idna-inside-rhs-p): Removed.
16480         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16481
16482         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16483         false positives.
16484
16485 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16486
16487         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16488
16489 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490
16491         * nneething.el (nneething-file-name): Don't create spurious
16492         files.
16493
16494         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16495         (gnus-inews-do-gcc): Remove sleep.
16496
16497         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16498         part under point.
16499
16500         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16501         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16502
16503 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16504
16505         * spam.el (spam-summary-prepare-exit): Fixed (length).
16506
16507 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16508
16509         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16510         as expired without moving it" message when there are spam
16511         messages left.
16512
16513 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16514
16515         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16516         header is not nil.
16517
16518 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16519
16520         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16521         nntp-possibly-create-directory, not nntp-possibly-change-group.
16522         (nntp-marks-changed-p): New arg SERVER.
16523         (nntp-request-update-info): Adjust caller.
16524
16525 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16526
16527         * nntp.el (nntp-save-marks): Pass missing arg.
16528
16529 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16530
16531         * nntp.el: Support marks.
16532         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16533         (nntp-marks-modtime, nntp-marks-directory): New variables.
16534         (nntp-request-set-mark, nntp-request-update-info)
16535         (nntp-possibly-create-directory, nntp-marks-changed-p)
16536         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16537         functions.
16538
16539 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16542         (gnus-xmas-redefine): Rename.
16543
16544         * gnus-score.el (gnus-score-insert-help): Use
16545         gnus-select-lowest-window.
16546
16547         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16548         appt-select-lowest-window and rename to gnus-select-lowest-window.
16549
16550         * gnus.el: do.
16551
16552 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16553
16554         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16555         encodings of MIME-encoded words, in order to improve
16556         interoperability with several broken MUAs.
16557
16558 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16559
16560         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16561         tags, only when charsets are not specified in headers.
16562         (mm-inline-text-html-render-with-w3m): Ditto.
16563
16564         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16565         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16566
16567 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16568
16569         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16570         instead of MIME-decoded from fields when checking
16571         `gnus-article-address-banner-alist'.
16572
16573 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16574
16575         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16576         description rather than subject.
16577
16578 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16579
16580         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16581
16582 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16583
16584         * gnus.el (gnus-version-number): Bump.
16585
16586 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16587
16588         * gnus.el: No Gnus v0.2 is released.
16589
16590 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16591
16592         * gnus-agent.el (gnus-agent-read-agentview): Inline
16593         gnus-uncompress-range.
16594
16595 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16596
16597         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16598         `exec-installed-p'.
16599
16600 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16601
16602         * gnus.el (spam-process, spam-autodetect-methods): Add
16603         bsfilter and bsfilter-headers.
16604
16605         * spam.el (spam-bsfilter): New customize group.
16606         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16607         (spam-bsfilter-header, spam-bsfilter-probability-header)
16608         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16609         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16610         (spam-bsfilter-database-directory): New options.
16611         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16612         (spam-list-of-statistical-checks, spam-registration-functions):
16613         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16614         (spam-bsfilter-score): New command.
16615         (spam-check-bsfilter-headers, spam-check-bsfilter)
16616         (spam-bsfilter-register-with-bsfilter)
16617         (spam-bsfilter-register-spam-routine)
16618         (spam-bsfilter-unregister-spam-routine)
16619         (spam-bsfilter-register-ham-routine)
16620         (spam-bsfilter-unregister-ham-routine): New functions.
16621         (spam-generic-score): Support bsfilter; Accept an optional argument
16622         to recalcurate spam score even if scoring header has already been
16623         added.
16624         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16625         optional argument to recalcurate spam score even if scoring header
16626         has already been added.
16627
16628 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16629
16630         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16631         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16632         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16633         link is missing.
16634
16635 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16636
16637         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16638         (html2text-get-attr): Rewrite.
16639
16640         * message.el (message-setup-1): Remove redundant put-text-property
16641         on mail-header-separator.
16642
16643 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16644
16645         * gnus-registry.el (gnus-registry-cache-whitespace)
16646         (gnus-registry-action, gnus-registry-spool-action)
16647         (gnus-registry-split-fancy-with-parent): Change message levels
16648         from 5 to 3 or 7, as needed.
16649
16650         * spam.el (spam-summary-prepare-exit)
16651         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16652         (spam-split, spam-find-spam, spam-log-undo-registration)
16653         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16654         level from 5 to 6.
16655
16656 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16659         2004-03-04 change).
16660
16661 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16662
16663         * sieve-manage.el (sieve-manage-open):
16664         * nnweb.el (nnweb-insert-html):
16665         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16666         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16667         * nnspool.el (nnspool-request-group):
16668         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16669         * nnml.el (nnml-request-update-info):
16670         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16671         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16672         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16673         (nnimap-request-set-mark):
16674         * nnfolder.el (nnfolder-request-update-info):
16675         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16676         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16677         * gnus-uu.el (gnus-uu-find-articles-matching):
16678         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16679         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16680         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16681         * gnus-nocem.el (gnus-nocem-scan-groups):
16682         * gnus-int.el (gnus-start-news-server):
16683         * gnus-group.el (gnus-group-make-kiboze-group)
16684         (gnus-group-browse-foreign-server):
16685         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16686         Use mapc when appropriate.
16687
16688 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16689
16690         FIXME: Make separate entries for each person.
16691
16692         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16693         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16694         <shields@msrl.com>:
16695
16696         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16697         may need for spam sorting and scoring.
16698         (spam-user-format-function-S): Add user format function suitable for
16699         general use.
16700         (spam-article-sort-by-spam-status): Add sorting function for summary
16701         sorting.
16702         (spam-extra-header-to-number): Add function to get a score from a
16703         header.
16704         (spam-summary-score): Add function to get a numeric score from the
16705         headers.
16706         (spam-generic-score): Fix function doc, was in wrong place.
16707         (spam-initialize): Take symbols when it's run, and install the
16708         extra headers that spam-necessary-extra-headers thinks we need.
16709
16710 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16711
16712         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16713         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16714
16715 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16716
16717         * gnus-sum.el (gnus-set-global-variables)
16718         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16719         (gnus-article-get-xrefs, gnus-summary-best-group)
16720         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16721         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16722         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16723         Use with-current-buffer.
16724
16725 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16726
16727         * spam.el (spam-summary-prepare-exit): Simplify logic.
16728         (spam-fetch-article-header): Read the article header if it's not
16729         available.
16730         (spam-list-articles): Simplify logic.
16731         (spam-filelist-register-routine): Fix bug with unregister-list.
16732
16733         * gnus-registry.el: Fix comments at beginning.
16734
16735 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16736
16737         * message.el (message-cater-to-broken-inn): Remove.
16738         (message-shorten-references): Make sure the total folded length of
16739         References is shorter than 998 characters to cater to a bug in INN
16740         2.3.  Also, don't pretend that references aren't folded -- this
16741         hasn't worked for a while.
16742
16743 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16744
16745         * gnus-agent.el (gnus-agentize):
16746         gnus-agent-send-mail-real-function no longer set to current value
16747         of message-send-mail-function but rather a lambda that calls
16748         message-send-mail-function.  The change makes the agent real-time
16749         responsive to user changes to message-send-mail-function.
16750
16751 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16752
16753         * legacy-gnus-agent.el
16754         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16755         help from Florian Weimer <fw@deneb.enyo.de>
16756
16757 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * nnmail.el (nnmail-cache-insert): Revert last change.
16760
16761 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * nnmail.el (nnmail-cache-insert): Always check whether
16764         nnmail-cache-ignore-groups matches a group name.
16765
16766 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16767
16768         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16769         (spam-find-spam, spam-log-processing-to-registry)
16770         (spam-log-registered-p, spam-log-unregistration-needed-p)
16771         (spam-log-undo-registration): Use gnus-message instead of
16772         gnus-error, none of these errors are fatal.
16773
16774         * gnus-registry.el (gnus-registry-clean-empty-function)
16775         (gnus-registry-clean-empty): Remove only empty entries without
16776         extra data.
16777
16778 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16779
16780         * spam-stat.el (spam-stat-buffer-change-to-spam)
16781         (spam-stat-buffer-change-to-non-spam): Change (error) to
16782         (gnus-message 8) invocation.
16783
16784 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * nntp.el (nntp-via-netcat-command): New variable.
16787         (nntp-via-netcat-switches): New variable.
16788         (nntp-open-via-rlogin-and-netcat): New function.
16789         (nntp-open-connection-function): Doc fix.
16790         (nntp-telnet-command): Doc fix.
16791         (nntp-end-of-line): Doc fix.
16792         (nntp-via-rlogin-command): Doc fix.
16793         (nntp-via-user-name): Doc fix.
16794         (nntp-via-address): Doc fix.
16795
16796 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16799         error in Emacs 21.1.
16800
16801 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16804
16805 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16806
16807         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16808         (gnus-agent-with-refreshed-group): New macro.
16809         (gnus-agent-rename-group): New function.
16810         (gnus-agent-delete-group): New function.
16811         (gnus-agent-save-group-info): Use gnus-command-method when
16812         `method' parameter is nil.  Don't write nil entries into the
16813         active file.
16814         (gnus-agent-get-group-info): New function.
16815         (gnus-agent-fetch-articles): Use
16816         gnus-agent-update-files-total-fetched-for to increment disk space
16817         used.
16818         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16819         gnus-agent-update-view-total-fetched-for to increment disk space
16820         used.
16821         (gnus-agent-get-local): Added optional parameters to avoid calling
16822         gnus-group-real-name and gnus-find-method-for-group.
16823         (gnus-agent-set-local): Delete stored entry if either min, or max,
16824         are nil.
16825         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16826         quit, use gnus-agent-regenerate-group to record existance of any
16827         articles fetched to disk before the quit occurred.
16828         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16829         gnus-agent-update-view-total-fetched-for, and
16830         gnus-agent-update-files-total-fetched-for to decrement disk space
16831         used.
16832         (gnus-agent-retrieve-headers): Use
16833         gnus-agent-update-view-total-fetched-for to increment disk space
16834         used.
16835         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16836         with gnus-agent-update-files-total-fetched-for to decrement disk
16837         space and fresh group buffer.
16838         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16839         (gnus-agent-need-update-total-fetched-for): New variable.
16840         (gnus-agent-update-files-total-fetched-for): New function.
16841         (gnus-agent-update-view-total-fetched-for): New function.
16842         (gnus-agent-total-fetched-for): New function.
16843
16844         * gnus-cache.el (gnus-cache-save-buffers): Use
16845         gnus-cache-update-overview-total-fetched-for to change disk space
16846         used by this group.
16847         (gnus-cache-possibly-enter-article): Use
16848         gnus-cache-update-file-total-fetched-for to increment disk space
16849         used by this group.
16850         (gnus-cache-possibly-remove-article): Use
16851         gnus-cache-update-file-total-fetched-for to decrement disk space
16852         used by this group.
16853         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16854         (gnus-cache-rename-group): New function.
16855         (gnus-cache-delete-group): New function.
16856         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16857         (gnus-cache-need-update-total-fetched-for): New variable.
16858         (gnus-cache-with-refreshed-group): New macro.
16859         (gnus-cache-update-file-total-fetched-for): New function.
16860         (gnus-cache-update-overview-total-fetched-for): New function.
16861         (gnus-cache-rename-group-total-fetched-for): New function.
16862         (gnus-cache-delete-group-total-fetched-for): New function.
16863         (gnus-cache-total-fetched-for): New function.
16864
16865         * gnus-group.el: Require gnus-sum and autoload functions to
16866         resolve warnings when gnus-group.el compiled alone.
16867         (gnus-group-line-format): Documented new %F.
16868         (size of Fetched data) group line format; identifies disk space
16869         used by agent and cache.
16870         (gnus-group-line-format-alist): Defined new F format.
16871         (gnus-total-fetched-for): New function.
16872         (gnus-group-delete-group): No longer update
16873         gnus-cache-active-altered as gnus-request-delete-group now keeps
16874         the cache in sync.
16875         (gnus-group-list-active): Let the agent store a server's active
16876         list if currently plugged.
16877
16878         * gnus-int.el (gnus-request-delete-group):
16879         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16880         local disk in sync with the server.
16881         (gnus-request-rename-group):
16882         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16883         local disk in sync with the server.
16884
16885         * gnus-start.el (gnus-get-unread-articles):
16886         Cosmetic simplification to logic.
16887
16888         * gnus-util.el (gnus-rename-file): New function.
16889
16890 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16891
16892         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16893
16894 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16895
16896         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16897         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16898
16899 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16900
16901         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16902         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16903
16904 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16905
16906         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16907
16908 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16909
16910         * spam.el (spam-set-difference): Add function to replace
16911         gnus-set-difference in spam.el.
16912         (spam-summary-prepare-exit): Use spam-set-difference.
16913
16914 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16915
16916         * gnus-registry.el (gnus-registry-cache-file): Update to use
16917         gnus-dribble-directory OR gnus-home-directory OR ~.
16918         (gnus-registry-split-fancy-with-parent): Fix doc.
16919
16920 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * message.el (message-exchange-point-and-mark): Use
16923         message-mark-active-p.  Suggested by Jesper Harder
16924         <harder@ifa.au.dk>.
16925
16926 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * message.el (message-exchange-point-and-mark): Don't activate
16929         region if it was inactive.  Suggested by Hiroshi Fujishima
16930         <pooh@nature.tsukuba.ac.jp>.
16931
16932 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * gnus-art.el (article-display-face): Display Faces in the same
16935         order as X-Faces.
16936
16937 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16940
16941 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16944         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16945         (gnus-article-mime-hierarchy): Remove.
16946         (gnus-article-mime-hierarchy-next): Remove.
16947         (gnus-article-mode): Revert 2004-03-19 change.
16948         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16949         (gnus-insert-mime-button): Revert 2004-03-19 change.
16950         (gnus-mime-accumulate-hierarchy): Remove.
16951         (gnus-mime-enter-multipart): Remove.
16952         (gnus-mime-leave-multipart): Remove.
16953         (gnus-mime-display-part): Revert 2004-03-19 change.
16954         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16955
16956         * mml.el (mml-preview): Revert 2004-03-19 change.
16957
16958 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16959
16960         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16961
16962 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16965         t while entering a file name using the mm-with-multibyte macro.
16966         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16967
16968         * mm-util.el (mm-with-multibyte): New macro.
16969
16970 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16973         user option.
16974         (gnus-mime-multipart-functions): Doc and customization fix.
16975         (gnus-article-mime-hierarchy): New variable.
16976         (gnus-article-mime-hierarchy-next): New variable.
16977         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16978         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16979         gnus-article-mime-hierarchy-next to nil.
16980         (gnus-insert-mime-button): Show hierarchy numbers.
16981         (gnus-mime-accumulate-hierarchy): New function.
16982         (gnus-mime-enter-multipart): New function.
16983         (gnus-mime-leave-multipart): New function.
16984         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16985         (gnus-mime-display-alternative): Show hierarchy numbers.
16986
16987         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16988         gnus-article-mime-hierarchy-next to nil.
16989
16990 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16991
16992         * dns.el: Don't require gnus-xmas.
16993
16994 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16995
16996         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16997         inline PGP.
16998         (mml-menu): Disable mml-quote-region if mark is inactive.
16999
17000 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17003         when the group's active is not available.
17004
17005 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17008         error.
17009
17010 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17011
17012         * imap.el (imap-store-password): New variable.
17013         (imap-interactive-login): Use it.
17014         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17015
17016 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17019         window-start and hscroll to summary window.
17020
17021 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17022
17023         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17024         conversion message to newsrc-dribble when an actual conversion is
17025         performed.
17026
17027 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17028
17029         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17030
17031 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * mm-decode.el (mm-complicated-handles): New function reviving
17034         former definition of mm-multiple-handles.
17035
17036         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17037         (gnus-mime-delete-part): Use it.
17038
17039 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17040
17041         * gnus-agent.el (gnus-agent-read-local): Bind
17042         nnheader-file-coding-system to gnus-agent-file-coding-system to
17043         avoid the implicit assumption that they will always be equal.
17044         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17045         coding-system-for-write, as the with-temp-file macro first prints
17046         to a buffer then saves the buffer.
17047
17048 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * gnus-art.el (gnus-article-edit-part): New function.
17051         (gnus-mime-save-part-and-strip): Use it; do query instead of
17052         signaling an error; don't use mm-multiple-handles.
17053         (gnus-mime-delete-part): Ditto.
17054
17055 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17056
17057         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17058         old file versions.
17059         (gnus-group-prepare-hook): Removed function that converted list
17060         form of gnus-agent-expire-days to group properties.
17061
17062         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17063         (gnus-request-accept-article): Re-indented.
17064
17065         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17066         converters to handle old agent file formats.  Added logic for a
17067         "backup before upgrading warning".
17068         (gnus-convert-mark-converter-prompt): Developers can mark
17069         functions as needing (default), or not needing,
17070         gnus-convert-old-newsrc's "backup before upgrading warning".
17071         (gnus-convert-converter-needs-prompt): Tests whether the user
17072         should be protected from potentially irreversable changes by the
17073         function.
17074
17075         * legacy-gnus-agent.el: New.  Provides converters that are only
17076         loaded when gnus-convert-old-newsrc needs to call them.
17077
17078 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17079
17080         * mail-source.el (mail-source-touch-pop): Doc fix.
17081
17082         * message.el (message-smtpmail-send-it): Doc fix.
17083
17084 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17085
17086         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17087
17088         * nnmail.el (nnmail-split-fancy): do.
17089
17090         * gnus-kill.el (gnus-kill, gnus-execute): do.
17091
17092 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17093
17094         * gnus-sum.el (gnus-widget-reversible-match)
17095         (gnus-widget-reversible-to-internal)
17096         (gnus-widget-reversible-to-external): New functions.
17097         (gnus-widget-reversible): New widget.
17098         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17099
17100 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17101
17102         * gnus-sum.el (gnus-thread-sort-functions)
17103         (gnus-article-sort-functions): Document `(not F)' items.
17104
17105 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17106
17107         * spam.el (spam-use-gmane-xref): Add new backend.
17108         (spam-gmane-xref-spam-group): Add variable to control the name of the
17109         Gmane spam group.
17110         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17111         (spam-regex-headers-spam, spam-regex-headers-ham)
17112         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17113         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17114         backends and checks.
17115         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17116
17117         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17118         an autodetect method.
17119
17120 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17121
17122         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17123         articles are being added to a group.
17124         (gnus-request-replace-article): Inform the agent that articles
17125         need to be uncached as the cached contents are no longer valid.
17126
17127 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17128
17129         * binhex.el: Don't autoload executable-find.
17130
17131         * canlock.el: Don't autoload mail-fetch-field.
17132
17133         * dgnushack.el: Autoload c-mode for XEmacs.
17134
17135         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17136
17137         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17138         rmail-dont-reply-to and rmail-output.
17139
17140         * gnus-score.el: Don't autoload ffap-string-at-point.
17141
17142         * gnus-setup.el: Don't autoload sc-cite-original.
17143
17144         * imap.el: Don't autoload base64-decode-string,
17145         base64-encode-string and md5.
17146
17147         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17148         and rmail-msg-restore-non-pruned-header.
17149
17150         * mm-decode.el: Don't autoload executable-find.
17151
17152         * mm-url.el: Don't autoload executable-find.
17153
17154         * mm-view.el: Don't autoload diff-mode.
17155
17156         * nndb.el: Don't autoload news-reply-mode, news-setup,
17157         cancel-timer and telnet.
17158
17159         * password.el: Don't autoload run-at-time for Emacs.
17160
17161         * sha1-el.el: Don't autoload executable-find.
17162
17163         * sieve-mode.el: Don't autoload c-mode.
17164
17165         * uudecode.el: Don't autoload executable-find.
17166
17167 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17168
17169         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17170         (gnus-agent-possibly-alter-active): Avoid null in numeric
17171         comparison.
17172         (gnus-agent-set-local): Refuse to save null in local object table.
17173         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17174         list of articles that will be marked as unread.
17175
17176 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17179
17180 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17181
17182         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17183         language tags.
17184
17185 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17186
17187         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17188         Don't bind "obarray".
17189
17190         * gnus-sum.el (gnus-thread-sort-functions): Added
17191         `gnus-thread-sort-by-most-recent-number' and
17192         `gnus-thread-sort-by-most-recent-date'.
17193         Reported by Kai Grossjohann <kai@emptydomain.de>.
17194
17195 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17198
17199 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17200
17201         * gnus-cus.el (gnus-agent-customize-category): Removed
17202         ignore-errors macro reference that required cl to be loaded at
17203         run-time.
17204
17205         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17206         single-interval range of the form (min . max).  Previously the
17207         range had to look like ((min . max)).  Likewise, return
17208         (min . max) rather than ((min . max)).
17209         (gnus-range-map): Use gnus-range-normalize to accept
17210         single-interval range.
17211
17212         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17213         the cache, but not the agent, now appear with their usual face.
17214
17215         * dgnushack.el (loaddir): New variable that is bound to the
17216         directory containing the dgnushack.el file. Use loaddir, rather
17217         than srcdir, to update load-path. Change lets dgnushack compile
17218         code in directories other than GNUS/lisp.
17219
17220 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * lpath.el: Don't bind w3m-safe-url-regexp.
17223
17224         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17225         w3m-safe-url-regexp variable buffer-local.
17226
17227         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17228
17229 2004-02-27  Simon Josefsson  <jas@extundo.com>
17230
17231         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17232         gnus-group-real-prefix.
17233         (gnus-summary-move-article): Use it, instead of
17234         gnus-group-real-prefix.
17235
17236 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * lpath.el: Bind w3m-safe-url-regexp.
17239
17240         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17241         w3m-safe-url-regexp variable buffer-local and set it as the value
17242         of mm-w3m-safe-url-regexp.
17243
17244         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17245
17246         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17247         parsing gnus-posting-styles when the message is not for replying.
17248
17249         * dgnushack.el: Autoload sgml-mode for XEmacs.
17250
17251         * nnrss.el (nnrss-opml-export): Use
17252         mm-set-buffer-file-coding-system instead of
17253         set-buffer-file-coding-system.
17254
17255 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17256
17257         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17258         of checkdoc.el).
17259         * nnrss.el: do.
17260         * gnus-mlspl.el: do.
17261         * gnus-ml.el: do.
17262         * gnus-srvr.el: do.
17263
17264         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17265
17266 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17267
17268         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17269         Corrections to custom-manual links.
17270
17271         * gnus-art.el (gnus-article): Ditto.
17272
17273         * mm-decode.el (mime-display, mime-security): Ditto.
17274
17275 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17276
17277         * flow-fill.el: Typo.
17278
17279 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17280
17281         * spam-wash.el: New file.
17282
17283 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17284
17285         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17286
17287 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17288
17289         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17290         to be run with new-articles as LIST1, not LIST2.
17291         (spam-registration-functions): Add spam-use-ham-copy as a nil
17292         registration backend.
17293
17294 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17295
17296         * spam-stat.el (spam-stat-washing-hook): New option.
17297         (spam-stat-buffer-words): Use it.
17298         (spam-stat-process-directory, spam-stat-test-directory): Use
17299         insert-file-contents-literally.
17300         (spam-stat-coding-system): New variable.
17301         (spam-stat-load, spam-stat-save): Use it.
17302
17303 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * spam-report.el (spam-report-plug-agent): Quote
17306         spam-report-url-to-file and spam-report-url-ping-plain.
17307
17308 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17311         / in mailto URLs.
17312
17313 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17314
17315         * spam-report.el (spam-report-process-queue): Fix interactive use.
17316         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17317         (spam-report-unplug-agent): Doc fixes.
17318         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17319         (spam-report-agentize, spam-report-deagentize): Autoload.
17320
17321 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17324
17325         * message.el (message-setup-fill-variables): Add mml tags to
17326         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17327         <ajk@iu.edu>.
17328         (message-mode): Don't modify paragraph-separate there.
17329
17330 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * compface.el (uncompface-use-external): Default to undecided.
17333         (uncompface-use-external-threshold): New variable.
17334         (uncompface-float-time): New macro.
17335         (uncompface): Determine whether to use the external decoder if
17336         uncompface-use-external is undecided.
17337
17338 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17339
17340         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17341         after images.
17342
17343         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17344
17345 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17346
17347         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17348
17349         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17350
17351         * gnus-sum.el (gnus-summary-limit-to-age)
17352         (gnus-summary-limit-children): do.
17353
17354         * gnus-int.el (gnus-request-scan): do.
17355
17356         * gnus-group.el (gnus-group-suspend): do.
17357
17358         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17359
17360         * gnus-cite.el (gnus-cite-parse-attributions): do.
17361
17362         * gnus-agent.el (gnus-summary-set-agent-mark)
17363         (gnus-agent-regenerate-group): do.
17364
17365         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17366
17367         * binhex.el (binhex-decode-region-internal): do.
17368
17369 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17370
17371         * gnus-fun.el (gnus-face-properties-alist): New user option.
17372         (gnus-display-x-face-in-from): Use it.
17373
17374         * gnus-art.el (article-display-face): Ditto.
17375
17376         * compface.el (uncompface-use-external): Default to nil.
17377
17378 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17379
17380         * nntp.el (nntp-erase-buffer): New function.
17381         (nntp-retrieve-data, nntp-send-command)
17382         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17383         (nntp-possibly-change-group): Use it.
17384
17385         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17386         with-current-buffer.
17387
17388 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17389
17390         * compface.el: Merge the ELisp-based uncompface program.
17391         (compface): New customization group.
17392         (uncompface-use-external): New user option.
17393         (uncompface): Call uncompface-internal if uncompface-use-external
17394         is nil.
17395         (uncompface-internal): New function.  Note that there are also
17396         some other functions and variables added for this function.
17397
17398 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17399
17400         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17401         if necessary.
17402
17403 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17404
17405         * spam-report.el (spam-report-unplug-agent)
17406         (spam-report-plug-agent, spam-report-deagentize)
17407         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17408         Add support for the Agent in spam-report: when unplugged, report to a
17409         file; when plugged, submit all the requests.
17410
17411         * spam.el (spam-register-routine): Fix message about
17412         registration.
17413
17414 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17415
17416         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17417         dependencies.
17418         (rfc2047-encode): Use it.
17419
17420         * gnus-art.el (gnus-button-marker-list): Move before first
17421         reference.
17422
17423         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17424         (imap-parse-body): Fix format string mismatch.
17425
17426         * gnus-score.el (gnus-summary-increase-score): do.
17427
17428         * nnrss.el (nnrss-close): New function.
17429
17430 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17431
17432         * nnrss.el (nnrss-make-filename): New function.
17433         (nnrss-request-delete-group, nnrss-read-server-data)
17434         (nnrss-save-server-data, nnrss-read-group-data)
17435         (nnrss-save-group-data): Use it.
17436         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17437         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17438         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17439
17440 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17441
17442         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17443
17444 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17445
17446         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17447         files.
17448
17449         * message.el (message-generate-headers-first): Don't quote nil
17450         and t in docstrings.
17451
17452         * imap.el (imap-id): do.
17453
17454         * gnus-agent.el (gnus-agent-consider-all-articles)
17455         (gnus-agent-queue-mail): do.
17456
17457 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17458
17459         * spam-report.el (spam-report-process-queue): New function.
17460         Process requests from `spam-report-requests-file'.
17461         (spam-report-process-queue): Doc fix.
17462
17463 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17464
17465         * spam.el (spam-register-routine)
17466         (spam-log-processing-to-registry, spam-log-registered-p)
17467         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17468         Change "check" to "spam-check" for semi-clarity.
17469
17470 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17471
17472         * pop3.el: Require nnheader.
17473
17474         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17475
17476         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17477
17478         * gnus-picon.el: Require cl.
17479
17480         * gnus-fun.el: Require gnus-ems and gnus-util.
17481
17482         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17483
17484         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17485
17486         * gnus-art.el (gnus-article-edit-mode): Define before first
17487         reference.
17488
17489 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17490
17491         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17492         (gnus-uu-post-encoded): Use point-at-bol.
17493
17494         * gnus-topic.el (gnus-group-active-topic-p): do.
17495
17496         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17497
17498         * gnus-group.el (gnus-group-kill-region): do.
17499
17500         * gnus-art.el (article-date-ut): do.
17501
17502         * message.el (message-fetch-field): Remove redundant
17503         case-fold-search binding.
17504         (message-narrow-to-field): Simplify.
17505
17506 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17507
17508         * spam.el (spam-directory): Derive from `gnus-directory'.
17509
17510         * spam-report.el (spam-report-url-to-file)
17511         (spam-report-requests-file): New function and variable for offline
17512         reporting.
17513         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17514         and user defined function.
17515         (spam-report-url-ping-mm-url): Remove doubled slash.
17516
17517 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17518
17519         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17520
17521 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17522
17523         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17524         format string mismatch.
17525
17526         * sieve.el (sieve-deactivate-all): do.
17527
17528         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17529
17530         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17531
17532         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17533
17534         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17535
17536 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17537
17538         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17539         the list of checks.
17540
17541 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17542
17543         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17544         padding.
17545
17546 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17547
17548         * mm-view.el (mm-fill-flowed): New variable.
17549         (mm-inline-text): Use it.
17550
17551 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17552
17553         * spam.el (spam-spamassassin-register-ham-routine)
17554         (spam-spamassassin-register-spam-routine): Fix function names.
17555
17556 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * gnus.el (gnus-tmp-grouplens): Remove.
17559         (gnus-summary-line-format): Remove grouplens.
17560
17561         * gnus-group.el (gnus-group-line-format): Ditto.
17562
17563         * gnus-spec.el (gnus-format-specs): Ditto.
17564         (gnus-update-format-specifications): Flush the group format spec
17565         cache if there's the grouplens stuff.
17566         (gnus-parse-simple-format): Replace %l with the empty string.
17567
17568 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17569
17570         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17571         omission.
17572
17573 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17576         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17577
17578 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17579
17580         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17581         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17582         New macros and functions.
17583         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17584         Handle > NLINK_MAX messages.
17585         * nnmaildir.el (nnmaildir-request-set-mark): Use
17586         nnmaildir--emlink-p and nnmaildir--eexist-p.
17587
17588 2004-01-25  Alex Schroeder  <alex@gnu.org>
17589
17590         * spam-stat.el (spam-stat-process-directory-age): New option.
17591         (spam-stat-process-directory): Use it.
17592
17593 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17594
17595         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17596         (spam-stat-save): Accept prefix argument.
17597
17598 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17599
17600         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17601         links" error.
17602
17603 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17604
17605         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17606         the rest of the and/or forms.
17607
17608 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17609
17610         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17611         compatibility with old .newsrc.eld files.
17612
17613         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17614
17615         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17616
17617         * gnus-start.el (gnus-1): do.
17618
17619         * gnus-group.el (gnus-group-line-format-alist): do.
17620
17621         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17622
17623         * gnus-gl.el: Remove.
17624
17625 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17626
17627         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17628         marks consisting of a single range {for example, (3 . 5)} rather
17629         than a list of a single range { ((3 . 5)) }.
17630
17631 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17632
17633         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17634         with-current-buffer.
17635         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17636         avoid consing a string.
17637
17638         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17639         Remove obsolete entries for big5 and gb2312.
17640
17641 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17642
17643         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17644         uncompressed list.
17645
17646 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17647
17648         * spam-stat.el (spam-stat-strip-xref): New function.
17649         (spam-stat-process-directory): Use it.
17650
17651         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17652         here -- it's done in message-fetch-field.
17653
17654 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17655
17656         * gnus-agent.el (gnus-agent-queue-mail)
17657         (gnus-agent-prompt-send-queue): New variables.
17658         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17659         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17660         "nndraft:queue" along to gnus-draft-send.  Use
17661         gnus-agent-prompt-send-queue.
17662         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17663         is "nndraft:queue".  Suggested by Gaute Strokkenes
17664         <gs234@srcf.ucam.org>
17665
17666         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17667         (agent-enable-undownloaded-faces): Added.
17668         (gnus-agent-cat-groups): Use eval-and-compile, not
17669         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17670         method of gnus-agent-cat-groups even when the buffer has been
17671         evaled.
17672         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17673         delete gnus-agent-save-active-1.
17674         (gnus-agent-save-groups): Deleted.  Identical to
17675         gnus-agent-save-active.
17676         (gnus-agent-write-active): No longer adjust agent's copy of active
17677         file as agent's adjustments are now stored in their own
17678         file.  Removed optional parameter.
17679         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17680         servers.  Add use of min/max range limits from server's local
17681         file.
17682         (gnus-agent-save-alist): Removed unused optional argument.
17683         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17684         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17685         (gnus-agent-set-local): A per-server file that keeps min/max range
17686         limits for articles known to the agent.  Provides a fast mechanism
17687         for altering many active ranges.
17688         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17689         active file (local makes it unnecessary).
17690         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17691
17692         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17693         (agent-enable-undownloaded-faces): Added.
17694
17695         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17696         disable it when sending to "nndraft:queue".
17697         (gnus-group-send-queue): Add safety check to avoid sending queue
17698         when unplugged.
17699
17700         * gnus-group.el (gnus-group-catchup): Use new
17701         gnus-sequence-of-unread-articles, not
17702         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17703         numbers of articles.  Use gnus-range-map to avoid having to
17704         uncompress the unread list.
17705         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17706         Fixed invalid ange-ftp reference.
17707
17708         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17709         (gnus-sorted-range-intersection): Intersection of two ranges
17710         without requiring that they first be uncompressed.
17711
17712         * gnus-start.el (gnus-activate-group): Unless blocked by the
17713         caller, possibly expand the active range to include both cached
17714         and agentized articles.
17715         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17716         multiple version-dependent converters.
17717         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17718         gnus-agent-save-active.
17719         (gnus-save-newsrc-file): Save dirty agent range limits.
17720
17721         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17722         gnus-agent-possibly-alter-active.
17723         (gnus-adjust-marked-articles): Faster handling of simple lists.
17724
17725 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17726
17727         * spam-stat.el (spam-stat-test-directory): New optional argument
17728         displays a list of files detected.  Suggested by Andrew Cohen
17729         <cohen@andy.bu.edu>.
17730         (spam-stat-buffer-words-with-scores): Don't narrow and change
17731         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17732
17733 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17734
17735         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17736         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17737         (spam-spamassassin-arguments)
17738         (spam-spamassassin-spam-flag-header)
17739         (spam-spamassassin-positive-spam-flag-header)
17740         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17741         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17742         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17743         (spam-list-of-processors, spam-list-of-checks)
17744         (spam-list-of-statistical-checks, spam-registration-functions)
17745         (spam-check-spamassassin-headers, spam-check-spamassassin)
17746         (spam-spamassassin-score)
17747         (spam-spamassassin-register-with-sa-learn)
17748         (spam-spamassassin-register-spam-routine)
17749         (spam-spamassassin-register-ham-routine)
17750         (spam-assassin-register-spam-routine)
17751         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17752         (spam-bogofilter-score): Fix to show article before scoring.
17753
17754 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17755
17756         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17757         default scoring function.
17758         (spam-generic-score): Call spam-spamassassin-score if
17759         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17760         spam-bogofilter-score otherwise.
17761
17762         * gnus.el (spam-process, spam-autodetect-methods): Add
17763         spamassassin and spamassassin-headers.
17764
17765 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17766
17767         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17768         Suppress unnecessary messages.
17769
17770 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17771
17772         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17773         make-hash-table.
17774
17775 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * canlock.el (base64-encode-string): Don't autoload it.
17778
17779 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * run-at-time.el: Remove useless (require 'itimer),
17782         eval-and-compile and (featurep 'xemacs).
17783
17784 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17785
17786         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17787         GROUP is a virtual group.
17788
17789 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17790
17791         * gnus.el: Autoload `message-y-or-n-p'.
17792
17793 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17794
17795         * pgg-parse.el: Remove unnecessary (require 'custom).
17796
17797         * pgg-def.el: do.
17798
17799         * nnmail.el: do.
17800
17801         * gnus-undo.el: do.
17802
17803         * gnus-picon.el: do.
17804
17805         * gnus-util.el: do.
17806
17807 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17808
17809         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17810
17811 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17814         handle, as well as a list.
17815
17816         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17817         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17818         (mm-w3m-cid-retrieve): Simplify.
17819
17820 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17821
17822         * message.el (message-kill-to-signature): Allow prefix arg to
17823         specify number of lines to keep before signature.
17824
17825 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17826
17827         * message.el (message-kill-to-signature): Change docstring.
17828
17829 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * canlock.el: Always require sha1-el.
17832         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17833
17834         * message.el: Autoload sha1 only when compiling.
17835
17836         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17837         eudc-expand-inline for XEmacs.
17838
17839 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * message.el (message-canlock-generate): Require sha1-el.
17842
17843 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17844
17845         * message.el (message-expand-name): Silence the byte compiler.
17846
17847         * lpath.el: Add detect-coding-system.
17848
17849         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17850         cus-edit.
17851
17852 2004-01-13  Simon Josefsson  <jas@extundo.com>
17853
17854         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17855         Invoke gnus-score-mode.  Reported by
17856         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17857
17858         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17859         Jim Blandy <jimb@redhat.com> (tiny change).
17860
17861 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17862
17863         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17864
17865 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17866
17867         * spam.el (spam-get-article-as-string): Update to use
17868         gnus-request-article-this-buffer, much simpler.
17869         (spam-get-article-as-buffer): Remove.
17870
17871 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17872
17873         * message.el (message-expand-name): Use EUDC if the user uses that.
17874
17875 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17876
17877         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17878         character for the encoding to avoid consing a string.
17879
17880         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17881         unnecessarily.
17882
17883         * mm-util.el (mm-replace-chars-in-string): Remove.
17884
17885         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17886         of mm-replace-chars-in-string.
17887
17888 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17889
17890         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17891
17892         * mm-util.el (mm-subst-char-in-string): Support inplace.
17893
17894         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17895         a new string in every iteration.  Use shy groups.
17896
17897 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17898
17899         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17900         * gnus-soup.el (gnus-soup-group-brew):
17901         * gnus-msg.el (gnus-put-message):
17902         * gnus-move.el (gnus-group-move-group-to-server):
17903         * gnus-kill.el (gnus-batch-score):
17904         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17905         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17906         (gnus-group-update-group, gnus-group-read-group)
17907         (gnus-group-make-group, gnus-group-make-help-group)
17908         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17909         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17910         (gnus-group-sort-by-unread, gnus-group-catchup)
17911         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17912         (gnus-group-yank-group, gnus-group-set-info)
17913         (gnus-group-list-groups):
17914         * gnus.el (gnus-generate-new-group-name):
17915         * gnus-delay.el (gnus-delay-send-queue):
17916         * nnvirtual.el (nnvirtual-catchup-group):
17917         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17918         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17919         (gnus-group-prepare-topics, gnus-topic-check-topology):
17920         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17921         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17922         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17923         (gnus-group-make-articles-read):
17924         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17925         (gnus-group-change-level, gnus-kill-newsgroup)
17926         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17927         (gnus-get-unread-articles, gnus-make-articles-unread)
17928         (gnus-make-ascending-articles-unread): Use accessor
17929         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17930         to get group information for improved readability.
17931
17932
17933 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17934
17935         * gnus-art.el (article-decode-mime-words, article-babel)
17936         (gnus-article-highlight-signature, gnus-article-add-buttons)
17937         (gnus-signature-toggle): Use gnus-with-article-buffer.
17938
17939         * gnus-art.el (gnus-article-highlight-headers)
17940         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17941
17942         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17943         (gnus-article-set-globals, gnus-request-article-this-buffer)
17944         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17945         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17946         (gnus-mime-display-alternative): Use with-current-buffer.
17947
17948 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17949
17950         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17951         also under 80 char limit, and call gnus-error if needed.
17952         (spam-fetch-article-header): Fix - it was a
17953         buffer-local variable (gnus-newsgroup-data).
17954         (spam-find-spam): Use spam-generate-fake-headers, forget about
17955         spam-insert-fake-headers.
17956         (spam-insert-fake-headers): Remove.
17957
17958 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17959
17960         * deuglify.el (gnus-article-outlook-unwrap-lines)
17961         (gnus-outlook-rearrange-article)
17962         (gnus-outlook-repair-attribution-outlook)
17963         (gnus-outlook-repair-attribution-block)
17964         (gnus-outlook-repair-attribution-other): Remove redundant
17965         save-excursion.
17966
17967 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17968
17969         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17970         (spam-fetch-field-subject-fast)
17971         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17972         (spam-fetch-article-header): Add functions to deal with Gnus
17973         internals for fast retrieval of article header data.
17974         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17975
17976 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17977
17978         * pop3.el (pop3-md5): Remove.
17979         (pop3-apop): Replace pop3-md5 with md5.
17980
17981         * mm-bodies.el: base64 is always built-in.
17982
17983         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17984         with-current-buffer.
17985
17986 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * canlock.el (canlock-insert-header): Remove excessive grouping in
17989         regexp.
17990
17991         * gnus-sum.el (gnus-summary-read-document): Ditto.
17992
17993         * gnus-uu.el (gnus-uu-part-number): Ditto.
17994
17995         * html2text.el (html2text-remove-tags): Ditto.
17996         (html2text-format-tags): Ditto.
17997         (html2text-format-single-elements): Ditto.
17998
17999         * mml.el (mml-parse-1): Ditto.
18000
18001 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18002
18003         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18004
18005         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18006
18007         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18008
18009         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18010
18011 2003-11-15  Simon Josefsson  <jas@extundo.com>
18012
18013         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18014         (pgg-gpg-lookup-key): Use regexp match instead of
18015         split-string (split-string is different between emacs 21.2 and
18016         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18017
18018 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18019
18020         * gnus-art.el (gnus-mime-view-all-parts)
18021         (gnus-article-part-wrapper, gnus-article-view-part): Use
18022         with-current-buffer.
18023
18024 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18025
18026         * spam.el (spam-disable-spam-split-during-ham-respool)
18027         (spam-spamoracle-database, spam-cache-lookups)
18028         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18029         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18030         (spam-group-ham-marks, spam-group-spam-marks)
18031         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18032         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18033         also add spam-use-blackholes to the statistical checks.
18034         (spam-fetch-field-fast): Add interface to fetching fields, may
18035         become a macro.
18036         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18037         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18038         (spam-insert-fake-headers): Fake an article when needed.
18039         (spam-find-spam): Fake article when possible.
18040         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18041         (spam-check-bogofilter-headers): Use message-fetch-field instead
18042         of nnmail-fetch-field.
18043
18044 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18045
18046         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18047
18048 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18049
18050         * spam.el (spam-split): Do not require spam-use-CHECK to be
18051         enabled if that check is passed to spam-split explicitly; also
18052         fix so 'spam doesn't get converted to spam-split-group when
18053         spam-split-symbolic-return is t.
18054         (spam-find-spam): Find registrations of the article and use those
18055         instead of re-running spam-split to find the spam/ham
18056         classification of the article.
18057         (spam-log-processing-to-registry, spam-log-registered-p)
18058         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18059         Use gnus-error instead of gnus-message.
18060         (spam-log-registration-type): Add function to determine the
18061         classification of a message based on registry entries; will
18062         return nil if both 'spam and 'ham are found.
18063         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18064         a reasonably fast local cache without the loading errors.
18065         (spam-cache-lookups): Set to t by default.
18066         (spam-find-spam): Don't try to guess spam-cache-lookups.
18067         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18068         spam-caches entry.
18069         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18070         caching of whitelist/blacklist entries.
18071         (spam-check-whitelist, spam-check-blacklist): Invoke
18072         spam-from-listed-p with a type, not a cache variable.
18073         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18074
18075 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18076
18077         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18078
18079         * nnmail.el (nnmail-split-fancy): do.
18080
18081         * mml.el (mml-parse): do.
18082
18083         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18084         (gnus-score-adaptive): do.
18085
18086 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18089         (gnus-mime-button-map): Don't set keymap parent.
18090         (gnus-button-ctan-directory-regexp): Use shy grouping.
18091         (gnus-prev-page-map): Don't set keymap parent.
18092         (gnus-prev-page-map): Remove duplicated one.
18093         (gnus-next-page-map): Don't set keymap parent.
18094         (gnus-mime-security-button-map): Ditto.
18095
18096         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18097         version number.
18098
18099         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18100
18101 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * canlock.el (canlock-sha1-function): Remove.
18104         (canlock-sha1-function-for-verify): Remove.
18105         (canlock-openssl-program): Remove.
18106         (canlock-openssl-args): Remove.
18107         (canlock-ignore-errors): Remove.
18108         (canlock-sha1-with-openssl): Remove.
18109         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18110         (canlock-verify): Don't use canlock-ignore-errors.
18111
18112         * sha1-el.el (sha1-string-external): Make it can return a string
18113         in binary form.
18114         (sha1-region-external): Ditto.
18115         (sha1-string-internal): Ditto.
18116         (sha1-region-internal): Ditto.
18117         (sha1-region): Ditto.
18118         (sha1-string): Ditto.
18119         (sha1): Ditto.
18120
18121 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18122
18123         * spam.el (spam-report-articles-gmane): New command.
18124
18125 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18128
18129         * run-at-time.el (run-at-time-saved): Remove.
18130         (run-at-time): Doc fix.
18131
18132 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18133
18134         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18135         (gnus-summary-limit-map): Add it.
18136         (gnus-summary-make-menu-bar): do.
18137
18138 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18139
18140         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18141         Make attempt at some caching support (done for BBDB only now).
18142         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18143         addresses to be checked.
18144         (spam-clear-cache-BBDB): Add function, to be invoked by
18145         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18146         (spam-check-BBDB): Check and use the caches, if
18147         spam-cache-lookups is on, remove superfluous (provide).
18148
18149 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18150
18151         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18152
18153 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18154
18155         * run-at-time.el (run-at-time-saved): Move to after the definition
18156         of `run-at-time'.
18157
18158         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18159
18160 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18161
18162         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18163         mm-w3m-local-map-property.
18164
18165         * mm-view.el (mm-w3m-mode-map): Remove.
18166         (mm-w3m-local-map-property): Remove.
18167         (mm-inline-text-html-render-with-w3m): Don't use
18168         mm-w3m-local-map-property.
18169
18170 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18171
18172         * run-at-time.el: New file.
18173
18174         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18175         under Emacs.
18176
18177         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18178         of gnus-set-text-properties.
18179
18180         * gnus-uu.el (gnus-uu-save-article): Ditto.
18181
18182         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18183
18184         * gnus-cite.el (gnus-cite-parse): Ditto.
18185
18186         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18187         of gnus-.
18188
18189         * gnus-xmas.el (run-at-time): Require run-at-time.
18190
18191         * gnus.el: Changed calls to nnheader-run-at-time and
18192         password-run-at-time throughout to use run-at-time directly.
18193
18194         * password.el: Removed definition of run-at-time.
18195
18196         * nnheaderxm.el: Remove definition of run-at-time.
18197
18198 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18199
18200         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18201         in prompt.
18202
18203 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18204
18205         * messagexmas.el (message-xmas-redefine): Alias
18206         `message-make-caesar-translation-table' to
18207         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18208         version.
18209
18210         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18211         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18212         `gnus-xmas-set-text-properties'.
18213         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18214         `gnus-xmas-completing-read'.
18215         (gnus-xmas-completing-read): Removed.
18216         (gnus-xmas-open-network-stream): Removed.
18217
18218         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18219         XEmacs version.
18220
18221         * dns.el (dns-make-network-process): Use `open-network-stream'
18222         instead of `gnus-xmas-open-network-stream'.
18223
18224         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18225
18226         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18227
18228 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18229
18230         * gnus-art.el (gnus-mime-display-alternative)
18231         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18232         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18233         Don't use gnus-local-map-property.
18234
18235         * gnus-util.el (gnus-local-map-property): Remove.
18236
18237         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18238         gnus-completing-read-maybe-default with completing-read.
18239
18240         * gnus-util.el (gnus-completing-read): do.
18241         (gnus-completing-read-maybe-default): Remove.
18242
18243 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18244
18245         * password.el: Only autoload `run-at-time' if not XEmacs.
18246         Only autoload the itimer functions if XEmacs.
18247
18248 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18251         XEmacsen.
18252
18253         * dgnushack.el: Autoload executable-find for XEmacs.
18254
18255 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18256
18257         * gnus-art.el (gnus-read-string): Remove.
18258         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18259         read-string.
18260
18261 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18262
18263         * netrc.el: Autoload password-read.
18264         (netrc): Add configuration group.
18265         (netrc-encoding-method, netrc-openssl-path): Add
18266         variables for encoding and decoding of files with symmetric
18267         ciphers.
18268         (netrc-encode): Add assistant function to encode a file with
18269         netrc-encoding-method.
18270         (netrc-parse): Add interactive parameter, added optional
18271         decoding if netrc-encoding-method is non-nil but otherwise
18272         behavior is standard.
18273         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18274         Do s/encode/encrypt/ everywhere.
18275
18276         * spam.el: Remove executable-find autoload.
18277
18278 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18279
18280         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18281
18282         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18283
18284 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18285
18286         * gnus-art.el (gnus-treat-ansi-sequences)
18287         (article-treat-ansi-sequences): New variable and function.
18288         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18289
18290         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18291         Use it.
18292
18293 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18294
18295         * mm-util.el (mm-quote-arg): Remove.
18296
18297         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18298         shell-quote-argument.
18299
18300         * gnus-uu.el (gnus-uu-command): do.
18301
18302         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18303
18304         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18305         with make-char.
18306
18307         * mm-util.el (mm-make-char): Remove.
18308
18309         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18310         add-minor-mode.
18311
18312         * gnus-undo.el (gnus-undo-mode): do.
18313
18314         * gnus-topic.el (gnus-topic-mode): do.
18315
18316         * gnus-sum.el (gnus-dead-summary-mode): do.
18317
18318         * gnus-start.el (gnus-slave-mode): do.
18319
18320         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18321
18322         * gnus-ml.el (gnus-mailing-list-mode): do.
18323
18324         * gnus-gl.el (gnus-grouplens-mode): do.
18325
18326         * gnus-draft.el (gnus-draft-mode): do.
18327
18328         * gnus-dired.el (gnus-dired-mode): do.
18329
18330         * gnus-ems.el (gnus-add-minor-mode): Remove.
18331
18332         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18333         Replace gnus-char-width with char-width.
18334
18335         * gnus-ems.el (gnus-char-width): Remove.
18336
18337         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18338         Replace gnus-char-width with char-width.
18339
18340         * gnus-ems.el (gnus-char-width): Remove.
18341
18342         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18343         definition.
18344         Remove Emacs 20 hash table compatibility code.
18345
18346         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18347         20 compatibility code.
18348
18349         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18350
18351         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18352
18353         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18354         with point-at-{eol,bol}.
18355
18356         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18357
18358         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18359
18360         * flow-fill.el (fill-flowed-point-at-bol)
18361         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18362
18363         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18364         Replace with point-at-{eol,bol} throughout all files.
18365
18366 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18367
18368         * ntlm.el (ntlm-string-as-unibyte): New macro.
18369         (ntlm-build-auth-response): Use it.
18370
18371         Remove Emacs 20 stuff:
18372         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18373         (butlast, mapc, remove): Remove the compiler macros.
18374         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18375         of delq and copy-sequence.
18376         * gnus-art.el (popup-menu): Remove the compiler macro.
18377         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18378         Emacs 20.
18379
18380 2004-01-05  Simon Josefsson  <jas@extundo.com>
18381
18382         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18383         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18384         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18385         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18386         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18387         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18388         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18389         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18390         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18391         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18392         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18393         string-xor into ntlm-string-xor.  Suggested by
18394         Jesper Harder <harder@myrealbox.com>.
18395
18396         * ntlm.el: Don't include poem.
18397
18398         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18399         Jesper Harder <harder@myrealbox.com>.
18400
18401         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18402
18403         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18404         probably breaks emacs with DL patch, but do we care? Is anyone
18405         still using the DL stuff?)
18406
18407         * sieve-manage.el: Use the password package.
18408         (sieve-manage-read-passwd): Remove.
18409         (sieve-manage-interactive-login): Use password.  Re-add
18410         condition-case around loop.
18411
18412         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18413         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18414         the password package.
18415
18416 2003-02-19  Simon Josefsson  <jas@extundo.com>
18417
18418         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18419         token.
18420
18421 2002-08-07  Simon Josefsson  <jas@extundo.com>
18422
18423         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18424         (sieve-manage-authenticators):
18425         (sieve-manage-authenticator-alist): Add some SASL mechs.
18426         (sieve-sasl-auth): New function.
18427         (sieve-manage-cram-md5-auth):
18428         (sieve-manage-plain-auth): Rewrite using SASL library.
18429         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18430         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18431         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18432         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18433
18434 2004-01-05  Simon Josefsson  <jas@extundo.com>
18435
18436         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18437         New files.
18438
18439 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18440
18441         * gnus-group.el (gnus-no-groups-message): Update.
18442
18443         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18444
18445 2003-11-09  Simon Josefsson  <jas@extundo.com>
18446
18447         * imap.el: Support for ID IMAP extension (RFC 2971).
18448         (imap-local-variables): Add imap-id.
18449         (imap-id): New variable.
18450         (imap-id): New function.
18451         (imap-parse-response): Parse untagged ID response.
18452         * nnimap.el (nnimap-id): New variable.
18453         (nnimap-open-connection): Use it.
18454
18455 2003-12-28  Simon Josefsson  <jas@extundo.com>
18456
18457         * gnus-score.el (gnus-score-edit-all-score): New.
18458         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18459
18460 2004-01-04  Simon Josefsson  <jas@extundo.com>
18461
18462         * password.el: Add.
18463
18464 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18465
18466         * dns.el (dns-query-types): Fix typo.
18467         (dns-query-types): New function.
18468         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18469         PTR and SOA replies, see RFC 1035.
18470
18471 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18472
18473         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18474
18475         * Moved to Changelog.2.
18476
18477 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18478
18479         * gnus.el (gnus-version-number): Bump version.
18480
18481 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18482
18483         * gnus.el: No Gnus v0.1 is released.
18484
18485 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18486
18487         * gnus.el: No Gnus v0.0 is released.
18488
18489 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18490
18491         * gnus.el (gnus-version-number): Bump.
18492         (gnus-version): No.
18493
18494 See ChangeLog.2 for earlier changes.
18495
18496     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18497       Free Software Foundation, Inc.
18498
18499   This file is part of GNU Emacs.
18500
18501   GNU Emacs is free software: you can redistribute it and/or modify
18502   it under the terms of the GNU General Public License as published by
18503   the Free Software Foundation, either version 3 of the License, or
18504   (at your option) any later version.
18505
18506   GNU Emacs is distributed in the hope that it will be useful,
18507   but WITHOUT ANY WARRANTY; without even the implied warranty of
18508   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18509   GNU General Public License for more details.
18510
18511   You should have received a copy of the GNU General Public License
18512   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18513
18514 ;; Local Variables:
18515 ;; coding: utf-8
18516 ;; fill-column: 79
18517 ;; add-log-time-zone-rule: t
18518 ;; End: