(shr-add-font): Don't put the font properties on the newline or the indentation.
[gnus] / lisp / ChangeLog
1 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-add-font): Don't put the font properties on the newline
4         or the indentation.
5
6         * message.el (message-fix-before-sending): Change options when sending
7         non-printable characters.
8
9         * gnus.el (gnus-update-message-archive-method): Change the default to
10         monthly outgoing groups.
11
12         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
13         that have gotten new numbers.
14
15         * nnimap.el (nnimap-request-replace-article): New function.
16
17 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
20         (nnrss-request-article): Don't use special html washing code.
21
22 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * shr.el (shr-tag-table): Remove useless nconc.
25
26 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * gnus-art.el (article-wash-html): Simplify and remove the charset
29         stuff.  Use the normal html rendering code instead of the special html
30         washing code.
31
32         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
33         `gnus-w3m' symbols.
34         (mm-text-html-washer-alist): Removed.
35
36         * mm-decode.el (mm-inline-text-html-renderer): Removed.
37         (mm-inline-media-tests): Removed use.
38         (mm-text-html-renderer): Change default to the `shr' symbol.
39
40         * mm-view.el (mm-inline-text-html): Removed use.
41
42         * gnus-art.el (gnus-blocked-images): New function.  Allow the
43         `gnus-blocked-images' to be a function.
44         (gnus-article-wash-function): Removed.
45
46 2010-10-20  Julien Danjou  <julien@danjou.info>
47
48         * spam.el (spam-list-of-processors): Mark as obsolete.
49
50         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
51         (nnimap-insert-partial-structure): Fix boundary detection.
52
53 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
54
55         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
56         run file-truename on remote files.  This can be expensive and even
57         prevent one from editing drafts if some unrelated buffer has a stale
58         connection.
59
60 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
63         kinsoku-eol regardless of shr-kinsoku-shorten.
64         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
65         (shr-tag-table): Support caption, thead, and tfoot.
66
67 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
70         lines.
71         (shr-save-contents): New command and keystroke.
72
73         * nndoc.el (nndoc-type-alist): Add git support.
74         (nndoc-git-type-p): New function.
75         (nndoc-transform-git-article): Ditto.
76         (nndoc-transform-git-headers): Ditto.
77         (nndoc-transform-git-headers): Generate Subject headers.
78
79         * shr.el (shr-parse-style): New function.
80         (shr-tag-span): Ditto.
81
82         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
83         to `G G' to avoid collisions.
84
85 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * shr.el: Load kinsoku if necessary.
88         (shr-kinsoku-shorten): New internal variable.
89         (shr-find-fill-point): Make kinsoku shorten text line if
90         shr-kinsoku-shorten is bound to non-nil.
91         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
92         shr-indentation too when testing if table is wider than frame width.
93         (shr-insert-table): Use `string-width' instead of `length' to measure
94         text width.
95         (shr-insert-table-ruler): Make sure indentation is done at bol.
96
97 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
98
99         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
100         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
101         undecoded network data.
102
103 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
106         name in the mode line spec so that the mode line menu works
107         (bug #2431).
108
109         * message.el (message-get-reply-headers): If we're fed `to-address',
110         then always use that.
111
112         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
113         aren't so wide as to need to switch off the edit menu.
114
115         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
116         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
117
118         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
119         `M-g'.
120         (nnimap-update-info): Update flags/read marks even if \* isn't part of
121         the permanent marks.
122
123 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
124
125         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
126         Splitting according to references/in-reply-to obeys the ignore-groups
127         variable, while splitting by sender and subject do not.
128
129 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
132         alist, so that we can look for non-Unicode chars.
133         (article-translate-strings): Allow both character and string maps.
134
135 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * shr.el (shr-insert): Don't insert space behind a wide character
138         categorized as kinsoku-bol, or between characters both categorized as
139         nospace.
140
141 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
142
143         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
144         headers to gnus-newsgroup-headers.
145
146 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * shr.el (shr-tag-img): Don't align images -- since we're not
149         rescaling, this often leads to ugly displays.
150
151 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
152
153         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
154         duplicates.
155
156 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
157
158         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
159         call.
160
161 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * gnus.el: Autoload gnus-html-show-images.
164
165         * nnimap.el: Use nnheader-message throughout.
166
167         * shr.el (shr-tag-img): Ignore images with no data.
168
169 2010-10-15  Julien Danjou  <julien@danjou.info>
170
171         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
172         a possibility to disable format=flow encoding when using hard newlines.
173
174 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * shr.el (shr-insert): Remove space inserted before or after a
177         breakable character or at the beginning or the end of a line.
178         (shr-find-fill-point): Do kinsoku; find the second best point or give
179         it up if there's no breakable point.
180
181 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * nnimap.el (nnimap-open-connection): Message when opening connection
184         for debugging purposes.
185
186         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
187         on every setup buffer call to allow this to change from article to
188         article.
189
190         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
191         buffers where we have a wide table.
192
193 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
194
195         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
196         uses *-request-thread.
197
198 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * nnimap.el (nnimap-open-connection): Remove %s from openssl
201         incantation, which is no longer valid.
202
203 2010-10-14  Julien Danjou  <julien@danjou.info>
204
205         * shr.el: Fix defcustom type (char -> character).
206
207 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * nnimap.el (nnimap-open-connection): tls-program should be a list of
210         programs.
211
212 2010-10-14  Julien Danjou  <julien@danjou.info>
213
214         * shr.el (shr-tag-a): Use url-link as widget type.
215
216         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
217         `gnus-group-get-icon'.
218
219 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
222         This should make server editing work better.
223
224         * shr.el (shr-find-fill-point): Don't inloop on indented text.
225
226         * tls.el (tls-program): Remove spurious %s from openssl.
227
228         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
229         (nnimap-parse-flags): Fix regexp.
230
231         * shr.el (shr-find-fill-point): Use a filling algorithm that should
232         probably work for CJVK text, too.
233
234         * nnimap.el (nnimap-extend-tls-programs): Removed.
235         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
236
237         * tls.el (tls-starttls-switches): Remove starttls hack.
238         (open-tls-stream): Ditto.
239         (tls-find-starttls-argument): Ditto.
240
241 2010-10-13  Julien Danjou  <julien@danjou.info>
242
243         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
244         responses.
245
246 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
249
250         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
251         anything in Emacs.
252
253         * shr.el (shr-current-column): Remove buggy and unnecessary function.
254
255 2010-10-13  Julien Danjou  <julien@danjou.info>
256
257         * shr.el (shr-width): Make shr-width a defcustom with default to
258         fill-column.
259         (shr-tag-img): Use shr-width rather than fill-column.
260
261 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * dgnushack.el (byte-optimize-apply)
264         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
265
266         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
267         position when (X-)Faces exist.
268         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
269         avatars when called interactively.
270
271 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
274         gnus-article-x-face-too-ugly is bound.
275
276 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
279
280         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
281         mailbox that doesn't exist.
282
283 2010-10-12  Julien Danjou  <julien@danjou.info>
284
285         * shr.el (shr-tag-img): Encode URL properly when retrieving.
286         (shr-get-image-data): Encode URL properly when fetching from cache.
287         (shr-tag-img): Use aligned-to spaces to align correctly images.
288
289         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
290         before inserting the Gravatar.
291
292         * shr.el (shr-tag-img): Add align attribute support for <img>.
293
294 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * gnus-gravatar.el (gnus-art): Required.
297
298         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
299         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
300         Remove long obsoleted functions.
301
302 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
305
306         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
307
308         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
309         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
310         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
311         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
312         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
313         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
314         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
315
316 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * nnimap.el (nnimap-request-rename-group): Select group read-only
319         before renaming it.
320
321         * shr.el (shr-insert): Fix up the white space only regexp.
322
323         * nnimap.el (nnimap-transform-split-mail): Not all articles have
324         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
325
326         * shr.el (shr-current-column): New function.
327         (shr-find-fill-point): New function.
328
329 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
330
331         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
332         numbers.
333
334 2010-10-11  Julien Danjou  <julien@danjou.info>
335
336         * shr.el (shr-hr-line): Add.
337         (shr-tag-hr): Use shr-hr-line to specify which character to use to
338         display hr lines.
339         (shr-max-columns): Do not change state to nil if we just inserting
340         spaces.
341
342 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-topic.el (gnus-topic-read-group): If after the last group,
345         select the last group.
346
347 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
348
349         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
350
351 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
352
353         * dig.el (dig-mode-map): Declare and define in one step.
354
355 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
358         for Gnus.
359         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
360         (nnimap-update-qresync-info): Mark \Seen articles as read.
361
362         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
363         non-variable, too.
364
365         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
366         available.
367         (nnimap-update-info): Rely more on the current active than the param
368         active to avoid marking articles as read too much.
369
370         * auth-source.el (auth-source-create): Use (user-login-name) for the
371         user name default.
372
373         * nnimap.el (nnimap-update-info): If the server doesn't return any
374         useful info, just use the previous info.
375         (nnimap-update-info): Prefer old info over start-article.
376         (nnimap-update-qresync-info): Finish implementing QRESYNC.
377
378 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
379
380         * nnir.el (autoload): Clean up autoloads.
381         (nnir-imap-default-search-key): Renamed from
382         nnir-imap-search-field. Use key rather than value.
383         (nnir-imap-search-other): New variable.
384         (nnir-read-parm): Use it.
385         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
386         (gnus-summary-nnir-goto-thread): Modify to work with imap.
387
388 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
389
390         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
391         the process, too.
392
393 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
396         Allbery.
397
398         * shr.el: Rework the way things are indented by <li> slightly.
399
400         * gnus.el (gnus-group-set-parameter): Fix typo.
401
402         * nnimap.el: Start implementing QRESYNC support.
403
404 2010-10-09  Julien Danjou  <julien@danjou.info>
405
406         * nnir.el (nnir-engines): Fix too many arguments.
407
408 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
411         group is the "last", so that the backends like nnfolder actually save
412         their folders.
413
414         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
415         try to use that for the tls stream.
416         (nnimap-retrieve-group-data-early): Rework the marks code to heed
417         UIDVALIDITY and find out which groups are read-only and not.
418         (nnimap-get-flags): Use the same marks parsing code as the rest of
419         nnimap.
420
421 2010-10-09  Julien Danjou  <julien@danjou.info>
422
423         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
424
425         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
426         retrieving gravatars.
427
428         * shr.el (shr-table-corner): Add.
429         (shr-table-line): Add.
430         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
431
432 2010-10-08  Julien Danjou  <julien@danjou.info>
433
434         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
435
436 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
437
438         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
439
440         * gnus-sum.el (gnus-mark-article-as-unread)
441         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
442         (gnus-summary-set-bookmark): Use it.
443
444         * gnus-msg.el (gnus-setup-message): Use it.
445
446         * gnus-demon.el (gnus-demon-remove-handler): Use it.
447
448         * gnus.el (gnus-group-remove-parameter): Use it.
449
450         * gnus-group.el (gnus-group-make-web-group): Use it.
451
452         * gnus-demon.el (gnus-demon-remove-handler): Use it.
453
454         * nnregistry.el: Update docs to mention manual.
455
456         * gnus-registry.el: Update docs to mention nnregistry.el.
457         (gnus-registry-initialize): Don't install nnregistry refer method
458         automatically.
459         (gnus-registry-install-nnregistry): Remove it.
460
461 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * shr.el (shr-insert): Don't insert double spaces.
464
465 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-gravatar.el (gnus-treat-from-gravatar)
468         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
469         called interactively.
470
471         * gnus-art.el (gnus-mime-view-part-externally)
472         (gnus-mime-view-part-internally): Make predicate function passed to
473         gnus-mime-view-part-as-type assume argument is a mime type, not a list
474         of a mime type.
475
476         * shr.el (shr-table-widths): Don't use cl function `reduce'.
477
478 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * shr.el (require): Require cl when compiling.
481         (shr-tag-hr): New function.
482
483         * nnimap.el (nnimap-update-info): Remove double setting of high.
484         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
485         makes nnimap work properly on Courier again.
486
487         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
488         the variable for backwards compatability.
489
490         * mm-decode.el (mm-save-part): If given a non-directory result, expand
491         the file name before using to avoid setting mm-default-directory to
492         nil.
493
494         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
495         bidning gnus-agent variables.
496
497         * shr.el (shr-render-td): Use a cache for the table rendering function
498         to avoid getting an exponential rendering behaviour in nested tables.
499         (shr-insert): Rework the line-breaking algorithm.
500         (shr-insert): Don't leave trailing spaces.
501         (shr-insert-table): Also insert empty TDs.
502         (shr-tag-blockquote): Ensure paragraphs after </ul>.
503
504 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
505
506         * gnus-sum.el (gnus-number): Rename from `number'.
507         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
508         (gnus-summary-limit-children): Update uses correspondingly.
509
510 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
513         (gnus-gravatar-transform-address): Don't show avatars of people of
514         which mail addresses match gnus-gravatar-too-ugly.
515
516 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * shr.el (shr-table-widths): Expand TD elements to fill available
519         space.
520
521 2010-10-07  Julien Danjou  <julien@danjou.info>
522
523         * nnimap.el (nnimap-request-rename-group): Add this method.
524
525 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
528         name from XEmacs' function-arglist.
529
530         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
531         gravatar under XEmacs.
532
533 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
534
535         * auth-source.el: Update docs with TODO items.
536
537         * gnus-sync.el: Update docs to explain state and plans.
538
539         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
540         Hooks for mark updates.
541         (gnus-request-set-mark, gnus-request-update-mark): Use them.
542
543         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
544         hooks with arguments, which is needed for mark update hooks.
545
546 2010-10-06  Julien Danjou  <julien@danjou.info>
547
548         * gnus.el (gnus-expand-group-parameter): Only return and act on what
549         was matched.
550
551         * sieve-manage.el: Update example in `Commentary'.
552
553         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
554
555         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
556         not 2000.
557         (sieve-manage-authenticate): Re-add function.
558
559 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * shr.el (shr-insert): Get 'space transition right.
562         (shr-render-td): Only delete space at the end of the TD.
563
564         * nnimap.el (nnimap-open-connection): Prepare to support
565         open-gnutls-stream.
566
567         * shr.el: Rearrange function order to be more logical.
568
569 2010-10-06  Julien Danjou  <julien@danjou.info>
570
571         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
572         (nnrss-discover-feed): Remove 404 URL in docstring.
573
574         * nnir.el: Fix Swish-E URL.
575         Fix Namazu URL.
576
577         * message.el (message-change-subject): Remove 404 URL in a comment.
578
579 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
582         called interactively.
583
584         * gnus-util.el (gnus-remove-if): Allow hash table.
585         (gnus-remove-if-not): New function.
586
587         * gnus-art.el (gnus-mime-view-part-as-type)
588         * gnus-score.el (gnus-summary-score-effect)
589         * gnus-sum.el (gnus-read-move-group-name):
590         Replace remove-if-not with gnus-remove-if-not.
591
592         * gnus-group.el (gnus-group-completing-read):
593         Regard collection as a hash table if it is not a list.
594
595 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * shr.el (shr-render-td): Allow blank/missing <TD>s.
598
599         * shr.el: Document the table-rendering algorithm.
600
601 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
604         for Emacsen having no `libxml-parse-html-region' support.
605
606 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
609         invalid URLs.
610
611         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
612         line-broken.
613         (shr-tag-img): Ignore image fetching errors.
614         (shr-overlays-in-region): Compute overlay positions correctly.
615
616         * mm-decode.el (mm-shr): Require shr.
617
618         * gnus-art.el (gnus-blocked-images): Move variable here.
619
620         * shr.el (shr-insert-table): Bind free variable.
621
622         * mm-decode.el (mm-shr): Bind shr-content-function.
623
624         * shr.el (shr-content-function): New variable.
625
626         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
627         added for symmetry.
628
629         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
630
631         * gnus-group.el (gnus-group-make-group): Doc fix.
632
633         * nnimap.el (nnimap-request-newgroups): Return success.
634
635         * shr.el (shr-find-elements): New function.
636         (shr-tag-table): Put all the images after the table.
637         (shr-tag-table): Really inhibit images inside the table.
638         (shr-collect-overlays): Copy over overlays from the TD elements to the
639         main document.
640
641         * mm-decode.el (mm-shr): Bind shr-blocked-images to
642         gnus-blocked-images.
643
644 2010-10-05  Julien Danjou  <julien@danjou.info>
645
646         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
647
648         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
649         (gnus-html-maximum-image-size): Add this function.
650         (gnus-html-put-image): Use gnus-html-maximum-image-size.
651
652         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
653         server-value of the capability is nil.
654
655 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * shr.el (shr-tag-em): Add <EM> tag.
658
659 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
660
661         * sieve-manage.el (sieve-manage-default-stream): Make default stream
662         customizable.
663
664         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
665         handing broken links to browse-url.
666
667 2010-10-05  Julien Danjou  <julien@danjou.info>
668
669         * gnus-util.el (gnus-emacs-completing-read)
670         (gnus-iswitchb-completing-read): Use autoload rather than require.
671
672 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
675         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
676         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
677         iswitchb-temp-buflist for XEmacs.
678
679         * gnus-util.el (gnus-completing-read-function): Exclude
680         gnus-icompleting-read and gnus-ido-completing-read from candidates for
681         XEmacs since iswitchb.el is very old and ido.el is unavailable in
682         XEmacs.
683
684         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
685         not to use `delete-dups' that is unavailable in XEmacs 21.4.
686
687         * gnus-html.el: Don't require help-fns under XEmacs.
688         (gnus-html-schedule-image-fetching): Work for XEmacs.
689
690         * mm-decode.el (mm-shr): Decode contents by charset.
691
692 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
695         unknown.
696
697         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
698         (shr-get-image-data): Ensure against the cache file missing.
699
700         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
701         for data.
702
703         * spam-report.el (spam-report-url-ping-plain): Don't query about
704         killing the process.
705
706         * shr.el (shr-render-td): Protect against too-wide text.
707
708 2010-10-04  Julien Danjou  <julien@danjou.info>
709
710         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
711         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
712
713         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
714         retrieved.
715
716 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * shr.el (browse-url): Required.
719         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
720         lines.
721         (shr-show-alt-text, shr-browse-image): New commands.
722         (shr-browse-url, shr-copy-url): New commands.
723
724         * gnus-sum.el (gnus-widen-article-window): New variable.
725         (gnus-summary-select-article-buffer): Use it.
726
727         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
728         without @ signs.
729
730 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
731
732         * nnir.el (nnir-run-imap): Remove spurious space in search string.
733
734 2010-10-04  Julien Danjou  <julien@danjou.info>
735
736         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
737         for XEmacs.
738
739 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
742
743         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
744         (nnimap-close-server): Implement.
745
746         * dgnushack.el (iswitchb): Require to shut up the compiler.
747
748         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
749         (shr-insert): Tweak line breaking.
750         (shr-insert): Handle <pre> better.
751         (shr-tag-li): Get <li> indentation right.
752         (shr-tag-li): Get <li> indentation even righter.
753         (shr-tag-blockquote): Ensure paragraph start.
754         (shr-make-table): Tweak table generation.
755         (shr-make-table): Fix typo.
756
757         * shr.el: Implement table rendering.
758
759 2010-10-04  Julien Danjou  <julien@danjou.info>
760
761         * gnus-html.el (gnus-html-put-image): Fix resize image code.
762
763 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * shr.el (shr-insert): Use string anchors instead of line anchors.
766
767 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * shr.el: Add headings.
770         (shr-ensure-paragraph): Actually work.
771         (shr-tag-li): Make <ul> prettier.
772         (shr-insert): Get white space at the beginning/end of elements right.
773         (shr-tag-p): Collapse subsequent <p>s.
774         (shr-ensure-paragraph): Don't insert double line feeds after blank
775         lines.
776         (shr-insert): \t is also space.
777         (shr-tag-s): Fix "s" tag name function.
778         (shr-tag-s): Fix face prop name.
779
780 2010-10-03  Julien Danjou  <julien@danjou.info>
781
782         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
783
784         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
785         gnus-window-inside-pixel-edges.
786
787         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
788         gnus-ems.
789
790         * mm-view.el (mm-inline-image-emacs): Support image resizing.
791
792         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
793         function.
794
795         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
796         resize choice.
797
798 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
801         beginning of the buffer.
802
803         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
804         article buffer again.
805
806         * shr.el (shr-tag-p): Don't insert newlines at the start of the
807         buffer.
808
809         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
810         when it's at the start of the buffer.
811
812         * shr.el (shr-tag-blockquote): Convert name.
813         (shr-rescale-image): Use the right image-size variant.
814
815         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
816         buffer isn't shown, then select the current article first instead of
817         bugging out.
818         (gnus-summary-select-article-buffer): Show both the article and summary
819         buffers again.
820
821         * shr.el (shr-fontize-cont): Protect against regions with no text.
822         Rename tag functions to shr-tag-* for enhanced security.
823         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
824
825 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
826
827         * shr.el (shr-insert):
828         * pop3.el (pop3-movemail):
829         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
830         loaded.
831
832 2010-10-03  Glenn Morris  <rgm@gnu.org>
833
834         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
835
836         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
837
838         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
839
840         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
841
842         * gnus-util.el (gnus-make-local-hook): Simplify.
843
844 2010-10-02  Julien Danjou  <julien@danjou.info>
845
846         * gnus-util.el (gnus-iswitchb-completing-read): New function.
847         (gnus-ido-completing-read): New function.
848         (gnus-emacs-completing-read): New function.
849         (gnus-completing-read): Use gnus-completing-read-function.
850         Add gnus-completing-read-function.
851
852 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * shr.el (shr-insert-document): Autoload.
855         (shr-img): Be silent.
856         (shr-insert): Add a newline after every picture before text.
857         (shr-add-font): Use overlays for combining faces.
858         (shr-insert): Pass upwards the text start point.
859
860         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
861         possible.
862         (mm-shr): New function.
863
864 2010-10-02  Julien Danjou  <julien@danjou.info>
865
866         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
867         should go backward.
868
869 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
870
871         * shr.el (shr): Fix typo in provide call.
872
873 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * shr.el: New file.
876
877         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
878
879         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
880         completing read.
881
882 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
885         we're being queried about.  Suggested by Dan Jacobson.
886
887         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
888         by Jason Eisner.
889
890         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
891         table, too.  Suggested by Stefan Wiens.
892         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
893         the table unnecessary.  Suggested by Stefan Wiens.
894
895         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
896         longer needed, and probably doesn't work either, as pointed out by
897         Stefan Wiens.
898         (gnus-summary-exit): Remove call to the clearing function.
899         (gnus-summary-exit-no-update): Ditto.
900
901         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
902         instead of gnus-eval-in-buffer-window to avoid popping up frames.
903         Reported by Stefan Monnier.
904         (gnus-summary-save-in-rmail): Ditto.
905
906         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
907         article buffer, instead of both the article buffer and the summary
908         buffer.  Sort of suggested by Dan Jacobson.
909
910         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
911
912         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
913         Suggested by Dan Jacobson.
914
915         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
916         documentation clearer.
917
918         * message.el (message-shorten-references): Comment on the number "21".
919         Suggested by Stefan Monnier.
920
921         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
922         Suggested by Dan Jacobson.
923
924         * gnus.el (gnus-large-newsgroup): Mention
925         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
926
927         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
928         externalize attachments.  Bug reported by Steve Wen.
929
930         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
931         really message anything to the user.
932
933         * nnmail.el (nnmail-article-group): Allow using the fancy split method
934         directly.
935
936         * nnimap.el (nnimap-request-group): Low higher than high to signal no
937         messages in empty groups.
938
939 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
940
941         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
942         non-UIDNEXT group.
943
944 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
947         not the value from the collection.
948
949         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
950         values.  This sometimes happens on some groups that have no info.
951         (nnimap-request-newgroups): New function.
952
953 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
954
955         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
956         check into `gnus-registry-initialize'.
957         (gnus-registry-initialize): Ditto.
958         Fix and extend header docs.
959
960 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
963         regexp backtrace overflows.
964
965         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
966         for starttls that tls.el implements; i.e. openssl.
967
968         * tls.el (tls-starttls-switches): Give up on using starttls with
969         gnutls-cli.
970         (tls-program): Add --insecure to be consistent with the defaults from
971         openssl s_client.  Now all three commands are insecure.
972
973 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * lpath.el: Bind completion-styles-alist for XEmacs.
976
977         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
978         (gravatar-create-image): New function that's an alias to
979         gnus-xmas-create-image, gnus-create-image, or create-image.
980         (gravatar-data->image): Use it.
981
982 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
983
984         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
985         install the nnregistry refer method.
986         (gnus-registry-install-hooks): Use it.
987         (gnus-registry-unfollowed-groups): Add nnmairix to the default
988         unfollowed groups.
989
990 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
991
992         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
993         expanding threads.
994
995 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * nnir.el: Use the server names without suffixes (bug #7009).
998
999         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1000         unencrypted to STARTTLS, if possible.
1001
1002 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1003
1004         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1005         headers before superseding.
1006
1007 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * nnrss.el (nnrss-use-local): Add documentation.
1010
1011         * nnimap.el (nnimap-extend-tls-programs): New function.
1012         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1013         (nnimap-wait-for-connection): Accept the greeting from the stupid
1014         output from openssl s_client -starttls, too.
1015
1016         * tls.el (tls-starttls-switches): New variable.
1017         (tls-find-starttls-argument): Use it.
1018         (open-tls-stream): Ditto.
1019
1020         * netrc.el (netrc-credentials): Return the value of the "default"
1021         entry.
1022         (netrc-machine): Ditto.
1023
1024         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1025         article number.
1026         (nnimap-split-fancy): New variable.
1027         (nnimap-split-incoming-mail): Use it.
1028
1029         * nntp.el (nntp-server-list-active-group): Document.
1030
1031         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1032         SELECT to get the message-id.
1033
1034         * mail-source.el (mail-sources): Removed webmail support.
1035         (defvar): Ditto.
1036         (mail-source-fetcher-alist): Ditto.
1037         (mail-source-fetch-webmail): Removed.
1038
1039         * webmail.el: Removed -- doesn't seem relevant any more.
1040
1041         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1042
1043         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1044         the \r.
1045
1046 2010-09-30  Julien Danjou  <julien@danjou.info>
1047
1048         * gnus-agent.el (gnus-agent-add-group): Fix call to
1049         gnus-completing-read.
1050
1051 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * nndoc.el (nndoc-retrieve-groups): New function.
1054
1055         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1056         `default', use nnmail-split-methods.
1057         (nnimap-request-article): Downcase the NILs so that they are nil.
1058
1059         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1060         symbol.
1061
1062         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1063         code, since if the user has requested network, that's what they ought
1064         to get.
1065         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1066         (nnimap-split-rule): Mark as obsolete.
1067
1068         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1069         variable.
1070
1071         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1072         correct slot, too.
1073
1074 2010-09-29  Julien Danjou  <julien@danjou.info>
1075
1076         * gnus.el (gnus-local-domain): Declare variable obsolete.
1077
1078         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1079         computing.
1080         (gnus-ido-completing-read): Require ido.
1081
1082 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1085         build Gnus.
1086
1087         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1088         when interpreting the structures.
1089         (nnimap-request-accept-article): Add \r\n to the lines to make this
1090         work with Cyrus.
1091
1092         * nndraft.el (nndraft-request-expire-articles): Use the group name
1093         instead if "nndraft".  Fix found by Nils Ackermann.
1094
1095 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1096
1097         * nnregistry.el: Added.
1098
1099 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1100
1101         * nnmail.el (group, group-art-list, group-art):
1102         Remove unneeded directives.
1103
1104 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1107         (mm-mime-charset)
1108         * rfc2047.el (rfc2047-syntax-table)
1109         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1110
1111         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1112         rather than `insert-file-contents' and `eval-region'.
1113
1114         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1115         construction.
1116
1117         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1118
1119         * time-date.el: No need to require cl for Emacs 21.
1120
1121 2010-09-29  Julien Danjou  <julien@danjou.info>
1122
1123         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1124         replacement of `gnus-gravatar-relief' to mimic
1125         `gnus-faces-properties-alist'.
1126         Add :version property.
1127
1128 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * mail-source.el (mail-source-report-new-mail)
1131         * message.el (message-default-mail-headers)
1132         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1133
1134         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1135
1136 2010-09-28  Julien Danjou  <julien@danjou.info>
1137
1138         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1139         mail-address contains the same string as real-name.
1140
1141         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1142         non-blank in header, otherwise it'll get stripped.
1143
1144         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1145         real-name, and then for mail address rather than doing : or , search.
1146
1147 2010-09-27  Julien Danjou  <julien@danjou.info>
1148
1149         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1150         (gnus-server-goto-server): Use gnus-completing-read.
1151
1152         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1153
1154         * mm-util.el (defalias): Use gnus-completing-read.
1155         (mm-codepage-setup): Use gnus-completing-read.
1156
1157         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1158         (smime-decrypt-buffer): Use gnus-completing-read.
1159
1160         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1161
1162         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1163         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1164         (mml-insert-multipart): Use gnus-completing-read.
1165
1166         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1167
1168         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1169
1170         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1171
1172         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1173
1174         * gnus.el (gnus-read-method): Use gnus-completing-read.
1175
1176         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1177
1178         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1179         (gnus-mime-action-on-part): Use gnus-completing-read.
1180         (gnus-article-encrypt-body): Use gnus-completing-read.
1181
1182         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1183         (gnus-topic-move-matching): Use gnus-completing-read.
1184         (gnus-topic-copy-matching): Use gnus-completing-read.
1185         (gnus-topic-sort-topics): Use gnus-completing-read.
1186         (gnus-topic-move): Use gnus-completing-read.
1187
1188         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1189         (gnus-agent-add-group): Use gnus-completing-read.
1190
1191         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1192         gnus-completing-read.
1193         (nnmairix-update-groups): Use gnus-completing-read.
1194         (nnmairix-get-server): Use gnus-completing-read.
1195         (nnmairix-backend-to-server): Use gnus-completing-read.
1196         (nnmairix-goto-original-article): Use gnus-completing-read.
1197         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1198
1199         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1200
1201         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1202         (gnus-group-make-useful-group): Use gnus-completing-read.
1203         (gnus-group-make-web-group): Use gnus-completing-read.
1204         (gnus-group-add-to-virtual): Use gnus-completing-read.
1205         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1206
1207         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1208         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1209         (gnus-summary-execute-command): Use gnus-completing-read.
1210         (gnus-summary-respool-article): Use gnus-completing-read.
1211         (gnus-read-move-group-name): Use gnus-completing-read.
1212
1213         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1214         (gnus-summary-score-effect): Use gnus-completing-read.
1215
1216         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1217
1218         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1219         right completing-read function.
1220         (gnus-use-ido): New variable
1221         (gnus-completing-read-with-default): Remove.
1222
1223 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1226         x-focus-frame.
1227
1228         * nnimap.el (auth-source-forget-user-or-password)
1229         (auth-source-user-or-password): Autoload.
1230
1231         * message.el (message-from-style, message-interactive)
1232         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1233         (message-yank-prefix, message-indentation-spaces, message-signature)
1234         (message-signature-file): Add comment.
1235
1236 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1239         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1240         new articles.
1241
1242         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1243         parts.
1244         (nnimap-request-article): Work with the t setting, too.
1245
1246         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1247         that you don't get flashes of other buffers.
1248         (gnus-summary-show-complete-article): Intern before setting.
1249
1250 2010-09-27  David Engster  <dengste@eml.cc>
1251
1252         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1253         well as HEADERS.
1254         (nnmairix-retrieve-headers): Provide new argument for the above.
1255
1256 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257
1258         * gnus-sum.el (gnus-summary-move-article): Don't alter
1259         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1260         group.
1261
1262         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1263
1264         * message.el (message-cite-prefix-regexp): Revert my last edit.
1265
1266         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1267         variable instead of the Gnus variable.
1268
1269         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1270
1271         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1272         again.
1273
1274         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1275         since some servers don't like it.
1276         (nnimap-open-connection): Forget credentials if the server says the
1277         password was wrong.
1278         (nnimap-parse-line): Protect against invalid data.
1279
1280         * gnus-sum.el (gnus-summary-move-article): Add comment.
1281         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1282         nothing alters it while scanning for new messages.
1283
1284         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1285         which may or may not help.
1286         (nnimap-open-connection): If we're doing a stream connection, and then
1287         discover we're on a STARTTLS-capable server, then open a STARTTLS
1288         connection instead.
1289
1290 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * nnimap.el (utf7): Required.
1293
1294         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1295         prefix.
1296
1297 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1298
1299         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1300
1301 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * nnimap.el (nnimap-request-accept-article): Message the error on
1304         error.
1305
1306 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1309
1310 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * nndoc.el (nndoc-request-list): Return success always.
1313
1314         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1315         `fetch-old' -- we only want to fetch the articles we've requested.  The
1316         rest are in the agent, probably.
1317         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1318         disappeared server" to something low.  It's not important.
1319
1320         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1321         arrived before the FETCH data.
1322
1323         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1324         target here, because we don't know the Gnus name of the group.
1325
1326         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1327         for the correct group.
1328
1329         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1330
1331         * gnus.el (gnus): Give a final warning after startup.
1332
1333         * gnus-util.el (gnus-action-message-log): New variable.
1334         (gnus-message): Use it.
1335         (gnus-final-warning): New function.
1336
1337         * nnimap.el (nnimap-open-connection): Record the greeting.
1338         (nnimap): Add greeting.
1339
1340 2010-09-26  Julien Danjou  <julien@danjou.info>
1341
1342         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1343         arguments.
1344         (gnus-html-wash-images): Fix spec computing to include start/end.
1345
1346         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1347
1348 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1351         deletion.
1352         (nnimap-retrieve-headers): Don't select the group, because that's
1353         already done by nnimap-possibly-change-group.
1354
1355         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1356         (gnus-picon-transform-address): Use it.
1357
1358         * mail-source.el (mail-source-value): Revert previous patch.
1359
1360         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1361         on failure.
1362         (nnimap-open-connection): Look up both virtual and physical server name
1363         credentials.
1364
1365         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1366
1367 2009-02-07  Dave Love  <fx@gnu.org>
1368
1369         * tls.el (open-tls-stream): Don't query killing process.
1370
1371 2009-02-08  Dave Love  <fx@gnu.org>
1372
1373         * gnus-win.el (gnus-window-to-buffer-helper,
1374         gnus-all-windows-visible-p): Function needn't be a symbol.
1375
1376         * mail-source.el (mail-source-value): Function needn't be a symbol.
1377
1378 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * message.el (message-cite-prefix-regexp): Remove } from the cite
1381         prefix.
1382
1383         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1384         highlight again, so that the highlight is correct.
1385
1386         * gnus-picon.el (gnus-picon): Remove again.
1387         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1388
1389         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1390         doing the header highlightling, so that the background colour of the
1391         picon is correct.
1392
1393         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1394         (gnus-picon): Ditto.
1395         (gnus-picon): Reinstate.  The background colour for picons is white.
1396         (gnus-picon-insert-glyph): Make the background white.
1397
1398         * nnml.el (nnml-open-nov): Don't return dead buffers.
1399
1400         * auth-source.el (auth-source-create): Query the user for whether to
1401         store the credentials.
1402
1403         * netrc.el (netrc-store-data): New function.
1404
1405         * auth-source.el (auth-source-user-or-password): Use the existing auth
1406         sources, if any, for creation.
1407
1408         * gnus.el (gnus-group-fast-parameter): Return the last matching
1409         parameter instead of the first matching parameter.
1410
1411 2010-09-26  Julien Danjou  <julien@danjou.info>
1412
1413         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1414
1415 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * mml2015.el (mml2015-use): Remove gpg support.
1418
1419         * mml1991.el (mml1991-function-alist): Remove gpg function.
1420         (mml1991-gpg-sign): Removed.
1421
1422 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1423
1424         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1425         (gnus-browse-unsubscribe-current-group): Document it.
1426         (gnus-browse-unsubscribe-group): Use it.
1427
1428 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1431         address to the To list for easier response.
1432
1433         * gnus.el (gnus-play-startup-jingle): Removed.
1434         (gnus-splash): Don't play jingle.
1435         (gnus): Silence gnus-load message.
1436
1437         * gnus-art.el (gnus-treat-play-sounds): Removed.
1438
1439         * gnus.el (gnus-play-jingle): Remove audio support.
1440
1441         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1442
1443         * earcon.el: Removed -- no users.
1444
1445         * gnus-audio.el: Removed -- no users of this package.
1446
1447         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1448
1449         * gnus-start.el (gnus-setup-news): Remove nocem support.
1450
1451         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1452
1453         * gnus.el (gnus-use-nocem): Removed.
1454
1455         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1456         Removed.
1457
1458         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1459         uses NoCeM any more.
1460
1461         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1462         (gnus-button-ctan-handler): Ditto.
1463         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1464         (gnus-button-ctan-directory-regexp): Ditto.
1465         (gnus-button-handle-ctan): Ditto.
1466         (gnus-button-tex-level): Ditto.
1467         (gnus-button-alist): Removed CTAN stuff.
1468
1469 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1472         nnimap-streaming test.
1473
1474         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1475         servers twice.
1476
1477         * nnimap.el (nnimap-open-connection): Add more error reporting when
1478         nnimap fails early.
1479
1480         * nnheader.el (nnheader-get-report-string): New function.
1481         (nnheader-get-report): Use it.
1482
1483         * gnus-int.el (gnus-check-server): Say what the error was when opening
1484         failed.
1485
1486         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1487         using streaming.
1488
1489 2010-09-25  Julien Danjou  <julien@danjou.info>
1490
1491         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1492         gnus-window-inside-pixel-edges.
1493
1494 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1497
1498         * mm-decode.el (mm-save-part): Allow saving to other directories the
1499         normal Emacs way.
1500
1501         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1502         by Jay Berkenbilt.
1503
1504         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1505         there isn't a single byte.
1506
1507         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1508         just do it.  It doesn't really seem to matter what the user responds
1509         here, I think, so it's just a confusing question.
1510
1511         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1512         non-streaming case.
1513
1514         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1515         (gnus-article-encrypt-body): Use it.
1516
1517         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1518         keystroke.
1519
1520         * nnimap.el (nnimap-find-wanted-parts-1): Use
1521         gnus-fetch-partial-articles.
1522
1523         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1524
1525         * nnimap.el (nnimap-insert-partial-structure): New function.
1526         (nnimap-get-partial-article): New function.
1527         (nnimap-request-article): Use it.
1528         (nnimap-wait-for-response): Return whether the wait was successful.
1529         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1530         retrieval wasn't successful.
1531         (nnimap-retrieve-group-data-early): Allow throttling servers.
1532         (nnimap-streaming): New variable.
1533         (nnimap-fetch-partial-articles): Removed.
1534
1535         * mm-decode.el (mm-with-part): Protect against killed buffers.
1536
1537         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1538         for prettier summary display.
1539
1540 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1541
1542         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1543         directly.
1544
1545 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1548         apparently third-party libraries depend on it.
1549
1550         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1551         before starting negotiation.
1552
1553         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1554         privacy reasons.
1555         (gnus-treat-mail-gravatar): Ditto.
1556
1557         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1558         buffer when inserting images.  Inserting text into the headers, for
1559         instance, can make them invalid.
1560
1561 2010-09-25  Julien Danjou  <julien@danjou.info>
1562
1563         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1564         variables.
1565
1566         * nnheader.el: Remove useless variables news-reply-yank-from and
1567         news-reply-yank-message-id.
1568
1569         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1570         variables.
1571
1572         * mml1991.el: Remove useless mml1991-verbose.
1573
1574         * gnus.el: Remove useless variable gnus-use-generic-from.
1575         Remove obsolete variable gnus-topic-indentation.
1576
1577         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1578
1579         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1580
1581         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1582
1583         * gnus-group.el: Remove useless gnus-group-icon-cache.
1584         Remove useless gnus-ephemeral-group-server.
1585
1586         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1587
1588         * mml2015.el: Remove useless mml2015-verbose.
1589
1590         * mml-smime.el: Remove useless mml-smime-verbose.
1591
1592         * gnus.el: Remove useless gnus-local-domain.
1593
1594         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1595         gnus-gravatar-size.
1596
1597         * gnus-art.el: Remove useless gnus-treat-translate.
1598
1599 2010-09-24  Julien Danjou  <julien@danjou.info>
1600
1601         * gnus-sum.el: Add support for Gravatars.
1602
1603         * gnus-art.el: Add support for Gravatars.
1604
1605         * gnus-gravatar.el: Add this file.
1606
1607         * gravatar.el: Add this file.
1608
1609 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1612
1613         * gnus-group.el (gnus-group-fetch-faq): Removed.
1614
1615         * gnus.el (gnus-group-faq-directory): Removed.
1616
1617         * gnus-group.el (gnus-group-fetch-charter): Removed.
1618
1619         * gnus.el (gnus-group-charter-alist): Removed.
1620
1621         * gnus-group.el (gnus-group-archive-directory): Removed.
1622         (gnus-group-recent-archive-directory): Ditto.
1623         (gnus-group-make-archive-group): Removed.
1624
1625         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1626
1627         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1628         use the same article number for all the cached articles.
1629
1630         * nnimap.el (nnimap-command): Register the last command time so
1631         that we can use it for idling NOOPs.
1632         (nnimap-open-connection): Start the keeplive timer.
1633         (nnimap-make-process-buffer): Store all the process buffers.
1634         (nnimap-keepalive): New function.
1635
1636         * starttls.el: (starttls-open-stream): Add autoload cookie.
1637
1638 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1639
1640         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1641         handling.
1642
1643 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1646         its data structures.
1647
1648         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1649         instead of the cl.el copy-list.
1650         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1651         equalp.
1652
1653 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1656         and tool-bar-local-item-from-menu.
1657
1658         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1659         mode-line-highlight face for Emacs.
1660
1661         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1662         loading gnus-sum.elc; fix comment for canlock-verify.
1663         (gnus-article-jump-to-part): Use read-number.
1664         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1665         Emacs pre-21 compatible code for help-echo.
1666         (gnus-article-next-page-1): No need to adjust the number of lines.
1667         (gnus-article-describe-bindings): Always use help-buffer.
1668
1669         * gnus-audio.el (gnus-audio-inline-sound)
1670         * gnus-cus.el (gnus-custom-mode)
1671         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1672
1673         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1674
1675         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1676         compatible code.
1677
1678 2010-09-24  Glenn Morris  <rgm@gnu.org>
1679
1680         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1681         visiting the fcc file in rmail-mode.
1682
1683         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1684
1685 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * nnir.el: Silence the byte compiler.
1688
1689         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1690         alias to browse-url-url-encode-chars if any.
1691         (gnus-html-encode-url): Use it.
1692
1693 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * gnus-start.el (gnus-use-backend-marks): New variable.
1696         (gnus-get-unread-articles-in-group): Use it.
1697
1698         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1699         makeover.
1700
1701 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1702
1703         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1704
1705 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1708         Removed.
1709         (gnus-setup-news-hook): Removed
1710         gnus-fixup-nnimap-unread-after-getting-new-news.
1711
1712         * gnus-int.el (gnus-request-update-info): Protect against backends not
1713         having the function.
1714
1715         * nnimap.el (nnimap-stream): Mention starttls.
1716         (nnimap-open-connection): Add starttls support.
1717
1718 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1719
1720         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1721
1722 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723
1724         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1725         BODYSTRUCTUREs.
1726         (nnimap-transform-headers): Unfold quoted {42} headers.
1727
1728         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1729         the info.
1730         (gnus-get-unread-articles): Only call updatep on backends that support
1731         it.
1732
1733         * nnweb.el (nnweb-request-update-info): NOOP.
1734
1735         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1736
1737         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1738         since it only deals with marks.
1739
1740         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1741         gnus-request-marks, and make a new gnus-request-update-info.
1742
1743         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1744         the active instead of the high number, which is usually too low.
1745
1746 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1747
1748         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1749         * encrypt.el: Removed.
1750
1751 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1754         server in symbolic form.
1755
1756         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1757         0.9.
1758
1759 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1762         (nnimap-update-info): Fix up code slightly.
1763
1764         * gnus-int.el (gnus-open-server): Add tracing for performance
1765         debugging.
1766
1767         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1768         (gnus-group-insert-group-line): Pass the real group name so that it
1769         gets the right data.
1770
1771         * gnus-start.el (gnus-get-unread-articles): Don't have
1772         `gnus-get-unread-articles-in-group' update info, since that can be
1773         really slow and doesn't seem to be needed?
1774
1775 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1776
1777         * time-date.el (date-to-time): Try using parse-time-string first before
1778         using the slower timezone-make-date-arpa-standard.
1779
1780 2010-09-22  Julien Danjou  <julien@danjou.info>
1781
1782         * gnus-group.el (gnus-group-insert-group-line): Call
1783         gnus-group-highlight-line.
1784         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1785         default hook list.
1786         (gnus-group-update-eval-form): Add new function.
1787         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1788         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1789
1790 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1793         immediate, then expire all articles.
1794         (nnimap-update-info): Fix off-by-one errors.
1795         (nnimap-flags-to-marks): Would return no marks lists for group with no
1796         flags.  Instead return the other data.
1797
1798 2010-09-22  Julien Danjou  <julien@danjou.info>
1799
1800         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1801         Only return an icon.
1802         (gnus-group-insert-group-line): Compute icon to return.
1803
1804         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1805         variable.
1806         (gnus-html-image-fetched): Only cache if
1807         gnus-html-image-automatic-caching is set.
1808         (gnus-html-image-fetched): Check for errors.
1809
1810 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1813         once per method on `g'.  This ensures that backends like nnfolder don't
1814         open all their folders.
1815
1816         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1817         (nnimap-request-list): Nix out group in the correct buffer.
1818         (nnimap-parse-flags): Implement by using `read' instead of
1819         hand-parsing.
1820         (nnimap-flags-to-marks): Pass on permanent-flags.
1821         (nnimap-make-process-buffer): Record the server name.
1822         (nnimap-parse-flags): Fix typo.
1823         (nnimap-request-scan): Run split on the server in general, not just a
1824         single group.
1825
1826         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1827         parameter, and propagate this downwards.
1828
1829         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1830         since EXAMINE changes it on the server.
1831
1832         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1833         this command might take a while.
1834
1835 2010-09-22  Julien Danjou  <julien@danjou.info>
1836
1837         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1838         harmful if you have 2 images side-by-side, they can't be properly
1839         update on text deletion.  Using text-property is safer here.
1840         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1841         data.
1842
1843 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * nnimap.el (nnimap-expunge-inbox): Removed.
1846         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1847         (nnimap-expunge): Flip default to t.
1848
1849         * gnus.el (gnus-method-to-server): Don't push things to the cache
1850         unless it's unique.
1851         (gnus-server-to-method): Ditto.
1852
1853 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1854
1855         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1856
1857 2010-09-22  Julien Danjou  <julien@danjou.info>
1858
1859         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1860         get the start of data.
1861         (gnus-html-encode-url): Add this function to encode special chars in
1862         URL.
1863         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1864         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1865
1866         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1867         default.
1868         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1869
1870         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1871         images alt-text.
1872         (gnus-html-put-image): Put alt-text as help-echo.
1873
1874 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1877         * mm-util.el (mm-decompress-buffer)
1878         * nnir.el (nnir-run-find-grep)
1879         * pop3.el (pop3-list): Use 3rd arg of split-string.
1880
1881         * time-date.el (format-seconds): Comment fix.
1882
1883         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1884         and byte-optimize-form-code-walker.
1885         (dgnushack-make-auto-load): Don't advise make-autoload.
1886
1887         * lpath.el: Remove Emacs 21 stuff.
1888
1889 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1892         outside the active range.  Suggested by Dan Christensen.
1893
1894         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1895         slightly later to avoid double-getting it.
1896
1897         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1898         previous patch.
1899
1900         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1901
1902 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1903
1904         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1905
1906 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * gnus-int.el (gnus-open-server): Give a better error message in the
1909         "go offline" case.
1910
1911         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1912         marks for nnimap, which is seldom the right thing to do.
1913
1914         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1915         (gnus-same-method-different-name): New function.
1916
1917         * nnimap.el (parse-time): Require.
1918
1919         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1920         method in the presence of many similar methods.
1921
1922         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1923
1924         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1925         nnml-inhibit-expiry.
1926
1927         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1928         find out whether methods are equal.
1929
1930         * nnimap.el (nnimap-find-expired-articles): New function.
1931         (nnimap-process-expiry-targets): New function.
1932         (nnimap-request-move-article): Request the article before looking at
1933         what the Message-ID is.  Fix found by Andrew Cohen.
1934         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1935
1936         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1937         for oldness in addition to being a predicate.
1938
1939         * nnimap.el (nnimap-request-group): When we have zero articles, return
1940         the right data to Gnus.
1941         (nnimap-request-expire-articles): Only delete articles immediately if
1942         the target is 'delete.
1943
1944         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1945         method, this would bug out.
1946
1947         * gnus-group.el (gnus-group-expunge-group): Renamed from
1948         gnus-group-nnimap-expunge, and implemented as a normal interface
1949         function.
1950
1951         * gnus-int.el (gnus-request-expunge-group): New function.
1952
1953         * nnimap.el (nnimap-request-create-group): Implement.
1954         (nnimap-request-expunge-group): New function.
1955
1956 2010-09-21  Julien Danjou  <julien@danjou.info>
1957
1958         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1959         (gnus-html-cache-expired): Add new function.
1960         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1961         wethever we should display image for fetch it.
1962         Compute alt-text earlier to pass it to the fetching function too.
1963         (gnus-html-schedule-image-fetching): Change function argument to only
1964         get one image at a time, not a list.
1965         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1966         cache.
1967         (gnus-html-get-image-data): New function to retrieve image data from
1968         cache.
1969         (gnus-html-put-image): Change buffer argument to use image data rather
1970         than file, and place image above region rather than inserting a new
1971         one. Do not take alt-text as argument, since it's useless now: we place
1972         the image above alt-text.
1973         (gnus-html-prune-cache): Remove.
1974         (gnus-html-show-images): Start to fetch image when we find one, do not
1975         push into a temporary list.
1976         (gnus-html-prefetch-images): Only fetch image if they have expired.
1977         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1978         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1979
1980 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1983
1984 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1987         spec inser "*" if the group isn't active instead of 0.
1988
1989         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1990         opening the server.
1991         (nnimap-request-delete-group): Implement group deletion.
1992         (nnimap-transform-headers): Return the size of the entire message in
1993         the Bytes header, not just the size of the first part.
1994         (nnimap-request-move-article): When moving an article from nnimap,
1995         request the article first so the accepting form has an article to
1996         accept.  Reported by Dan Christensen.
1997         (nnimap-command): Make sure that the error message doesn't error out.
1998
1999 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2000
2001         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2002         we haven't requested anything.
2003
2004 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2007         "".  Fix found by Andrew Cohen.
2008
2009         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2010         instead of -encode-string.
2011
2012 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2015
2016         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2017         by mm-subst-char-in-string.
2018
2019 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2022         waiting for the connection string.
2023
2024         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2025         arriving.
2026
2027         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2028         bogus characters.  This allows selecting certain Gmail groups.
2029
2030         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2031         (nnimap-fetch-partial-articles): New variable.
2032         (nnimap-open-connection): When looking for credentials, also use the
2033         nnimap-server-port.
2034         (nnimap-request-article): Return the group/article number, so that Gnus
2035         `^' works as expected.
2036         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2037         them.
2038
2039         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2040         comments.
2041         (gnus-methods-sloppily-equal): New function.
2042         (gnus): When using the development version of Gnus, load the gnus-load
2043         file.
2044
2045         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2046         `gnus-open-server' on each method before trying to scan them etc.  This
2047         ensures that all the backend parameters are set correctly.
2048
2049         * nnimap.el (nnimap-authenticator): New variable.
2050         (nnimap-open-connection): Allow anonymous login.
2051         (nnimap-transform-headers): The chars header is called Chars not
2052         Bytes.
2053         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2054         drops.
2055
2056         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2057         patch, found by Knut Anders Hatlen.
2058
2059 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2060
2061         * gnus-agent.el (gnus-agent-batch-confirmation)
2062         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2063         to gnus-message.
2064         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2065         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2066         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2067         * gnus-int.el (gnus-open-server): Likewise.
2068         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2069         (gnus-score-check-syntax): Likewise.
2070         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2071         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2072         Likewise.
2073         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2074
2075 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2078         calling conventions so that prefetch doesn't bug out.
2079
2080 2010-09-19  Julien Danjou  <julien@danjou.info>
2081
2082         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2083         rather than `subst-char-in-region' in order to be able to replace ASCII
2084         char by UTF-8 ones.
2085
2086         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2087         than curl.
2088         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2089         the right URL and ALT text on images.
2090         (gnus-html-wash-tags): Fix tag case.
2091         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2092         (gnus-article-html): Add -o display_ins_del=2 option.
2093         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2094
2095 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2098         the extra mail headers, which sometimes seem to happen for unknown
2099         reasons.
2100
2101         * mail-parse.el (mail-header-encode-parameter): Define as
2102         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2103         (or most, perhaps?) mail readers don't understand the latter, but do
2104         understand the former.
2105
2106         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2107         to nil, so that no methods are automatically agentized.  I think this
2108         is probably what most users want.
2109
2110         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2111         from url-retrieve, for instance about invalid URLs.
2112
2113         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2114         groups that have no articles.
2115         (nnimap-request-article): Check that we really got an article when we
2116         requested one.
2117
2118         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2119         doesn't exist.
2120
2121         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2122         nntp buffer so the agent can save it.
2123         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2124         that CRLF doesn't get translated to \n.
2125         (nnimap-open-connection): Don't make 'shell commands only send \n.
2126
2127 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2128
2129         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2130         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2131         Update var name.
2132         (nnml-generate-nov-file): Use dolist.
2133         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2134         Use with-current-buffer.
2135
2136 2010-09-18  Julien Danjou  <julien@danjou.info>
2137
2138         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2139         parallel.
2140
2141 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2144         the range update right.
2145         (nnimap-request-group): Don't make `M-g' bug out on group with no
2146         marks.
2147         (nnoo): Required, so that other packages can require nnimap.
2148         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2149         command we're looking for.  This helps when the server sends more
2150         responses after we've gotten everything we expected.
2151         (nnimap): Add a `newlinep' field to keep track of end-of-line
2152         conventions.
2153         Don't send CRLF to things that don't want it.
2154         (nnimap-request-accept-article): Ditto.
2155
2156 2010-09-18  Julien Danjou  <julien@danjou.info>
2157
2158         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2159         than curl to retrieve images.
2160
2161 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2164         the marks.
2165         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2166         (nnimap-wait-for-connection): New function.
2167         (nnimap-open-connection): If we have PREAUTH, don't query for login
2168         credentials.
2169         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2170         when doing a partial update.
2171
2172 2010-09-18  Julien Danjou  <julien@danjou.info>
2173
2174         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2175         tags.
2176
2177 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * nnimap.el (nnimap-credentials): New function.
2180         (nnimap-open-connection): Use the new function to look for credentials
2181         also on the numeric equivalents of "imap" and "imaps".
2182
2183         * gnus-start.el (gnus-activate-group): Send the info to
2184         gnus-request-group.
2185
2186         * nnimap.el (nnimap-request-group): Have the "check" version of the
2187         function parse flags and update the info, so that a `M-g' get a total
2188         resync of all flags from the group.
2189
2190         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2191         to allow backends to alter the info on group selection.  Also alter all
2192         the backend -request-group functions to take the parameter.
2193
2194         * nnimap.el (nnimap-store-info): New function.
2195         (nnimap-update-info): Store the info for later usage.
2196         (nnimap-request-group): Use the stored info for the dont-check case, so
2197         that we don't retrieve all marks when we enter a group.
2198
2199         * nnimap.el: Use deffoo instead of defun for interface functions.
2200
2201         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2202         update the group info.  This makes the nndraft groups, for instance, go
2203         back to their old behaviour.
2204
2205         * gnus-sum.el (gnus-select-newsgroup): Indent.
2206
2207         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2208         in.
2209         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2210         nothing.
2211
2212         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2213         from methods that are denied.
2214
2215         * gnus-int.el (gnus-method-denied-p): New function.
2216
2217         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2218         store the password instead of netrc.
2219         (nnimap-open-connection): Don't error out when we can't make a
2220         connections.
2221
2222         * auth-source.el (auth-source-create): In the password prompt, say what
2223         we're querying for.  Also prompt for user name if that hasn't been
2224         given.
2225
2226         * nnimap.el (nnimap-with-process-buffer): Removed.
2227
2228 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2231         method when we're reading from the agent.
2232
2233         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2234
2235         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2236         that's probably most useful for users.
2237
2238         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2239         "failed" all the time.
2240
2241         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2242         ...)) with (with-current-buffer ... ).
2243
2244         * nntp.el (nntp-open-server): Return whether the open was successful or
2245         not.
2246
2247         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2248         select an unread unseen article first.
2249
2250         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2251         /etc/services, supply some sensible port defaults.
2252
2253         * dgnushack.el: Define netrc-credentials.
2254
2255 2010-09-17  Julien Danjou  <julien@danjou.info>
2256
2257         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2258
2259 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2260
2261         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2262         doesn't have any parameters.
2263
2264 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2267         only upcased checks.
2268
2269         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2270
2271         * nnimap.el (nnimap-open-shell-stream): New function.
2272         (nnimap-open-connection): Use it.
2273         (nnimap-transform-headers): Get the number of lines in each message.
2274         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2275         number of lines.
2276         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2277         problem.
2278
2279         * utf7.el (utf7-encode): Autoload.
2280
2281         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2282         to allow the mail splitting to not return a default group.  This is
2283         useful for nnimap, which will leave unmatched mail in the inbox.
2284
2285         * nnimap.el: Rewritten.
2286
2287         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2288         nnimap usage.
2289
2290         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2291         if the move is internal, so that nnimap can do fast internal moves.
2292
2293         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2294         data.
2295         (gnus-read-active-for-groups): Support finishing the early retrieval of
2296         data.
2297
2298         * gnus-range.el (gnus-range-nconcat): New function.
2299
2300         * gnus-int.el (gnus-finish-retrieve-group-infos)
2301         (gnus-retrieve-group-data-early): New functions.
2302
2303 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2304
2305         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2306         (nnrss-retrieve-groups):
2307         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2308         (pop3-quit): Use with-current-buffer.
2309
2310 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2313         instead of nnheader-accept-process-output.
2314
2315         * dgnushack.el (dgnushack-compile): Add comment.
2316
2317         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2318
2319         * gnus-html.el (gnus-html-schedule-image-fetching)
2320         (gnus-html-prefetch-images): Replace process-kill-without-query by
2321         gnus-set-process-query-on-exit-flag.
2322
2323 2010-09-16  Romain Francoise  <romain@orebokech.com>
2324
2325         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2326
2327 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2330         parameter to unintern is mandatory-ish in Emacs 24.
2331
2332         * gnus-html.el (gnus-html-schedule-image-fetching)
2333         (gnus-html-prefetch-images): Check for curl before using it.
2334
2335         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2336         depend on curl, which isn't essential.
2337
2338         * imap.el: Revert back to version
2339         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2340         seem problematic.
2341
2342 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2343
2344         * gnus-registry.el (gnus-registry-install-shortcuts):
2345         Explicitly pass `obarray' to `unintern' to avoid a warning.
2346
2347 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2350         change.
2351
2352         * nnrss.el (nnrss-request-list): Removed this function and related
2353         functions, including the moreover stuff.
2354
2355 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * nnrss.el (nnrss-retrieve-groups): New function.
2358
2359 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2360
2361         * .dir-locals.el: Add no-byte-compile cookie.
2362
2363 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * time-date.el (format-seconds): Comment fix.
2366
2367         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2368         for back end that doesn't support request-scan.
2369
2370 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2373         then do request scans from the backends.
2374
2375         * netrc.el (netrc-credentials): New conveniency function.
2376
2377         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2378         avoid running a hook per line, since this takes a lot of time,
2379         profiling shows.
2380         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2381         directly if gnus-visual-p is true.
2382
2383 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2386         groups; replace mapcar with dolist which is a bit faster; pass groups
2387         info to gnus-read-active-file-1.
2388         (gnus-read-active-file-1): Scan only specified groups if the new
2389         optional arg `infos' is given.
2390
2391 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2394
2395         * pop3.el (pop3-movemail): Removed.
2396         (pop3-streaming-movemail): Renamed to pop3-movemail.
2397
2398         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2399         don't restrict end-tag searches to the end of the line.
2400
2401 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2404         articles of every unchecked group to t, which means unknown since the
2405         server has never been opened.
2406
2407 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-html.el (gnus-html-show-alt-text): New command.
2410         (gnus-html-browse-image): Ditto.
2411         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2412         to browse the image directly.
2413         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2414         better.
2415
2416         * gnus-async.el (gnus-async-article-callback): Call
2417         `gnus-html-prefetch-images' unconditionally.
2418
2419         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2420         before feeding URLs to curl.
2421
2422 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2425         internal images as deletable by `W D D'.
2426
2427         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2428         (gnus-async-article-callback): Fix typo.
2429
2430 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2433         current line to work around bugs in the output from w3m.
2434
2435         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2436         for groups that want that.
2437
2438         * nntp.el (nntp-wait-for-string): Supply a timeout for
2439         accept-process-output to ensure progress.
2440
2441         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2442         level to get unread articles from, then use that for foreign groups,
2443         too.
2444
2445         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2446         confuses the rest of the function.
2447
2448         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2449         for the methods that support -retrieve-groups, too.
2450
2451         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2452
2453 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2456         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2457
2458         * pop3.el: Require cl when compiling.
2459         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2460
2461 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2464         that aren't going to be activated.
2465         (gnus-get-unread-articles): Fix up the last commit.
2466
2467         * gnus-html.el (gnus-article-html): Allow calling without specifying
2468         the handle.  In that case, dissect the buffer first.
2469
2470         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2471
2472         * nnimap.el (nnimap-open-connection): Revert the change that would look
2473         into authinfo for imaps instead of imap.
2474
2475         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2476         say that you don't want to call gnus-request-group with don-check, but
2477         do check the reponse.  This is for virtual groups only.
2478         (gnus-get-unread-articles): Count the archive groups as secondary, so
2479         that they're activated the same way as before.
2480
2481         * imap.el (imap-message-map): Removed optional buffer parameter, since
2482         no callers use it.
2483         (imap-message-get): Ditto.
2484         (imap-message-put): Ditto.
2485         (imap-mailbox-map): Ditto.
2486         (imap-mailbox-put): Ditto.
2487         (imap-mailbox-get): Ditto.
2488         (imap-mailbox-get): Revert last change for this function.
2489
2490         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2491         case-insensitively.
2492         (nnimap-debug): Removed.
2493
2494         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2495         to use `imap-fetch' instead.  According to the comments, this should be
2496         safe, since all other IMAP clients use the 1:* syntax.
2497         (imap-enable-exchange-bug-workaround): Removed.
2498         (imap-debug): Removed -- doesn't seem very useful.
2499
2500         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2501         mail from a file, and the file doesn't exist.
2502
2503         * imap.el (imap-log): New convenience function used throughout instead
2504         of repeating the same code all over the place.
2505
2506         * pop3.el (pop3-streaming-movemail): Return t for success.
2507
2508         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2509         .authinfo if we're using ssl connection.
2510
2511         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2512         already have if we're in a main Gnus `g' run.
2513
2514         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2515
2516 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2519
2520         * nnmh.el (nnmh-request-list-1): Bind `file'.
2521
2522         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2523         alias to set-process-query-on-exit-flag or process-kill-without-query.
2524         (pop3-open-server): Use it.
2525
2526 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2529         box to the Incoming file.  Fixes mistake in previous checkin.
2530
2531         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2532         request loop (for debugging purposes) removed.
2533
2534         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2535         culprit is more visible.
2536         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2537         (nnml-add-incremental-nov): New functions to do "incremental" nov
2538         updates, where we just append to the end of the existing nov files
2539         without reading/writing them in full.
2540
2541         * mail-source.el (mail-source-delete-crash-box): Really only check the
2542         incoming files once in a while.
2543
2544         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2545
2546         * mail-source.el (mail-source-delete-crash-box): Only check the
2547         incoming files for deletion once per day to save a lot of file
2548         accesses.
2549
2550         * pop3.el (pop3-logon): Fix up unbound variable typo.
2551
2552         * mail-source.el (pop3-streaming-movemail): Autoload.
2553
2554         * pop3.el (pop3-streaming-movemail): Respect
2555         pop3-leave-mail-on-server.
2556
2557         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2558         retrieval.
2559
2560         * pop3.el (pop3-process-filter): Removed unused function.
2561         (pop3-streaming-movemail, pop3-send-streaming-command)
2562         (pop3-wait-for-messages, pop3-write-to-file)
2563         (pop3-number-of-responses): New functions for streaming pop3
2564         retrieval.
2565
2566         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2567         come from no known methods.
2568         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2569         list.
2570
2571         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2572         message sizes.
2573         (pop3-movemail): Use erase-buffer instead of looping and deleting
2574         regions, which seems rather odd.
2575
2576         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2577         file once per `g' run.
2578
2579         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2580         directories.  This makes the draft queue directory work.
2581
2582         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2583         data from the backends, so that we only request the list of groups from
2584         each method once.  This should speed things up considerably.
2585
2586         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2587         detect that it's not implemented.
2588
2589         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2590         we actually do recurse down into the tree, but don't stat all leaf
2591         nodes.
2592
2593         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2594         then say so instead of bugging out.
2595
2596         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2597         files exist before trying to read them.
2598
2599         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2600         around <pre_int>.
2601
2602         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2603
2604         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2605
2606 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * mm-util.el (mm-image-load-path): Just return the image directories,
2609         not all directories in the path in addition to the image directories.
2610         (mm-image-load-path): Maintain a cache of the image directories so that
2611         the `g' command in Gnus doesn't have to stat dozens of directories each
2612         time.
2613
2614         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2615         (gnus-html-wash-tags): Add a new `i' command to insert images.
2616         (gnus-html-insert-image): New command and keystroke.
2617         (gnus-html-redisplay-with-images): New command and keystroke.
2618         (gnus-html-show-images): Renamed command.
2619         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2620         spacers.
2621         (gnus-html-wash-tags): Decode entities at the end, so that entities
2622         inside the tags don't mess up the rest of the "parsing".
2623
2624         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2625         so that nnimap methods aren't agentized by default.  There's apparently
2626         many problems related to agent/imap behaviour.
2627
2628         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2629
2630         * gnus-html.el: Doc fix.
2631
2632 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2635         specifier-spec-list for Emacs 21.
2636
2637         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2638         glyph-width and glyph-height instead of display-graphic-p and
2639         image-size; make avoidance of displaying small images work for XEmacs.
2640
2641         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2642         for XEmacs.
2643
2644         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2645         of symbol that holds plist data.
2646         (gnus-process-plist): Remove plist of process after getting it.
2647
2648 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * message.el (message-generate-hashcash): Change default to
2651         'opportunistic if hashcash is installed.
2652
2653         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2654         (gnus-html-put-image): Only call image-size once, since it's somewhat
2655         time-consuming on remote X servers.
2656
2657 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2660         type on data, not a file name.
2661
2662         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2663         window-pixel-edges for Emacs 21.
2664
2665         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2666         decoded contents.
2667         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2668
2669 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2672         group line format, since it isn't very interesting.
2673
2674         * gnus-agent.el (gnus-agent-short-article),
2675         (gnus-agent-long-article): Increase values for these two variables,
2676         since most people are likely to have more network connection and
2677         storage than before.
2678
2679         * gnus.el (gnus-refer-article-method): Change default to 'current.
2680         When referring an article, the common behaviour is to refer it from the
2681         current select method, not the native select method.  The chances of
2682         the native select method having the message in question is rather slim
2683         these days.
2684
2685         * gnus-sum.el (gnus-auto-select-subject): Change default to
2686         `unseen-or-unread'.  I think it's likely that most people want to
2687         select an unseen article over a previously seen, but unread one.
2688
2689         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2690         means that in the article buffer none of the minor mode elements will
2691         be shown, usually, and this is not desirable in most cases.
2692
2693         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2694         that commands like `d' (and the like) go to the next line in the
2695         buffer, instead of the next unread article.  I think this is the
2696         behaviour that is most natural for most users.
2697         (gnus-single-article-buffer): Change default to nil, so that people can
2698         have as many article buffers open as they have summary buffer.  I think
2699         this is the most natural way for the groups to behave.
2700
2701         * message.el (message-generate-new-buffers): Change default to
2702         `unsent', so that all new message buffers start their names with the
2703         string "*unsent", and it's easier to find the buffers if you move from
2704         them.
2705
2706 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2709         small.  They're probably tracking images.
2710         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2711         (gnus-html-rescale-image): Yet another try at getting the image sizing
2712         right.
2713
2714         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2715         nntp-marks-file-name is nil.
2716
2717 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * gnus-html.el (gnus-html-wash-tags)
2720         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2721         Better logging.
2722
2723 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2726
2727         * gnus-html.el (gnus-html-wash-tags): Check the value of
2728         gnus-blocked-images in the summary buffer.
2729
2730 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2733
2734 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2737         like "a", it seems like.
2738         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2739         since it needs to be picked from the correct buffer.
2740
2741         * nnwfm.el: Removed.
2742
2743         * nnlistserv.el: Removed.
2744
2745 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2746
2747         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2748         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2749
2750 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * nnkiboze.el: Removed.
2753
2754         * nndb.el: Removed.
2755
2756         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2757         alt text.
2758         (gnus-html-rescale-image): Try to get the rescaling logic right for
2759         images that are just wide and not tall.
2760
2761         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2762         overshadow variable bindings.
2763
2764 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2765
2766         * gnus-html.el (gnus-html-wash-tags)
2767         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2768         extra logging.
2769
2770 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2773         (gnus-max-image-proportion): New variable.
2774         (gnus-html-rescale-image): New function.
2775         (gnus-html-put-image): Rescale images.
2776
2777 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2778
2779         Fix up some byte-compiler warnings.
2780         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2781         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2782         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2783         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2784         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2785         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2786         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2787
2788 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2789
2790         * gnus-html.el (gnus-article-html): Decode contents by charset.
2791
2792 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2795         (gnus-html-frame-width, gnus-blocked-images)
2796         * message.el (message-prune-recipient-rules): Add custom version.
2797         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2798
2799         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2800         functions.
2801
2802         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2803         gnus-process-get.
2804
2805 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2806
2807         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2808         instead of lsub directly.
2809
2810 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * nnwarchive.el: Removed.
2813
2814         * gnus-soup.el: Removed.
2815
2816         * nnsoup.el: Removed.
2817
2818         * nnultimate.el: Removed.
2819
2820         * gnus-html.el (gnus-blocked-images): New variable.
2821
2822         * message.el (message-prune-recipients): New function.
2823         (message-prune-recipient-rules): New variable.
2824
2825         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2826         guess whether a long line is natural text or not.
2827
2828         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2829         gnus-process-plist and friends for compatibility.
2830
2831 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2832
2833         * gnus-html.el: Require packages that define macros used in this file.
2834         (gnus-article-mouse-face): Declare to silence byte-compiler.
2835         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2836         process-get.
2837         (gnus-html-put-image): Use plist-get to avoid getf.
2838         (gnus-html-prefetch-images): Use with-current-buffer.
2839
2840 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * gnus-ems.el: Provide compatibility functions for
2843         gnus-set-process-plist.
2844
2845         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2846         header-line-format for XEmacs 21.4.
2847
2848         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2849         * gnus.el (gnus-valid-select-methods)
2850         * message.el (message-send-mail-partially-limit)
2851         * mm-decode.el (mm-text-html-renderer)
2852         * mml.el (mml-insert-mime-headers-always)
2853         * smiley.el (smiley-regexp-alist): Bump custom version.
2854
2855 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus-html.el: require mm-url.
2858         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2859         with the url to `url'.
2860         (gnus-html-wash-tags): Support cid: URLs/images.
2861
2862 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2865         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2866         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2867
2868         * gnus-move.el: Removed file, since it doesn't really work.
2869
2870         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2871         UTF-8.  This seems to fix problems with some German web feeds.
2872
2873         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2874         at the top so that the proper colours are applied.
2875
2876         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2877         don't have dots in their names.
2878
2879         * gnus-art.el (gnus-article-view-part): Doc fix.
2880
2881         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2882         XEmacs-compatible.
2883         (gnus-html-put-image): Don't do images on non-graphic displays.
2884
2885         * nnslashdot.el: Removed this unused backend.
2886
2887         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2888         actions.
2889         (gnus-undo-register-1): Revert last change.
2890
2891         * gnus-group.el (gnus-group-completing-read): Protect against not
2892         having completion-styles bound.
2893
2894         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2895         make broken recipients happier.
2896
2897         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2898
2899         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2900         point parameter.
2901
2902         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2903
2904         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2905         completion-styles for group selection.
2906
2907 2009-02-04  Andreas Schwab  <schwab@suse.de>
2908
2909         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2910         headers and regexp-quote the match if necessary.
2911
2912 2009-03-24  Miles Bader  <miles@gnu.org>
2913
2914         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2915         the blinking smiley.
2916
2917 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2918
2919         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2920         blink smiley.
2921
2922 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2925         where the dribbel file lives exists.
2926
2927         * message.el (message-send-mail-partially-limit): Change the default to
2928         nil, since most people don't want this.
2929
2930         * mm-url.el (mm-url-decode-entities): Also decode entities like
2931         &#x3212.
2932
2933 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2934
2935         * gnus-sum.el (gnus-summary-idna-message):
2936         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2937         Hyperlink urls in docstrings with URL `...'.
2938
2939 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2940
2941         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2942         functions.
2943
2944 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2947         say what the mouseover text should be.
2948
2949         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2950         version of the mm-w3m-safe-url-regexp variable to only download images
2951         in the groups where we want that to happen.
2952
2953         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2954
2955         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2956         easier debugging.
2957         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2958         big pictures in the article buffer.
2959
2960         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2961         gnus-article-html.
2962         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2963         w3m.
2964
2965         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2966
2967 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2970         which doesn't exist.
2971
2972         * message.el (message-inhibit-ecomplete): New variable to allow some
2973         function to inhibit ecomplete address storage.
2974         (message-resend): Disable ecomplete message storage when resending
2975         messages.
2976
2977         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2978
2979 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2982         Save excursion while copying, moving, and deleting articles in order to
2983         prevent the cursor from jumping to unforeseen place.
2984
2985 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * lpath.el: No need to bind bookmark-current-buffer,
2988         bookmark-yank-point and bookmark-make-record-function.
2989
2990 2010-08-17  Glenn Morris  <rgm@gnu.org>
2991
2992         * gnus-sync.el: Require gnus components whose functions are used.
2993
2994         * gnus-art.el (bookmark-make-record-function):
2995         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2996         Declare for compiler.
2997
2998         * mm-url.el (mml-compute-boundary): Autoload.
2999
3000 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3003
3004 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3005
3006         Typo fix "hoo4a" -> "hook".
3007
3008         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3009
3010 2010-08-14  Glenn Morris  <rgm@gnu.org>
3011
3012         * gnus-sync.el (gnus-sync): Fix defgroup version.
3013
3014 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3015
3016         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3017
3018         * gnus-sync.el: Fix docs.
3019         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3020         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3021
3022 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3023
3024         Optimizations for gnus-sync.el.
3025
3026         * gnus-sync.el: Add docs about gnus-sync-backend
3027         possibilities.
3028         (gnus-sync-save): Remove unnecessary message.
3029         (gnus-sync-read): Optimize and show what groups were skipped.
3030
3031 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3032
3033         Minor bug fixes for gnus-sync.el.
3034
3035         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3036         read the sync on get-new-news.
3037
3038         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3039         quiet.
3040
3041         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3042
3043 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3044
3045         Make saving and restoring of hidden threads work with overlays.
3046         Patch applied by Ted Zlatanov.
3047
3048         * gnus-sum.el (gnus-hidden-threads-configuration)
3049         (gnus-restore-hidden-threads-configuration): Update to deal with text
3050         properties, rather than searching for a magic character.
3051
3052 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3053
3054         New gnus-sync.el library for synchronization of marks.
3055
3056         * gnus-sync.el: New library for synchronization of marks.
3057
3058         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3059         renamed from `gnus-registry-grep-in-list'.
3060
3061         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3062
3063         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3064
3065 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3066
3067         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3068         determining charset of text fails.
3069
3070 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * nnmail.el (nnmail-get-new-mail-1): Revert.
3073
3074         * nnml.el (nnml-active-number): Make sure names of newly created groups
3075         in nnml-group-alist are encoded.
3076
3077 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3080         containing non-ASCII characters in active file for nnml back end.
3081
3082 2010-07-24  David Engster  <dengste@eml.cc>
3083
3084         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3085         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3086
3087 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3088
3089         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3090         tag (Bug#6654).
3091
3092 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3093
3094         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3095         the article buffer, not the summary buffer.
3096
3097 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3100         Emacs 23 as well.
3101
3102 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3105         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3106
3107 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3108
3109         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3110         Patch applied by Karl Fogel.
3111
3112         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3113         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3114
3115 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3116
3117         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3118         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3119         C-w still not working correctly from Article buffers; Thierry's
3120         patch to fix that will be applied after this.
3121
3122         * gnus-art.el (bookmark-make-record-function): New local variable.
3123
3124         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3125         article buffer.
3126         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3127
3128 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3129
3130         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3131         on changes in bookmark.el.
3132
3133 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3136         `no-log' instead of message not to log prompt string.
3137
3138 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3139
3140         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3141         the *other* type of HTML form submission.
3142
3143 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3144
3145         * auth-source.el (auth-source-pick): If choice does not contain a
3146         questioned keyword, set the check to t.
3147
3148 2010-06-12  Romain Francoise  <romain@orebokech.com>
3149
3150         * gnus-util.el (gnus-date-get-time): Move up before first use.
3151
3152 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3155         (gnus-article-edit-part): Bind it to make last part that is substituted
3156         or deleted visible.
3157         (gnus-mime-display-single): Buttonize part of which id equals to
3158         gnus-mime-buttonized-part-id.
3159
3160 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3161
3162         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3163         (gnus-dd-mmm): Use gnus-date-get-time.
3164         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3165         simplify logic.
3166         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3167         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3168
3169 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3170
3171         * auth-source.el (top): Autoload `secrets-list-collections',
3172         `secrets-create-item', `secrets-delete-item'.
3173         (auth-sources): Fix tag string.
3174         (auth-get-source, auth-source-retrieve, auth-source-create)
3175         (auth-source-delete): New defuns.
3176         (auth-source-pick): Rewrite in order to avoid 2 passes.
3177         (auth-source-forget-user-or-password): New parameter USERNAME.
3178         (auth-source-user-or-password): New parameters CREATE-MISSING and
3179         DELETE-EXISTING.  Retrieve password interactively, if needed.
3180
3181 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3182
3183         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3184         deleting unused directories when gnus-expert-user is t.
3185
3186 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3189         for each temp file when gnus-article-browse-delete-temp is ask.
3190
3191 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3192
3193         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3194         Lisp calls to delete-backward-char by calls to delete-char.
3195
3196 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3197
3198         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3199
3200 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3201
3202         * password-cache.el (password-cache-remove): Fix docstring.
3203
3204 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3207         article unless decoding article to be saved.
3208
3209 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3212         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3213         generated within the mm-with-unibyte-current-buffer macro.
3214
3215 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3218         to nil when we're in a mml-preview buffer and no group is selected.
3219
3220 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3221
3222         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3223         when catching the `C-g'.  Reported by "Leo".
3224
3225 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * message.el (message-forward-make-body-plain)
3228         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3229         multibyte-string-p.
3230
3231         * lpath.el: Revert.
3232
3233 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * message.el (message-forward-make-body-mml): Assume original message
3236         is multibyte string; error on unibyte.
3237         (message-forward-make-body-plain): Ditto; don't add excessive newline
3238         in body end.
3239
3240         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3241
3242 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3243
3244         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3245         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3246
3247 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * mm-extern.el (mm-extern-url): Don't use
3250         mm-with-unibyte-current-buffer.
3251         (mm-extern-cache-contents): Use with-current-buffer instead of
3252         save-excursion + set-buffer.
3253
3254 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * mm-util.el (mm-emacs-mule): Remove.
3257
3258 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3259
3260         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3261         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3262         change.
3263
3264 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3267         bind the default value of enable-multibyte-characters to nil.
3268
3269 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * message.el (message-forward-make-body-plain)
3272         (message-forward-make-body-mml):
3273         Don't use mm-with-unibyte-current-buffer.
3274
3275 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3276
3277         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3278
3279 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3280
3281         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3282         (Bug#5592).
3283
3284 2010-05-07  Julien Danjou  <julien@danjou.info>
3285
3286         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3287         it to mm-pipe-part.
3288
3289         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3290         it is given.
3291
3292 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * binhex.el (binhex-decode-region-internal)
3295         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3296         (dns-query)
3297         * nnweb.el (nnweb-gmane-search)
3298         * pgg-parse.el (pgg-parse-armor)
3299         * pgg.el (pgg-verify-region)
3300         * sha1.el (sha1-string-external)
3301         * uudecode.el (uudecode-decode-region-internal)
3302         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3303         XEmacs.
3304
3305         * gnus-art.el (gnus-article-browse-html-parts)
3306         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3307         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3308         make-temp-file.
3309
3310         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3311         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3312         compiling.
3313
3314         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3315         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3316         XEmacs when compiling.
3317
3318         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3319         gnus-pick-mode-off-hook for XEmacs when compiling.
3320         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3321         gnus-binary-mode-off-hook for XEmacs when compiling.
3322
3323         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3324         nil if char-charset is not available.
3325
3326         * imap.el (imap-disable-multibyte)
3327         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3328         macros.
3329
3330         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3331         instead of encode-coding-string.
3332
3333         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3334         'xemacs) instead of mm-emacs-mule to switch function definitions.
3335         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3336
3337         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3338         bind temporary-file-directory for XEmacs;
3339         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3340         timer-set-function for XEmacs 21.4 and SXEmacs;
3341         bind timer-list for XEmacs 21.4 and SXEmacs;
3342         fbind char-charset and find-charset-region for non-Mule XEmacs;
3343         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3344         encode-coding-region and encode-coding-string for XEmacs having no
3345         file-coding feature.
3346
3347 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3348
3349         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3350
3351 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3354         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3355
3356 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3357
3358         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3359         alias `jka-compr-delete-temp-file' no longer exists.
3360
3361 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3362
3363         Use define-minor-mode in Gnus where applicable.
3364         * mml.el (mml-mode): Use define-minor-mode.
3365         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3366         (gnus-undo-mode): Use define-minor-mode.
3367         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3368         (gnus-dead-summary-mode): Use define-minor-mode.
3369         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3370         Initialize in declaration.
3371         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3372         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3373         (gnus-mailing-list-mode): Use define-minor-mode.
3374         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3375         (gnus-draft-mode): Use define-minor-mode.
3376         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3377         (gnus-dired-mode): Use define-minor-mode.
3378
3379 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3380
3381         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3382         handles on recursive mml-to-mime translation and check them for
3383         boundary delimiter collisions.  Reported by Greg Troxel.
3384
3385 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3388
3389 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3390
3391         * mm-util.el (mm-find-buffer-file-coding-system):
3392         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3393
3394 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3395
3396         * message.el (message-generate-headers): Record insertion of optional
3397         headers as well.  Otherwise the check to prevent repeated insertion of
3398         optional headers is a no-op.
3399
3400 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3401
3402         * smime.el: Don't mention CVS.
3403
3404         * nnrss.el (nnrss-fetch): Don't mention CVS.
3405
3406         * nnir.el: Don't mention CVS.
3407
3408 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3409
3410         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3411
3412 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * lpath.el: Fbind bookmark-default-handler,
3415         bookmark-get-bookmark-record, bookmark-make-record-default,
3416         bookmark-prop-get for Emacs <23 and XEmacs.
3417
3418 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3419
3420         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3421         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3422         Use with-current-buffer to silence the byte-compiler.
3423         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3424         bother to require `gnus'.
3425         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3426
3427 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3428
3429         * gnus-sum.el (gnus-summary-bookmark-make-record)
3430         (gnus-summary-bookmark-jump): New functions.
3431         (gnus-summary-mode): Setup bookmark support.
3432
3433 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3434
3435         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3436         if set.
3437
3438 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3441         gnus-article-browse-html-save-cid-image; make it work recursively for
3442         forwarded messages as well.
3443         (gnus-article-browse-html-parts): Work when prefix arg is given.
3444         (gnus-article-browse-html-article): Doc fix.
3445
3446 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3447
3448         * message.el (message-default-mail-headers):
3449         (message-default-headers): Carry the value mail-default-headers over
3450         into message-default-mail-headers, rather than message-default-headers.
3451
3452 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3453
3454         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3455         charset.
3456
3457         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3458         charset into the <meta> tag when the article is encoded to utf-8.
3459
3460 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3463         directories as well.
3464         (gnus-article-browse-html-parts): Work for images that do not specify
3465         file names; delete temp directory when quitting; insert header at the
3466         right place; use file: scheme for image files.
3467
3468 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3469
3470         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3471         (gnus-article-browse-html-parts): Use it to make temporary cid image
3472         files in addition to html file so that browser may display them.
3473
3474 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3477
3478 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3479
3480         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3481
3482 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3483
3484         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3485         about Secret Service API sources.  Improve Customize options.
3486         (auth-source-pick): Change to accept any number of search parameters.
3487         Implement fallbacks iteratively, not recursively.  Add scoring on the
3488         second pass and sort by score.  Call Secret Service API when needed.
3489         (auth-source-user-or-password): Use it.  Call Secret Service API
3490         directly when needed to get the user name and the password.
3491
3492 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3493
3494         * message.el (message-interactive): Doc fix.
3495         (message-qmail-inject-args): Reflow.
3496         (message-kill-to-signature): Fix typo in docstring.
3497
3498         * smiley.el (smiley-buffer): Fix typo in docstring.
3499
3500 2010-03-24  Glenn Morris  <rgm@gnu.org>
3501
3502         * mail-source.el (gnus-message): Declare.
3503         (mail-source-delete-old-incoming): Require gnus-util.
3504
3505 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3508
3509         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3510
3511         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3512         password-cache's default if it is not bound.
3513         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3514         password-cache-expiry's default if it is not bound.
3515
3516         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3517         available in Emacs 21.
3518
3519         * lpath.el: Suppress compiler warnings for:
3520         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3521         XEmacs;
3522         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3523         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3524         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3525
3526 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3527
3528         * auth-source.el (auth-sources): Fix up definition so extra parameters
3529         are always inline.
3530
3531 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3532
3533         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3534         wasn't updated after mismatch.  Clear cached mailbox info correctly
3535         when uidvalidity changes.
3536         (nnimap-group-prefixed-name): New function to avoid some code
3537         duplication.
3538         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3539         (nnimap-request-group): Use it.
3540         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3541         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3542         with many imap folders.  This is done by caching the group status from
3543         the imap server persistently in a group parameter `imap-status'.  (This
3544         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3545         but not persistently, so every Gnus startup was still very slow.)
3546
3547 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3548
3549         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3550         delete the extra newline.  Otherwise editing of :string and :number
3551         types don't work.
3552
3553 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3554
3555         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3556         secrets.el dependency.
3557         (auth-sources): Add optional user name.  Add secrets.el configuration
3558         choice (unused right now).
3559
3560 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3561
3562         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3563         `gnus-registry-install-shortcuts' fill in the functions.
3564
3565         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3566         warnings.
3567         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3568         (gnus-registry-install-shortcuts): Populate and use it in a
3569         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3570
3571 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3572
3573         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3574         In-place substitutions for the group name encoding/decoding.
3575         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3576         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3577         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3578         (nnimap-update-unseen, nnimap-request-list)
3579         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3580         (nnimap-request-set-mark, nnimap-split-to-groups)
3581         (nnimap-split-articles, nnimap-request-newgroups)
3582         (nnimap-request-create-group, nnimap-request-accept-article)
3583         (nnimap-request-delete-group, nnimap-request-rename-group)
3584         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3585         `encoded-mbx' for consistency.
3586         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3587         variable `imap-current-mailbox'.
3588
3589         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3590         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3591
3592 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3593
3594         * pop3.el (pop3-display-message-size-flag): Display message size byte
3595         counts during POP3 download.
3596         (pop3-movemail): Use it.
3597         (pop3-list): Implement listing of available messages.
3598
3599 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3600
3601         * nnir.el (nnir-get-article-nov-override-function): New function to
3602         override the normal NOV retrieval.
3603         (nnir-retrieve-headers): Use it.
3604
3605 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3606
3607         * auth-source.el (netrc-machine-user-or-password): Autoload.
3608
3609 2010-03-19  Glenn Morris  <rgm@gnu.org>
3610
3611         Stop message.el from loading about 40 libraries it doesn't always need.
3612         The general approach is to autoload rather than require, and to
3613         require in the specific functions rather than the file.  (Bug#5642)
3614
3615         * gmm-utils.el: Don't require wid-edit.
3616         (widget-create-child-value, widget-convert, widget-default-get):
3617         Autoload.
3618
3619         * gnus-util.el: Don't require time-date, netrc.
3620         (message-fetch-field, gnus-group-name-decode): Declare rather than
3621         autoloading.
3622         (gnus-fetch-field): Require message.
3623         (gnus-decode-newsgroups): Require gnus-group.
3624
3625         * ietf-drums.el: Don't require time-date.
3626
3627         * message.el: Don't require hashcash, canlock, ecomplete.
3628         Do require mail-utils.  Require nnheader only when compiling.
3629         (smtpmail-default-smtp-server): Remove declaration.
3630         (message-send-mail-function): Check smtpmail-default-smtp-server
3631         is bound rather than requiring smtpmail.
3632         (message-auto-save-directory, message-insert-signature): Use
3633         expand-file-name rather than nnheader-concat.
3634         (nnheader-insert-file-contents): Autoload.
3635         (hashcash-wait-async): Declare.
3636         (message-send-mail): Only call gnus-setup-posting-charset if
3637         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3638         (message-send-mail-with-sendmail): Require sendmail.
3639         (canlock-password, canlock-password-for-verify): Declare.
3640         (message-canlock-password): Require canlock.
3641         (nnheader-get-report): Autoload.
3642         (gnus-setup-posting-charset): Declare.
3643         (message-send-news): Require gnus-msg.
3644         (message-make-references, message-make-in-reply-to): Use mail-header-id
3645         rather than the alias mail-header-message-id.
3646         (ecomplete-add-item, ecomplete-save): Declare.
3647         (message-put-addresses-in-ecomplete): Require ecomplete.
3648         (ecomplete-display-matches): Autoload.
3649
3650         * mm-decode.el: Don't require mailcap, gnus-util.
3651         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3652         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3653         Autoload.
3654         (mailcap-mime-extensions): Declare.
3655
3656         * mm-encode.el: Don't require mailcap.
3657         (mailcap-extension-to-mime): Autoload.
3658
3659         * mml-sec.el: Don't require password-cache.
3660
3661         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3662         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3663         (mml-minibuffer-read-type): Require mailcap.
3664         (mml-preview): Require gnus-msg.
3665
3666         * mml1991.el: Require password-cache.
3667         (password-cache-expiry): Remove declaration.
3668
3669         * mml2015.el: Require password-cache.
3670         (password-cache-expiry): Remove declaration.
3671
3672         * nneething.el (mailcap): Require mailcap.
3673
3674         * nnheader.el (declare-function): Add compatibility stub.
3675         (message-remove-header): Declare rather than autoload.
3676         (nnheader-replace-header): Require message.
3677
3678         * nnimap.el (declare-function): Add compatibility stub.
3679         (netrc-parse, netrc-machine-user-or-password): Declare.
3680         (nnimap-open-connection): Require netrc.
3681
3682         * nntp.el (declare-function): Add compatibility stub.
3683         (netrc-parse, netrc-machine, netrc-get): Declare.
3684         (nntp-send-authinfo): Require netrc.
3685
3686         * rfc2047.el: Don't require qp.
3687         (quoted-printable-encode-region, quoted-printable-decode-string):
3688         Autoload.
3689
3690         * sieve-mode.el: Don't require easymenu.
3691         (easy-menu-add-item): Autoload it.
3692
3693         * spam-stat.el (time-to-number-of-days): Autoload it.
3694
3695 2010-03-19  Glenn Morris  <rgm@gnu.org>
3696
3697         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3698
3699 2010-03-18  Glenn Morris  <rgm@gnu.org>
3700
3701         * hashcash.el (declare-function): Remove duplicate definition.
3702
3703 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3704
3705         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3706         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3707         value if any backslash escapes).
3708
3709 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3712         if it is available.  (bug#5647)
3713
3714         * lpath.el: Suppress compiler warning for coding-system-from-name for
3715         Emacs 21 and XEmacs.
3716
3717 2010-03-14  Juri Linkov  <juri@jurta.org>
3718
3719         * hmac-def.el:
3720         * hmac-md5.el:
3721         * netrc.el: Fix keywords.
3722
3723 2010-02-26  Glenn Morris  <rgm@gnu.org>
3724
3725         * message.el (message-send-mail-function): Change the default, so that
3726         it inherits from a customized send-mail-function.  (Bug#5643)
3727
3728 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3729
3730         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3731         shell-command-to-string signals an error (bug#5299).
3732
3733 2010-02-24  Glenn Morris  <rgm@gnu.org>
3734
3735         * message.el (message-smtpmail-send-it)
3736         (message-send-mail-with-mailclient): Doc fixes.
3737
3738 2010-02-16  Glenn Morris  <rgm@gnu.org>
3739
3740         * message.el (message-default-mail-headers): Change the default value
3741         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3742
3743 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3746         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3747
3748 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3749
3750         * time-date.el (date-to-time): Doc fix (Bug#5408).
3751
3752 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3753
3754         * message.el (message-mail): Just pass yank-action on to message-setup.
3755         (message-setup): Handle (FUN . ARGS) form of yank-action.
3756         (message-with-reply-buffer, message-widen-reply)
3757         (message-yank-original): Handle non-buffer values of
3758         message-reply-buffer (Bug#4080).
3759         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3760
3761 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3762
3763         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3764         Fix typo in docstring.
3765
3766 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3767
3768         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3769         response.
3770
3771 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3774
3775         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3776
3777         * message.el (message-check-news-header-syntax): Protect against a
3778         string that `rfc822-addresses' returns when parsing fails.
3779
3780 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3783         (gnus-previous-char-property-change): New functions.
3784
3785         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3786
3787 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3788
3789         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3790         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3791
3792 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3793
3794         * message.el (message-exchange-point-and-mark): Rework last change to
3795         avoid using optional arg of exchange-point-and-mark, for backward
3796         compatibility.
3797
3798 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3799
3800         * message.el (message-exchange-point-and-mark): Call
3801         exchange-point-and-mark with an argument rather than setting
3802         mark-active by hand (Bug#5175).
3803
3804 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * nntp.el (nntp-service-to-port): Work for service expressed with
3807         numeric string; replace [:digit:] with [0-9] for XEmacs.
3808
3809 2009-12-17  Glenn Morris  <rgm@gnu.org>
3810
3811         * gnus-group.el (gnus-bug-group-download-format-alist):
3812         Change emacs entry to debbugs.gnu.org.  Bump :version.
3813
3814 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3815
3816         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3817
3818 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3819
3820         * message.el (message-info): Explain why we use `Info-goto-node'.
3821
3822 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3825
3826 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3827
3828         * message.el (message-completion-in-region): New compatibility function.
3829         (message-expand-group): Use it.
3830
3831 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3834         with no unread article should be listed if the 2nd arg `predicate' is
3835         given.
3836
3837 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3840
3841 2009-11-29  Juri Linkov  <juri@jurta.org>
3842
3843         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3844         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3845         on `gnus-recenter'. (Bug#4698, Bug#4981)
3846
3847 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3848
3849         * sha1.el (sha1-string-external): default-directory "/" in case
3850         otherwise non-existent.  process-connection-type pipe for touch of
3851         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3852
3853 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3854
3855         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3856         it's comms related and sgml-mode.el has "comm" on that basis too.
3857
3858 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3861         containing tspecial characters if they have been already quoted.
3862
3863 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3864
3865         * dns-mode.el (auto-mode-alist): Purecopy string.
3866
3867 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3868
3869         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3870
3871 2009-10-24  Glenn Morris  <rgm@gnu.org>
3872
3873         * gnus-art.el (help-xref-stack-item): Define for compiler.
3874
3875 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3876
3877         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3878
3879 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3882
3883 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3886         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3887
3888 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3889
3890         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3891         (gnus-overlays-in): New alias to overlays-in.
3892
3893         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3894         gnus-overlay-get, and gnus-delete-overlay.
3895         (gnus-summary-show-thread): Make it work as well for systems in which
3896         next-single-char-property-change is not available.
3897         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3898
3899         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3900         (gnus-overlay-get): New alias to extent-property.
3901         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3902
3903         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3904         SXEmacs.
3905
3906         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3907         SXEmacs.
3908
3909 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3910
3911         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3912
3913 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3914
3915         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3916         and XEmacs that don't have `remove-overlays'.
3917
3918 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3919
3920         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3921         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3922         selective display.  Use overlays instead.
3923
3924 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3925
3926         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3927
3928 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3929
3930         * spam-stat.el (spam-stat-load): Fix typo in message.
3931
3932 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3933
3934         * dig.el (dig-invoke): Fix typo in docstring.
3935         (query-dig): Reflow docstring.
3936
3937 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3938
3939         * gnus-art.el (gnus-article-encrypt-body):
3940         * message.el (message-check-recipients):
3941         * mm-util.el (mm-codepage-setup):
3942         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3943         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3944
3945 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3946
3947         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3948         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3949         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3950         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3951         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3952
3953 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3954
3955         * dig.el: Add "Keywords: comm", as per net-utils.el.
3956
3957 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3958
3959         * dig.el (dig-mode): Use define-derived-mode.
3960
3961 2009-09-19  Glenn Morris  <rgm@gnu.org>
3962
3963         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3964
3965 2009-09-18  Glenn Morris  <rgm@gnu.org>
3966
3967         * gnus-diary.el (gnus-diary-check-message):
3968         * message.el (message-insert-formatted-citation-line):
3969         * nnbabyl.el (top-level):
3970         * nndiary.el (nndiary-schedule):
3971         Fix typos in condition-case handlers.
3972
3973 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3976         configuration that provides the sole article window in a frame;
3977         position point correctly after deleting a part.
3978
3979 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3980
3981         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3982         (spam-resolve-registrations-routine): Use it to unregister articles
3983         that change status.
3984
3985 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3988         with XEmacs.
3989         (parse-time-string-chars): Use it.
3990
3991 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3992
3993         * imap.el (imap-interactive-login): Better messages.
3994         (imap-open): Fix bug with renamed buffer on reconnect.
3995         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3996         for easier debugging and cleaner code.  On successful (guessed based on
3997         server capabilities) secondary authentication, set imap-state
3998         correctly.
3999         (imap-last-authenticator): Define imap-last-authenticator as a variable
4000         to avoid warnings.
4001
4002 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * nnrss.el (nnrss-request-article): Remove binding of
4005         default-enable-multibyte-characters that has gotten needless by
4006         the 2007-07-13 change in rfc2047-encode-message-header.
4007
4008         * mml.el (mml-insert-multipart): Error on the message header.
4009         (mml-insert-part): Error on the message header; position point at
4010         the end of a MIME tag.
4011
4012 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * time-date.el (autoload): Expand define-obsolete-function-alias into
4015         defalias and make-obsolete for old Emacsen that Gnus supports.
4016         (with-no-warnings): Define it for old Emacsen.
4017         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4018         is available.
4019         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4020         float-time is available; suppress compile warning for time-to-seconds.
4021
4022         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4023         (gnus-float-time): Alias to float-time if it exists.
4024
4025         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4026         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4027         float-time is available; suppress compile warning for time-to-seconds.
4028
4029         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4030         XEmacs.
4031
4032 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4033
4034         * imap.el (imap-message-map): Docstring fix.
4035
4036 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4039         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4040         Add the optional argument `encoding' that overrides the default.
4041
4042         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4043         mm-encode-buffer.
4044
4045 2009-09-04  Glenn Morris  <rgm@gnu.org>
4046
4047         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4048         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4049         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4050         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4051         * mm-util.el (mm-with-unibyte-current-buffer)
4052         (mm-find-buffer-file-coding-system):
4053         * yenc.el (yenc-decode-region): Use default-value rather than
4054         default-enable-multibyte-characters.
4055
4056 2009-09-03  Glenn Morris  <rgm@gnu.org>
4057
4058         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4059         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4060         than default-enable-multibyte-characters.
4061
4062 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4063
4064         * gnus-art.el (gnus-article-read-summary-keys):
4065         Fix gnus-buffer-configuration's value temporarily used.
4066
4067 2009-09-02  Glenn Morris  <rgm@gnu.org>
4068
4069         * gnus-util.el (gnus-float-time): New function.
4070         * gnus-delay.el (gnus-delay-article):
4071         * gnus-sum.el (gnus-thread-latest-date):
4072         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4073         * nnspool.el (nnspool-request-newgroups):
4074         Use gnus-float-time rather than time-to-seconds.
4075         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4076
4077         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4078         (gnus-header-subject-face, gnus-header-newsgroups-face)
4079         (gnus-header-name-face, gnus-header-content-face):
4080         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4081         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4082         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4083         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4084         (gnus-cite-face-11):
4085         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4086         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4087         (gnus-server-closed-face, gnus-server-denied-face)
4088         (gnus-server-offline-face):
4089         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4090         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4091         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4092         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4093         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4094         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4095         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4096         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4097         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4098         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4099         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4100         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4101         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4102         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4103         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4104         (gnus-summary-high-undownloaded-face)
4105         (gnus-summary-low-undownloaded-face)
4106         (gnus-summary-normal-undownloaded-face)
4107         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4108         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4109         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4110         (gnus-splash-face):
4111         * message.el (message-header-to-face, message-header-cc-face)
4112         (message-header-subject-face, message-header-newsgroups-face)
4113         (message-header-other-face, message-header-name-face)
4114         (message-header-xheader-face, message-separator-face)
4115         (message-cited-text-face, message-mml-face):
4116         * sieve-mode.el (sieve-control-commands-face)
4117         (sieve-action-commands-face, sieve-test-commands-face)
4118         (sieve-tagged-arguments-face):
4119         * spam.el (spam-face):
4120         Mark face aliases with "-face" in the name as obsolete.
4121
4122 2009-09-01  Glenn Morris  <rgm@gnu.org>
4123
4124         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4125         than goto-line.
4126
4127 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4130         Don't move point if the command is invoked inside the message header.
4131
4132 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4133
4134         * imap.el (imap-send-command): Simplify.
4135         (imap-wait-for-tag): point-max -> buffer-size.
4136
4137 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4138
4139         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4140         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4141         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4142         * nnir.el (nnir-swish-e-index-file):
4143         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4144         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4145         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4146         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4147         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4148         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4149
4150 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4153         Don't save excursion.
4154
4155 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4156
4157         * nnheader.el (nnheader-find-file-noselect):
4158         * mm-util.el (mm-insert-file-contents):
4159         Use (default-value 'major-mode) instead of default-major-mode.
4160
4161 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4162
4163         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4164
4165 2009-08-26  Glenn Morris  <rgm@gnu.org>
4166
4167         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4168         than placing in files.el.
4169
4170 2009-08-25  Glenn Morris  <rgm@gnu.org>
4171
4172         * nnir.el (top-level): Don't require cl at run-time.
4173         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4174         Replace cl-function substitute with gnus-replace-in-string.
4175         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4176         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4177         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4178         simplified expansions.
4179
4180 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4181
4182         * dig.el (dig): Add autoload cookie.
4183
4184 2009-08-22  Glenn Morris  <rgm@gnu.org>
4185
4186         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4187         goto-line.
4188
4189 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4190
4191         * parse-time.el (parse-time-string-chars): Save match data.
4192
4193 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4194
4195         * parse-time.el (parse-time-string-chars): Compute using character
4196         classes, to handle non-ascii characters (Bug#3190).
4197
4198 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4201
4202         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4203         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4204         (gnus-mm-display-part, gnus-mime-display-single)
4205         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4206         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4207
4208         * gnus-sum.el
4209         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4210         (gnus-summary-move-article): Add expirable mark to articles copied or
4211         moved to group that has auto-expire turned on if the option is non-nil.
4212
4213 2009-07-24  Glenn Morris  <rgm@gnu.org>
4214
4215         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4216         Fix typo.  (Bug#3903)
4217
4218 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4221         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4222         that should not be used for draft articles.
4223         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4224         that has no concern in minor mode keys.
4225         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4226         Abolish.
4227
4228 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4231         article without making inquiry to a user for unknown encoding.
4232
4233         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4234         (nnmaildir--scan): Assume i-node and device number that file-attributes
4235         returns might be cons-cell.
4236
4237         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4238
4239         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4240
4241 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         * auth-source.el: Remove docs now in auth.texi.  Don't use
4244         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4245         `auth-source-hide-passwords' and use them.
4246
4247 2009-07-15  Glenn Morris  <rgm@gnu.org>
4248
4249         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4250
4251 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4254         excessive whitespace from the default values of title and description.
4255
4256 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4259         mail-fetch-field to fetch Content-Description header in order to
4260         exclude newlines.
4261
4262 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4263
4264         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4265         format used by GnuPG 2.0.11.
4266
4267 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4270         to deleted part.
4271
4272 2009-05-30  David Engster  <dengste@eml.cc>
4273
4274         * nnmairix.el: Remove old documentation in the commentary block.
4275         (nnmairix-request-group): Do not update active file for nnml back ends.
4276         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4277         end so that overview files are ignored.
4278         (nnmairix-update-groups): Make updating the groups more robust by using
4279         marks.
4280         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4281         with dollar characters in message-id.
4282
4283 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4284
4285         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4286         2008-12-25 in dns.el.
4287
4288 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4289
4290         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4291         could happen if the text is only composed of spaces and/or tabs.
4292
4293 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4294
4295         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4296         when sending a queued message to avoid extra mml tags.
4297
4298 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4301
4302 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4305         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4306         rmail-toggle-header for XEmacs;
4307         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4308
4309 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * gnus-dired.el: Remove autoload for gnus-setup-message.
4312         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4313         displaying Gnus logo; always use compose-mail.
4314
4315 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4318
4319 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4322         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4323         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4324         available.
4325         (gnus-nocem-epg-verify): New function.
4326
4327 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4328
4329         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4330
4331 2009-02-15  Glenn Morris  <rgm@gnu.org>
4332
4333         * gnus-util.el (rmail-insert-rmail-file-header)
4334         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4335         autoloads.
4336         (rmail-default-rmail-file): Remove unnecessary declaration.
4337         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4338
4339 2009-02-14  Glenn Morris  <rgm@gnu.org>
4340
4341         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4342         variable (only used in gnus-util, which declares it anyway).
4343         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4344         which was only needed by gnus-art (changed to not use it any more).
4345         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4346         only used in gnus-util, which autoloads it itself.
4347         (rmail-update-summary): Fix autoload.
4348
4349         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4350         rather than rmail-output-to-rmail-file.
4351
4352 2009-02-07  Glenn Morris  <rgm@gnu.org>
4353
4354         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4355         autoload of function that no longer exists.
4356         (rmail-toggle-header): Declare.
4357         (message-forward-rmail-make-body): Handle mbox Rmail.
4358
4359 2009-01-31  Glenn Morris  <rgm@gnu.org>
4360
4361         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4362         2009-01-09 change.
4363
4364 2009-01-31  Dave Love  <fx@gnu.org>
4365
4366         * imap.el (imap-fetch-safe): Bind debug-on-error.
4367         (imap-debug): Add imap-fetch-safe.
4368
4369 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4370
4371         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4372         (auth-source-forget-all-cached): New convenience function.
4373         (auth-source-user-or-password): Accept list of modes or a single mode.
4374
4375         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4376         auth-source modes.
4377
4378         * netrc.el (netrc-machine-user-or-password): Use list of
4379         auth-source modes.
4380
4381         * nnimap.el (nnimap-open-connection): Use list of
4382         auth-source modes.
4383
4384         * nntp.el (nntp-send-authinfo): Use list of
4385         auth-source modes.
4386
4387 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4388
4389         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4390         now.
4391
4392 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4395         coding system in XEmacs; add a workaround for XEmacs.
4396
4397         * lpath.el: Fbind coding-system-aliasee.
4398
4399 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4402         of current-language-environment.
4403
4404 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4405
4406         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4407         available at runtime.
4408
4409 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4412
4413 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4414
4415         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4416         the greatest positive fixnum value doesn't work under an XEmacs with
4417         bignum support; use the most-positive-fixnum constant instead,
4418         available since Emacs 21.1 with cl and XEmacs 21.1.
4419
4420 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4423         XEmacs gets not to work.
4424
4425 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * mm-util.el (mm-coding-system-priorities): Allow the value like
4428         "Japanese (UTF-8)" of current-language-environment.
4429
4430 2009-01-09  Glenn Morris  <rgm@gnu.org>
4431
4432         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4433         with last-command-event.
4434
4435 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4438         in the doc string.
4439
4440         * message.el (message-fix-before-sending): Amend comment.
4441
4442 2009-01-08  Dave Love  <fx@gnu.org>
4443
4444         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4445
4446 2009-01-07  David Engster  <dengste@eml.cc>
4447
4448         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4449         simplified server definitions by converting it via
4450         gnus-server-to-method.
4451
4452 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4455         parameter's operands.
4456
4457 2009-01-06  David Engster  <dengste@eml.cc>
4458
4459         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4460         primary select method (for gnus-group-mark-article-as-read).
4461
4462 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4463
4464         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4465         `(gnus)Face', not `(gnus)X-Face'.
4466
4467 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * mm-util.el (mm-ucs-to-char): New function.
4470
4471         * mm-url.el (mm-url-decode-entities): Use it.
4472
4473         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4474         unicode-to-char.
4475
4476 2009-01-05  Dave Love  <fx@gnu.org>
4477
4478         * time-date.el: Require cl for `declare'.
4479
4480 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4481
4482         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4483         Dave Love.
4484
4485 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4486
4487         * message.el (message-fix-before-sending): Add `eight-bit' to
4488         illegible-text check.
4489
4490 2009-01-03  Michael Olson  <mwolson@gnu.org>
4491
4492         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4493         `headers' is nil.  This can occur if the IMAP server does not have
4494         permissions to read messages from a folder, but can write new messages
4495         to the folder.
4496         (nnimap-request-article-part): Do not insert `data' if it is nil.
4497
4498         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4499         characters which will confuse `read', so skip past them.
4500
4501 2009-01-01  Dave Love  <fx@gnu.org>
4502
4503         * imap.el (imap-string-to-integer): Fix typo.
4504         (imap-fetch-safe): New function.
4505         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4506
4507         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4508
4509         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4510         (imap-parse-greeting): Fix doc strings.
4511         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4512         (imap-parse-flag-list): Make messages unique.
4513         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4514
4515         * nnimap.el: Fix author email.
4516         (nnimap-split-rule): Add FIXME comment.
4517         (nnimap-debug): Fix doc string.
4518
4519 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4520
4521         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4522
4523 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4526         nslookup if resolv.conf isn't available.
4527         (dns-query): Rename from query-dns.
4528         (dns-query-cached): Rename from query-dns-cached.
4529
4530 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4533         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4534         to check if those variables exist (first appeared in Emacs 18.50).
4535
4536 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * mm-util.el (mm-line-number-at-pos): New function.
4539
4540         * spam-report.el (spam-report-process-queue): Use it.
4541
4542 2008-12-24  David Engster  <dengste@eml.cc>
4543
4544         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4545         parameters that haven't existed as variables as buffer-local variables.
4546
4547 2008-12-23  Dave Love  <fx@gnu.org>
4548
4549         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4550         cadar.
4551
4552         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4553         imap-starttls-p.
4554         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4555
4556 2008-12-22  Dave Love  <fx@gnu.org>
4557
4558         * imap.el: Fix author email.  Doc fixes.
4559         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4560         reply.
4561
4562 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * spam-report.el (spam-report-gmane-max-requests): New constant.
4565         (spam-report-gmane-wait): New variable.
4566         (spam-report-gmane-ham, spam-report-gmane-spam)
4567         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4568         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4569         the server.
4570
4571         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4572         Add explanations.
4573
4574         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4575         nnheader-accept-process-output and nnheader-read-timeout if available.
4576         (pop3-movemail): Use it.
4577
4578         * message.el (message-check-news-body-syntax): Fix signature check if
4579         there's an attachment.
4580
4581 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * mm-util.el: Add comments to the mm- emulating functions.
4584
4585 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4586
4587         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4588         by Stephen Berman <stephen.berman@gmx.net>.
4589
4590 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * mm-util.el (mm-substring-no-properties): New function.
4593         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4594         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4595         (mm-string-to-multibyte): Doc fix.
4596
4597         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4598
4599 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4600
4601         * mml.el (mml-attach-file): Strip text properties from file name.
4602         (Bug#1574)
4603
4604 2008-12-16  Glenn Morris  <rgm@gnu.org>
4605
4606         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4607
4608 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4611         knows since the charset specified might be a bogus alias that
4612         mm-charset-synonym-alist provides.
4613
4614 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4615
4616         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4617         "ISO_8859-1".
4618
4619         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4620
4621 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * mm-util.el (mm-charset-eval-alist):
4624         Define it before mm-charset-to-coding-system.
4625         (mm-charset-to-coding-system): Add optional argument `silent';
4626         define it before mm-charset-override-alist.
4627         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4628         default value if it can be used in Emacs currently running;
4629         silence mm-charset-to-coding-system.
4630
4631 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4634         `allow-override' which says whether to use `mm-charset-override-alist'.
4635         (rfc2047-decode-encoded-words): Use it.
4636
4637         * mm-util.el (mm-charset-override-alist): Fix custom type;
4638         add `(gb2312 . gbk)' to choices.
4639
4640 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4643         fast.
4644
4645         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4646
4647         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4648
4649 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4650
4651         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4652         on links.
4653
4654         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4655
4656 2008-12-03  Lute Kamstra  <lute@gnu.org>
4657
4658         * sha1.el: Remove leading * from docstrings of defcustoms,
4659         deffaces, defconsts and defuns.
4660
4661 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4664         users' addresses that don't have domain parts.
4665         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4666         rather than message-narrow-to-head since there will be the message
4667         header separator.
4668
4669 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4670
4671         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4672         since the result is inserted in a unibyte buffer anyway.
4673         (nnimap-demule-use-string-to-multibyte): Remove.
4674         (nnimap-demule): Alias it to mm-string-to-multibyte.
4675
4676 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4679         variable for debugging bug#464 and bug#1174.
4680         (nnimap-demule): Use it.
4681
4682 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4683
4684         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4685         score calculation correctly.
4686
4687 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4688
4689         * message.el (message-send-mail): Just set the buffer to unibyte
4690         rather than use mm-with-unibyte-current-buffer which does a lot more.
4691         (message-send-mail-partially): Don't bother with
4692         mm-with-unibyte-current-buffer since it's already been made unibyte by
4693         message-send-mail.
4694
4695 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4696
4697         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4698
4699 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4700
4701         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4702
4703 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4706         require itself and to remove `with-no-warnings'.
4707
4708 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4709
4710         * starttls.el (starttls-any-program-available): Get the name of the
4711         available TLS layer program.
4712         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4713         well as the host name in the "opening" message.
4714
4715         * auth-source.el (auth-source-cache, auth-source-do-cache)
4716         (auth-source-user-or-password): Cache passwords and logins by default,
4717         allow override with `auth-source-do-cache'.
4718         (auth-source-forget-user-or-password): Allow users to remove cache
4719         entries if needed.
4720
4721 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4722
4723         * md4.el (md4-buffer): Fix typo in docstring.
4724         (md4, md4-64): Doc fixes.
4725         (md4-pack-int32): Reflow docstring.
4726
4727 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4728
4729         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4730         condition-case to only the forward-sexp call.
4731
4732 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4733
4734         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4735         quotes contained.  Make it more robust regardless by an extra
4736         condition-case wrapper.
4737
4738 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4741
4742 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * nnml.el (nnml-request-expire-articles): Check if the function set to
4745         `nnmail-expiry-target' returns the symbol `delete'.
4746
4747         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4748
4749         * nnmail.el (nnmail-expiry-target): Fix custom type.
4750
4751 2008-10-02  Glenn Morris  <rgm@gnu.org>
4752
4753         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4754         Silence compiler warning.
4755
4756 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4757
4758         * tls.el (open-tls-stream): Show the actual command being
4759         executed, instead of the format string.
4760
4761 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * lpath.el: Fbind codepage-setup for Emacs 23.
4764
4765 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4766
4767         * mml.el (mml-menu): Don't assume mml2015 is bound.
4768
4769 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4772         exists.
4773
4774 2008-09-27  Glenn Morris  <rgm@gnu.org>
4775
4776         * gnus-util.el (mail-header-remove-comments): Autoload it.
4777
4778 2008-09-27  Andreas Schwab  <schwab@suse.de>
4779
4780         * gnus-util.el (gnus-split-references): Strip comments.
4781         (gnus-parent-id): Likewise.
4782
4783 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4784
4785         * message.el (message-confirm-send): Fix version.
4786
4787 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * message.el (message-idna-to-ascii-rhs-1): Use
4790         mail-extract-address-components rather than mail-header-parse-addresses
4791         that is an alias by default to ietf-drums-parse-addresses that does not
4792         support non-ASCII names in headers' contents.
4793
4794 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         * message.el (message-confirm-send): Fixed variable documentation to
4797         avoid the "y/n" wording.
4798
4799 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4800
4801         * message.el (message-set-auto-save-file-name): Save to a different
4802         filename so multiple messages (especially drafts) can be recovered.
4803
4804 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4805
4806         * message.el (message-confirm-send): Add appropriate version.
4807
4808 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4809
4810         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4811         defvar.
4812
4813 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4814
4815         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4816         (mm-pkcs7-enveloped-magic): Ditto.
4817
4818 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4819
4820         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4821         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4822
4823 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4826         default, it's better.
4827
4828 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4829
4830         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4831         summary line gnus-number property and ignore them (with a warning
4832         message).
4833
4834 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4837         macro caddr in the interactive form since it won't be expanded.
4838
4839 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4842         `charset'; fix name of function called recursively.
4843         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4844
4845 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4848         (gnus-mime-set-charset-parameters): New function.
4849         (gnus-mime-view-part-as-charset): Use it to correctly display part
4850         specifying wrong charset.
4851
4852 2008-09-08  David Engster  <dengste@eml.cc>
4853
4854         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4855         in completing-read for back end server.
4856
4857 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         * message.el (message-confirm-send): New variable to confirm sending a
4860         message.
4861         (message-send): Use it.
4862
4863 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4864
4865         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4866
4867 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4870
4871 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4874         prevent tracking too many groups.
4875         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4876         Use it.
4877
4878 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4879
4880         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4881         moving point to the bottom of the window in order to avoid recentering.
4882
4883 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4886
4887         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4888         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4889         (gnus-article-beginning-of-window): Fix calculation.
4890
4891 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * gnus-msg.el (gnus-summary-supersede-article)
4894         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4895         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4896         message header.
4897
4898 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4899
4900         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4901         pending output coming after the status change.
4902
4903 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4904
4905         * message.el:
4906         * gnus-start.el:
4907         * gnus-registry.el: Remove VMS support.
4908
4909 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4912         macro.
4913         (rfc2104-hash): Use it.
4914
4915 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4916
4917         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4918         (gnus-summary-sort-by-most-recent-date): New commands.
4919         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4920         and menu entries.
4921
4922 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4925         don't redisplay article for raw contents; remove plural articles stuff.
4926
4927         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4928         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4929         on gnus-summary-save-article; display results properly.
4930
4931 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * lpath.el: No need to fbind ns-focus-frame.
4934
4935 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4938
4939 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4942         gnus-save-all-headers.
4943
4944 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4945
4946         * gnus-util.el (ns-focus-frame): Remove declaration.
4947         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4948         like x.
4949
4950 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4951
4952         * rfc2104.el (rfc2104-zero): Delete defconst.
4953         (rfc2104-hex-alist): Likewise.
4954         (rfc2104-hex-to-int): Delete func.
4955         (rfc2104-hexstring-to-bitstring): Likewise.
4956         (rfc2104-nybbles): New defconst.
4957         (rfc2104-hash): Rewrite for speed.
4958
4959 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * tls.el (open-tls-stream): Make it work with the 2nd argument
4962         BUFFER that is a string but does not exist as a buffer object, as
4963         mentioned in the doc-string.
4964
4965 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4968         SXEmacs.
4969
4970 2008-07-16  Glenn Morris  <rgm@gnu.org>
4971
4972         * gnus-util.el (ns-focus-frame): Declare for compiler.
4973
4974 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4977         set as a group parameter.
4978         (gnus-summary-save-in-pipe): Work when it is called independently.
4979         (gnus-summary-pipe-to-muttprint): Don't modify
4980         gnus-summary-pipe-output-default-command.
4981
4982 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4983
4984         * message.el (message-send-mail-with-sendmail):
4985         Display the error message.
4986
4987 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-art.el (gnus-default-article-saver):
4990         Add gnus-summary-save-in-pipe to choices.
4991         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4992         gnus-summary-pipe-output-default-command as the default command.
4993         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4994         instead of gnus-last-shell-command.
4995
4996         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4997         New user option.
4998         (gnus-summary-muttprint-program): Mention the value will be changed.
4999         (gnus-summary-save-article): Force showing of all headers.
5000         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5001
5002 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5003
5004         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5005
5006 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5007
5008         * nnimap.el (nnimap-id):
5009         * sieve-manage.el (sieve-manage-open): Doc fixes.
5010
5011 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5012
5013         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5014         if available.
5015
5016 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5017
5018         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5019
5020         * nnkiboze.el (nnkiboze-generate-group):
5021         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5022
5023         * nnmairix.el: Require CL.
5024
5025 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * dgnushack.el: Autoload get-display-table and put-display-table for
5028         XEmacs 21.5.
5029
5030         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5031         21.4 and SXEmacs.
5032
5033 2008-06-15  David Engster  <dengste@eml.cc>
5034
5035         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5036
5037 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5038
5039         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5040         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5041         runtime choice under XEmacs.
5042
5043         * gnus-sum.el (gnus-summary-set-display-table):
5044         Use `gnus-put-display-table', `gnus-get-display-table',
5045         `gnus-set-display-table' for the display table, instead of `aset'.
5046
5047         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5048         Use `gnus-put-display-table', `gnus-get-display-table',
5049         `gnus-set-display-table' for the display table.
5050
5051 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * nnmairix.el: Add autoloads.
5054
5055 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * nnmairix.el (nnmairix-delete-recreate-group)
5058         (nnmairix-update-and-clear-marks): Fix error messages.
5059
5060 2008-06-14  David Engster  <dengste@eml.cc>
5061
5062         * nnmairix.el: Upgrade to version 0.6.
5063         (nnmairix-group-toggle-propmarks-this-group)
5064         (nnmairix-group-toggle-readmarks-this-group)
5065         (nnmairix-group-delete-recreate-this-group)
5066         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5067         (nnmairix-remove-tick-mark-original-article): New commands.
5068         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5069         (nnmairix-propagate-marks-to-nnmairix-groups)
5070         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5071         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5072         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5073         functions needed for marks propagation and manipulation of read marks.
5074         (nnmairix-update-groups): New function.
5075         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5076         (nnmairix-determine-original-group-from-registry)
5077         (nnmairix-determine-original-group-from-path)
5078         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5079         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5080         New helper functions.
5081         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5082         keystrokes for new commands.
5083         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5084         (nnmairix-request-group): Check allow-fast group parameter.
5085         (nnmairix-request-create-group): Set allow-fast group parameter if
5086         nnmairix-allowfast-default is set.
5087         (nnmairix-close-group): Propagate marks upon closing if needed.
5088         (nnmairix-group-toggle-threads-this-group): Use new.
5089         nnmairix-group-toggle-parameter helper function.
5090         (nnmairix-search): Better check for empty search result.
5091         (nnmairix-goto-original-article): Use new helper functions for
5092         determining original article.
5093         (nnmairix-show-original-article): Make sure message-id is in brackets.
5094         (nnmairix-call-mairix-binary): Change variable name.
5095         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5096         helper function.
5097         (nnmairix-widget-toggle-activate): Fix doc string.
5098
5099 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * nnir.el: Require edmacro when compiling with XEmacs.
5102         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5103         available in Emacs 21.
5104
5105 2008-06-11  Glenn Morris  <rgm@gnu.org>
5106
5107         * gnus-util.el (x-focus-frame):
5108         * gnus.el (image-size):
5109         * mm-decode.el (image-size): Declare.
5110
5111         * gnus-picon.el (declare-function): Add compat definition.
5112         (image-size): Declare.
5113
5114         * gnus-group.el (tool-bar-map):
5115         * gnus-sum.el (tool-bar-map): Define for compiler.
5116
5117         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5118
5119         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5120
5121         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5122         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5123         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5124         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5125         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5126         * sieve-manage.el, spam-report.el, spam.el:
5127         Remove unnecessary eval-and-compile of autoloads.
5128
5129 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5130
5131         * auth-source.el: Precise Tramp doc.
5132
5133 2008-06-07  Glenn Morris  <rgm@gnu.org>
5134
5135         * nnmairix.el: Remove unnecessary eval-when-compile.
5136
5137 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * lpath.el: Fbind propertize for XEmacs 21.4.
5140
5141 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5142
5143         * nnir.el: Move here from ../contrib.
5144
5145 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5146
5147         * gnus-util.el (gnus-read-shell-command): New function.
5148         * mm-decode.el (mm-pipe-part):
5149         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5150
5151 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5154
5155 2008-06-03  Glenn Morris  <rgm@gnu.org>
5156
5157         * pop3.el (nnheader-accept-process-output): Autoload it.
5158
5159 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5162         are not 2-digit hexadecimal characters that follow `%'s.
5163
5164 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * message.el (message-bogus-recipient-p): Fix type in doc string.
5167         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5168         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5169         Improve custom options.
5170         (message-bogus-recipient-p): Adjust accordingly.
5171
5172 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5173
5174         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5175         long-form month and day names.
5176
5177 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * dgnushack.el: Autoload debug, eudc-expand-inline and
5180         pgg-snarf-keys-region for XEmacs.
5181
5182         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5183
5184         * nnmairix.el: Require edmacro when compiling with XEmacs.
5185
5186 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5187
5188         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5189         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5190
5191 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5192
5193         * auth-source.el: Add more docs.
5194
5195         * netrc.el (netrc-machine): Always match if the port is not given.
5196
5197 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5200         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5201         retrieval faster in some cases, but might make CPU usage larger.  If
5202         this has any bad side effects, we might revert this change.
5203
5204         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5205         seems to make mail retrieval much, much faster.
5206         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5207         unconditionally.
5208
5209         * gnus-draft.el (gnus-group-send-queue): Bind
5210         message-send-mail-partially-limit to nil to avoid being prompted.
5211
5212 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5213
5214         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5215
5216         * message.el (message-bogus-address-regexp): Fix and improve custom
5217         type.
5218         (message-setup-hook): Add message-check-recipients as custom option.
5219
5220 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5221
5222         * message.el (message-cite-function): Remove bogus autoload which crept
5223         in during merge from v5-10.
5224
5225 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5226
5227         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5228
5229         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5230
5231         * auth-source.el: Preliminary Tramp docs.
5232         (auth-sources): Change the default auth-sources to use
5233         EPA .gpg files.
5234
5235 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5236
5237         * nntp.el: Autoload `auth-source-user-or-password'.
5238         (nntp-send-authinfo): Use it.
5239
5240         * nnimap.el: Autoload `auth-source-user-or-password'.
5241         (nnimap-open-connection): Use it.
5242
5243         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5244         for the gnus-message function.
5245         (auth-source-user-or-password): Use it.
5246
5247 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5248
5249         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5250         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5251         (rfc2104-hash): Use it.
5252
5253 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5254
5255         * gnus-art.el (gnus-article-toggle-truncate-lines):
5256         Don't use `iff' in docstring.
5257
5258 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5259
5260         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5261
5262         * gnus-util.el (gnus-extract-address-component-name)
5263         (gnus-extract-address-component-email): Convenience functions around
5264         `gnus-extract-address-components'.
5265
5266         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5267         Use `gnus-extract-address-component-email' to fix bug of comparing full
5268         sender name to `user-mail-address'.
5269
5270 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5271
5272         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5273         catch/throw to optimize.
5274         (gnus-registry-find-keywords): Just use member to find a keyword.
5275
5276 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5277
5278         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5279         is current before calling gnus-server-prepare.
5280         (gnus-server-setup-buffer, gnus-server-update-server)
5281         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5282
5283 2008-05-04  Juri Linkov  <juri@jurta.org>
5284
5285         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5286         (mailcap-file-default-commands): Use mailcap-replace-in-string
5287         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5288         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5289
5290 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5291
5292         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5293
5294 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5295
5296         * gnus.el: Bump version to 0.11.
5297
5298 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5299
5300         * gnus.el: No Gnus v0.10 is released.
5301
5302 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5305         hooks.
5306         (gnus-update-read-articles): Speed up non-marks-using users.
5307         (gnus-use-marks): Define gnus-use-marks.
5308         (gnus-propagate-marks): Rename variable to something more sensible.
5309
5310 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5311
5312         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5313         (gmm-image-load-path-for-library): Fix typos in docstrings.
5314         (gmm-message): Reflow docstring.
5315
5316 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5317
5318         * mail-source.el (mail-source-set-1, mail-source-bind):
5319         Move auth-source code out of the macro to clean it up and fix bugs.
5320
5321 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5322
5323         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5324         by sender if it's equal to user-mail-address, it's likely to be
5325         useless.
5326
5327         * mail-source.el (mail-source-bind): Don't use user or password if they
5328         are not bound.  Unintern them if they are nil.  Don't use server unless
5329         it's bound, and default it to empty string otherwise.
5330
5331 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5332
5333         * mail-source.el: Load auth-source.el.
5334         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5335         get user name or password, if auth-sources is set up.
5336
5337         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5338         strategy of splitting with parent.
5339         (gnus-registry-split-fancy-with-parent)
5340         (gnus-registry-post-process-groups): Use it and fix prior
5341         bug (returning a list as the split result).
5342
5343         * auth-source.el (auth-sources): Remove server parameter.
5344         (auth-source-pick, auth-source-user-or-password)
5345         (auth-source-user-or-password-imap)
5346         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5347         (auth-source-user-or-password-sftp)
5348         (auth-source-user-or-password-smtp): Remove server parameter.
5349
5350 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5351
5352         * smime.el (smime-sign-region, smime-encrypt-region)
5353         (smime-decrypt-region):
5354         Remove redundant calls to `generate-new-buffer-name'.
5355
5356 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5357
5358         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5359         Don't use QP for message/rfc822.
5360         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5361
5362 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5363
5364         * sieve-manage.el (sieve-string-bytes): Remove.
5365         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5366         correct byte-length only if the process's coding-system is the same as
5367         the one used internally by Emacs to represent strings.
5368
5369 2008-04-22  Juri Linkov  <juri@jurta.org>
5370
5371         * mailcap.el (mailcap-file-default-commands): New function.
5372
5373 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5374
5375         * message.el (message-signature-separator, message-cite-function):
5376         Change custom version.
5377
5378 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5379
5380         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5381         commands.
5382         (tls-checktrust): Ditto.
5383
5384 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5385
5386         * mm-decode.el (mm-display-external): Make temp file read-only.
5387
5388 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5389
5390         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5391         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5392         `C-c C-f d'.
5393
5394 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5395
5396         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5397
5398 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * gnus.el: Bump version to 0.9.
5401
5402 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5403
5404         * gnus.el: No Gnus v0.8 is released.
5405
5406 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5407
5408         * mail-source.el (mail-source-value):
5409         Prefer fboundp to functionp so it works with macros as well.
5410
5411 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5412
5413         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5414         Fix last change in case the element is not even a symbol.
5415
5416 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5417
5418         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5419         Prefer fboundp to functionp so it works with macros as well.
5420
5421 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5422
5423         * auth-source.el: Added docs.
5424         (auth-sources): Modify format to support server.
5425         (auth-source-pick, auth-source-user-or-password)
5426         (auth-source-user-or-password-imap)
5427         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5428         (auth-source-user-or-password-sftp)
5429         (auth-source-user-or-password-smtp): Add server parameter.
5430
5431 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5432
5433         * gnus-registry.el: Initialize the registry when gnus-registry-install
5434         is t.
5435
5436 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * compface.el (uncompface): Make buffer unibyte.
5439
5440 2008-04-05  Glenn Morris  <rgm@gnu.org>
5441
5442         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5443
5444 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5445
5446         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5447         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5448
5449         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5450         multibyteness after rather than before erasing it.
5451
5452         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5453         mm-with-multibyte.
5454         (gnus-request-article-this-buffer): Make sure the proper decoding is
5455         used if gnus-original-article-buffer happens to be unibyte.
5456
5457         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5458         default-enable-multibyte-characters.
5459
5460         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5461         default-enable-multibyte-characters.
5462
5463         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5464
5465         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5466
5467 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5468
5469         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5470         (imap-message-copyuid-1): Use it.
5471         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5472         J. Williams in
5473         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5474
5475         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5476         imap-enable-exchange-bug-workaround.
5477         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5478
5479 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5480
5481         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5482         a 100 byte status-checks into a 2-3MB transfer for each group.
5483         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5484         to enable bug workaround or not.
5485         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5486
5487 2008-03-31  Glenn Morris  <rgm@gnu.org>
5488
5489         * message.el (mml2015-use): Declare for compiler.
5490         (message-info): Require mml2015 when appropriate.
5491
5492 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5495         whitespace.
5496
5497 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5498
5499         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5500         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5501         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5502         (nntp-service-to-port): New function.
5503         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5504         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5505         (nntp-open-netcat-stream): New function.
5506         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5507
5508 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5509
5510         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5511
5512 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5513
5514         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5515
5516 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5517
5518         * dns.el (dns-write): Use set-buffer-multibyte.
5519
5520 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5521
5522         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5523
5524 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * message.el (message-signature-separator): Change default.
5527         Improve custom type.
5528         (message-cite-function): Change default to
5529         message-cite-original-without-signature.
5530
5531         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5532         toggle.
5533
5534         * message.el (message-check-news-body-syntax): Fix signature check.
5535         (message-setup-1): Mark buffer as unmodified _after_ running
5536         message-setup-hook and handling message-alternative-emails.
5537         (message-shorten-references): Be more strict when building list of
5538         valid references to comply with GNKSA.
5539
5540         * gnus-group.el (gnus-read-ephemeral-bug-group)
5541         (gnus-read-ephemeral-debian-bug-group)
5542         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5543
5544         * message.el (message-info): Don't use booleanp which isn't supported
5545         in Emacs 21 and XEmacs.
5546
5547 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5550         gnus-group-gmane-group-download-format.
5551         (gnus-group-read-ephemeral-gmane-group): Rename from
5552         gnus-group-read-ephemeral-gmane-group.
5553         (gnus-read-ephemeral-gmane-group-url): Rename from
5554         gnus-group-read-ephemeral-gmane-group-url.
5555         (gnus-bug-group-download-format-alist): New variable.
5556         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5557         (gnus-read-ephemeral-emacs-bug-group): New commands.
5558
5559 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5560
5561         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5562         (gnus-visible-headers): Improve custom type.
5563
5564 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * mml.el (mml-menu): Add workarounds for XEmacs.
5567
5568         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5569         X-Boundary header.
5570
5571         * message.el (message-simplify-recipients): Fix previous commit.
5572
5573 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5574
5575         * mm-util.el (mm-set-buffer-multibyte): New function.
5576         * mm-decode.el (mm-copy-to-buffer): Use it.
5577
5578 2008-03-19  Glenn Morris  <rgm@gnu.org>
5579
5580         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5581         Accidentally removed in the sync process with Emacs.
5582
5583 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5584
5585         * message.el (message-alter-recipients-discard-bogus-full-name):
5586         New function.
5587         (message-alter-recipients-function): New variable.
5588         (message-get-reply-headers): Use it.
5589         (message-replace-header): New helper function.
5590         (message-recipients-without-full-name): New variable.
5591         (message-simplify-recipients): New command.
5592
5593         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5594
5595         * message.el (message-info): Handle EasyPG manual.
5596
5597         * mml.el (mml-menu): Add entry for EasyPG.
5598
5599 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5600
5601         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5602         parameter.
5603
5604         * message.el (message-disassociate-draft): Specify drafts group name
5605         fully.
5606
5607 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5608
5609         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5610         unnecessary duplicates from the match list.
5611
5612 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5615
5616         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5617
5618         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5619         args of `how-many' of which the XEmacs version doesn't take; declare
5620         Info-index-next as function.
5621
5622 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * gnus-score.el (gnus-score-headers): Fix handling of
5625         gnus-inhibit-slow-scoring.
5626
5627         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5628         string.
5629         (gnus-button-url-regexp): Improve handling of parenthesis.
5630         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5631         (gnus-button-handle-info-keystrokes): Handle index entries.
5632
5633 2008-03-15  Glenn Morris  <rgm@gnu.org>
5634
5635         * parse-time.el (parse-time-string): Simplify.
5636
5637 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5640         Incoming* files.
5641
5642 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5643
5644         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5645         (auth-source-pick): Use it.
5646
5647 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5648
5649         * binhex.el (binhex-decode-region-internal):
5650         * uudecode.el (uudecode-decode-region-internal):
5651         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5652         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5653         setting default-enable-multibyte-characters.
5654
5655 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5656
5657         * auth-source.el (auth-source-protocols)
5658         (auth-source-protocols-customize, auth-source-choices): Added and
5659         modified variable customizations and defaults.
5660         (auth-source-pick, auth-source-user-or-password)
5661         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5662         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5663         (auth-source-user-or-password-sftp)
5664         (auth-source-user-or-password-smtp): Use new variables and provide an
5665         interface to netrc.el.
5666
5667 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5670         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5671         Make sure the nntp port to specify is a string.
5672
5673 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5674
5675         * nntp.el: Use with-current-buffer.
5676         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5677         dubious mm-with-unibyte-current-buffer.
5678         (nntp-with-open-group-function): New function extracted from
5679         nntp-with-open-group macro.
5680         (nntp-with-open-group): Use the function, so it's easier to debug.
5681         Add indentation and debugging info.
5682         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5683         the use of the netcat alternatives.
5684
5685         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5686         Avoid mm-string-as-multibyte as well.
5687
5688         * nnweb.el (nnweb-insert-html):
5689         Remove use of nnheader-string-as-multibyte.
5690
5691         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5692         (nnheader-string-as-multibyte): Remove.
5693
5694         * mm-view.el: Use inhibit-read-only.
5695         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5696         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5697         or unibyte-string.
5698
5699         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5700         (mm-uu-yenc-extract): Use with-current-buffer.
5701
5702         * gnus-soup.el (gnus-soup-send-packet): Don't use
5703         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5704
5705         * nnmh.el: Use with-current-buffer.
5706         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5707         mm-string-as-multibyte on the output of mm-encode-coding-string.
5708
5709         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5710         (nnimap-request-move-article): Use with-current-buffer.
5711
5712         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5713         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5714         conversion uses string-make-unibyte rather than string-as-unibyte.
5715
5716         * gnus-msg.el: Use with-current-buffer.
5717
5718         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5719
5720 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5721
5722         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5723         string for caching if it is 'PIN.
5724
5725 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * lpath.el: Consider the case without Emacs/W3.
5728
5729 2008-03-08  Glenn Morris  <rgm@gnu.org>
5730
5731         * time-date.el (date-to-time, time-subtract, time-add)
5732         (safe-date-to-time): Doc fixes.
5733
5734 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5735
5736         * mail-source.el (mail-source-delete-old-incoming-confirm):
5737         Change default to nil.
5738         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5739
5740 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * lpath.el: Rearrange.
5743
5744         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5745         (gnus-article-goto-prev-page): Work for articles having ^L's.
5746
5747         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5748
5749         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5750
5751 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5752
5753         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5754         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5755         (gnus-bookmark-jump): Adjust some variable names.
5756
5757 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5758
5759         * auth-source.el: New package.
5760         (auth-source-choices): Add customization entry point variable.
5761
5762         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5763         bug.
5764
5765 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5768         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5769         (gnus-registry-install-shortcuts): Rename from
5770         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5771         the `gnus-registry-mark-map' keymap dynamically from
5772         `gnus-registry-marks'.  The generated functions update the summary line
5773         when a registry mark is added or deleted, and will call
5774         `gnus-registry-install-p' (see the comments in the code).
5775         (gnus-registry-user-format-function-M): Use concat intelligently.
5776
5777         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5778         the registry mark functions.
5779
5780 2008-03-05  Glenn Morris  <rgm@gnu.org>
5781
5782         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5783         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5784         gnus-art.
5785         (top-level): No need to load own source when compiling.
5786
5787 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5790         Suggested by <chris.anderton@zetnet.co.uk>.
5791
5792 2008-03-04  Glenn Morris  <rgm@gnu.org>
5793
5794         * gnus-sum.el (top-level): No need to require gnus when compiling,
5795         since unconditionally required near start of file.
5796         (gnus-summary-display-while-building): Move definition before use.
5797
5798 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5801         formatting function.
5802
5803 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5806         with plists.
5807         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5808         Use new format.
5809
5810 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5813         `where-is-internal' that returns a range of key sequences.
5814
5815 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5816
5817         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5818
5819         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5820         (gnus-summary-jump-to-group): Consider windows on other displayed
5821         frames as well.  Similar changes might be needed elsewhere, but that's
5822         the one I've bumped into during my use.
5823
5824         * nndoc.el (nndoc-oe-dbx-type-p):
5825         * gnus-msg.el (gnus-debug):
5826         * gnus-group.el (gnus-update-group-mark-positions):
5827         Use mm-string-to-multibyte.
5828
5829 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5832         doesn't handle NotDashEscaped.
5833
5834         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5835         (mml-dnd-attach-options): Fix typo in custom choice.
5836
5837         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5838         nndoc-article-type to mbox.
5839         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5840
5841         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5842         to nil, instead of html2text.
5843
5844         * imap.el (imap-debug): Add `imap-ping-server'.
5845
5846         * gnus-bookmark.el: Add FIXMEs.
5847
5848         * message.el (message-form-letter-separator)
5849         (message-send-form-letter-delay): New variables.
5850         (message-send-form-letter): Use them.  New command to send form
5851         letters.  Requested by Uwe Siart.
5852         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5853
5854 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5855
5856         * Update copyright years.
5857
5858 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         Sync from EMACS_22_BASE.
5861
5862         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5863
5864 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5865
5866         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5867         empty author.
5868
5869 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5870
5871         * gnus-registry.el (gnus-registry-marks): Add variable for
5872         customization of marks and their appearance.
5873         (gnus-registry-read-mark): Use it.
5874         (gnus-registry-do-marks): Add utility function to loop through
5875         `gnus-registry-marks'.
5876         (gnus-registry-install-shortcuts-and-menus): Add function to install
5877         shortcuts and menus.
5878         (gnus-registry-initialize): Use it.
5879         (gnus-registry-default-mark): Clarify documentation.
5880
5881 2008-02-29  Glenn Morris  <rgm@gnu.org>
5882
5883         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5884         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5885         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5886         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5887         Change defcustom :version from 23.0 to 23.1.
5888
5889 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5890
5891         * gnus-registry.el (gnus-registry-follow-group-p)
5892         (gnus-registry-post-process-groups): Add functions to aid registry
5893         splitting and improve logging.  Clarify behavior in function
5894         documentation.
5895         (gnus-registry-split-fancy-with-parent): Use them.
5896
5897 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5898
5899         * gnus-art.el: Use with-current-buffer.
5900
5901 2008-02-27  David Engster  <dengste@eml.cc>
5902
5903         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5904         Express real group name in the response.
5905
5906 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5909         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5910         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5911         autoload gnus-registry-fetch-group when compiling.
5912         (nnmairix-request-group-with-article-number-correction): Remove
5913         unreferenced argument passed to nnmairix-call-backend.
5914
5915 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5918         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5919         Wilde.
5920
5921 2008-02-27  Glenn Morris  <rgm@gnu.org>
5922
5923         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5924         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5925         variables to defconsts.  Convert comments to doc-strings.
5926         (nnmairix-last-server, nnmairix-current-server): Convert from free
5927         variables to defvars.  Convert comments to doc-strings.
5928         (gnus-registry-fetch-group): Autoload.
5929         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5930         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5931         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5932         caddr.
5933         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5934         nnmairix-request-group-with-article-number-correction call.
5935         (nnmairix-fast, nnmairix-group): New, less general names, for free
5936         variables passed from nnmairix-request-group to
5937         nnmairix-request-group-with-article-number-correction.  Declare.
5938         (nnmairix-request-group-with-article-number-correction):
5939         Use nnmairix-fast, nnmairix-group rather than fast, group.
5940
5941 2008-02-26  David Engster  <dengste@eml.cc>
5942
5943         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5944         version 0.5.
5945
5946 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5947
5948         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5949         instead of making an extra function call.  Don't add the current group
5950         to articles only when they have the group.  Use
5951         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5952         Reported by David <de_bb@arcor.de>.
5953
5954 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5957         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5958
5959 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5960
5961         * mail-source.el (mail-source-delete-incoming): Change default.
5962         Supplement doc string.
5963
5964         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5965
5966 2008-02-14  Glenn Morris  <rgm@gnu.org>
5967
5968         * time-date.el (format-seconds): New function.
5969
5970 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5971
5972         * nnmail.el (nnmail-message-id-cache-file): Derive from
5973         `gnus-home-directory'.
5974
5975 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5976
5977         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5978         Document negative prefix.
5979
5980         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5981
5982 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5983
5984         * message.el (message-unsent-separator): Add the Exim bounce
5985         separator.
5986
5987 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5988
5989         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5990         list.
5991         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5992         recipient/signer list.
5993
5994 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * Makefile.in (datarootdir): Define.
5997         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5998         name that might contain whitespace.
5999
6000 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6003         fbound (Emacs 23 unicode), signal an error.
6004
6005 2008-02-08  Glenn Morris  <rgm@gnu.org>
6006
6007         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6008
6009 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6010
6011         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6012         ports to the calls to `netrc-machine-user-or-password' in addition to
6013         "imap" and "imaps".
6014
6015 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6016
6017         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6018
6019         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6020
6021 2008-02-01  Kenichi Handa  <handa@m17n.org>
6022
6023         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6024         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6025         (rfc2104-hash): Convert the result of concat to unibyte string.
6026
6027 2008-02-01  Dave Love  <fx@gnu.org>
6028
6029         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6030         coding-system-for-read.
6031         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6032
6033 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6034
6035         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6036         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6037         <hanche@math.ntnu.no>.
6038
6039 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6042
6043         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6044
6045 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6046
6047         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6048         * message.el (message-beginning-of-line): Use featurep instead of bound
6049         tests in order to resolve conditionals at compile time.
6050
6051 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6052
6053         * mail-source.el (mail-sources): Add `group' choice.
6054
6055         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6056         parameter `in-group' to control into which group the articles go.
6057         Add treatment of `group' mail-source.
6058
6059 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6062
6063         * mm-decode.el (mm-dissect-buffer): Decode description.
6064
6065         * mml.el (mml-to-mime): Encode message header first.
6066
6067 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6070         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6071
6072         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6073         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6074
6075 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6076
6077         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6078
6079 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6082         prefix keys.
6083         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6084         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6085         gnus-xmas.el.
6086
6087         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6088         (gnus-xmas-article-describe-bindings): New function.
6089         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6090         gnus-xmas-article-describe-bindings.
6091
6092         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6093
6094 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6095
6096         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6097         Add new variables for article mark management.
6098         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6099         list of extra data entries which, when present, will indicate that the
6100         article ID should not be trimmed from the registry.
6101         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6102         functions.
6103         (gnus-registry-read-mark): New function to read a mark name from the
6104         user.
6105         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6106         (gnus-registry-set-article-mark-internal): New functions to add and
6107         remove marks.
6108         (gnus-registry-get-article-marks): New function to show the marks for
6109         an article, or retrieve them for further use.
6110
6111 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6114         keys when no argument is given.
6115
6116 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6117
6118         * imap.el (imap-ping-server): New variable.
6119         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6120         (imap-ping-server): Minor doc string fixes.
6121
6122 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6123
6124         * imap.el (imap-ping-server): New function.
6125         (imap-opened): Call imap-ping-server.
6126
6127 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * gnus-sum.el (gnus-article-sort-by-random)
6130         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6131         jidanni@jidanni.org.
6132
6133 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * gnus-art.el (gnus-article-describe-bindings): New function.
6136         (gnus-article-read-summary-keys): Use it.
6137         (gnus-article-mode-map): Bind `C-h b' to it.
6138
6139 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6142         XEmacs.
6143         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6144         against non-character events.
6145
6146         * lpath.el: Fbind map-keymap for Emacs 21.
6147
6148 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6149
6150         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6151         command.
6152         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6153         instead of END.  Change name of the temp file.
6154         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6155         customizable.
6156
6157 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6160         bind `S W' to gnus-article-wide-reply-with-original; set default
6161         binding to gnus-article-read-summary-send-keys.
6162         (gnus-article-read-summary-keys): Fix the order of keys; display
6163         continuation keys correctly in the echo area; describe bindings
6164         correctly when keys end with `C-h'.
6165         (gnus-article-read-summary-send-keys): New function.
6166         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6167         for gnus-article-read-summary-send-keys; display continuation keys
6168         correctly in the echo area.
6169         (gnus-article-reply-with-original): Ignore prefix argument.
6170         (gnus-article-wide-reply-with-original): New function.
6171
6172         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6173         Emacs 21.
6174
6175 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6178         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6179
6180 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6183         (gnus-group-read-ephemeral-gmane-group): New command.
6184
6185 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6186
6187         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6188
6189 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6190
6191         * message.el (message-send-mail-function): Increase custom version.
6192
6193         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6194         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6195
6196 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6197
6198         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6199         for the cases where imap-authenticate is called with a nil buffer
6200         parameter.
6201
6202 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6205         html parts correctly; support forwarded messages.
6206         (gnus-article-browse-html-article): Remove work buffers.
6207
6208         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6209         compiling.
6210         (netrc-bound-and-true-p): New macro.
6211         (netrc-parse): Use it instead of bound-and-true-p that is not available
6212         in XEmacs 21.4.
6213
6214 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6215
6216         * gnus-registry.el (gnus-registry-mark-article)
6217         (gnus-registry-article-marks): Add functionality to mark articles
6218         through the Gnus registry.
6219
6220         * encrypt.el: Clarify documentation for the new pgg method.
6221         (encrypt-file-alist): Add PGG option.
6222         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6223         functionality.  Abstract password key and messaging to external
6224         functions.
6225         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6226         (encrypt-message-method-and-cipher): Add new convenience external
6227         functions.
6228         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6229         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6230
6231         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6232         (netrc-parse): Use encrypt-file-alist to determine if
6233         encrypt-find-model or encrypt-insert-file-contents should be used.
6234
6235         * encrypt.el: Clarify documentation.  Load password-cache or
6236         password, whichever one is found first, instead of autoloading.
6237
6238 2007-12-19  Glenn Morris  <rgm@gnu.org>
6239
6240         * mml.el (message-options-set, message-narrow-to-head)
6241         (message-in-body-p, message-mail-p, message-encode-message-body):
6242         Autoload.
6243         (message-remove-header, message-narrow-to-headers-or-head)
6244         (message-subscribed-p, message-make-mail-followup-to)
6245         (message-position-on-field, message-news-p)
6246         (message-options-set-recipient, message-generate-headers)
6247         (message-sort-headers): Declare as functions.
6248
6249 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6250
6251         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6252         convention in doc string.
6253
6254 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6257         title to html parts.
6258         (gnus-article-browse-html-article): Pass message header to it.
6259
6260         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6261
6262 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6265         or password compatible with XEmacs.
6266
6267 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6270         format document.
6271         (gnus-mime-delete-part): Don't write description line if empty.
6272         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6273
6274 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6275
6276         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6277         (gnus-summary-mark-read-and-unread-as-read)
6278         (gnus-summary-mark-current-read-and-unread-as-read)
6279         (gnus-summary-mark-unread-as-ticked): Doc fix.
6280         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6281
6282 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6283
6284         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6285         Christoph Conrad <christoph.conrad@gmx.de>.
6286
6287 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6290         yes-or-no-p.
6291
6292 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * mm-decode.el (mm-add-meta-html-tag): New function.
6295         (mm-save-part-to-file, mm-pipe-part): Use it.
6296
6297         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6298         gnus-y-or-n-p instead of y-or-n-p.
6299         (gnus-article-browse-html-parts): Work with message/external-body; use
6300         mm-add-meta-html-tag.
6301
6302 2007-12-11  Glenn Morris  <rgm@gnu.org>
6303
6304         * gnus-cache.el: Require gnus-sum not just when compiling.
6305
6306         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6307
6308         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6309         definitions before use.
6310
6311         * mm-decode.el: Require gnus-util.
6312         (mm-remove-part): Only call delete-annotation on XEmacs.
6313
6314         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6315
6316         * nnmail.el: Require gnus-int.
6317
6318         * spam.el: Move `require's before `eval-when-compile's.
6319
6320         * gnus-ems.el (gnus-alive-p):
6321         * gnus-fun.el (message-goto-eoh):
6322         * gnus-util.el (gnus-group-name-decode):
6323         * mail-source.el (gnus-compress-sequence):
6324         * message.el (Info-goto-node, format-spec):
6325         * mm-bodies.el (message-options-get):
6326         * mm-decode.el (mm-view-pkcs7):
6327         * mm-util.el (gmm-write-region):
6328         * mml-smime.el (mml-compute-boundary)
6329         (gnus-completing-read-with-default):
6330         * mml.el (widget-button-press, gnus-make-hashtable):
6331         * mml1991.el (mm-decode-content-transfer-encoding)
6332         (mm-encode-content-transfer-encoding)
6333         (message-options-get, message-options-set):
6334         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6335         * nnfolder.el (gnus-request-group):
6336         * nnheader.el (ietf-drums-unfold-fws):
6337         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6338         * smime.el (gnus-run-mode-hooks):
6339         * spam-stat.el (gnus-message): Autoload.
6340
6341         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6342         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6343         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6344         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6345         Add declare-function compatibility definition.
6346
6347         * gnus-cache.el (nnvirtual-find-group-art):
6348         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6349         (gnus-add-image, gnus-add-wash-type):
6350         * gnus-group.el (nnkiboze-score-file):
6351         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6352         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6353         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6354         (message-tokenize-header, gnus-get-buffer-create)
6355         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6356         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6357         * gnus.el (gnus-group-decoded-name):
6358         * mail-source.el (imap-capability):
6359         * mm-bodies.el (message-options-set):
6360         * mm-decode.el (gnus-configure-windows):
6361         * mm-extern.el (message-goto-body):
6362         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6363         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6364         (epg-sub-key-validity, message-options-set):
6365         * mml.el (widget-event-point, gnus-configure-windows):
6366         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6367         * mml2015.el (epg-check-configuration, epg-configuration)
6368         (message-options-set):
6369         * nndb.el (nndb-request-article):
6370         * nnfolder.el (gnus-request-create-group):
6371         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6372         * nnmaildir.el (gnus-group-mark-article-read):
6373         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6374         * rfc1843.el (message-fetch-field):
6375         * spam.el (gnus-extract-address-components):
6376         Declare as functions.
6377
6378 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6381
6382         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6383
6384         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6385         bind show-trailing-whitespace for XEmacs.
6386
6387 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6388
6389         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6390         new no-op macro for backward compatibility.
6391
6392         * imap.el (imap-string-to-integer): New function.
6393
6394 2007-12-09  Glenn Morris  <rgm@gnu.org>
6395
6396         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6397
6398         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6399         * message.el, mm-view.el, sieve-manage.el, smime.el:
6400         Add declare-function compatibility definition.
6401
6402         * gnus-art.el (w3-region, w3m-region, Info-menu):
6403         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6404         * gnus-sum.el (gnus-get-predicate):
6405         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6406         * message.el (mail-abbrev-in-expansion-header-p):
6407         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6408         (w3m-detect-meta-charset, w3m-region):
6409         * sieve-manage.el (password-read, password-cache-add)
6410         (password-cache-remove):
6411         * smime.el (password-read-and-add): Declare as functions.
6412
6413 2007-12-08  David Kastrup  <dak@gnu.org>
6414
6415         * gnus-sum.el (gnus-summary-simplify-subject-query):
6416         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6417         `message'.
6418
6419 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6422         it to bind idna-program, installation-directory, defined-colors, and
6423         face-attribute for XEmacs of the version that compiles defcustom forms.
6424
6425 2007-12-07  Glenn Morris  <rgm@gnu.org>
6426
6427         * gnus-art.el (article-make-date-line): Revert previous change.
6428
6429 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6430
6431         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6432
6433 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6434
6435         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6436         Call gnus-add-to-range ranges only once with a prepared article-list.
6437
6438 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6439
6440         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6441         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6442         group names with backslashes.  Reported by Tassilo Horn
6443         <tassilo@member.fsf.org>.
6444
6445 2007-12-06  Deepak Goel  <deego3@gmail.com>
6446
6447         * gnus-art.el (article-make-date-line):
6448         * gnus-start.el (gnus-load):
6449         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6450
6451 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * gnus-art.el (gnus-use-idna)
6454         * gnus-start.el (gnus-site-init-file)
6455         * message.el (message-use-idna)
6456         * mm-uu.el (mm-uu-hide-markers)
6457         * smiley.el (smiley-style): Revert changes that suppress warnings.
6458
6459 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6462         specify charset to html source.  Reported by Christoph Conrad
6463         <christoph.conrad@gmx.de>.
6464
6465 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6468         idna-program in order to suppress byte compile warning issued by XEmacs
6469         that came to byte compile the default value section of defcustom forms
6470         recently.
6471
6472         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6473         value of installation-directory.
6474
6475         * message.el (message-use-idna): Don't directly refer to the value of
6476         idna-program.
6477
6478         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6479
6480         * smiley.el (smiley-style): Don't directly call face-attribute.
6481
6482 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6485
6486         * gnus-dired.el: Reduce Gnus dependencies.
6487         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6488         require.  Use autoloads instead.
6489         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6490         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6491         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6492         (gnus-dired-mode): Adjust doc string.
6493         (gnus-dired-mail-mode): New variable.
6494         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6495         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6496         (gnus-dired-mail-buffers): New function.  Return mail or message
6497         composition buffers.
6498         (gnus-dired-attach): Use it.
6499         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6500         NO-DECODE.
6501         (gnus-dired-print): Use `gnus-print-buffer' depending on
6502         `gnus-dired-mail-mode'.
6503
6504 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * rfc2047.el (rfc2047-encoded-word-regexp)
6507         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6508         explaining what regexp patterns are for.
6509
6510 2007-12-04  Glenn Morris  <rgm@gnu.org>
6511
6512         * password.el: Move to password-cache.el.
6513
6514         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6515         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6516         * mml-smime.el (password-read, password-cache-add)
6517         (password-cache-remove):
6518         No need to autoload, since mml-sec requires password.
6519
6520         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6521         * message.el (gnus-extract-address-components):
6522         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6523
6524         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6525         password.
6526
6527 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6528
6529         * mailcap.el: Reduce dependencies.
6530         (mail-header-parse-content-type): Autoload.
6531         (mailcap-delete-duplicates): New alias.
6532         (mailcap-mime-info): Add optional argument NO-DECODE.
6533         (mailcap-mime-types): Use mailcap-delete-duplicates.
6534
6535         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6536
6537 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6538
6539         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6540         (imap-parse-status): Upcase status-att for servers that sends them
6541         lower-case (e.g., MS Exchange 2007).
6542
6543 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6544
6545         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6546         function.
6547
6548         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6549         (gnus-uu-yenc-article): New function.
6550
6551         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6552
6553         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6554         buffer.
6555
6556 2007-12-02  Glenn Morris  <rgm@gnu.org>
6557
6558         * binhex.el (binhex): New custom group.
6559         (binhex-decoder-program, binhex-decoder-switches)
6560         (binhex-use-external): Move to the binhex custom group.
6561
6562         * uudecode.el (uudecode): New custom group.
6563         (uudecode-decoder-program, uudecode-decoder-switches)
6564         (uudecode-use-external): Move to the uudecode custom group.
6565
6566         * netrc.el (top-level): Don't load `encrypt' features.
6567         (netrc-parse): Don't use encrypt.
6568         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6569
6570         * encrypt.el: Remove file.
6571
6572 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6573
6574         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6575         matches on patches.
6576
6577         * gnus-art.el (gnus-article-browse-html-article): Mention
6578         `mm-text-html-renderer' in the doc string.
6579
6580         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6581         string.  Add comments.
6582
6583         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6584         if rhs is ASCII.
6585
6586 2007-12-01  Glenn Morris  <rgm@gnu.org>
6587
6588         * mail-source.el (top-level): Require format-spec before
6589         eval-when-compile.
6590
6591 2007-11-30  Glenn Morris  <rgm@gnu.org>
6592
6593         * encrypt.el: Require password, rather than autoloading password-read.
6594
6595 2007-11-29  Glenn Morris  <rgm@gnu.org>
6596
6597         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6598         (sasl-make-client, sasl-next-step, sasl-step-data)
6599         (sasl-step-set-data): Declare as functions.
6600
6601 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6604
6605 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6606
6607         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6608         certs should be verified and what is to be done in the event of a
6609         verification failure.
6610
6611         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6612         caller can indicate whether the cache should be disregarded for this
6613         call.  This way the result of the call is reproducible at all times and
6614         can be considered a canonical server name for the supplied method.
6615         (gnus-agent-method-p): Canonicalize server names by pushing their
6616         method through `gnus-method-to-server' using the no-cache argument.
6617
6618         * gnus-srvr.el (gnus-server-insert-server-line): Call
6619         `gnus-method-to-server' with `no-cache' argument.
6620
6621         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6622         gnus-agent-possibly-synchronize-flags as this should be called when the
6623         server is actually being opened.
6624         (gnus-agent-possibly-synchronize-flags)
6625         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6626         flags file of an agentized server to the latter function.
6627
6628         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6629         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6630         after a connection has been established successfully.
6631
6632 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * gnus-art.el (article-display-face): Force to display face if called
6635         interactively; check if gnus-article-x-face-too-ugly matches author.
6636         (article-display-x-face): Display face even if From header is missing
6637         as article-display-face does.
6638
6639 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6640
6641         * hashcash.el (message-narrow-to-headers-or-head)
6642         (message-fetch-field, message-goto-eoh)
6643         (message-narrow-to-headers): Declare as functions.
6644
6645 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6646
6647         * mail-source.el (mail-sources): Default to fetch from file for
6648         compatibility with default of nnmail-spool-file.
6649
6650 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6653         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6654         to look for encoded word that should be encoded again.
6655         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6656         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6657         encoding pattern.
6658         (rfc2047-decode-region): Switch strict regexp and loose one according
6659         to rfc2047-allow-irregular-q-encoded-words.
6660
6661 2007-11-25  Romain Francoise  <romain@orebokech.com>
6662
6663         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6664
6665 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6666
6667         * tls.el (tls-program): Provide more custom choices from
6668         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6669         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6670
6671 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6674         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6675
6676         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6677         `nnmail-spool-file'.
6678
6679         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6680         `nnmail-spool-file'.
6681
6682         * gnus-move.el (gnus-change-server): Ditto.
6683
6684         * gnus-kill.el (gnus-batch-score): Ditto.
6685
6686         * gnus-cache.el (gnus-jog-cache): Ditto.
6687
6688         * gnus-msg.el (gnus-summary-reply):
6689         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6690
6691 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6692
6693         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6694         version.  Minor improvement to doc strings.
6695         (tls-program): Add comment.
6696
6697 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6698
6699         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6700         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6701         mismatch between the hostname provided in the certificate and the name
6702         of the host connnecting to.
6703         (open-tls-stream): Use them.  Check certificates against trusted root
6704         certificates.
6705
6706 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * gnus-cache.el (gnus-cache-generate-nov-databases):
6709         Use nnml-generate-nov-databases-directory instead of
6710         nnml-generate-nov-databases-1.
6711
6712 2007-11-24  Glenn Morris  <rgm@gnu.org>
6713
6714         * message.el (message-tool-bar-retro): Update for rename
6715         mail_send.xpm->mail-send.xpm.
6716
6717 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6720         `smime-ldap-search' for Emacs 22 and up.
6721
6722 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6723
6724         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6725
6726         * message.el (message-send-mail-function): Fix error convention.
6727         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6728         (message-widen-reply, message-send-mail, message-talkative-question)
6729         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6730         (message-clone-locals, message-send-news): Use with-current-buffer.
6731         (message-insert-or-toggle-importance): Remove unused var `valid'.
6732         (message-make-references): Remove unused var `new-references'.
6733         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6734
6735 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6736
6737         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6738         (spam-split-symbolic-return-positive): Reflow docstring.
6739         (spam-backends, spam-summary-exit-behavior)
6740         (spam-mark-ham-unread-before-move-from-spam-group)
6741         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6742         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6743         (spam-clear-cache, spam-backend-check, spam-install-backend)
6744         (spam-install-statistical-backend, spam-list-of-processors)
6745         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6746         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6747         (spam-check-crm114, spam-initialize, spam-unload-hook):
6748         Fix typos in docstrings.
6749
6750 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6753         been checked if they have never been read and those group levels are
6754         higher than the one that a user specified.
6755
6756 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6759         foreign groups unless a group level is specified by a user.
6760         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6761
6762 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6763
6764         * message.el (message-send-mail-function): Require sendmail.
6765
6766 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * message.el (message-send-mail-function): Check for smtpmail too.
6769
6770         * utf7.el (utf7-encode, utf7-decode): Use coding system
6771         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6772
6773         * message.el (message-send-mail-function): New function.
6774         (message-send-mail-function): Set default using
6775         message-send-mail-function.  Adjust doc string.
6776         (message-send-mail-with-mailclient): New function.
6777
6778 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6779
6780         * smime.el (from):
6781         * rfc2047.el (message-posting-charset):
6782         * qp.el (mm-use-ultra-safe-encoding):
6783         * pop3.el (parse-time-months):
6784         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6785         * nnml.el (files):
6786         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6787         (jka-compr-compression-info-list, ange-ftp-path-format)
6788         (efs-path-regexp):
6789         * nndiary.el (files):
6790         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6791         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6792         (epg-digest-algorithm-alist, inhibit-redisplay)
6793         (password-cache-expiry):
6794         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6795         (pgg-output-buffer, password-cache-expiry):
6796         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6797         (efs-path-regexp):
6798         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6799         (inhibit-redisplay):
6800         * mm-uu.el (file-name, start-point, end-point, entry)
6801         (gnus-newsgroup-name, gnus-newsgroup-charset):
6802         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6803         (latin-unity-ucs-list):
6804         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6805         (mm-uu-binhex-decode-function):
6806         * message.el (gnus-message-group-art, gnus-list-identifiers)
6807         (rmail-enable-mime-composing, gnus-local-organization)
6808         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6809         (gnus-read-active-file, facemenu-add-face-function)
6810         (facemenu-remove-face-function, gnus-article-decoded-p)
6811         (tool-bar-mode):
6812         * mail-source.el (display-time-mail-function):
6813         * gnus-util.el (nnmail-pathname-coding-system)
6814         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6815         (gnus-original-article-buffer, gnus-user-agent)
6816         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6817         (xemacs-codename, sxemacs-codename, emacs-program-version):
6818         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6819         * gnus-start.el (gnus-agent-covered-methods)
6820         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6821         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6822         (gnus-newsgroup-headers, gnus-group-list-mode)
6823         (gnus-group-mark-positions, gnus-newsgroup-data)
6824         (gnus-newsgroup-unreads, nnoo-state-alist)
6825         (gnus-current-select-method, mail-sources)
6826         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6827         (nnmail-spool-file, gnus-cache-active-hashtb):
6828         * gnus-mh.el (mh-lib-progs):
6829         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6830         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6831         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6832         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6833         (gnus-group-buffer):
6834         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6835         (font-lock-set-defaults):
6836         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6837         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6838         (gnus-summary-post-menu, total-parts, type, condition, length):
6839         * gnus-agent.el (gnus-agent-read-agentview):
6840         * flow-fill.el (show-trailing-whitespace):
6841         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6842         eval-and-compile wrappers for byte compiler pacifiers.
6843
6844         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6845         (mm-display-inline-fontify): Check for featurep 'xemacs not
6846         extent-list.
6847
6848         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6849         itimer-list.
6850         (mm-create-image-xemacs): Only do something for XEmacs.
6851         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6852
6853         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6854
6855         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6856         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6857
6858 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6859
6860         * nnimap.el (nnimap-split-download-body):
6861         * gnus-demon.el (gnus-demon):
6862         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6863
6864 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6867         macros.
6868         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6869         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6870         copy data from unibyte buffer to multibyte current buffer.
6871         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6872         to copy data from unibyte current buffer to multibyte buffer.
6873         (nntp-make-process-buffer): Make process buffer unibyte.
6874
6875         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6876
6877 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6878
6879         * pop3.el (pop3-open-server): Accept and process data more robustly at
6880         connexion start to avoid spurious "POP SSL connexion failed" errors.
6881
6882 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6885         read group names.
6886
6887 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6890
6891 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6894         (nnmail-save-active): Use a unibyte buffer when saving active file,
6895         which may contain non-ASCII group names.
6896
6897         * nnml.el (nnml-request-group): Decode group names in messages.
6898
6899 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * message.el (message-citation-line-function)
6902         (message-insert-formatted-citation-line): Fix spelling of
6903         `message-insert-formated-citation-line'.
6904
6905 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6908
6909 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6912         nnmail-pathname-coding-system.
6913
6914         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6915         that a user enters; decode group names in messages.
6916
6917         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6918
6919 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6922
6923         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6924
6925         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6926         risky local variable.
6927
6928         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6929
6930 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6931
6932         * encrypt.el: Improve documentation to fix function name typo.
6933         Reported by Daiki Ueno <ueno@unixuser.org>.
6934
6935 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6938         even if the point is not in the last page of an article.
6939         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6940         back to the previous page.
6941
6942 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6945
6946 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6949
6950 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6951
6952         * message.el (message-check-news-body-syntax): Avoid
6953         mm-string-as-multibyte.
6954         (message-hide-headers): Don't assume (point-min)==1.
6955
6956 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6957
6958         * message.el (message-remove-blank-cited-lines): Fix if remove is
6959         given.
6960         (message-bogus-address-regexp): New variable.
6961         (message-bogus-recipient-p): New function.
6962         (message-check-recipients): New command.
6963         (message-syntax-checks): Add `bogus-recipient'.
6964         (message-fix-before-sending): Add `bogus-recipient'.
6965
6966         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6967         (gnus-treat-body-boundary): Don't test window-system.
6968
6969 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6970
6971         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6972
6973 2007-10-28  Miles Bader  <miles@gnu.org>
6974
6975         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6976         at compile-time too.
6977
6978 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * gnus-msg.el (gnus-message-setup-hook): Add
6981         `message-remove-blank-cited-lines' to options.
6982
6983 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * message.el (message-remove-blank-cited-lines): New function.
6986         Suggested by Karl Plästerer.
6987
6988 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6991         mapc.
6992
6993         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6994         (top-level): Use mapc to set functions to be traced for debugging.
6995
6996         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6997         called for effect with while loop.
6998
6999         * message.el (message-talkative-question): Replace mapcar called for
7000         effect with mapc.
7001
7002         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7003         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7004         called for effect with dolist.
7005
7006         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7007
7008         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7009         gnus-extra-headers and nnmail-extra-headers.
7010
7011         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7012         called for effect with dolist.
7013         (top-level): Use mapc to set functions to be traced for debugging.
7014
7015         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7016         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7017         dolist.
7018
7019         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7020         Replace mapcar called for effect with mapc.
7021         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7022         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7023         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7024         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7025
7026         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7027         remove-if that's a cl function.
7028
7029         * webmail.el (webmail-debug): Replace mapcar called for effect with
7030         dolist.
7031
7032         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7033         with mapc.
7034
7035 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7038         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7039         with while loop.
7040
7041         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7042         functions from article-* functions.
7043         (gnus-multi-decode-header): Replace mapcar called for effect with
7044         dolist.
7045
7046         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7047         (gnus-bookmark-show-details): Replace mapcar called for effect with
7048         while loop.
7049
7050         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7051         called for effect with while loop.
7052
7053         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7054         with dolist.
7055
7056         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7057         mapcar called for effect with dolist.
7058
7059         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7060
7061         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7062         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7063         Replace mapcar called for effect with dolist.
7064         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7065         mapc.
7066
7067         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7068         Replace mapcar called for effect with dolist.
7069         (gnus-topic-list): Replace mapcar called for effect with mapc.
7070
7071         * gnus.el: Use mapc instead of mapcar to add autoloads.
7072
7073 2007-10-23  Richard Stallman  <rms@gnu.org>
7074
7075         * gnus-group.el (gnus-group-highlight): Mark as risky.
7076
7077 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus.el (gnus-server-to-method): Return method found first in
7080         gnus-newsrc-alist.
7081
7082         * gnus-art.el (gnus-article-highlight-signature)
7083         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7084         button overlay without the front stickiness.
7085
7086 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7087
7088         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7089         overview buffer needed a catch to receive its throw.
7090         (gnus-agent-flush-cache): Declared as interactive to make this function
7091         easier to use.
7092
7093 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7096         `next-line'.
7097
7098 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7101         exclude address matching message-dont-reply-to-names.
7102
7103 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-util.el (gnus-string<): New function.
7106
7107         * gnus-sum.el (gnus-article-sort-by-author)
7108         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7109
7110 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7113         the frame-focus tag is set in gnus-buffer-configuration.
7114
7115 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7118         the front stickiness.
7119
7120 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7123         url pattern; remove duplicate one.
7124         (gnus-article-extend-url-button): New function.
7125         (gnus-article-add-buttons): Use it.
7126         (gnus-button-push): Use concatenated url that it makes.
7127
7128 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7129
7130         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7131
7132 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7133
7134         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7135         Don't hardcode point-min==1.
7136
7137 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7140         Fix comment about "iso8859-1".
7141
7142 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7143
7144         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7145         ones returned from the verify-function.
7146
7147         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7148         mml2015-extract-cleartext-signature if extraction failed.
7149
7150 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7151
7152         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7153         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7154         failed.
7155
7156 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7159
7160 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7163         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7164         recommends to use EasyPG instead of PGG.
7165
7166         * pgg.el: Revert to revision 6.23.2.16.
7167
7168         * pgg-def.el: Revert to revision 6.6.2.14.
7169
7170         * pgg-gpg.el: Revert to revision 6.23.2.34.
7171
7172 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7173
7174         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7175         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7176         thread for both the null and zero (kill/expire thread) universal prefix
7177         cases.
7178         (gnus-summary-expire-thread): Add new function to expire a thread,
7179         using gnus-summary-kill-thread.
7180         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7181         shortcuts for gnus-summary-expire-thread.
7182         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7183         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7184
7185 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7186
7187         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7188         extras value, so an extras entry can be deleted.
7189         (gnus-registry-delete-extra-entry): Use it.
7190         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7191         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7192         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7193         storage through the gnus-registry, and provide an appropriate API for
7194         it.
7195
7196 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7199         Suggested by Leo <sdl.web@gmail.com>.
7200
7201         * gnus.el: Do.
7202
7203 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7206         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7207
7208         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7209
7210         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7211         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7212
7213 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7216         newline.
7217         (nnmbox-request-accept-article): Don't change article in source buffer;
7218         narrow to header to use message-fetch-field rather than
7219         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7220         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7221         as delimiters; make sure article ends with newline.
7222         (nnmbox-delete-mail): Correct last position of article to be deleted;
7223         ignore X-Gnus-Newsgroup header in article body.
7224         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7225         positions; make sure article ends with newline.
7226
7227         * message.el (message-display-abbrev): Don't infloop when a user
7228         inserts SPC in the beginning of header.
7229
7230         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7231         coding-system-for-read and coding-system-for-write for XEmacs having no
7232         file-coding feature.
7233
7234         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7235
7236 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7237
7238         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7239         list of groups not followed by default.  Fix type to be regexp.
7240         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7241
7242 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7243
7244         * hmac-def.el (define-hmac-function): Switch from old-style to
7245         new-style backquotes.
7246
7247         * md4.el (md4-make-step): Likewise.
7248
7249 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7252         raw-text coding system when saving .newsrc file, which may contain
7253         non-ASCII group names.
7254
7255 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * gnus-cus.el (gnus-score-extra): New widget.
7258         (gnus-score-extra-convert): New function.
7259         (gnus-score-customize): Use it for Extra.
7260
7261 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7262
7263         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7264         (mml2015-mailcrypt-clear-verify): Use it.
7265         (mml2015-gpg-clear-verify): Use it.
7266         (mml2015-pgg-clear-verify): Use it.
7267         (mml2015-epg-clear-verify): Replace the current part with the output
7268         from GnuPG; don't extract the plaintext by itself.
7269
7270         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7271         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7272         mml2015-clear-verify-function; don't touch the armor headers or
7273         dash-escaped text here.
7274
7275 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7278         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7279         parts, or application/octet-stream as a last resort.
7280         (gnus-mime-view-part-as-type): Don't toggle display.
7281         (gnus-mime-view-part-as-charset): Don't turn off display before
7282         querying charset.
7283
7284         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7285         stuff to undisplayer function in Emacs.
7286         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7287
7288         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7289         text/calendar parts.
7290
7291 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7294         decoding text/calendar parts.
7295
7296         * message.el (message-forward-make-body-mime): Always mark body as
7297         having no illegible text; remove signed-or-encrypted argument.
7298         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7299
7300         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7301         (mml-generate-mime-1): Don't encode body if it is specified to be in
7302         raw form; don't make buffer be unibyte when inserting multibyte string.
7303
7304 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7305
7306         * sha1.el: Fix up comment style.
7307         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7308         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7309
7310         * hex-util.el: Fix up comment style.
7311         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7312
7313         * gnus-salt.el: Use with-current-buffer.
7314         (gnus-pick-setup-message): Fix long-standing typo.
7315
7316 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * imap.el (imap-logout-timeout): New variable.
7319         (imap-logout, imap-logout-wait): New functions.
7320         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7321
7322         * nnimap.el (nnimap-logout-timeout): New server variable.
7323         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7324         nnimap-logout-timeout.
7325
7326         * gnus-art.el (gnus-article-summary-command-nosave)
7327         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7328
7329 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus.el (gnus-maximum-newsgroup): New variable.
7332
7333         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7334         according to gnus-maximum-newsgroup.
7335
7336         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7337         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7338         Limit the range of articles according to gnus-maximum-newsgroup.
7339
7340 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7341
7342         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7343         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7344         Don't perform gnus-configure-windows here; reuse existing sticky
7345         article buffer.
7346
7347         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7348         it doesn't exist in gnus-article-mode.
7349
7350 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7353         (gnus-agent-decoded-group-name): New function.
7354         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7355         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7356
7357 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7358
7359         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7360         Add binding for gnus-sticky-article.
7361         (gnus-summary-exit): Don't kill sticky article buffers.
7362
7363         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7364         article buffer.
7365         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7366         (gnus-kill-sticky-article-buffers): New commands.
7367
7368 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * nntp.el (nntp-xref-number-is-evil): New server variable.
7371         (nntp-find-group-and-number): If it is non-nil, don't trust article
7372         numbers in the Xref header.
7373
7374 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-agent.el (gnus-agent-read-group): New function.
7377         (gnus-agent-flush-group, gnus-agent-expire-group)
7378         (gnus-agent-regenerate-group): Use it.
7379         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7380         nnmail-pathname-coding-system.
7381
7382 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7385
7386         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7387         that are unread as unread, and also as selected so that information of
7388         marks having been changed by a user may be updated when exiting group.
7389
7390 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7393         calculated ignoring signature parts to gnus-treat-article.
7394
7395 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7398         a point here in order to keep the window start.
7399         (gnus-insert-mime-security-button): Make a button overlay without the
7400         front stickiness.
7401         (gnus-mime-display-security): Goto the end of a button.
7402
7403         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7404
7405 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7408         group-name-at-point.
7409         (gnus-group-completing-read): New function that offers decoded
7410         non-ASCII group names for completion.
7411         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7412         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7413         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7414         (gnus-group-fetch-control): Use it.
7415         (gnus-fetch-group): Use group-name-at-point for the initial value
7416         rather than the default value; use gnus-alive-p.
7417
7418         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7419         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7420         (gnus-summary-post-news): Use gnus-group-completing-read.
7421
7422         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7423         (gnus-read-move-group-name): Decode group name for completion.
7424
7425 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7426
7427         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7428         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7429         Yamaoka slightly modified the code).
7430
7431 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7434         (nnmail-split-incoming): Bind it.
7435
7436         * nnml.el (nnml-group-name-charset): New function.
7437         (nnml-decoded-group-name): Use it; don't decode group name if
7438         nnmail-group-names-not-encoded-p is non-nil.
7439         (nnml-encoded-group-name): New function.
7440         (nnml-group-pathname): Inline nnml-decoded-group-name.
7441         (nnml-request-expire-articles): Decode group name in message.
7442         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7443         nnmail-pathname-coding-system.
7444         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7445         not decoded ones according to nnmail-group-names-not-encoded-p.
7446         (nnml-generate-active-info): Use nnml-encoded-group-name.
7447
7448 2007-08-08  Glenn Morris  <rgm@gnu.org>
7449
7450         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7451         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7452         doc-strings and comments.
7453
7454 2007-07-25  Glenn Morris  <rgm@gnu.org>
7455
7456         * Relicense all FSF files to GPLv3 or later.
7457
7458 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-sum.el (gnus-summary-move-article): Make
7461         gnus-summary-respool-article work.
7462
7463 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7466         string.
7467
7468 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7469
7470         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7471         that should be ignored when comparing distant RSS articles with local
7472         ones.
7473         (nnrss-make-hash-index): New function.  Create a hash index according
7474         to the ignored fields.
7475         (nnrss-check-group): Use it.
7476
7477 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7480
7481         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7482
7483         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7484         the new optional argument ENCODED is non-nil.
7485         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7486         coding system for encoding group name.
7487         (gnus-group-make-rss-group): Pass un-encoded group name to
7488         gnus-group-make-group.
7489         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7490         encoded.
7491
7492         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7493         Encode group name to which articles are moved or copied.
7494         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7495         coding system for encoding Newsgroup, Followup-To and Xref headers.
7496
7497         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7498         marks; use nnheader-file-coding-system to write a file.
7499         (nnagent-retrieve-headers): Bind file-name-coding-system to
7500         nnmail-pathname-coding-system.
7501
7502         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7503
7504         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7505         (nnml-request-article, nnml-request-create-group)
7506         (nnml-request-rename-group, nnml-find-id)
7507         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7508         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7509         (nnml-save-marks): Use nnml-group-pathname instead of
7510         nnmail-group-pathname.
7511
7512         (nnml-request-create-group, nnml-request-expire-articles)
7513         (nnml-request-move-article, nnml-request-delete-group)
7514         (nnml-deletable-article-p, nnml-possibly-create-directory)
7515         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7516         (nnml-open-marks): Bind file-name-coding-system to
7517         nnmail-pathname-coding-system.
7518
7519         (nnml-request-article): Pass server argument to nnml-find-group-number.
7520         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7521         server argument to nnml-possibly-create-directory.
7522         (nnml-request-accept-article): Pass server argument to
7523         nnml-active-number and nnml-save-mail.
7524         (nnml-find-group-number): Pass server argument to nnml-find-id.
7525         (nnml-request-update-info): Pass server argument to
7526         nnml-marks-changed-p.
7527
7528         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7529         (nnml-save-mail, nnml-active-number): Add server argument.
7530
7531         (nnml-request-delete-group): Warn if group is missing.
7532         (nnml-get-nov-buffer): Decode group name.
7533         (nnml-generate-active-info): Encode group name.
7534         (nnml-open-marks): Decode group name in messages.
7535
7536 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7539         if it is not specified.
7540         (gnus-article-pipe-part, gnus-article-save-part)
7541         (gnus-article-interactively-view-part, gnus-article-copy-part)
7542         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7543         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7544         (gnus-article-replace-part, gnus-article-delete-part)
7545         (gnus-article-view-part-as-type): Pass raw prefix argument to
7546         gnus-article-part-wrapper.
7547
7548 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-agent.el (gnus-agent-save-active): Bind
7551         nnheader-file-coding-system to gnus-agent-file-coding-system.
7552
7553         * gnus-cache.el (gnus-cache-save-buffers)
7554         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7555         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7556         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7557         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7558         (gnus-cache-generate-active, gnus-cache-rename-group)
7559         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7560         (gnus-cache-update-overview-total-fetched-for): Bind
7561         file-name-coding-system to nnmail-pathname-coding-system.
7562         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7563         variables.
7564         (gnus-cache-decoded-group-name): New function.
7565         (gnus-cache-file-name): Use it.
7566         (gnus-cache-generate-active): Use non-decoded group name for active.
7567
7568         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7569         right place.
7570         (gnus-write-active-file): Don't break non-ASCII group names.
7571
7572         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7573         nnmail-pathname-coding-system.
7574
7575         * lpath.el: Bind default-file-name-coding-system,
7576         file-name-coding-system and language-info-alist for XEmacs.
7577
7578         * gnus-uu.el (gnus-uu-decode-save): Typo.
7579
7580 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7583
7584 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7587         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7588         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7589         (gnus-agent-flush-group, gnus-agent-flush-cache)
7590         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7591         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7592         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7593         (gnus-agent-regenerate-group)
7594         (gnus-agent-update-files-total-fetched-for)
7595         (gnus-agent-update-view-total-fetched-for): Bind
7596         file-name-coding-system to nnmail-pathname-coding-system.
7597         (gnus-agent-group-pathname): Don't encode file names by
7598         nnmail-pathname-coding-system.
7599         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7600         coding-system-for-write instead of buffer-file-coding-system to
7601         gnus-agent-file-coding-system.
7602
7603         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7604         Decode group name.
7605
7606         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7607
7608         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7609         (gnus-read-newsrc-el-file): Make group names unibyte.
7610
7611         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7612         nnmail-pathname-coding-system.
7613
7614         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7615         (nnrss-request-delete-group): Bind file-name-coding-system to
7616         nnmail-pathname-coding-system.
7617         (nnrss-read-server-data, nnrss-read-group-data): Bind
7618         file-name-coding-system correctly.
7619         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7620
7621         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7622         (nntp-server-to-method-cache): New variable.
7623         (nntp-group-pathname): New function that decodes non-ASCII group names.
7624         (nntp-possibly-create-directory, nntp-marks-changed-p)
7625         (nntp-save-marks, nntp-open-marks): Use it.
7626         (nntp-possibly-create-directory, nntp-open-marks):
7627         Bind file-name-coding-system to nnmail-pathname-coding-system.
7628         (nntp-open-marks): Decode group names when bootstrapping marks.
7629
7630         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7631         Newsgroups and Folowup-To headers.
7632
7633 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7636         (gnus-server-closed-face, gnus-server-denied-face)
7637         (gnus-server-offline-face): Remove variable.
7638         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7639
7640         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7641         of modifying message-stack directly for XEmacs.
7642
7643         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7644         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7645         if the coding-system argument is nil for XEmacs.
7646
7647         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7648         mm-charset-override-alist.
7649
7650         * rfc2047.el: Don't require base64; require rfc2045 for the function
7651         rfc2045-encode-string.
7652         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7653         to quote the parameter value.
7654
7655 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7658         form in gnus-group-name-charset-method-alist.
7659
7660         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7661         overrides the default layout edit-form.
7662
7663         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7664
7665         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7666
7667 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7670         as unfetched articles.
7671
7672 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7675
7676 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7679         original back end that keeps marks in the local system.
7680
7681 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7684         arg of pop-to-buffer for XEmacs.
7685         (gnus-article-read-summary-keys): Ditto; don't restore window
7686         configuration if summary command ends up with neither article buffer
7687         nor summary buffer; describe bindings if summary keys end with C-h.
7688
7689 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * message.el (message-fix-before-sending): Skip raw message part to be
7692         forwarded while checking illegible text.
7693         (message-forward-make-body-mime, message-forward-make-body): Mark
7694         signed or encrypted raw message as having no illegible text.
7695
7696 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7699         (gnus-message-with-timestamp-1): New macro.
7700         (gnus-message-with-timestamp): New function.
7701         (gnus-message): Use them.
7702
7703         * nnheader.el (nnheader-message): Use them.
7704
7705 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7708         .newsrc.eld file.
7709
7710 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * gnus-agent.el (gnus-agent-fetch-headers)
7713         (gnus-agent-retrieve-headers): Bind
7714         gnus-decode-encoded-address-function to identity.
7715
7716         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7717         available also when the server returns simply a dot.
7718
7719         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7720
7721 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7724
7725 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-ems.el (gnus-x-splash): Make it work.
7728
7729         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7730         from being used.
7731
7732         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7733
7734 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7737         4th and the 5th arguments.
7738
7739         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7740         the front stickiness.
7741         (gnus-article-summary-command-nosave): Correct the order of the
7742         arguments passed to pop-to-buffer.
7743         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7744         summary command ends up with the article buffer.
7745
7746         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7747         the same faces.
7748
7749 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7750
7751         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7752
7753 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7754
7755         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7756         * gnus-sum.el (gnus-summary-highlight):
7757         * pgg.el (pgg-sign-region, pgg-sign):
7758         * mail-source.el (mail-source-delete-old-incoming-confirm):
7759         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7760
7761 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-art.el (gnus-mime-view-part-externally)
7764         (gnus-mime-view-part-internally): Fix predicate function passed to
7765         completing-read.
7766
7767         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7768
7769         * gnus.el (gnus-update-message-archive-method): Add :version.
7770
7771 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus.el (gnus-update-message-archive-method): New variable.
7774
7775         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7776         according to gnus-message-archive-method if
7777         gnus-update-message-archive-method is non-nil.
7778
7779 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7782         by Loic Dachary <loic@dachary.org>.
7783         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7784
7785 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * message.el (message-pop-to-buffer): Add switch-function argument.
7788         (message-mail): Pass switch-function argument to it.
7789
7790 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7793         Improve doc string.
7794
7795 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7798         (gnus-header-content)
7799         * gnus-cite.el (gnus-cite-10)
7800         * gnus-srvr.el (gnus-server-closed)
7801         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7802         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7803         (gnus-group-mail-3-empty, gnus-group-mail-low)
7804         (gnus-group-mail-low-empty, gnus-splash)
7805         * message.el (message-header-to, message-header-cc)
7806         (message-header-subject, message-header-other, message-header-name)
7807         (message-header-xheader, message-separator, message-cited-text)
7808         (message-mml): Lighten colors of faces used for dark background.
7809
7810 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7811
7812         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7813         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7814
7815 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * message.el (message-narrow-to-headers-or-head):
7818         Ignore mail-header-separator in the body.
7819
7820 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7823         same as window size.
7824
7825 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7826
7827         * message.el (message-font-lock-keywords): Use message-header-xheader
7828         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7829         ahead of the anything pattern, to get it recognised.
7830
7831 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7834         spam.el loads uses it in the compiled defadvice form.
7835
7836 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7837
7838         * gnus-sum.el (gnus-articles-to-read)
7839         (gnus-summary-insert-old-articles): Don't truncate group name for
7840         `read-string'.
7841
7842         * gnus-util.el (gnus-limit-string): Delete this function.
7843
7844         * gnus-sum.el (gnus-simplify-subject-fully): Use
7845         `truncate-string-to-width' instead.
7846
7847 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7848
7849         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7850         if, on summary exit, the next group has to be selected.
7851         (gnus-summary-exit): Use it.
7852
7853 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7856         non-break space.
7857
7858 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7861         Check if group is not a directory.
7862         (nnfolder-request-expire-articles): Don't delete articles if the target
7863         group is not available.
7864
7865         * nnml.el (nnml-request-create-group): Properly check if group is not a
7866         file.
7867         (nnml-request-expire-articles): Don't delete articles if the target
7868         group is not available.
7869
7870         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7871         Don't quote characters that are within parentheses.
7872
7873 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7876         (gnus-handle-ephemeral-exit): Select article according to it.
7877
7878 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * message.el (message-insert-formated-citation-line): Remove newline.
7881         (message-citation-line-format): Add final \n here so that the user can
7882         avoid a blank line.
7883
7884 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7885
7886         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7887         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7888         Update lanl/arXiv support.
7889
7890 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * gnus.el: Bump version number.
7893
7894 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7895
7896         * gnus.el (gnus-version-number): Bump version.
7897
7898 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7899
7900         * gnus.el: No Gnus v0.6 is released.
7901
7902 2007-04-27  Didier Verna  <didier@xemacs.org>
7903
7904         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7905         * gmm-utils.el (gmm-regexp-concat): here.
7906         * message.el: Don't require 'gnus-util.
7907         (message-dont-reply-to-names): Handle name change above.
7908         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7909
7910 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7913         since the initial value varies according to the system.
7914
7915 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7918
7919 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7920
7921         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7922
7923 2007-04-24  Didier Verna  <didier@xemacs.org>
7924
7925         Improve the type of gnus-ignored-from-addresses.
7926         * gnus-util.el (gnus-orify-regexp): New function.
7927         * message.el (gnus-util): Require it.
7928         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7929         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7930         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7931
7932 2007-04-24  Didier Verna  <didier@xemacs.org>
7933
7934         * gnus-sum.el:
7935         * gnus-utils.el: Fix some trailing whitespaces.
7936
7937 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7940         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7941         article's Message-ID; refer parent article in summary buffer.
7942
7943         * message.el (message-bounce): Call mime-to-mml.
7944
7945         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7946         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7947         optimize and/or forms properly.
7948
7949 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7952         URL.
7953
7954 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7957
7958 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7961         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7962         displayed of multipart/alternative part if it is invoked from summary
7963         buffer.
7964
7965         * mm-view.el (mm-inline-text-html-render-with-w3m)
7966         (mm-inline-text-html-render-with-w3m-standalone)
7967         (mm-inline-render-with-function): Use mail-parse-charset by default.
7968
7969 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7970
7971         * parse-time.el (parse-time-string-chars): Check if CHAR
7972         is less than the length of parse-time-syntax.
7973
7974 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7977         from gnus-newsgroup-processable.
7978
7979 2007-04-16  Didier Verna  <didier@xemacs.org>
7980
7981         * gnus-msg.el (gnus-configure-posting-styles): Handle
7982         message-signature-directory properly with :file syntax.  Reported by
7983         "Leo".
7984
7985 2007-04-11  Didier Verna  <didier@xemacs.org>
7986
7987         New user option: message-signature-directory.
7988         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7989         * message.el (message-insert-signature): Ditto.
7990         * message.el (message-signature-file): Doc update.
7991         * message.el (message-signature-directory): New.
7992
7993 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * gnus-msg.el (gnus-inews-yank-articles): Use
7996         message-exchange-point-and-mark instead of exchange-point-and-mark.
7997
7998 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * message.el (message-yank-original): Make sure cited text ends with
8001         newline; don't exchange point and mark.
8002
8003 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8004
8005         * tls.el (open-tls-stream): Properly handle case where there
8006         is no associated buffer.
8007
8008 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8009
8010         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8011         message-yank-original, make sure (< mark TEXT point).
8012
8013 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * message.el (message-fill-column): New variable.
8016         (message-mode): Use it.  Add comment on a possible new hook.
8017
8018         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8019         (nnmail-get-new-mail): Reformat.
8020
8021         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8022
8023         * gmm-utils.el: Fix Commentary.
8024         (gmm-tool-bar-from-list): Fix typo in doc string.
8025
8026 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8027
8028         * message.el (message-yank-original): Don't switch point and mark
8029         unnecessarily to put point and mark as documented.
8030
8031 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8032
8033         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8034         from the message heads.
8035
8036 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8037
8038         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8039         article buffer does not have a window.  This may not be the best
8040         solution but is certainly better than setting the start of the null,
8041         that is the current, window.
8042
8043 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8046         (gnus-draft-setup): Run it.
8047
8048         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8049         gnus-score-fast-scoring.  Allow regexp.
8050         (gnus-score-headers): Use it.
8051
8052         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8053         XEmacs.
8054
8055         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8056         string.
8057         (gnus-button-alist): Also catch `<f1> k ...'.
8058         (gnus-treat-display-x-face): Fix doc string.
8059
8060 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8061
8062         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8063         evaluation of gnus-extended-version to ensure correct generation of the
8064         User-Agent header when message-generate-headers-first is used.
8065
8066 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8067
8068         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8069         hashcash-path is nil.  Don't call callback with incorrect number of
8070         parameters if val is 0.
8071
8072 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8073
8074         * message.el (message-required-news-headers):
8075         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8076
8077 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8078
8079         * tls.el (open-tls-stream): In handshake-waiting loop,
8080         don't wait more if there is output available to process.
8081
8082 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8083
8084         * tls.el (tls-program): Doc fix.
8085
8086 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * message.el (message-generate-new-buffers): Change the meaning of the
8089         nil value; add `standard' to the choices; treat t as `unique'; improve
8090         doc string.
8091         (gnus-select-frame-set-input-focus): Autoload.
8092         (message-buffer-name): Search for the existing message buffer if
8093         message-generate-new-buffers is nil or `standard'; treat the value t of
8094         message-generate-new-buffers as `unique'.
8095         (message-pop-to-buffer): Raise the frame already displaying the message
8096         buffer; clear the echo area after querying.
8097         (message-setup): Pass the `continue' argument to compose-mail.
8098         (message-mail): Prefer `switch-function' if it is given; search for the
8099         existing message buffer if the `continue' argument is non-nil; pass
8100         continue and switch-function arguments to compose-mail by way of
8101         message-setup.
8102         (message-mail-other-window): Adjust argument of message-setup.
8103         (message-mail-other-frame): Ditto.
8104
8105 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8108         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8109         to turn font-lock on when turning gnus-message-citation-mode on.
8110
8111 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8112
8113         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8114         (mml-smime-function-alist): New variable; add epg as the backend.
8115         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8116         mml-smime- functions instead.
8117         * mm-view.el: Require smime.
8118
8119 2007-03-05  Didier Verna  <didier@xemacs.org>
8120
8121         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8122         instead of just inheritance for posting styles.
8123         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8124
8125 2007-02-24  Chris Moore  <dooglus@gmail.com>
8126
8127         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8128         * pgg-pgp.el (pgg-pgp-encrypt-region):
8129         * pgg-gpg.el (pgg-gpg-encrypt-region):
8130         Check pgg-encrypt-for-me if no other recipients.
8131
8132 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8133
8134         * tls.el (tls-certtool-program): Fix custom type.
8135
8136 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8139         and point-at-eol instead of line-(beginning|end)-position.
8140
8141         * assistant.el (assistant-parse-buffer): Ditto.
8142
8143         * netrc.el (netrc-parse-services): Ditto.
8144
8145 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8146
8147         * mml2015.el (mml2015-epg-find-usable-key): New function.
8148         (mml2015-epg-sign): Use it.
8149         (mml2015-epg-encrypt): Use it.
8150
8151 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * message.el (message-make-in-reply-to): Quote name containing
8154         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8155         if there are special characters.  Reported by NAKAJI Hiroyuki
8156         <nakaji@jp.freebsd.org>.
8157
8158 2007-02-27  Didier Verna  <didier@xemacs.org>
8159
8160         Include the group parameters as well as the topic ones in the
8161         inheritance filter process.
8162         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8163         argument GROUP-PARAMS-LIST.
8164         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8165
8166 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * nntp.el (nntp-never-echoes-commands)
8169         (nntp-open-connection-functions-never-echo-commands): New variables.
8170         (nntp-send-command): Use them.
8171
8172 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8173
8174         * mml2015.el (mml2015-epg-verify): Simplified.
8175
8176 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * mml.el (mml-content-disposition-alist): New user option.
8179         (mml-content-disposition): New function.
8180         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8181         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8182
8183 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8184
8185         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8186         verification.
8187
8188 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8189
8190         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8191         articles posted in the last 24 hours.
8192
8193 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8194
8195         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8196
8197 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8198
8199         * nntp.el (nntp-send-command): Don't wait for echoes when
8200         nntp-open-ssl-stream is used.
8201
8202 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8205         (gnus-message-add-citation-keywords)
8206         (gnus-message-remove-citation-keywords): Remove.
8207         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8208         directly, make the variables in font-lock-defaults buffer-local, add
8209         gnus-message-citation-keywords to them and then update the value of
8210         font-lock-keywords.
8211
8212 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * message.el (message-cite-original-1): Don't call
8215         gnus-article-highlight-citation.
8216
8217         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8218         citations; fix line count.
8219
8220 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8223         (gnus-message-add-citation-keywords)
8224         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8225         versions of font-lock-add-keywords and font-lock-remove-keywords to
8226         work with XEmacs correctly.
8227
8228 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-cite.el (gnus-cite-face-list): Set the values of
8231         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8232         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8233         (gnus-message-cite-prefix-regexp): New variable.
8234         (gnus-message-search-citation-line): Use it; protect against long
8235         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8236         the 0th match data for Emacs.
8237         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8238         (gnus-message-add-citation-keywords): Append keywords rather than
8239         prepending; emulate font-lock-add-keywords if it is not available.
8240         (gnus-message-remove-citation-keywords): Emulate
8241         font-lock-remove-keywords if it is not available.
8242
8243         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8244
8245         * message.el (message-cite-prefix-regexp): Set the value of
8246         gnus-message-cite-prefix-regexp.
8247
8248 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8249
8250         * nnweb.el (nnweb-google-parse-1): Update parser.
8251
8252 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8253
8254         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8255
8256 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8257
8258         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8259         regexp.
8260
8261 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8264         string-to-multibyte.
8265         (uudecode-decode-region-internal): Use it.
8266
8267         * lpath.el: Fbind string-as-multibyte for XEmacs.
8268
8269 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8270
8271         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8272         custom choice.
8273
8274         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8275
8276 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8277
8278         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8279
8280         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8281         `write-region' to respect `mm-inhibit-file-name-handlers'.
8282
8283 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8286         Use gnus-home-directory instead of "~/" or "$HOME".
8287
8288 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8289
8290         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8291         to mention filename.
8292         Add comments at beginning regarding usage.
8293         (encrypt-write-file-contents): Change interactive so a string is
8294         acceptable.  If the file has no associated model, show an error instead
8295         of a nonsense prompt.
8296
8297 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8298
8299         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8300         Thanks to Yoshihiko Yamada for kind notification of this typo.
8301
8302 2007-01-12  Kenichi Handa  <handa@m17n.org>
8303
8304         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8305         multibyte buffer.
8306
8307 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * gnus-score.el (gnus-score-fast-scoring): New variable.
8310         (gnus-score-headers): Use it.
8311
8312         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8313
8314         * message.el (message-cite-original-1): Call
8315         gnus-article-highlight-citation if requested.
8316         (message-make-from): Allow name and address as optional arguments.
8317
8318         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8319
8320         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8321         bugs to doc string.
8322         (gnus-button-alist): Add mid\\|message-id.
8323         (gnus-button-fetch-group): Extend for use in
8324         `browse-url-browser-function'.
8325         (gnus-button-url-regexp): Try to catch paired parentheses like in
8326         Wikipedia URLs.
8327
8328         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8329         Suggested by Simon Krahnke <overlord@gmx.li>.
8330
8331 2007-01-13  Romain Francoise  <romain@orebokech.com>
8332
8333         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8334         Update copyright.
8335
8336 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8337
8338         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8339
8340 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8341
8342         * gnus-registry.el (gnus-registry-unfollowed-groups)
8343         (gnus-registry-split-fancy-with-parent): Fix documentation.
8344
8345 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8348         from nnweb groups.
8349
8350 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351
8352         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8353         Xref urls.  Erase buffer before requesting head.
8354
8355 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8358         customizable.
8359
8360 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8361
8362         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8363         no signing key is found.
8364         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8365         no encrypting and/or signing key is found.
8366
8367 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8370
8371 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8372
8373         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8374         headers read from disk with the ones newly found in the current search.
8375         This should no longer cause problems, because the article numbers in
8376         Gmane's `nov.php' output are ignored since the previous change.
8377
8378 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8379
8380         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8381
8382 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8385         replace-regexp-in-string; bind url-version; fbind display-images-p and
8386         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8387         find-face and set-itimer-function for Emacs; bind itimer-list for
8388         Emacs.
8389
8390         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8391
8392 2007-01-01  Romain Francoise  <romain@orebokech.com>
8393
8394         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8395
8396 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8397
8398         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8399         `define-minor-mode' macro definition expanded properly.
8400         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8401         exclude it there.
8402
8403         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8404         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8405         `fboundp' test.
8406         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8407         This is OK to autoload in (S)XEmacs now.
8408
8409 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8410
8411         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8412         keystroke.
8413         (gnus-summary-limit-to-singletons): Fix typo.
8414
8415         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8416         else fails.
8417
8418 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8419
8420         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8421         docstring.
8422
8423         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8424         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8425         (gnus-summary-insert-dormant-articles): Fix typo in message.
8426
8427 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8430         nil for XEmacs.
8431         (gnus-message-citation-mode): Don't autoload in XEmacs.
8432
8433         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8434
8435 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8436
8437         * nnimap.el (nnimap-expunge-search-string): Mention
8438         nnimap-search-uids-not-since-is-evil in docstring.
8439
8440 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * spam.el: Revert to make-obsolete-variable because
8443         define-obsolete-variable-alias is not supported in Emacs 21.
8444
8445         * spam.el (spam-ifile-path, spam-ifile-database-path)
8446         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8447         make-obsolete-variable.
8448         (spam-bsfilter-path, spam-bsfilter-program)
8449         (spam-spamassassin-path, spam-spamassassin-program)
8450         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8451         use "path" inappropriately.
8452         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8453         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8454         variable names.
8455
8456 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8457
8458         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8459         summary buffer.
8460
8461         * password.el (password-cache-remove): Use clear-string to burn
8462         password, if available.
8463
8464 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8467
8468         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8469
8470         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8471         (gnus-message-highlight-citation): Move defcustom here from
8472         gnus-cite.el.
8473         (gnus-message-citation-mode): Autoload.
8474
8475         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8476         checks to make it compile with XEmacs.
8477         (gnus-message-citation-mode): New minor mode.
8478         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8479         (gnus-message-highlight-citation): New variables.
8480         (gnus-message-search-citation-line)
8481         (gnus-message-add-citation-keywords)
8482         (gnus-message-remove-citation-keywords)
8483         (turn-on-gnus-message-citation-mode)
8484         (turn-off-gnus-message-citation-mode): New functions.
8485
8486 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8487
8488         * gnus-cite.el: Enable highlighting of different citation levels in
8489         message-mode.
8490
8491 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * message.el (message-make-fqdn): Fix comment.
8494         (message-bogus-system-names): Add ".local".
8495
8496         * spam.el (spam-ifile-path, spam-ifile-program)
8497         (spam-ifile-database-path, spam-ifile-database)
8498         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8499         Don't use "path" inappropriately.
8500         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8501         strings.
8502         (spam-check-ifile, spam-ifile-register-with-ifile)
8503         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8504         new variable names.
8505
8506         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8507         (gnus-treat-display-smileys): Simplify using
8508         gnus-image-type-available-p.
8509
8510         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8511         available.
8512
8513         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8514         `display-images-p' if available.
8515
8516 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8519         one after turning on the buffer's multibyteness instead of decoding
8520         them directly in the unibyte buffer that causes unexpected conversion
8521         in Emacs 23 (unicode).
8522
8523 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8524
8525         * message.el (message-generate-hashcash): Fix custom type.
8526
8527 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8528
8529         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8530
8531 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8534         disconnect icons.  Add help text.
8535
8536 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8537
8538         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8539         negated to be consistent with the others we handle.
8540
8541 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8544         version of gnus-summary-buffer to something, so that we can use two
8545         article buffers at the same time.
8546
8547 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8548
8549         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8550         trigger all the extra headers.
8551         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8552         sorting.
8553
8554 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8555
8556         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8557         solid groups.
8558
8559 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8560
8561         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8562
8563 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8564
8565         * legacy-gnus-agent.el: Add Copyright notice.
8566
8567 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8568
8569         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8570
8571 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572
8573         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8574
8575         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8576         to make it work reliably in CVS Emacs.
8577         (gnus-summary-limit-strange-charsets-predicate)
8578         (gnus-summary-limit-to-predicate): New functions.
8579
8580 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8581
8582         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8583         specifying array size.
8584         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8585         array if it is too small.
8586         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8587         (gnus-sort-threads-loop): New function.
8588
8589 2006-12-06  Chris Moore  <dooglus@gmail.com>
8590
8591         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8592         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8593
8594 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8595
8596         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8597         options.
8598
8599 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8602         DOS-ing the recipient.
8603
8604         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8605         the headers when creating the mapping to avoid mismappings.
8606         (nnweb-gmane-create-mapping): Always nix out old mapping.
8607
8608 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8611         and mm-verify-option to never.
8612
8613 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * message.el (message-signed-or-encrypted-p): New function.
8616         (message-forward-make-body): Use it.
8617
8618         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8619         Replace encode-coding-string with mm-encode-coding-string.
8620
8621 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * nneething.el (nneething-decode-file-name): Replace
8624         decode-coding-string with mm-decode-coding-string.
8625
8626         * gnus-int.el (gnus-open-server): Say failed server's name.
8627
8628 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8629
8630         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8631         strings to a single string.  Quote `errors-file-name'.
8632         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8633         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8634         Adjust calls.  Use `shell-quote-argument'.
8635
8636 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8637
8638         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8639         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8640
8641         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8642         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8643         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8644         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8645         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8646         (gnus-subscribe-newsgroup, gnus-1):
8647         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8648         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8649         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8650         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8651
8652 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8653
8654         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8655         keystroke.
8656         (gnus-summary-limit-to-bodies): Implement headersp.
8657
8658 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659
8660         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8661
8662 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8665
8666 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * message.el (message-generate-hashcash): Expand range of values to
8669         include `opportunistic'.
8670         (message-send-mail): Use it.
8671
8672 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8673
8674         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8675         and comment it.
8676
8677         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8678
8679 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-util.el (gnus-extract-address-components): Improve comment.
8682
8683 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-util.el (gnus-extract-address-components): Work with address in
8686         which the name portion contains @.
8687
8688         * lpath.el: Fbind custom-autoload.
8689
8690 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * gnus.el (gnus-start): Move custom group up.
8693         (gnus-select-method): Don't autoload, but make it available for
8694         `customize-variable'.
8695         (gnus-getenv-nntpserver): Don't autoload.
8696
8697 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8698
8699         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8700
8701 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * message.el (message-sendmail-extra-arguments): New variable.
8704         (message-send-mail-with-sendmail): Use it.
8705
8706 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8709         mm-with-unibyte-current-buffer to make string unibyte.
8710
8711         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8712         mm-string-as-multibyte.
8713
8714 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8715
8716         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8717         Reported by Werner Koch <wk@gnupg.org>.
8718
8719 2006-11-14  Daiki Ueno  <ueno@p360>
8720
8721         * mml2015.el: Autoload epa-select-keys when compiling.
8722
8723 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8724
8725         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8726         message-options.
8727         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8728
8729 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8730
8731         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8732         EasyPG (< 0.0.6).
8733         (mml2015-always-trust): New user option.
8734         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8735         prompt.
8736
8737 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * nntp.el (nntp-authinfo-force): New variable.
8740         (nntp-send-authinfo): Use it.
8741
8742 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8745         decode encoded words.  Improve prompt.  Add comment about forwarding.
8746         (message-replacement-char): Move up.
8747
8748 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8749
8750         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8751         instead of gnus-intersection because arguments of gnus-sorted-nunion
8752         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8753
8754 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8757         (message-simplify-subject-functions): Enable
8758         message-strip-subject-encoded-words by default.
8759
8760 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * message.el (message-strip-subject-encoded-words): New function.
8763         (message-simplify-subject-functions): New variable.
8764         (message-simplify-subject): Use it.  Fix typo in doc string.
8765         Support message-strip-subject-encoded-words.
8766
8767 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8768
8769         * gnus-diary.el (gnus-diary-delay-format-function):
8770         * nndiary.el (nndiary-reminders):
8771         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8772
8773 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * gnus-art.el (article-hide-boring-headers): Fetch date from
8776         gnus-original-article-buffer to avoid problems with localized date
8777         strings.
8778
8779 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8782
8783 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8786         New variables.
8787         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8788         (mm-charset-synonym-alist): Move some entries to
8789         mm-codepage-iso-8859-list.
8790         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8791         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8792
8793 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8796
8797 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8798
8799         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8800         with Emacs 21 and XEmacs.
8801
8802 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8803
8804         * spam.el (spam-parse-address): New function for better parsing,
8805         catching errors, etc.
8806         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8807
8808 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * mm-view.el: Add interactive arg to html2text autoload.
8811
8812 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8815
8816 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8819         variables.
8820         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8821         (mm-charset-synonym-alist): Move some entries to
8822         mm-codepage-iso-8859-list.
8823
8824         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8825
8826 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * message.el (message-citation-line-format)
8829         (message-insert-formated-citation-line): Fix implementation of %E, %N
8830         and %n according to the doc string.
8831
8832 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8833
8834         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8835         car-safe to avoid bad parses.
8836
8837 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8840         names.
8841
8842         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8843
8844 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8847         header.
8848
8849         * message.el (message-draft-headers): Add Date.
8850         (message-headers-to-generate): Fix typo in docstring.
8851
8852         * nndraft.el (nndraft-required-headers): New variable.
8853         (nndraft-generate-headers): Use it.
8854
8855         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8856
8857 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8858
8859         * gnus-registry.el (gnus-registry-wash-for-keywords)
8860         (gnus-registry-find-keywords): New functions to allow easy searching of
8861         articles that are in the registry.
8862
8863 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8864
8865         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8866         ietf-drums-parse-address instead of gnus-extract-address-components.
8867         Reported by Damien Elmes <damien@repose.cx>.
8868
8869 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8870
8871         * gnus.el (gnus-mime): Remove unused custom group.
8872
8873 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8874
8875         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8876         "blank line" when searching for end of armor headers.
8877
8878 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * gmm-utils.el (gmm-write-region): Fix variable name.
8881
8882 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * gmm-utils.el (gmm-write-region): New function based on compatibility
8885         code from `mm-make-temp-file'.
8886
8887         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8888
8889         * nnmaildir.el (nnmaildir--update-nov)
8890         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8891         Use `gmm-write-region'.
8892
8893 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8896         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8897
8898         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8899
8900         * message.el (message-replacement-char): New variable.
8901         (message-fix-before-sending): Use it.
8902         (message-simplify-subject): New function to remove duplicate code.
8903         (message-reply, message-followup): Use it.
8904
8905         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8906         gnus-summary-limit-to-articles.
8907
8908 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-util.el (gnus-with-local-quit): New macro.
8911
8912         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8913
8914 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8915
8916         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8917         ignore non-string data.
8918
8919 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8920
8921         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8922         non-string data (needs to be done in the registry too).
8923
8924 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8925
8926         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8927         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8928         (gnus-registry-split-fancy-with-parent)
8929         (gnus-registry-fetch-simplified-message-subject-fast)
8930         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8931         Remove text properties on ingress into the registry and when it's saved.
8932         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8933         registry from entries with no groups.
8934
8935 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8936
8937         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8938         function to remove string properties.
8939
8940 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * gmm-utils.el (gmm): Adjust custom version.
8943
8944         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8945         custom version.
8946
8947         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8948
8949 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * gnus-art.el (gnus-insert-prev-page-button)
8952         (gnus-insert-next-page-button): Simplify.  Reformat.
8953
8954 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8955
8956         * gnus-art.el (gnus-insert-prev-page-button)
8957         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8958
8959 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8960
8961         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8962
8963 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8964
8965         * gnus-art.el (gnus-insert-mime-button)
8966         (gnus-insert-mime-security-button):
8967         Apply gnus-article-button-face to MIME and security buttons.
8968
8969 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8972         readable.
8973
8974 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8977
8978 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8979
8980         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8981         `browse-url-of-file' instead of `browse-url'.
8982
8983 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8984
8985         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8986         regexp.  Articles containing quotation were cut prematurely.
8987
8988 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * message.el (message-cite-original-1): Use nobody by default for the
8991         value of From header.
8992         (message-reply): Ditto.
8993
8994 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8995
8996         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8997         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8998         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8999
9000 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9003         mails in the doc string.  Add some URLs in comment.
9004         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9005
9006 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9009         backslashes handling and the way to find boundaries of quoted strings.
9010
9011 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9012
9013         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9014         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9015         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9016         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9017
9018 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9021         doc string.
9022         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9023
9024 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * lpath.el: Fbind epg-check-configuration.
9027
9028 2006-09-06  Simon Josefsson  <jas@extundo.com>
9029
9030         * mml2015.el (mml2015-use): Doc fix, mention epg.
9031
9032 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9033
9034         * mml2015.el (mml2015-use): Default to epg, if available.
9035
9036 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9037
9038         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9039         message-sender.
9040         (mml1991-epg-encrypt): Ditto.
9041         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9042         message-sender.
9043         (mml2015-epg-encrypt): Ditto.
9044
9045 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9046
9047         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9048         several common directories.
9049
9050 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9051
9052         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9053         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9054
9055 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * gnus-art.el (article-decode-encoded-words): Make it fast.
9058
9059 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9062
9063         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9064         in quoted string into `\'.
9065
9066 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9069         Use standard-syntax-table.
9070
9071 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-art.el (gnus-decode-address-function): New variable.
9074         (article-decode-encoded-words): Use it to decode headers which are
9075         assumed to contain addresses.
9076         (gnus-mime-delete-part): Remove useless `or'.
9077
9078         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9079         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9080         (gnus-nov-parse-line): Use it to decode From header.
9081         (gnus-get-newsgroup-headers): Ditto.
9082         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9083
9084         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9085         (mail-decode-encoded-address-string): New alias.
9086
9087         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9088         New function.
9089         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9090         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9091         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9092         (rfc2047-decode-string): Ditto.
9093         (rfc2047-decode-address-region): New function.
9094         (rfc2047-decode-address-string): New function.
9095
9096 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * message.el (message-caesar-buffer-body): Allow rotating headers.
9099
9100         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9101
9102         * message.el (message-insert-formated-citation-line): Fix %f.
9103         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9104
9105 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9108         (gnus-bookmark-mouse-available-p): New macro.
9109         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9110         (gnus-bookmark-bmenu-show-infos): Use it.
9111         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9112         (gnus-bookmark-bmenu-hide-infos): Ditto.
9113         (gnus-bookmark-remove-properties): New function.
9114         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9115         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9116         (gnus-bookmark-write-file): Bind coding-system-for-write.
9117         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9118         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9119         group before selecting it.
9120         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9121         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9122         quit-window if it is not available; use gnus-mouse-2 and bind it to
9123         gnus-bookmark-bmenu-select-by-mouse.
9124         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9125         (gnus-bookmark-bmenu-select-by-mouse): New function.
9126
9127 2006-08-13  Romain Francoise  <romain@orebokech.com>
9128
9129         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9130         space.
9131
9132 2006-08-10  Romain Francoise  <romain@orebokech.com>
9133
9134         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9135         (dns-mode-soa-auto-increment-serial): New user option.
9136         (dns-mode-soa-maybe-increment-serial): New function.
9137         (dns-mode): Add the latter to `write-contents-functions'.
9138
9139 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * compface.el (uncompface): Use binary rather than raw-text-unix.
9142
9143 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * compface.el (uncompface): Make sure the eol conversion doesn't take
9146         place when communicating with the external programs.  Reported by
9147         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9148
9149 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9152
9153 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9154
9155         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9156         Make it more robust by parsing author and date independently.
9157
9158 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9161
9162 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9163
9164         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9165         first matching secret key.
9166         (mml2015-epg-encrypt): Ditto.
9167
9168         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9169         first matching secret key.
9170         (mml1991-epg-encrypt): Ditto.
9171
9172         * mml2015.el (mml2015-encrypt-to-self): New user option.
9173         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9174         mml2015-epg-encrypt-to-self is set.
9175
9176         * mml1991.el (mml1991-encrypt-to-self): New variable.
9177         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9178         mml1991-epg-encrypt-to-self is set.
9179
9180         * mml2015.el (mml2015-signers): New user option.
9181         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9182         (mml2015-epg-encrypt): Allow to select signing keys.
9183
9184         * mml1991.el (mml1991-signers): New variable.
9185         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9186         (mml1991-epg-encrypt): Allow to select signing keys.
9187
9188 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * nnheader.el (nnheader-insert-head): Make it work even if the file
9191         uses CRLF for the line-break code.
9192
9193 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9194
9195         * mml2015.el: Require mml-sec instead of password.
9196         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9197         (mml2015-cache-passphrase): Inherit the default value from
9198         mml-secure-cache-passphrase.
9199         (mml2015-passphrase-cache-expiry): Inherit the default value from
9200         mml-secure-passphrase-cache-expiry.
9201
9202         * mml1991.el: Require mml-sec instead of password.
9203         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9204         (mml1991-cache-passphrase): Inherit the default value from
9205         mml-secure-cache-passphrase.
9206         (mml1991-passphrase-cache-expiry): Inherit the default value from
9207         mml-secure-passphrase-cache-expiry.
9208
9209         * mml-sec.el: Require password.
9210         (mml-secure-verbose): New user option.
9211         (mml-secure-cache-passphrase): New user option.
9212         (mml-secure-passphrase-cache-expiry): New user option.
9213
9214 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9215
9216         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9217         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9218         andreas@altroot.de (Andreas Vögele).
9219
9220         FIXME: Use `tiny change'?
9221
9222 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9223
9224         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9225         workaround for the url package included with Emacs.
9226
9227         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9228
9229 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9232         correctly.  This fixes a bug caused by the 2006-05-12 change.
9233
9234 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9235
9236         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9237         some information about the error when saying that the `bogus' mail
9238         group will be used.
9239
9240 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9243         string.
9244
9245 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9246
9247         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9248
9249 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9250
9251         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9252
9253 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9254
9255         * mml1991.el (mml1991-function-alist): Add epg.
9256         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9257         (mml1991-epg-encrypt): New functions.
9258
9259 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9260
9261         * mml2015.el (mml2015-verbose): New variable.
9262         (mml2015-cache-passphrase): Ditto.
9263         (mml2015-passphrase-cache-expiry): Ditto.
9264         (mml2015-function-alist): Add epg.
9265         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9266         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9267         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9268         functions.
9269
9270 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9271
9272         * message.el (message-cite-original-1): Preserve region when removing
9273         quoted text due to X-No-Archive in order to avoid bogus attribution
9274         when citing multiple messages.
9275
9276 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9277
9278         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9279         Kenneth Jacker <khj@be.cs.appstate.edu>.
9280
9281 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * gnus-diary.el (gnus-user-format-function-d)
9284         (gnus-user-format-function-D): Autoload.
9285
9286         * imap.el (Commentary): Fix typo.
9287
9288         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9289         2006-04-22 contribution.
9290
9291 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9292
9293         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9294         It didn't really fix the bogosity I'm seeing with solid web groups.
9295
9296 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9297
9298         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9299         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9300         created using server names.  If we use the feature without declaring
9301         it, Gnus does not properly manage server and group state.
9302
9303         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9304         bound.
9305
9306 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9307
9308         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9309         looking up the method using GROUP's prefix before inventing a new one.
9310         It is used on killed/unknown groups in various places where returning
9311         an all-new method isn't expected by the caller.
9312
9313         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9314         and match semantics of gnus-group-real-prefix.
9315
9316 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * nnmail.el (nnmail-broken-references-mailers): New variable.
9319         (nnmail-ignore-broken-references): New function generalizing
9320         nnmail-fix-eudora-headers.
9321         (nnmail-fix-eudora-headers): Now obsolete.
9322
9323         * gnus-art.el (gnus-button-handle-custom): Support
9324         `customize-apropos*'.
9325
9326 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9329
9330         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9331         articles.
9332
9333 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * message.el (message-cite-reply-above): New variable.
9336         (message-yank-original): Use it.
9337
9338 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9341
9342 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9345         as read.
9346
9347         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9348
9349 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9352         (gnus-bookmark-default-file): Use gnus-directory.
9353         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9354         Remove "*" in doc string.
9355         (gnus-bookmark-write-file): Simplify.
9356         (gnus-bookmark-maybe-sort-alist): Use `when'.
9357         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9358         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9359         FIXME about Emacs 21 and XEmacs compatibility.
9360         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9361         compatibility.
9362         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9363         compatibility.
9364         (gnus-bookmark-menu-heading): Fix version.
9365
9366 2006-06-19  Bastien Guerry  <bzg@altern.org>
9367
9368         * gnus-bookmark.el: New file.
9369
9370 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * message.el (message-syntax-checks): Doc fix.
9373
9374 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9375
9376         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9377         unsubscribed groups as if they were killed ones.  It causes duplicate
9378         entries in gnus-newsrc-alist.
9379
9380 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * message.el (message-syntax-checks): Doc fix.
9383         (message-send-mail): Add check for continuation headers.
9384         (message-check-news-header-syntax): Fix regexp used to check for
9385         continuation headers.
9386
9387 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9390
9391 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9394
9395 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9398         default-truncate-lines.
9399
9400 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9403         to fill the utf-8 entry.
9404
9405         * lpath.el: Fbind unicode-precedence-list.
9406
9407 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9408
9409         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9410
9411 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9412
9413         * gnus-agent.el (directory-files-and-attributes): Move all the way
9414         forward (the third and final move).
9415         (gnus-agent-read-agentview): Trap reconstruction errors due to
9416         nonexistant directory.  Handle by returning nil.
9417
9418 2006-05-30  Didier Verna  <didier@xemacs.org>
9419
9420         * message.el (message-dont-reply-to-names): Update the custom type.
9421         * message.el (message-dont-reply-to-names): New defsubst: potentially
9422         convert a list of regexps into a single one.
9423         * message.el (message-get-reply-headers): Use it.
9424         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9425
9426 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * gnus-agent.el (directory-files-and-attributes): Move forward.
9429
9430 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * gnus-ml.el (gnus-mailing-list-subscribe)
9433         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9434         (gnus-mailing-list-message): Fix doc strings.
9435
9436 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9437
9438         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9439         of doing it manually.
9440
9441 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9444         comment.
9445
9446 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9447
9448         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9449         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9450         (gnus-agent-read-local): All symbols allocated in my-obarray.
9451         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9452         (gnus-agent-regenerate-group): Check numeric names to see if they are
9453         messages or groups.
9454         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9455         better way of do this...)
9456
9457         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9458         'dummy.group' (there should be a better way of do this...)
9459
9460 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9463         (gnus-saved-headers): Ditto.
9464         (gnus-default-article-saver): Mention functions may have properties.
9465         (gnus-article-save): Override gnus-save-all-headers and
9466         gnus-saved-headers by :headers property which saver function may have.
9467         (gnus-summary-save-in-file): Add :headers property.
9468         (gnus-summary-write-to-file): Ditto.
9469
9470         * gnus-sum.el (gnus-summary-save-article): Bind
9471         gnus-prompt-before-saving to t when saving many articles in a file;
9472         always show all headers.
9473
9474         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9475
9476 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9479         marks.
9480
9481         * message.el (message-indent-citation): Add optional arguments to allow
9482         using it outside of message buffers.
9483
9484         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9485         (gnus-article-treat-unfold-headers): Use it.
9486         (gnus-article-truncate-lines): New variable.
9487         (gnus-article-mode): Use it.
9488         (gnus-article-toggle-truncate-lines): New function.
9489
9490         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9491         gnus-article-toggle-truncate-lines.
9492
9493         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9494         coding system in XEmacs, use binary.
9495
9496 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9499         after-load-alist.
9500
9501         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9502         this function should save decoded articles.
9503         (gnus-summary-write-to-file): Use property to specify this function
9504         should save decoded articles and specify gnus-summary-save-in-file
9505         should be used to save articles other than the first one when saving
9506         many articles.
9507         (gnus-summary-save-body-in-file): Use property to specify this
9508         function should save decoded articles.
9509         (gnus-summary-write-body-to-file): Use property to specify this
9510         function should save decoded articles and specify
9511         gnus-summary-save-body-in-file should be used to save articles other
9512         than the first one when saving many articles.
9513
9514         * gnus-sum.el (gnus-summary-save-article): Simplify.
9515
9516 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * gnus-art.el (gnus-default-article-saver): Add
9519         gnus-summary-write-body-to-file.
9520         (gnus-article-save-coding-system): Don't use coding system object
9521         in XEmacs.
9522         (gnus-read-save-file-name): Add optional `dir-var' argument which
9523         specifies directory in which files are saved; work even if optional
9524         `variable' argument is not specified.
9525         (gnus-summary-write-to-file): Read file name.
9526         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9527         (gnus-summary-write-body-to-file): New function.
9528
9529         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9530         (gnus-summary-local-variables): Add it.
9531         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9532         (gnus-summary-save-article): Remove optional `decode' argument;
9533         determine whether to decode articles by the value of
9534         gnus-default-article-saver; when saving many files using
9535         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9536         it first and use gnus-summary-save-in-file or
9537         gnus-summary-save-body-in-file thereafter unless
9538         gnus-prompt-before-saving is always; move point to article which
9539         will be saved.
9540         (gnus-summary-save-article-file): Revert.
9541         (gnus-summary-write-article-file): Revert.
9542         (gnus-summary-save-article-body-file): Revert.
9543         (gnus-summary-write-article-body-file): New function.
9544
9545 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * gnus-art.el (gnus-default-article-saver): Doc fix.
9548         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9549         from gnus-summary-save-article-coding-system, and default to a
9550         certain coding system.
9551         (gnus-output-to-file): Add coding cookie and encode text according
9552         to gnus-article-save-coding-system; don't use mm-append-to-file.
9553
9554         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9555         gnus-art.el and rename to gnus-article-save-coding-system.
9556         (gnus-summary-save-article): Require gnus-art; don't show all
9557         headers if it decodes articles; don't add coding cookie here;
9558         don't bind mm-text-coding-system-for-write.
9559         (gnus-summary-save-article-file): Save decoded articles.
9560         (gnus-summary-write-article-file): When saving many files, use
9561         gnus-summary-write-to-file first and gnus-summary-save-in-file
9562         thereafter unless gnus-prompt-before-saving is always.
9563         (gnus-summary-save-article-body-file): Save decoded articles.
9564
9565         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9566
9567 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * nnrss.el (nnrss-check-group): Bind hash-index.
9570
9571 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9572
9573         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9574         its hash index.  Store this hash in `nnrss-group-data'.
9575         (nnrss-read-group-data): Update accordingly.
9576
9577 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9578
9579         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9580         entry.
9581
9582         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9583         gnus-article-browse-html-article.
9584
9585 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9586
9587         * gnus-sum.el (gnus-summary-mime-map): Add
9588         gnus-article-browse-html-article.
9589
9590         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9591
9592 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9593
9594         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9595         suitable coding systems in customize.
9596
9597 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9598
9599         * mail-source.el (mail-sources): Fix custom type.
9600
9601 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9604         (gnus-summary-expire-articles-now): Shorten prompt.
9605
9606         * gmm-utils.el (wid-edit): Require.
9607         (defun-gmm): Renamed from `gmm-defun-compat'.
9608         (gmm-image-search-load-path): Use it.
9609         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9610
9611 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9614         variable.
9615         (gnus-summary-save-article): Add optional `decode' argument.  If
9616         it is set and gnus-summary-save-article-coding-system is non-nil,
9617         save decoded article.
9618         (gnus-summary-write-article-file): Save decoded article if
9619         gnus-summary-save-article-coding-system is non-nil.
9620
9621         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9622         type.
9623
9624 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9627
9628 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9631         first to test gnus-single-article-buffer which may be buffer-local.
9632
9633         * gnus-sum.el (gnus-summary-setup-buffer): Make
9634         gnus-single-article-buffer buffer-local and nil in ephemeral
9635         group; make gnus-article-buffer, gnus-article-current, and
9636         gnus-original-article-buffer always buffer-local.
9637         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9638         group.
9639         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9640
9641 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * nnml.el (nnml-request-compact-group): Compressed files might not
9644         have .gz extension.
9645
9646 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9647
9648         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9649         (mm-copy-to-buffer): Use with-current-buffer.
9650         (mm-display-part): Simplify.
9651         (mm-inlinable-p): Add optional arg `type'.
9652
9653 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9654
9655         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9656         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9657         Try harder to show the attachment internally or externally using
9658         gnus-mime-view-part-as-type.
9659
9660 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * message.el (message-from-style, message-signature-separator)
9663         (message-user-organization-file, message-send-mail-function)
9664         (message-citation-line-function, message-yank-prefix)
9665         (message-indent-citation-function, message-signature)
9666         (message-signature-file, message-signature-insert-empty-line):
9667         Remove autoloads.
9668
9669         * gnus-art.el (gnus-buttonized-mime-types): Remove
9670         "multipart/signed".  Revert 2006-04-26 change.
9671
9672 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9673
9674         * gnus.el (gnus-version-number): Bump version.
9675
9676 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9677
9678         * gnus.el: No Gnus v0.5 is released.
9679
9680 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9681
9682         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9683         fetching articles by message-id.
9684
9685 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * message.el (hashcash): Require hashcash as normal.
9688
9689         * ecomplete.el (ecomplete-highlight-match-line): Use
9690         point-at-eol.
9691         (ecomplete-highlight-match-line): Use `highlight', because that
9692         face exists in both Emacs and XEmacs.
9693
9694         * message.el (message-display-abbrev): Use point-at-bol.
9695
9696         * mail-source.el: Don't require timer/timer-funcs.
9697
9698         * gnus-async.el: Ditto.
9699
9700         * password.el: Ditto.
9701
9702         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9703
9704         * mm-url.el: Ditto.
9705
9706         * gnus-xmas.el: Don't require timer-funcs.
9707
9708         * mm-util.el: Require timer/timer-funcs.
9709
9710 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9711
9712         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9713         Close.
9714
9715 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9718         unibyte after clear-decrypt function runs.
9719
9720         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9721         returns as a unibyte string.
9722
9723 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * lpath.el: Revert.
9726
9727         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9728         (pgg-gpg-process-sentinel): Revert.
9729
9730         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9731         (pgg-pgp-lookup-key): Revert.
9732
9733         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9734         (pgg-pgp5-lookup-key): Revert.
9735
9736         * pgg.el (pgg-fetch-key): Revert.
9737
9738 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * lpath.el: Fbind string-as-multibyte for XEmacs.
9741
9742         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9743         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9744         (mml1991-pgg-encrypt): Ditto.
9745
9746         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9747         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9748         a multibyte buffer.
9749
9750         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9751         (pgg-pgp-lookup-key): Ditto.
9752
9753         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9754         (pgg-pgp5-lookup-key): Ditto.
9755
9756         * pgg.el (pgg-fetch-key): Ditto.
9757
9758 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * message.el (message-user-organization-file): Check several
9761         locations of the organization file.
9762
9763         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9764         Add gnus-article-view-part-as-type.
9765
9766         * gnus-art.el (gnus-article-view-part-as-type): New function.
9767
9768         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9769         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9770
9771         * mml.el: Simplify autoload.
9772         (mml-mode): defvar dnd-protocol-alist instead of using
9773         symbol-value.
9774         (mml-default-directory): New variable.
9775         (mml-minibuffer-read-file): Use it.
9776         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9777
9778         * message.el (message-citation-line-format): New variable.
9779         (message-insert-formated-citation-line): New function.
9780         (message-citation-line-function): Add
9781         `message-insert-formated-citation-line' to custom type.
9782
9783         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9784         to doc string.
9785
9786         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9787         depending on mm-verify-option.
9788
9789 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9792         binding pgg-* variables; reimplement the section which prevents
9793         MIME header from being signed.
9794         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9795         pgg-text-mode; remove a blank line at the top of body.
9796
9797         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9798         lines at the top of body; use gnus-newsgroup-charset if there's no
9799         Charset header.
9800
9801 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * message.el (message-self-insert-commands): Doc fix.
9804
9805         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9806         (mm-uu-pgp-encrypted-test): Ditto.
9807         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9808         between header and body; return application/pgp-encrypted handle
9809         if decryption failed; decode decrypted body by charset.
9810
9811         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9812         element match to application/pgp-*.
9813
9814 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9815
9816         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9817         HTML.
9818
9819 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * mail-source.el (mail-source-call-script): Message the error
9822         string.
9823
9824 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * gnus-util.el (gnus-byte-compile): Use it.
9827
9828 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9829
9830         * gnus-util.el (kill-empty-logs): New function.
9831
9832 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * message.el (message-mail-alias-type): Doc fix.
9835         (message-mail-alias-type-p): New function.
9836         (message-send): Use it.
9837         (message-mode): Ditto.
9838         (message-strip-forbidden-properties): Ditto.
9839
9840         * ecomplete.el (ecomplete-database-file-coding-system): New
9841         variable.
9842         (ecomplete-save): Use it.
9843         (ecomplete-setup): Use it.
9844
9845 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * message.el (message-self-insert-commands): New variable.
9848         (message-strip-forbidden-properties): Use it.
9849
9850 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9853         that doesn't make XEmacs choke.
9854
9855 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * gnus-util.el (gnus-replace-in-string):
9858         Prefer replace-regexp-in-string over of replace-in-string.
9859
9860 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gnus-util.el (gnus-select-frame-set-input-focus):
9863         Use select-frame-set-input-focus if it is available in XEmacs; use
9864         definition defined in Emacs 22 for old Emacsen.
9865
9866         * dgnushack.el: Autoload unmorse-region for XEmacs.
9867
9868         * lpath.el: Bind cursor-in-non-selected-windows and
9869         select-frame-set-input-focus for XEmacs.
9870
9871 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9874
9875 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9876
9877         * gnus-registry.el (gnus-registry-cache-save): Remove text
9878         properties when saving via the temp buffer.
9879
9880 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * message.el (message-generate-hashcash): Honor custom type.
9883
9884 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885
9886         * message.el (message-generate-hashcash): Default to non-nil when
9887         hashcash is found.
9888
9889         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9890         (gnus-refer-thread-limit): Increase default to 500.
9891
9892         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9893
9894         * flow-fill.el (fill-flowed): Allow delete-space.
9895
9896 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9899         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9900         Remove autoloads.
9901
9902 2006-04-18  Simon Josefsson  <jas@extundo.com>
9903
9904         * message.el (message-generate-hashcash): Default to.
9905
9906 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9909         concatenating segments rather than before concatenating them.
9910
9911 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9912
9913         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9914
9915 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9916
9917         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9918
9919         * message.el (message-forward-make-body-plain): Allow
9920         message-forward-ignored-headers to be a list.
9921         (message-remove-ignored-headers): Factor out into function.
9922         (message-forward-make-body-mml): Use it.
9923
9924         * imap.el (imap-quote-specials): New function.
9925         (imap-login-auth): Quote specials.
9926
9927         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9928         (rfc2231-parse-string): Allow concatanation of parameters that
9929         aren't contiguous.  The test case is
9930           (mail-header-parse-content-type "message/external-body;
9931             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9932             access-type=LOCAL-FILE;
9933             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9934
9935 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9936
9937         * nntp.el (nntp-accept-process-output): Return the value of
9938         `nnheader-accept-process-output'.
9939
9940 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9941
9942         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9943         (gnus-button-alist): Recognize more diff formats.
9944         (gnus-button-patch): Strip directory.
9945
9946 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9949         Emacs 22 when setting focus.
9950
9951 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * gnus-art.el (gnus-article-treat-types): Do treatment of
9954         text/x-verbatim parts.
9955         (gnus-button-patch): New command.
9956
9957         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9958         addresses that contain invalid characters.
9959
9960 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9961
9962         * message.el (message-put-addresses-in-ecomplete): Use
9963         gnus-replace-in-string.
9964         (message-is-yours-p): Use the more correct
9965         mail-header-parse-address instead of
9966         mail-extract-address-components.
9967         (message-put-addresses-in-ecomplete): Fix typo.
9968
9969         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9970         keystroke.
9971
9972         * gnus-art.el (gnus-treatment-function-alist): Change order of
9973         newsgroups/generic header folding to avoid double-folding.
9974
9975         * message.el (message-hidden-headers): Add X-Draft-From.
9976
9977         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9978         command.
9979         (gnus-summary-repeat-search-article-backward): New command.
9980
9981         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9982         groups in the parent topic.
9983
9984 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9985
9986         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9987         (spam-extra-header-to-number): Return the CRM114 number as a
9988         number instead of a string.
9989
9990 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991
9992         * gnus-art.el (gnus-face-properties-alist): Moved here from
9993         gnus-fun.
9994
9995         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9996
9997 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9998
9999         * message.el (message-strip-forbidden-properties): Only display on
10000         self-insert-command.
10001
10002         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10003         reindent.
10004         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10005
10006 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10007
10008         * smiley.el (smiley-style): Fix typo.
10009
10010 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * hashcash.el (hashcash-insert-payment-async-2): Use
10013         message-goto-eoh instead of doing it manually.
10014         (mail-add-payment): Use message-narrow-to-header instead of trying
10015         to do the same itself.
10016
10017         * message.el (message-hidden-headers): Add Face.
10018
10019         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10020         reparenting code.
10021         (gnus-summary-reparent-children): Refactored out code.
10022         (gnus-summary-thread-map): New keystroke.
10023         (gnus-summary-reparent-children): Make into command.
10024
10025         * smiley.el (smiley-style): Default to `medium' if using a large
10026         font.
10027
10028         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10029         does it itself.
10030
10031         * message.el (message-point-in-header-p): Simplify definition.
10032
10033 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10034
10035         * nnagent.el (nnagent-request-set-mark): Silence log file
10036         writing.
10037         (nnagent-request-set-mark): Use write-region instead of
10038         append-to-file.
10039
10040         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10041         strange select method.
10042
10043         * ecomplete.el (ecomplete-display-matches): Get highlightling
10044         right.
10045         (ecomplete-display-matches): Use literals.
10046         (ecomplete-display-matches): Disable message logging.
10047
10048         * message.el (message-display-abbrev): Small optimization.
10049
10050         * ecomplete.el (ecomplete-display-matches): Allow automatic
10051         display.
10052
10053         * message.el (message-strip-forbidden-properties): Display
10054         abbrevs.
10055         (message-display-abbrev): Get automatic display right.
10056
10057         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10058         keystrokes.
10059
10060 2006-04-13  Romain Francoise  <romain@orebokech.com>
10061
10062         TODO: Backport to v5-10!
10063
10064         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10065         Moved here (and renamed) from gnus-registry.el.
10066
10067         * gnus-registry.el: Require gnus-util.
10068         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10069
10070 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10071
10072         * gnus-group.el (gnus-group-catchup-current): Change
10073         if-then-else-if-then-else into cond.
10074         (gnus-group-catchup): Indent.
10075         (group-name-at-point): New function.
10076         (gnus-fetch-group): Provide default from thing at point.
10077
10078 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * message.el (message-display-abbrev): Fix regexp.
10081
10082         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10083         choosing.
10084         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10085         dead variables.
10086
10087         * message.el (message-newline-and-indent): Remove debugging.
10088         (message-display-abbrev): Use new implementation.
10089
10090 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10091
10092         * gnus-art.el (gnus-article-mode): Set
10093         cursor-in-non-selected-windows to nil.
10094
10095         * smiley.el: Revert previous change.
10096         (smiley-data-directory): defvar it before using it in the
10097         defcustom of `smiley-style'.
10098
10099 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * message.el (message-newline-and-indent): New function.
10102
10103         * ecomplete.el: Implement more bits.
10104
10105         * message.el (message-put-addresses-in-ecomplete): Clean up the
10106         string.
10107
10108         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10109
10110         * gnus-sum.el (gnus-summary-save-parts): Bind
10111         gnus-summary-save-parts-counter and use it to make unique file
10112         names.
10113
10114         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10115
10116         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10117         parameter to say whether to actually parse the individual
10118         addresses.
10119
10120         * message.el (message-put-addresses-in-ecomplete): New function.
10121         (ecomplete): Require.
10122         (message-mail-alias-type): Add ecomplete as an option.
10123
10124 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10125
10126         * flow-fill.el (fill-flowed): Remove trailing space from blank
10127         quoted lines.
10128
10129 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10130
10131         * smiley.el (smiley-style): Move definition later to avoid a
10132         compilation warning.
10133
10134 2006-04-12  Kenichi Handa  <handa@m17n.org>
10135
10136         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10137         buffer and then decode the buffer text if necessary.
10138         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10139         first, and after mm-encode-body, change the buffer to unibyte.
10140         Use mm-disable-multibyte instead of set-buffer-multibyte.
10141
10142 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10145         Content-Type header instead of Content-Disposition header.
10146         (gnus-mime-inline-part): Ditto.
10147         (gnus-mime-view-part-as-charset): Ignore charset that the part
10148         specifies.
10149
10150         * mm-decode.el (mm-display-part): Work with external parts and
10151         usual parts similarly.
10152
10153         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10154         instead of gnus-display-mime.
10155
10156         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10157         instead of with-temp-buffer.
10158
10159         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10160         tag to summarized topics part in order to encode non-ASCII text.
10161
10162 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10163
10164         * smiley.el (smiley-style): New variable.
10165         (smiley-directory): New function.
10166         (smiley-data-directory): Derive from `smiley-style' using
10167         `smiley-directory'.
10168         (smiley-regexp-alist): Add new entries.
10169
10170         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10171         (gnus-article-browse-delete-temp): Add :version.
10172
10173 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10174
10175         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10176         the sieve region.
10177
10178 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * gnus.el (gnus-version-number): Bump version.
10181
10182 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10183
10184         * gnus.el: No Gnus v0.4 is released.
10185
10186 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10187
10188         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10189         layout.
10190
10191         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10192         unknown charset.
10193
10194         * message.el (message-header-synonyms): Add Original-To to the
10195         default.
10196
10197         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10198         optional parameter.
10199
10200 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10201
10202         * gnus-fun.el (gnus): Require it for gnus-directory.
10203
10204 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10207
10208 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10209
10210         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10211
10212 2006-04-05  Simon Josefsson  <jas@extundo.com>
10213
10214         * password.el (password-reset): New function.
10215
10216 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10217
10218         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10219         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10220
10221 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10222
10223         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10224         Some whitespace was matched into the url, which broke browsing hits
10225         > 100 when mm-url-use-external was nil.
10226
10227 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10230         gnus-extra-headers for 'Newsgroups.
10231
10232         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10233         bound.
10234
10235 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10236
10237         * pgg-gpg.el: Clean up process buffers every time gpg processes
10238         complete.
10239
10240 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10243         doc string.
10244
10245 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10246
10247         * pgg-gpg.el (pgg-gpg-process-filter)
10248         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10249
10250         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10251         lines, temporary fix.
10252
10253 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10256
10257 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10258
10259         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10260         default-enable-multibyte-characters.  This reverts the change from
10261         revision 6.17 which is no longer necessary because the passphrase
10262         is sent separately now.  GnuPG messages are unreadable under
10263         multibyte locales with default-enable-multibyte-characters set to
10264         nil.
10265
10266 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * message.el (message-tool-bar-gnome): Move "spell".
10269
10270 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10271
10272         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10273         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10274         instead.
10275
10276 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10277
10278         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10279         newsgroups handling for NNTP overviews which don't include
10280         Newsgroups.
10281
10282 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10283
10284         * message.el (message-resend): Bind message-generate-hashcash to nil.
10285
10286 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10287
10288         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10289         when searching for already-paid recipients.
10290
10291 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10292
10293         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10294         passphrases when it is not needed.
10295         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10296         passphrase stuff from gpg, should only be necessary when you use
10297         gpg with a smartcard.
10298
10299 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * mml.el (mml-insert-mime): Ignore cached contents of
10302         message/external-body part.
10303
10304         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10305         (mm-insert-part): Ditto.
10306
10307 2006-03-23  Simon Josefsson  <jas@extundo.com>
10308
10309         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10310         Reiner.
10311         (pgg-gpg-use-agent-p): Use it again.
10312
10313 2006-03-23  Simon Josefsson  <jas@extundo.com>
10314
10315         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10316         older emacsen.
10317         (pgg-gpg-use-agent-p): Don't use it.
10318
10319 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10322         if we can.
10323
10324 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10325
10326         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10327         (pgg-gpg-update-agent): New function.
10328         (pgg-gpg-use-agent-p): New function.
10329         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10330         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10331         (pgg-gpg-sign-region): Use it.
10332
10333 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10336         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10337
10338 2006-03-21  Simon Josefsson  <jas@extundo.com>
10339
10340         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10341         <wilde@sha-bang.de>.
10342         (pgg-gpg-use-agent): New variable.
10343         (pgg-gpg-process-region): Use it.
10344         (pgg-gpg-encrypt-region): Likewise.
10345         (pgg-gpg-encrypt-symmetric-region): Likewise.
10346         (pgg-gpg-decrypt-region): Likewise.
10347         (pgg-gpg-sign-region): Likewise.
10348         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10349
10350 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10353
10354         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10355         Add comment on version.
10356
10357 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * smiley.el: Add missing test smiley.
10360
10361 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * mm-decode.el (mm-with-part): New macro.
10364         (mm-get-part): Use it; work with message/external-body as well.
10365         (mm-save-part): Treat name and filename equally.
10366
10367         * mm-extern.el (mm-extern-cache-contents): New function.
10368         (mm-inline-external-body): Use it; force the part to be displayed;
10369         move undisplayer added to the cached handle to the parent.
10370
10371         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10372         (gnus-mime-view-part-as-type): Work with message/external-body.
10373
10374         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10375
10376 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10379         images in image-load-path.  [Sync with image.el, revision 1.60, in
10380         Emacs.]
10381
10382 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10385         path rather than symbol.  Always return list of directories.
10386         Guarantee that image directory comes first.  [Sync with image.el,
10387         revision 1.59, in Emacs.]
10388
10389         * message.el (message-make-tool-bar): Adjust to new API of
10390         `gmm-image-load-path-for-library'.
10391
10392         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10393
10394         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10395
10396 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10397
10398         * gnus-art.el (gnus-article-only-boring-p):
10399         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10400         intangible text.
10401         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10402
10403 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10406         `defun' instead of `gmm-defun-compat'.
10407
10408 2006-03-14  Simon Josefsson  <jas@extundo.com>
10409
10410         * message.el (message-unique-id): Don't use message-number-base36
10411         if (user-uid) is a float.
10412         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10413
10414 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10417
10418         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10419         empty line between a part and a message part.
10420
10421 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * smiley.el: Add more test smileys.
10424         (smiley-data-directory, smiley-regexp-alist)
10425         (gnus-smiley-file-types): Fix doc strings.
10426         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10427         adding new elements.
10428         (smiley-mouse-map): Unused code.  Make it a comment.
10429
10430 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10433         scan latest NoCeM messages instead of old ones.
10434         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10435         delimiters that are recently used.
10436         (gnus-nocem-load-cache): Add autoload cookie.
10437
10438         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10439
10440         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10441         level which is larger than gnus-use-nocem is specified.
10442
10443         * gnus-group.el (gnus-group-get-new-news): Ditto.
10444
10445 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * gnus-util.el (gnus-tool-bar-update): New function.
10448
10449         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10450         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10451
10452         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10453
10454         * gnus-group.el (gnus-group-redraw-when-idle)
10455         (gnus-group-redraw-check): Remove.
10456         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10457
10458 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10461         if optional last element is specified in splits (FIELD VALUE...).
10462
10463 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10466         to gmm-image-load-path-for-library.  Call with no-error argument.
10467         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10468
10469         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10470
10471         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10472
10473         * gmm-utils.el (gmm-image-load-path): Remove alias.
10474
10475 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * gmm-utils.el (gmm-image-load-path): Add alias.
10478
10479         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10480         nnml-generate-nov-databases-1.
10481         (nnml-generate-nov-databases): Use it.
10482         (nnml-generate-nov-databases-directory): Document no-active
10483         argument.
10484
10485         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10486         directory if path is t.  Add no-error.
10487
10488         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10489         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10490
10491         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10492         resetting gnus-article-browse-html-temp-list.
10493
10494         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10495         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10496         Add example to docstring.  Rename local variables.  Move error
10497         checks to default case in cond and simplify.
10498
10499 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10502         handle is multipart when calling it recursively.
10503         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10504
10505 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10506
10507         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10508         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10509
10510 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10513         is loaded.
10514
10515         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10516         loaded.
10517
10518 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10519
10520         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10521         to "Emacs 23 (unicode)" in doc string.
10522
10523         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10524         "Emacs 23 (unicode)" in comment.
10525
10526 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10529
10530         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10531         characters 160 through 255 in Emacs 23.
10532
10533 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10536         gnus-article-browse-html-temp.
10537         (gnus-article-browse-delete-temp): Make it customizable.  Add
10538         `file'.  Adjust doc string.
10539         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10540         query for each file.  Adjust doc string.
10541         (gnus-article-browse-html-parts): Add
10542         `gnus-article-browse-delete-temp-files' to
10543         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10544
10545 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10546
10547         * gnus-art.el (gnus-article-browse-html-temp)
10548         (gnus-article-browse-delete-temp): New variables.
10549         (gnus-article-browse-delete-temp-files): New function.
10550         (gnus-article-browse-html-parts): Use it.
10551
10552 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10555
10556         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10557         string.
10558
10559         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10560         gnus-summary-insert-new-articles when unplugged.  Remove
10561         gnus-summary-search-article-forward.
10562
10563         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10564         display-visual-class instead of display-color-cells.
10565
10566 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * dgnushack.el: Autoload customize-group for XEmacs.
10569
10570         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10571         message/* containing non-ASCII text properly.
10572
10573 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * message.el: Require gmm-utils, remove autoloads.
10576         (message-tool-bar): Set default based on
10577         gmm-tool-bar-style.
10578         (message-tool-bar-gnome): Add gmm-customize-mode.
10579
10580         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10581         gmm-tool-bar-style.
10582         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10583
10584         * gnus-group.el (gnus-group-tool-bar): Set default based on
10585         gmm-tool-bar-style.
10586         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10587
10588         * gmm-utils.el (gmm-image-directory): Rename variable from
10589         gmm-image-load-path.
10590         (gmm-image-load-path): Use gmm-image-directory.
10591         (gmm-customize-mode): New function.
10592         (gmm-tool-bar-style): New variable.
10593
10594         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10595         gnus-group-redraw-line-number.
10596         (gnus-group-redraw-check): Simplify.
10597         (gnus-group-tool-bar-update): Remove redraw check.
10598         (gnus-group-make-tool-bar): Add redraw check.
10599
10600 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10601
10602         * gnus-art.el (gnus-button): Add missing parentheses.
10603
10604 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * lpath.el: Fbind line-number-at-pos.
10607
10608 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10611
10612 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * gnus-art.el (gnus-button): New face.
10615         (gnus-article-button-face): Use it.
10616
10617         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10618         gnus-summary-next-page.  Re-order.
10619
10620         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10621         next-node are now included.
10622         (gnus-group-redraw-line-number): New internal variable.
10623         (gnus-group-redraw-check): Helper function for updating the tool
10624         bar.
10625         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10626
10627         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10628
10629         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10630         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10631         Use it to match format of Spamassassin 3.0 and later.  Reported by
10632         IRIE Tetsuya <irie@t.email.ne.jp>.
10633         (spam-check-bogofilter)
10634         (spam-bogofilter-register-with-bogofilter): Fix args of
10635         `gnus-error' calls.
10636
10637 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10640         unnecessary interaction when sending queued mails.  Reported by
10641         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10642
10643 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10646         first or last are nil.
10647
10648 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10649
10650         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10651
10652 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10655
10656 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10657
10658         * dns.el (query-dns): Protect more against buggy tcp output.
10659
10660 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10663         nov.php.
10664
10665 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10666
10667         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10668         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10669         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10670         output on the server side.
10671         (nnweb-google-create-mapping): Update regexps and add some
10672         progress indication.
10673
10674 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10677         gnus-agent-toggle-plugged.  Re-order icons.
10678         (gnus-group-tool-bar-gnome): Add
10679         gnus-group-{prev,next}-unread-group.
10680         (gnus-group-tool-bar-gnome): Re-order icons.
10681
10682         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10683         gnus-summary-insert-new-articles.
10684
10685         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10686         comments.
10687
10688         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10689         also available in Emacs 21.3.
10690
10691         * message.el (message-fix-before-sending): Change "Emacs 22" to
10692         "Emacs 23 (unicode)" in comment.
10693
10694         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10695         "Emacs 23 (unicode)" in comment.
10696
10697         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10698         comment.
10699         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10700
10701         * mm-view.el (mm-fill-flowed): Add :version.
10702
10703 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10706         and load-path.
10707
10708 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * message.el: Autoload gmm-image-load-path.
10711         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10712         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10713         consitency.
10714
10715         * gmm-utils.el (gmm-image-load-path): Also search in
10716         "../etc/images".  Don't set gmm-image-load-path if we don't find
10717         the image.
10718
10719 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * gmm-utils.el (gmm-image-load-path): Don't make
10722         `gmm-image-load-path' include subdirectories which the second arg
10723         `image' might specify.
10724
10725         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10726         subdirectory to icon file names.
10727
10728         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10729
10730 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10731
10732         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10733         gmm-image-load-path calls.
10734
10735         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10736
10737         * message.el (message-make-tool-bar): Ditto.
10738
10739         * mml.el (mml-preview): Added comment concerning tool bar icons.
10740
10741         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10742         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10743
10744         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10745         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10746
10747         * message.el (message-tool-bar-gnome): Use new icon names.
10748         (message-make-tool-bar): Use `gmm-image-load-path'.
10749
10750         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10751         functions from MH-E.
10752         (gmm-image-load-path): New variable from MH-E.
10753         (gmm-image-load-path): New function from MH-E.  Added arguments
10754         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10755         *-image-load-path-called-flag.
10756
10757 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10758
10759         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10760
10761 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10762
10763         * nnimap.el (nnimap-request-move-article): Change folder back to
10764         source group before deleting.
10765
10766 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10767
10768         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10769
10770         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10771         mm-url.
10772
10773         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10774
10775 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10778         coding system which mm-charset-to-coding-system returns for a
10779         given charset is valid.
10780
10781 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10782
10783         * html2text.el (html2text-remove-tag-list):
10784         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10785
10786 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10787
10788         * gnus-cus.el: Revert 2005-10-17 change.
10789
10790 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-art.el (article-strip-banner): Call
10793         article-really-strip-banner only when the regexp match is made.
10794
10795 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-art.el (article-strip-banner): Use
10798         gnus-extract-address-components instead of
10799         mail-header-parse-addresses to make it work with non-ASCII text;
10800         remove mail-encode-encoded-word-string.
10801
10802         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10803         values which are surrounded with \"...\"; make it never cause a
10804         Lisp error; give up parsing of parameters if it failed in
10805         extracting type.
10806
10807 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10808
10809         * smime.el (smime-cert-by-ldap-1): Fix bug where
10810         `smime-ldap-search' returns results without userCertificates.
10811
10812 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10815
10816 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * spam.el (spam-check-spamassassin-headers): Adapt format for
10819         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10820         <ari@mbf.ocn.ne.jp>.
10821         (spam-list-of-processors): Add spam-use-gmane.
10822
10823 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10826         make-temp-file; make it work with XEmacs as well.
10827
10828         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10829         mm-make-temp-file.
10830
10831         * mm-decode.el (mm-display-external): Use the 3rd arg of
10832         mm-make-temp-file.
10833         (mm-create-image-xemacs): Ditto.
10834
10835 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10838         with message-narrow-to-headers.
10839         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10840         (gnus-draft-check-draft-articles): New function.
10841         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10842
10843 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * gnus-art.el (gnus-article-browse-html-parts):
10846         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10847         Don't use suffix argument for mm-make-temp-file for Emacs 21
10848         compatibility.  Remove useless `format'.
10849
10850 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10851
10852         * nnweb.el (nnweb-google-wash-article): Update regexps.
10853         (nnweb-group-alist): Use defvoo instead of defvar.
10854
10855 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10858         re-loading nn* modules.
10859
10860 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10863         for `tool-bar-mode' and don't check it's default-value.
10864
10865         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10866
10867         * message.el (message-make-tool-bar): Ditto.
10868
10869         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10870         `substring'.  Shorten tmp-file name.
10871
10872         * gnus.el: Remove bogus comment.
10873
10874 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10875
10876         * gnus-art.el (gnus-article-browse-html-parts): New function.
10877         (gnus-article-browse-html-article): New function for viewing html
10878         articles with a browser.
10879
10880 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10881
10882         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10883         in elisp.
10884         (pgg-gpg-encrypt-symmetric-region): Ditto.
10885         (pgg-gpg-sign-region): Ditto.
10886
10887         * pgg-def.el (pgg-text-mode): New variable.
10888
10889         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10890         (mml2015-pgg-encrypt): Ditto.
10891
10892         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10893         (mml1991-pgg-encrypt): Ditto.
10894
10895 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10898         message-make-date instead of current-time-string.
10899
10900         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10901         to gnus-decoded which mm-uu might set.
10902
10903 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10906         don't decode quoted parameters; remove misimported Emacs code.
10907         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10908         (rfc2231-decode-encoded-string): Don't use split-string which
10909         behaves differently according to Emacs version; use
10910         mm-decode-coding-region to convert charset to coding-system.
10911         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10912         (rfc2231-encode-string): Remove misimported Emacs code.
10913
10914 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10917         when calling mail-header-parse-content-type.
10918         (article-de-quoted-unreadable): Ditto.
10919         (article-de-base64-unreadable): Ditto.
10920         (article-wash-html): Ditto.
10921
10922         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10923         calling mail-header-parse-content-type and
10924         mail-header-parse-content-disposition.
10925         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10926         mail-header-parse-content-type.
10927
10928         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10929         insert charset and format parameters; encode description after
10930         inserting it to buffer.
10931         (mml-insert-parameter): Fold lines properly even if a parameter is
10932         segmented into two or more lines; change the max column to 76.
10933
10934         * rfc1843.el (rfc1843-decode-article-body): Don't use
10935         ignore-errors when calling mail-header-parse-content-type.
10936
10937         * rfc2231.el (rfc2231-parse-string): Return at least type if
10938         possible; don't cause an error even if it fails in parsing of
10939         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10940         (rfc2231-encode-string): Don't break lines at the beginning, leave
10941         it to mml-insert-parameter.
10942
10943         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10944         calling mail-header-parse-content-type.
10945
10946 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * spam-report.el (spam-report-gmane-use-article-number):
10949         Improve doc string.
10950         (spam-report-gmane-internal): Check if a suitable header was found
10951         in the article.
10952
10953 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10956         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10957
10958 2006-02-05  Romain Francoise  <romain@orebokech.com>
10959
10960         Update copyright notices of all files in the gnus directory.
10961
10962 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10963
10964         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10965
10966 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10969         segmented lines of parameter value to cope with Thunderbird 1.5
10970         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10971         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10972         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10973
10974 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10975
10976         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10977         parts.
10978
10979 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10980
10981         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10982         there's only one active file for all servers.
10983         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10984         solid groups.  Gnus might have used a FAST request to select the group.
10985         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10986         and nnweb-search redundantly in the active file.
10987         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10988         (nnweb-request-create-group): Don't use ARGS.
10989         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10990         initialisations.  Let nnoo do the work.
10991
10992 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10995         Say the part has been decoded.
10996
10997         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10998
10999 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11000
11001         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11002         mailcap-viewer-test-cache when there's no 'test clause, since that
11003         will invert the meaning of a "nil" test previously determined by
11004         mailcap-mailcap-entry-passes-test.
11005
11006 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11009         compiling.
11010
11011         * gnus-sum.el: Ditto.
11012
11013         * message.el: Don't bind tool-bar-map when compiling.
11014
11015 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11018
11019 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11020
11021         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11022         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11023         current Google Groups.
11024
11025 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11028         and tool-bar-mode.
11029
11030         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11031         and tool-bar-mode.
11032
11033         * message.el (message-tool-bar-update): Simplify.
11034         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11035
11036         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11037         gnus-summary-buffer.
11038         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11039         gnus-summary-reply.
11040
11041         * gmm-utils.el (gmm): Add :version.
11042
11043 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * Makefile.in (clean): New rule.
11046         (distclean): Use it.
11047
11048 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11049
11050         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11051         autoload.
11052
11053 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gmm-utils.el (gmm-verbose): Add :group.
11056
11057 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11058
11059         * message.el: Change some comments WRT tool-bars.
11060
11061         * gnus-sum.el (gnus-summary-tool-bar)
11062         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11063         (gnus-summary-tool-bar-zap-list): New variables.
11064         (gnus-summary-make-tool-bar): Complete rewrite using
11065         `gmm-tool-bar-from-list'.
11066
11067         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11068         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11069         variables.
11070         (gnus-group-make-tool-bar): Complete rewrite using
11071         `gmm-tool-bar-from-list'.
11072         (gnus-group-tool-bar-update): New function.
11073
11074         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11075
11076 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11079         is dissected into a single part of which the type is the same as
11080         the given one; decode charset.
11081
11082 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11083
11084         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11085         into alists as symbol not string, since that's what
11086         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11087         look for.
11088
11089 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11092         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11093
11094         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11095
11096 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11099         (gnus-xmas-mime-security-button-menu): New function.
11100
11101         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11102         (gnus-mime-security-button-menu): New definition.
11103         (gnus-mime-security-button-map): Use them.
11104         (gnus-mime-security-button-menu): New function.
11105         (gnus-insert-mime-security-button): Addition to help echo.
11106         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11107         (gnus-mime-security-pipe-part): New functions.
11108
11109         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11110         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11111
11112         * mm-decode.el (mm-handle-set-disposition): Remove.
11113         (mm-handle-set-description): Remove.
11114
11115 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11118         (mm-w3m-standalone-supports-m17n-p): New function.
11119         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11120         w3m usage.
11121
11122         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11123         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11124
11125 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * message.el (message-tool-bar-zap-list): Use
11128         gmm-tool-bar-zap-list as custom type.
11129         (message-tool-bar-update): New function.
11130         (message-tool-bar, message-tool-bar-gnome)
11131         (message-tool-bar-retro): Add message-tool-bar-update.
11132         (message-tool-bar-gnome): Add flyspell-buffer.
11133
11134         * gnus-util.el (gnus-error): Describe `args'.
11135
11136         * gmm-utils.el (gmm-error): Describe `args'.
11137         (gmm-tool-bar-zap-list): New widget.
11138         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11139
11140 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11143         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11144         the number of recursive calls.
11145
11146         * mm-decode.el (mm-handle-set-disposition): New macro.
11147         (mm-handle-set-description): New macro.
11148
11149 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11152         encoding.
11153
11154 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * message.el (message-tool-bar-zap-list, message-tool-bar)
11157         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11158         (message-tool-bar-local-item-from-menu): Remove.
11159         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11160         (message-make-tool-bar): New function.
11161         (message-mode): Use `message-make-tool-bar'.
11162
11163         * gmm-utils.el: New file.
11164         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11165         (gmm-lazy): New widget copied from `nnmail.el'.
11166         (gmm-tool-bar-from-list): New function for creating customizable
11167         tool bars.
11168         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11169         output.
11170         (gmm): Add :prefix to defgroup.
11171
11172 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11173
11174         * gmm-utils.el (gmm-widget-p): New function.
11175
11176 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11177
11178         * mml.el (mml-attach-file): Describe `description' in doc string.
11179         (mml-menu): Add Emacs MIME manual and PGG manual.
11180
11181 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11182
11183         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11184
11185 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11186
11187         * nntp.el (nntp-end-of-line): Doc fix.
11188
11189 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11190
11191         * imap.el (imap-open): Handle case where buffer is a buffer
11192         object.
11193
11194 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11195
11196         * gnus-delay.el (gnus-delay): Don't autoload.
11197         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11198         to be re-loaded when customizing the `gnus-delay' group.
11199
11200 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11201
11202         * message.el (message-insert-citation-line): Use newlines.
11203
11204 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11205
11206         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11207         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11208         these routines, so the passphrase can be managed externally and
11209         passed in to the system.
11210         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11211         pgg-add-passphrase-to-cache function.
11212
11213         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11214         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11215         these routines, so the passphrase can be managed externally and
11216         passed in to the system.
11217         (pgg-pgp5-sign-region): Use new name of
11218         pgg-add-passphrase-to-cache function.
11219
11220 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11221
11222         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11223         part of the decoded armor to find the key-identifier.
11224         (pgg-gpg-lookup-key-owner): New function to return the
11225         human-readable identifier of a key owner.
11226         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11227         itself.
11228         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11229         the key value) if we have a key and can match it against a secret
11230         key.  Also, added a note pointing out fact that the prompt only
11231         indicates the first matching key.
11232
11233         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11234         pgg-decrypt-region.
11235         (pgg-add-passphrase-to-cache): Rename from
11236         `pgg-add-passphrase-cache' to reduce confusion (all callers
11237         changed).
11238         (pgg-remove-passphrase-from-cache): Rename from
11239         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11240         changed).
11241         (pgg-read-passphrase, pgg-add-passphrase-cache)
11242         (pgg-remove-passphrase-cache): Add informative docstrings.
11243         (pgg-decrypt): Convey provided passphrase in subordinate call to
11244         pgg-decrypt-region.
11245
11246 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11247
11248         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11249         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11250         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11251         'passphrase' argument, so the passphrase can be managed externally
11252         and then passed in to the system.
11253
11254         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11255         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11256         so the passphrase cache can be used reliably with identifiers
11257         besides a pgp packet's key id.
11258
11259         * pgg-gpg.el (pgg-gpg-encrypt-region)
11260         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11261         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11262         these routines, so the passphrase can be managed externally and
11263         passed in to the system.
11264
11265         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11266         'notruncate' argument, so the passphrase cache can be used
11267         reliably with identifiers besides a pgp packet's key id.
11268
11269 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11270
11271         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11272         symmetric encryption.
11273         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11274         encrypted session key.
11275         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11276         message ask for the passphrase in a proper way.
11277
11278         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11279         New user commands for symmetric encryption.
11280
11281 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11284
11285         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11286
11287 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11288
11289         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11290
11291 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * mm-decode.el (mm-inlined-types): Add application/pgp.
11294         (mm-automatic-display): Ditto.
11295
11296         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11297         part as text.
11298
11299 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * nnrss.el: Update copyright.
11302         (nnrss-opml-import): Query whether to subscribe to each entry.
11303
11304         * gnus-art.el:
11305         * gnus-sum.el:
11306         * gnus-xmas.el:
11307         * messagexmas.el:
11308         * mm-uu.el:
11309         * mm-view.el: Update copyright.
11310
11311 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * message.el (message-info): New function.
11314         (message-mode-menu): Add it.
11315         Update copyright.
11316
11317         * ChangeLog: Fix and update copyright.
11318
11319 2006-01-13  Romain Francoise  <romain@orebokech.com>
11320
11321         * message.el (message-forward-subject-name-subject): Prefer the
11322         address to 'nowhere' if the sender has no name.
11323         Fix typo.  Update copyright year.
11324
11325 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * gnus-art.el (article-wash-html): Use
11328         gnus-summary-show-article-charset-alist if a numeric arg is given.
11329         (gnus-article-wash-html-with-w3m-standalone): New function.
11330
11331         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11332         mm-inline-text-html-render-with-w3m-standalone.
11333         (mm-text-html-washer-alist): Map w3m-standalone to
11334         gnus-article-wash-html-with-w3m-standalone.
11335         (mm-inline-text-html-render-with-w3m-standalone): New function.
11336
11337 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11340         Improve LaTeX.
11341
11342 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11345         (nnrss-request-article): Render text/plain parts as HTML.
11346
11347         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11348         the buffer.
11349
11350 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11353         custom definition of `gnus-posting-styles'.
11354
11355         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11356         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11357
11358 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11359
11360         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11361         Use nntp for bug archive.
11362
11363 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11366         parts.
11367         (nnrss-normalize-date): New function converts ISO 8601 date into
11368         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11369         (nnrss-check-group): Use it.
11370
11371 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11374
11375         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11376         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11377         (nnrss-insert-w3): Ditto.
11378
11379 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11382         the articles to be forwarded including the case where neither a
11383         number of articles nor a region is specified.
11384
11385 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * nnrss.el (nnrss-request-article): Fix last change; fill
11388         text/plain parts.
11389
11390 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11393         in text/plain part.
11394         (nnrss-check-group): Don't add excessive newline to dc:subject.
11395
11396 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11397
11398         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11399         article.
11400
11401 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11402
11403         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11404         (nnml-use-compressed-files, nnml-save-mail): Support other
11405         comression programs such as bzip2.
11406
11407 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408
11409         * dns.el (query-dns): Make sure we check the buffer size before
11410         removing tcp headers.
11411
11412 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11415         remove MIME buttons associated with multipart/alternative parts.
11416         (gnus-mime-display-alternative): Tag buttons using `article-type'
11417         text property.
11418
11419         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11420         associated with multipart/alternative parts.
11421
11422         * gnus-art.el (gnus-signature-separator): Fix custom type.
11423
11424         * mm-decode.el (mm-inlined-types): Fix custom type.
11425         (mm-keep-viewer-alive-types): Ditto.
11426         (mm-automatic-display): Ditto.
11427         (mm-attachment-override-types): Ditto.
11428         (mm-inline-override-types): Ditto.
11429         (mm-automatic-external-display): Ditto.
11430
11431 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * spam-report.el (spam-report-user-mail-address)
11434         (spam-report-user-agent): New variables.
11435         (spam-report-url-ping-plain): Use spam-report-user-agent.
11436
11437 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11438
11439         * gnus-art.el (gnus-button-handle-custom): Do not just use
11440         `customize-apropos' for any "M-x customize-*" button but the
11441         function called for.  Accept both the function name and its
11442         argument in order to achieve this.
11443         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11444         function name to `gnus-button-handle-custom' in case of "M-x
11445         customize-*" buttons.
11446
11447 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11450         multipart/alternative and add xref to mm-discouraged-alternatives
11451         in doc string.
11452
11453         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11454         gnus-buttonized-mime-types in doc string.
11455
11456 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11459         Suggest image/.* in the doc string.
11460
11461 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11462
11463         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11464         message-marks (Debian bug #342521).
11465
11466 2005-12-12  Simon Josefsson  <jas@extundo.com>
11467
11468         * password.el (password-read-from-cache): Add.
11469         (password-read): Use it.
11470
11471 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11474         us-ascii as a MIME charset.
11475
11476         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11477         against the case where the 2nd arg TYPE is nil.
11478
11479 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * pop3.el (pop3-stream-type): Fix custom version.
11482
11483         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11484
11485 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11486
11487         * mm-decode.el (mm-display-external): Add missing cdr.
11488
11489 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11492         RFC1524) if it is in mailcap or add a suffix according to
11493         mailcap-mime-extensions when generating a temp filename; postpone
11494         deleting a temp file for 2 seconds for some wrappers, shell
11495         scripts, and so on, which might exit right after having started a
11496         viewer command as a background job.
11497
11498 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * nntp.el (nntp-marks-directory): Fix custom group.
11501
11502         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11503         steps when < 10.
11504
11505         * gnus-start.el (gnus-no-server-1): Mention
11506         `gnus-level-default-subscribed' in doc string.
11507
11508 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11509
11510         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11511         parens.
11512
11513 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-xmas.el (gnus-use-toolbar): Revert.
11516         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11517         gnus-use-toolbar is default.
11518
11519         * messagexmas.el (message-use-toolbar): Revert.
11520         (message-setup-toolbar): Use global default-toolbar if
11521         message-use-toolbar is default.
11522
11523 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11526         according to default-toolbar-visible-p.
11527
11528         * messagexmas.el (message-use-toolbar): Ditto.
11529
11530 2005-11-26  Dave Love  <fx@gnu.org>
11531
11532         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11533         (tls-program, tls-success): Provide openssl alternative.
11534
11535         * starttls.el: Doc fixes.
11536         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11537         SERVICE to PORT.
11538
11539         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11540         port null or service name.
11541         (starttls-negotiate): Autoload.
11542
11543 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * message.el (message-kill-to-signature): Fix interactive spec.
11546
11547 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * pop3.el (pop3-open-server): Recognize a string as a service name.
11550
11551 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11552
11553         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11554
11555 2005-11-23  Dave Love  <fx@gnu.org>
11556
11557         Add pop3s, pop3/starttls.
11558
11559         * pop3.el (pop3-authentication-scheme): Clarify doc.
11560         (open-tls-stream, starttls-open-stream): Autoload.
11561         (pop3-stream-type): New.
11562         (pop3-open-server): Use it.
11563
11564         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11565         for POP.
11566         (mail-source-keyword-map): Add :stream for POP.
11567         (mail-source-fetch-pop): Use pop3-stream-type.
11568
11569 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11572         of current-time-string.
11573
11574 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11575
11576         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11577         date header.
11578
11579 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11580
11581         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11582         it can seriously impact performance as it bypasses the agent's
11583         local caches.
11584
11585 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11586
11587         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11588         must be explicitly online rather than "not explicitly offline" for
11589         its flags to be synchronized.
11590
11591         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11592         that gnus-uu-unmark-thread will function correctly.
11593
11594         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11595         1024K is instead displayed as 1M.
11596
11597 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11598
11599         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11600
11601 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11602
11603         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11604
11605 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11606
11607         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11608         error message to display actual error condition.
11609         (gnus-agent-save-local): Avoid saving symbols that are bound to
11610         nil as they simply result in a warning message in
11611         gnus-agent-read-local.
11612
11613 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11616         rather than make-variable-buffer-local for file-precious-flag.
11617
11618 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11619
11620         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11621         for duplicates which are removed.  The invalid sort check then
11622         triggers a rescan after the sort as sorting may have moved
11623         duplicate entries such that they can be cheaply detected.
11624
11625 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11628
11629 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11630
11631         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11632         internal variable to a custom variable.  Changed default value
11633         from compressed(2) to uncompressed(1).
11634         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11635         support for uncompressed agentview files.  Taken together, reading
11636         the agentview file should now be 6-7 times faster.
11637
11638 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11639
11640         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11641         as a buffer-local variable.  This avoids creating truncated
11642         dribble files as a result of a hang up, eg.
11643
11644 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11645
11646         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11647         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11648         XEmacs.
11649
11650 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11651
11652         * gnus-start.el (gnus-start-draft-setup): Enforce
11653         `gnus-draft-mode' for nndraft:drafts at startup.
11654
11655         * gnus.el (gnus-splash): Change custom group.
11656         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11657         allow-list argument.
11658
11659         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11660         string.
11661
11662 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * gnus-art.el (gnus-default-article-saver): Add user-defined
11665         `function' to custom type.
11666
11667 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11668
11669         * imap.el (imap-open): Handle case where buffer is a buffer
11670         object.
11671
11672 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11675         long lines.
11676         (gnus-cache-delete-group): Wrap doc strings.
11677
11678         * gnus-agent.el (gnus-agent-rename-group)
11679         (gnus-agent-delete-group): Wrap doc strings.
11680
11681 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * messagexmas.el (message-use-toolbar): Change the valid values
11684         into default, top, bottom, left, and right.
11685         (message-toolbar-thickness): New variable.
11686         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11687         well.
11688         (message-setup-toolbar): Make it work.
11689
11690         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11691         (gnus-use-toolbar): Change the valid values into default, top,
11692         bottom, left, and right.
11693         (gnus-toolbar-thickness): New variable.
11694         (gnus-xmas-setup-toolbar): New function.
11695         (gnus-xmas-setup-group-toolbar): Use it.
11696         (gnus-xmas-setup-summary-toolbar): Use it.
11697
11698 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11699
11700         * gnus-start.el (gnus-1): Add "native" to
11701         gnus-predefined-server-alist.
11702
11703         * gnus.el (gnus-method-to-server): Don't add "native" to the
11704         lists here, because that leads to problems when
11705         gnus-select-method is bound.
11706
11707 2005-11-09  Simon Josefsson  <jas@extundo.com>
11708
11709         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11710         use (not sort-by-date) instead.
11711
11712 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11713
11714         * gnus-delay.el (gnus-delay-group): Don't autoload.
11715         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11716         to be re-loaded when customizing the `gnus-delay' group.
11717
11718 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11719
11720         * message.el: Revert last changes.
11721         (message-insert-citation-line): Use newlines.
11722
11723 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11724
11725         * message.el (message-courtesy-message)
11726         (message-mark-insert-begin, message-mark-insert-end)
11727         (message-elide-ellipsis, message-cancel-message)
11728         (message-add-header, message-change-subject)
11729         (message-cross-post-followup-to-header)
11730         (message-cross-post-insert-note, message-reduce-to-to-cc)
11731         (message-widen-reply, message-delete-not-region)
11732         (message-kill-to-signature, message-insert-signature)
11733         (message-insert-importance-high, message-insert-importance-low)
11734         (message-insert-or-toggle-importance)
11735         (message-insert-disposition-notification-to)
11736         (message-indent-citation, message-yank-original)
11737         (message-cite-original-without-signature, message-cite-original)
11738         (message-insert-citation-line, message-position-on-field)
11739         (message-fix-before-sending, message-send-mail-partially)
11740         (message-send-mail, message-send-mail-with-sendmail)
11741         (message-send-mail-with-qmail, message-send-news)
11742         (message-check-news-header-syntax, message-generate-headers)
11743         (message-insert-courtesy-copy, message-fill-address)
11744         (message-fill-header, message-shorten-references)
11745         (message-setup-1, message-cancel-news)
11746         (message-forward-make-body-plain, message-forward-make-body-mime)
11747         (message-forward-make-body-mml, message-encode-message-body)
11748         (message-forward-make-body-digest-plain)
11749         (message-forward-make-body-digest-mime)
11750         (message-use-alternative-email-as-from): Insert `hard-newline'
11751         instead of ordinary newlines.
11752
11753 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * message.el (message-generate-headers): Downcase the argument
11756         given to message-check-element.
11757
11758 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11759
11760         * nntp.el (nntp-authinfo-rejected): New error condition.
11761         (nntp-wait-for): Use new error condition to signal authentication
11762         error.
11763         (nntp-retrieve-data): Rethrow new error condition to break out of
11764         recursive call to nntp-send-authinfo.
11765
11766 2005-11-08  Romain Francoise  <romain@orebokech.com>
11767
11768         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11769         (gnus-summary-exit-map): Bind to `Z p'.
11770         (gnus-summary-make-menu-bar): Add menu item.
11771
11772 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11775         (gnus-treat-*): Add `first' in all doc strings.
11776
11777         * gnus-group.el (gnus-group-compact-group): Fix typo.
11778
11779 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * gnus.el (gnus-parameters-case-fold-search): New variable.
11782         (gnus-parameters-get-parameter): Use it.
11783
11784         * gnus-score.el (gnus-home-score-file): Doc fix.
11785
11786 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11787
11788         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11789
11790 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * mm-util.el (mm-special-display-p): New function.
11793
11794         * mml.el (mml-preview): Use it; doc fix.
11795
11796 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11797
11798         * imap.el (imap-open): Handle case where buffer is a buffer object.
11799
11800 2005-10-29  Romain Francoise  <romain@orebokech.com>
11801
11802         * message.el (message-fix-before-sending): Fix comment.
11803
11804 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11805
11806         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11807
11808 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11809
11810         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11811         Used in gnus-score.el.
11812
11813 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11816
11817 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11820         whitespace removed in revision 7.8.  Use concatenated string to
11821         protect trailing whitespace.
11822
11823 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11824
11825         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11826         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11827         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11828         Courier IMAP ("some version from 2004").  Mostly based on similar
11829         code in the same function.
11830
11831 2005-10-26  Didier Verna  <didier@xemacs.org>
11832
11833         * gnus-group.el (gnus-group-compact-group): Invalidate original
11834         article buffer.
11835         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11836         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11837         NOV database and in article itself.
11838         Invalidate article backlog.
11839
11840 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11843
11844 2005-10-26  Simon Josefsson  <jas@extundo.com>
11845
11846         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11847         part of 2004-07-25 change.
11848
11849 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * message.el (message-display-completion-list): New function.
11852         (message-expand-group): Use it; make sure the Completions buffer
11853         is modifiable.
11854 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11855
11856         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11857         user-mail-name is an empty string.
11858
11859 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11862         depending on gnus-score-decay-constant.
11863
11864         * encrypt.el (encrypt-insert-file-contents)
11865         (encrypt-write-file-contents): Don't use `gnus-message'.
11866
11867         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11868         arguments.
11869         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11870         arguments to mm-uu-verbatim-marks-extract.
11871         (mm-uu-hide-markers): New variable.
11872         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11873
11874         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11875         (gnus-convert-image-to-face-command): Use "convert" by default to
11876         allow other input image formats.
11877         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11878         accordingly.
11879
11880 2005-10-23  Simon Josefsson  <jas@extundo.com>
11881
11882         * imap.el (imap-gssapi-program): Align command line parameters
11883         with latest GNU SASL.
11884         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11885
11886 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11887
11888         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11889         HTML.
11890         (nnslashdot-request-article): Ditto.
11891
11892         * lpath.el (featurep): Add nobreak-char-display.
11893
11894 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11895
11896         * mail-source.el (mail-source-fetch-pop): Require pop3.
11897         (mail-source-check-pop): Ditto.
11898
11899 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11902         errors.
11903
11904 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11907         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11908
11909         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11910
11911         * mm-bodies.el (mm-decode-string): Call
11912         `mm-charset-to-coding-system' with allow-override argument.
11913
11914 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11917         (rfc2047-charset-to-coding-system): New function.
11918         (rfc2047-decode-encoded-words): New function.
11919         (rfc2047-decode-region): Use them.
11920         (rfc2047-decode-cte): Remove.
11921         (rfc2047-parse-and-decode): Remove.
11922         (rfc2047-decode): Remove.
11923
11924 2005-10-15  Kenichi Handa  <handa@m17n.org>
11925
11926         * rfc2047.el (rfc2047-decode-cte): New function.
11927         (rfc2047-decode-region): Change the way to decode successive
11928         encoded-words: decode B- or Q-encoding in each encoded-word,
11929         concatenate them, and decode it as charset.
11930
11931 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * lpath.el: Fbind codepage-setup for XEmacs.
11934
11935 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11936
11937         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11938         widget-move-and-invoke.
11939         (gnus-custom-mode): Use gnus-custom-map.
11940
11941 2005-10-15  Bill Wohler  <wohler@newt.com>
11942
11943         * message.el (message-tool-bar-map): Renamed image file from
11944         mail_send to mail/send.
11945
11946 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11947
11948         * message.el (message-expand-group): Pass the common
11949         prefix substring of completion to `display-completion-list'.
11950
11951 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11952
11953         * mml-sec.el (mml-secure-method): New internal variable.
11954         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11955         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11956         functions using mml-secure-method.
11957
11958         * mml.el (mml-mode-map): Add key bindings for those functions.
11959         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11960         Harder <harder@myrealbox.com>.
11961         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11962         end of message if point is the headers of the message.
11963
11964         * message.el (message-in-body-p): New function.
11965
11966         * assistant.el: Autoload gnus-util and netrc.
11967
11968         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11969         Use `mm-charset-override-alist' only when decoding.
11970
11971         * mm-bodies.el (mm-decode-body): Call
11972         `mm-charset-to-coding-system' with allow-override argument.
11973
11974         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11975         `filename' from Content-Disposition if Content-Type doesn't
11976         provide `name'.
11977         (gnus-mime-view-part-as-type): Set default instead of
11978         initial-input.
11979
11980 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11981
11982         * format-spec.el (format-spec): Propagate text properties of % spec.
11983
11984 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * gnus-art.el (gnus-treat-predicate): Add `first'.
11987
11988 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11991         (mm-charset-override-alist): New variable.
11992         (mm-charset-to-coding-system): Use it.
11993         (mm-codepage-setup): New helper function.
11994         (mm-charset-eval-alist): New variable.
11995         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11996         about unknown charsets.
11997
11998         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11999
12000 2005-10-04  David Hansen  <david.hansen@gmx.net>
12001
12002         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12003         (nnrss-check-group): Ditto.
12004
12005 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12008         Rename x-gnus-verbatim to x-verbatim.
12009         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12010
12011         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12012         x-verbatim.
12013
12014         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12015
12016         * gnus-util.el (gnus-remove-duplicates): Remove.
12017
12018         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12019         instead of gnus-remove-duplicates.
12020
12021         * message.el (message-remove-duplicates): Remove.
12022         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12023         message-remove-duplicates.
12024
12025         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12026         available, else use implementation from `delete-dups'.
12027
12028         * message.el (message-insert-expires): New function.
12029         (message-mode-map): Add key binding.
12030         (message-mode-field-menu): Add menu entry.
12031         (message-mode): Document it.
12032         (message-make-expires-date): Use `message-make-date'.
12033
12034 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12035
12036         * message.el (message-make-expires-date): New function.
12037
12038 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * Makefile.in (list-installed-shadows): New entry.
12041         (install): Use it.
12042         (remove-installed-shadows): New entry.
12043
12044         * dgnushack.el (dgnushack-default-load-path): New variable.
12045         (dgnushack-find-lisp-shadows): New function.
12046         (dgnushack-remove-lisp-shadows): New function.
12047
12048 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * Makefile.in (install-el-elc): New entry.
12051         (install): Use it so that .el files are necessarily installed.
12052
12053 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12056
12057 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12058
12059         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12060         function rather than the diff-mode.el package.
12061         (mm-display-external): Use with-current-buffer.
12062         (mm-viewer-completion-map, mm-viewer-completion-map):
12063         Move initialization inside declaration.
12064
12065 2005-09-29  Simon Josefsson  <jas@extundo.com>
12066
12067         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12068         autoload mail-check-payment.
12069         (spam-check-hashcash): Define unconditionally, since hashcash.el
12070         is part of Gnus now.  Ignore errors from payment checking.
12071
12072 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * message.el (message-bold-region, message-unbold-region): Rename
12075         from `bold-region' and `unbold-region'.
12076
12077         * message.el: Remove useless autoloads.
12078
12079 2005-09-28  Simon Josefsson  <jas@extundo.com>
12080
12081         * message.el (message-use-idna): Default to t.
12082         (message-use-idna): Test whether encoding works too.  Doc fix.
12083
12084 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * nntp.el (nntp-warn-about-losing-connection): Remove.
12087
12088 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12089
12090         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12091         customizable.  Change default value.
12092         (mm-uu-diff-groups-regexp): Change default value.
12093         (mm-uu-type-alist): Add doc string.
12094         (mm-uu-configure): Add doc string.  Make it interactive.
12095         (mm-uu-tex-groups-regexp): New variable.
12096         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12097         (mm-uu-type-alist): Add LaTeX documents.
12098         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12099         of "text/verbatim".
12100         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12101
12102         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12103         instead of "text/verbatim".
12104
12105         * message.el (message-mark-inserted-region)
12106         (message-mark-insert-file): Use slrn style marks when called with
12107         prefix argument.
12108
12109 2005-09-27  Simon Josefsson  <jas@extundo.com>
12110
12111         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12112
12113 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12114
12115         * message.el (message-remove-duplicates): New function.
12116         Implementation borrowed from `gnus-remove-duplicates'.
12117         (message-idna-to-ascii-rhs): Also encode idna addresses in
12118         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12119         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12120         only ask about the same idna domain once per header and also tell
12121         in what header to replace the idna domain.
12122
12123         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12124         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12125         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12126         a header is decoded and not just the last one.
12127
12128 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12131         has been decoded.
12132
12133         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12134         (mm-insert-part): Don't modify text if it has been decoded.
12135
12136         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12137         decoded.
12138
12139         * mm-view.el (mm-inline-text): Don't strip text props unless
12140         decoding enriched or richtext parts.
12141
12142 2005-09-25  Romain Francoise  <romain@orebokech.com>
12143
12144         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12145         * gnus-start.el (gnus-subscribe-interactively):
12146         * gnus-uu.el (gnus-uu-grab-articles):
12147         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12148         space.
12149
12150 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12151
12152         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12153         * mm-view.el (mm-view-pkcs7-decrypt):
12154         * gnus-sum.el (gnus-summary-limit-to-extra)
12155         (gnus-summary-respool-article, gnus-read-move-group-name):
12156         * gnus-score.el (gnus-summary-increase-score):
12157         * gnus-util.el (gnus-completing-read-with-default):
12158         * gnus-art.el (gnus-read-save-file-name)
12159         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12160         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12161         * message.el (message-check-news-header-syntax):
12162         Follow convention for reading with the minibuffer.
12163
12164 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * spam-report.el (spam-report-url-ping-plain):
12167         Use gnus-extended-version as User-Agent.
12168
12169         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12170         default value is nil.
12171
12172         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12173         (mm-uu-verbatim-marks-extract): New function.
12174         (mm-uu-extract): New face.
12175         (mm-uu-copy-to-buffer): Use it.
12176
12177         * spam-report.el (spam-report-gmane-ham): Renamed from
12178         `spam-report-gmane-unspam'.
12179         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12180         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12181
12182         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12183         Autoload.
12184         (spam-report-gmane-unregister-routine): Renamed
12185         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12186
12187 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12188
12189         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12190         (spam-report-gmane-unregister-routine): Add support for gmane
12191         unregistration.
12192
12193         * spam-report.el (spam-report-gmane-unspam)
12194         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12195         (spam-report-gmane): Change to take a single article and do unspam
12196         registration.
12197
12198 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * mm-url.el (mm-url-decode-entities): Fix regexp.
12201
12202 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12203
12204         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12205         default to nil, to be able to use Gnus at all.  If the default
12206         switches to something else, then the function should be fixed not
12207         be exceedingly slow.
12208
12209 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12210
12211         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12212         fail hard.
12213
12214         * spam-report.el: Add better Keywords line.
12215
12216         * spam.el: Add Maintainer and better Keywords line.
12217
12218 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * gnus-art.el (gnus-article-replace-part)
12221         (gnus-mime-replace-part): New functions.
12222         (gnus-mime-action-alist, gnus-mime-button-commands)
12223         (gnus-mime-save-part-and-strip): Added file argument.
12224         (gnus-article-part-wrapper): Added interactive argument.
12225
12226         * gnus-sum.el (gnus-summary-mime-map): Add
12227         `gnus-article-replace-part'.
12228
12229 2005-09-19  Didier Verna  <didier@xemacs.org>
12230
12231         The nnml compaction feature:
12232         * nnml.el (nnml-request-compact-group): New function.
12233         * nnml.el (nnml-request-compact): New function.
12234         * gnus-int.el (gnus-request-compact-group): New function.
12235         * gnus-int.el (gnus-request-compact): New function.
12236         * gnus-group.el (gnus-group-compact-group): New function.
12237         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12238         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12239         * gnus-srvr.el (gnus-server-compact-server): New function.
12240         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12241         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12242
12243 2005-09-18  Deepak Goel  <deego@gnufans.org>
12244
12245         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12246         format spec.
12247
12248 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12251
12252 2005-09-15  Romain Francoise  <romain@orebokech.com>
12253
12254         * message.el (message-fill-paragraph): Clarify docstring.
12255
12256 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-art.el (gnus-mime-display-part): Protect against broken
12259         MIME messages.
12260
12261 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12264         before parsing header.
12265
12266 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12267
12268         * html2text.el (html2text-replace-list): Add new entities.
12269
12270 2005-09-11  Romain Francoise  <romain@orebokech.com>
12271
12272         * message.el (message-alternative-emails): Improve docstring.
12273         (message-setup-1): Call `message-use-alternative-email-as-from'
12274         after `message-setup-hook' to give it precedence over posting
12275         styles, etc.
12276         (message-use-alternative-email-as-from): Add docstring.  Remove
12277         the original From header if present.
12278
12279         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12280         (nnml-save-mail): Use it.
12281
12282         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12283         articles.  Add new argument `silent'.
12284         (gnus-uu-mark-all): Report the total number of marked articles.
12285
12286 2005-09-10  Romain Francoise  <romain@orebokech.com>
12287
12288         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12289         (gnus-uu-mark-series): Likewise.
12290
12291 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * spam-report.el (spam-report-gmane): Fix generation of spam
12294         report URL.
12295
12296 2005-09-10  Simon Josefsson  <jas@extundo.com>
12297
12298         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12299         t, based on discussion on the ding list with Robert Epprecht
12300         <epprecht@solnet.ch>.
12301
12302 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12303
12304         * spam-report.el (spam-report-gmane): Make it work without
12305         X-Report-Spam header.  Gmane now only provides Archived-At.
12306         This is only used if `spam-report-gmane-use-article-number' is nil.
12307         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12308
12309         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12310         make `gnus-summary-sort-by-recipient' work with threading.
12311
12312         * nnweb.el (nnweb-google-wash-article): Print a message if article
12313         is not available.
12314
12315 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12316
12317         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12318         change.  Decode text/* parts content before displaying.
12319
12320 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12323
12324 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12327
12328         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12329         url-package-name, url-package-version,
12330         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12331         w3m-display-inline-images, and w3m-minor-mode-map.
12332
12333 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * message.el (message-tab-body-function): Fix mismatched custom type.
12336
12337         * gnus.el (gnus-group-change-level-function): Ditto.
12338
12339         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12340
12341         * gnus-art.el (gnus-signature-limit)
12342         (gnus-article-mime-part-function): Ditto.
12343
12344 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * mml.el (mml-mode): Silence the byte compiler.
12347
12348         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12349         using `(sit-for 0)' before moving the point to the specified part;
12350         skip unbuttonized parts.
12351         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12352         return to the summary window if gnus-auto-select-part is non-nil.
12353
12354 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12357         variables.
12358         (mml-dnd-attach-file, mml-mode): Use them.
12359
12360         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12361         Make fetching article by MID work again for Google Groups.  Added
12362         FIXME concerning gnus-group-make-web-group.
12363
12364         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12365         Don't depend on Gnus by using mail-extract-address-components if
12366         gnus-extract-address-components is not bound.
12367
12368 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12369
12370         * gnus-art.el (gnus-mime-display-security): Don't display the
12371         signature, but only the signed part.
12372
12373 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12376
12377         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12378         list, not listp.
12379
12380 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12381
12382         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12383         when encoding.
12384
12385         * mm-bodies.el (mm-decode-content-transfer-encoding):
12386         De-canonicalize CRLF for all text content types, not just
12387         text/plain.
12388
12389 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12392         valid article; point arrow and cursor at the MIME button.
12393
12394 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12397         Suggested by Dan Christensen <jdc@uwo.ca>.
12398
12399         * mm-decode.el (mm-save-part): Enable change of prompt.
12400
12401 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12402
12403         * gnus-msg.el (gnus-inews-add-send-actions): Made
12404         `message-post-method' lambda parameter ARG `&optional'.
12405
12406 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12407
12408         * gnus-sum.el (gnus-summary-mime-map): Added
12409         gnus-article-save-part-and-strip, gnus-article-delete-part and
12410         gnus-article-jump-to-part.
12411
12412         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12413         (gnus-article-edit-part): Use it.
12414         (gnus-article-part-wrapper): Added no-handle argument.
12415         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12416         functions.
12417
12418 2005-08-29  Romain Francoise  <romain@orebokech.com>
12419
12420         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12421         docstring.
12422         (gnus-face-from-file): Likewise.
12423
12424 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12427         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12428         non-nil.
12429         (gnus-auto-select-part): New variable.
12430         (gnus-article-jump-to-part): New function.
12431         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12432         (gnus-mime-delete-part): Allow selecting specified part after
12433         deleting or stripping parts.
12434         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12435         part if argument is bogus.
12436
12437 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12438
12439         * gnus-art.el (w3m-minor-mode-map):
12440         * gnus-spec.el (gnus-newsrc-file-version):
12441         * gnus-util.el (nnmail-active-file-coding-system)
12442         (gnus-original-article-buffer, gnus-user-agent):
12443         * gnus.el (gnus-ham-process-destinations)
12444         (gnus-parameter-ham-marks-alist)
12445         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12446         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12447         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12448         * mm-decode.el (gnus-current-window-configuration):
12449         * mm-extern.el (gnus-article-mime-handles):
12450         * mm-url.el (url-current-object, url-package-name)
12451         (url-package-version):
12452         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12453         (smime-keys, w3m-cid-retrieve-function-alist)
12454         (w3m-current-buffer, w3m-display-inline-images)
12455         (w3m-minor-mode-map):
12456         * mml-smime.el (gnus-extract-address-components):
12457         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12458         (gnus-newsrc-hashtb, message-default-charset)
12459         (message-deletable-headers, message-options)
12460         (message-posting-charset, message-required-mail-headers)
12461         (message-required-news-headers):
12462         * mml1991.el (mc-pgp-always-sign):
12463         * mml2015.el (mc-pgp-always-sign):
12464         * nnheader.el (nnmail-extra-headers):
12465         * rfc1843.el (gnus-decode-encoded-word-function)
12466         (gnus-decode-header-function, gnus-newsgroup-name):
12467         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12468
12469 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12470
12471         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12472         the end of the date treatments.
12473
12474 2005-08-15  Simon Josefsson  <jas@extundo.com>
12475
12476         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12477         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12478         Capello and Romain Francoise.
12479         (pgg-fetch-key-function): Removed, not used?
12480         (pgg-insert-url-with-w3): Require url, to get
12481         url-insert-file-contents regardless of where it is defined.
12482
12483 2005-08-13  Romain Francoise  <romain@orebokech.com>
12484
12485         * message.el (message-cite-original-1): New function.
12486         (message-cite-original): Use it.
12487         (message-cite-original-without-signature): Ditto.
12488
12489 2005-08-08  Romain Francoise  <romain@orebokech.com>
12490
12491         * message.el (message-yank-empty-prefix): New variable.
12492         (message-indent-citation): Use it.
12493         (message-cite-original-without-signature): Respect X-No-Archive.
12494
12495 2005-08-08  Simon Josefsson  <jas@extundo.com>
12496
12497         * pgg.el: Autoload url-insert-file-contents instead of loading
12498         w3/url.
12499         (pgg-insert-url-with-w3): Don't load url here.
12500
12501 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12502
12503         * message.el (message-kill-to-signature): Don't insert newline at
12504         bol.
12505         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12506
12507 2005-08-06  Romain Francoise  <romain@orebokech.com>
12508
12509         * message.el (message-user-fqdn): Fix typo in docstring.
12510
12511 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12512
12513         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12514
12515         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12516
12517 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * mm-bodies.el (mm-encode-body): Use coding system rather than
12520         charset to encode text.
12521
12522         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12523         number of charsets if utf-8 is available (XEmacs).
12524
12525 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12528         taken from `gnus-button-mid-or-mail-regexp'.
12529         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12530         (gnus-button-alist): Improve regexp for domain part of the MIDs
12531         for news:localpart@domain buttons.
12532         (gnus-button-ctan-directory-regexp): Update.
12533
12534 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * sieve-manage.el (sieve-manage-interactive-login): Use
12537         make-local-variable rather than make-variable-buffer-local.
12538         (sieve-manage-open): Ditto.
12539         (sieve-manage-authenticate): Ditto.
12540
12541         * mml.el (mml-generate-mime-1): Make the content type default to
12542         text/plain if the filename is not specified.
12543
12544 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12547         instead of insert-buffer.
12548
12549         * message.el (message-yank-original): Ditto; set the mark at the
12550         end of the yanked message.
12551
12552 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12555         lines to scroll rather than to stop it.
12556
12557         * mml.el (mml-generate-default-type): Add doc string.
12558         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12559         default to application/octet-stream when determining the content
12560         type if it is not specified for the part or the mml contents; add
12561         a comment about mml-generate-default-type.
12562
12563 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12566         make it default to application/octet-stream when determining the
12567         content type if it is not specified for the external contents.
12568
12569 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12572         segmented parameter but also other parameters might be there.
12573
12574 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * mm-decode.el (mm-display-external): Delete temp file, directory
12577         and buffer immediately if the external process is exited.
12578
12579 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12582         fewer lines than that of scroll-margin.
12583         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12584
12585 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * gnus-art.el (gnus-article-next-page): Revert.
12588         (gnus-article-beginning-of-window): New macro.
12589         (gnus-article-next-page-1): Use it.
12590         (gnus-article-prev-page): Ditto.
12591         (gnus-article-edit-part): Use insert-buffer-substring instead of
12592         insert-buffer.
12593         (gnus-article-edit-exit): Ditto.
12594
12595         * gnus-util.el (gnus-beginning-of-window): Remove.
12596         (gnus-end-of-window): Remove.
12597
12598         * lpath.el: Don't bind header-line-format and scroll-margin.
12599
12600 2005-07-25  Simon Josefsson  <jas@extundo.com>
12601
12602         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12603         to have the url package without w3.  Reported by Daiki Ueno
12604         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12605
12606 2005-07-20  Didier Verna  <didier@xemacs.org>
12607
12608         * gnus-diary.el: Remove the description comment (nndiary is now
12609         properly documented in the Gnus manual).
12610         Fix the spelling of "Back End".
12611         * nndiary.el: Ditto.
12612         Fix the copyright notice.
12613
12614 2005-07-18  Romain Francoise  <romain@orebokech.com>
12615
12616         * gnus-sum.el (gnus-summary-to-prefix)
12617         (gnus-summary-newsgroup-prefix): New variables.
12618         (gnus-summary-from-or-to-or-newsgroups): Use them.
12619
12620 2005-07-17  Romain Francoise  <romain@orebokech.com>
12621
12622         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12623         space as it's generally not especially interesting to the user.
12624
12625 2005-07-16  Romain Francoise  <romain@orebokech.com>
12626
12627         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12628         nil to avoid prompting and file modification if one of the
12629         messages at the top of the nnfolder file contains a copyright
12630         notice.
12631         Update copyright notice.
12632
12633         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12634         instead of `current-time-string' as the latter creates a time
12635         string that is not RFC 2822 compliant (it lacks the zone).
12636         Update copyright notice.
12637
12638 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12639
12640         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12641         for text/rtf.  Display default in prompt.  Pass default for M-n.
12642
12643         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12644
12645 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12646
12647         * gnus-msg.el (gnus-button-mailto): Remove
12648         save-selected-window-window hackery because it relies on
12649         save-selected-window internals.
12650
12651 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12654         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12655         (gnus-article-prev-page): Ditto.
12656
12657         * gnus-util.el (gnus-beginning-of-window): New function.
12658         (gnus-end-of-window): New function.
12659
12660         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12661
12662 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12663
12664         * gnus-score.el (gnus-score-edit-all-score): Set
12665         gnus-score-edit-exit-function to gnus-score-edit-done and call
12666         gnus-message.
12667
12668 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12669
12670         * gnus-msg.el (gnus-button-mailto): Remove
12671         save-selected-window-window hackery because it relies on
12672         save-selected-window internals.
12673
12674 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12677         add-minor-mode.
12678         (gnus-binary-mode): Ditto.
12679
12680         * gnus-topic.el (gnus-topic-mode): Ditto.
12681
12682 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12683
12684         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12685         (gnus-article-prev-page): Take scroll-margin into consideration.
12686
12687 2005-07-04  Lute Kamstra  <lute@gnu.org>
12688
12689         Update FSF's address in GPL notices.
12690
12691 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12692
12693         * gnus.el (gnus-exit):
12694         * gnus-group.el (gnus-group-icons):
12695         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12696
12697         * gnus-nocem.el (gnus-nocem):
12698         * message.el (message-various, message-buffers, message-sending)
12699         (message-interface, message-forwarding, message-insertion)
12700         (message-headers, message-news, message-mail):
12701         * pgg-gpg.el (pgg-gpg):
12702         * pgg-parse.el (pgg-parse):
12703         * pgg-pgp.el (pgg-pgp):
12704         * pgg-pgp5.el (pgg-pgp5):
12705         * pop3.el (pop3): Finish `defgroup' description with period.
12706
12707 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * gnus-art.el (article-display-face): Improve the efficiency.
12710         (article-display-x-face): Ditto; remove grey x-face stuff.
12711
12712 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * gnus-art.el (article-display-face): Correct the position in
12715         which Faces are inserted.
12716
12717 2005-06-29  Didier Verna  <didier@xemacs.org>
12718
12719         * gnus-art.el (article-display-face): Display faces in correct
12720         order.
12721
12722 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12725         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12726         (gnus-nocem-check-article): Fetch the Type header.
12727         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12728         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12729         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12730         make sure gnus-nocem-hashtb is initialized.
12731         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12732         (gnus-nocem-unwanted-article-p): Ditto.
12733
12734         * pgg.el (pgg-verify): Return the verification result.
12735
12736 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12737
12738         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12739         is ascii.
12740
12741 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12742
12743         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12744         `show-nonbreak-escape'.
12745
12746 2005-06-23  Lute Kamstra  <lute@gnu.org>
12747
12748         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12749
12750         * dig.el (dig-mode):
12751         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12752
12753 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12754
12755         * nnimap.el (nnimap-split-download-body): Fix spellings.
12756
12757 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12758
12759         * gnus-art.el (gnus-article-encrypt-body):
12760         * gnus-cus.el (gnus-score-customize):
12761         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12762         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12763
12764 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12765
12766         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12767         header by looking for magic "MII" at the beginnig.
12768
12769 2005-06-16  Miles Bader  <miles@gnu.org>
12770
12771         * gnus-xmas.el (gnus-xmas-group-startup-message):
12772         Use renamed gnus-splash face.
12773
12774         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12775         (assistant-field-face): New backward-compatibility alias for renamed
12776         face.
12777         (assistant-render-text): Use renamed assistant-field face.
12778
12779         * spam.el (spam): Remove "-face" suffix from face name.
12780         (spam-face): New backward-compatibility alias for renamed face.
12781         (spam-face, spam-initialize): Use renamed spam face.
12782
12783         * message.el (message-header-to, message-header-cc)
12784         (message-header-subject, message-header-newsgroups)
12785         (message-header-other, message-header-name)
12786         (message-header-xheader, message-separator, message-cited-text)
12787         (message-mml): Remove "-face" suffix from face names.
12788         (message-header-to-face, message-header-cc-face)
12789         (message-header-subject-face, message-header-newsgroups-face)
12790         (message-header-other-face, message-header-name-face)
12791         (message-header-xheader-face, message-separator-face)
12792         (message-cited-text-face, message-mml-face):
12793         New backward-compatibility aliases for renamed faces.
12794         (message-font-lock-keywords): Use renamed message faces.
12795
12796         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12797         (sieve-test-commands, sieve-tagged-arguments):
12798         Remove "-face" suffix from face names.
12799         (sieve-control-commands-face, sieve-action-commands-face)
12800         (sieve-test-commands-face, sieve-tagged-arguments-face):
12801         New backward-compatibility aliases for renamed faces.
12802         (sieve-control-commands-face, sieve-action-commands-face)
12803         (sieve-test-commands-face, sieve-tagged-arguments-face):
12804         Use renamed sieve faces.
12805
12806         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12807         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12808         (gnus-group-news-3-empty, gnus-group-news-4)
12809         (gnus-group-news-4-empty, gnus-group-news-5)
12810         (gnus-group-news-5-empty, gnus-group-news-6)
12811         (gnus-group-news-6-empty, gnus-group-news-low)
12812         (gnus-group-news-low-empty, gnus-group-mail-1)
12813         (gnus-group-mail-1-empty, gnus-group-mail-2)
12814         (gnus-group-mail-2-empty, gnus-group-mail-3)
12815         (gnus-group-mail-3-empty, gnus-group-mail-low)
12816         (gnus-group-mail-low-empty, gnus-summary-selected)
12817         (gnus-summary-cancelled, gnus-summary-high-ticked)
12818         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12819         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12820         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12821         (gnus-summary-low-undownloaded)
12822         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12823         (gnus-summary-low-unread, gnus-summary-normal-unread)
12824         (gnus-summary-high-read, gnus-summary-low-read)
12825         (gnus-summary-normal-read, gnus-splash):
12826         Remove "-face" suffix from face names.
12827         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12828         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12829         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12830         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12831         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12832         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12833         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12834         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12835         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12836         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12837         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12838         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12839         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12840         (gnus-summary-normal-ticked-face)
12841         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12842         (gnus-summary-normal-ancient-face)
12843         (gnus-summary-high-undownloaded-face)
12844         (gnus-summary-low-undownloaded-face)
12845         (gnus-summary-normal-undownloaded-face)
12846         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12847         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12848         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12849         (gnus-splash-face):
12850         New backward-compatibility aliases for renamed faces.
12851         (gnus-group-startup-message): Use renamed gnus faces.
12852
12853         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12854         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12855         (gnus-server-agent): Remove "-face" suffix from face names.
12856         (gnus-server-agent-face, gnus-server-opened-face)
12857         (gnus-server-closed-face, gnus-server-denied-face)
12858         (gnus-server-offline-face):
12859         New backward-compatibility aliases for renamed faces.
12860         (gnus-server-agent-face, gnus-server-opened-face)
12861         (gnus-server-closed-face, gnus-server-denied-face)
12862         (gnus-server-offline-face): Use renamed gnus faces.
12863
12864         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12865         Remove "-face" suffix from face names.
12866         (gnus-picon-xbm-face, gnus-picon-face):
12867         New backward-compatibility aliases for renamed faces.
12868
12869         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12870         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12871         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12872         (gnus-cite-11): Remove "-face" suffix from face names.
12873         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12874         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12875         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12876         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12877         New backward-compatibility aliases for renamed faces.
12878         (gnus-cite-attribution-face, gnus-cite-face-list)
12879         (gnus-article-boring-faces): Use renamed gnus faces.
12880
12881         * gnus-art.el (gnus-signature, gnus-header-from)
12882         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12883         (gnus-header-content): Remove "-face" suffix from face names.
12884         (gnus-signature-face, gnus-header-from-face)
12885         (gnus-header-subject-face, gnus-header-newsgroups-face)
12886         (gnus-header-name-face, gnus-header-content-face):
12887         New backward-compatibility aliases for renamed faces.
12888         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12889
12890         * gnus-sum.el (gnus-summary-selected-face)
12891         (gnus-summary-highlight): Use renamed gnus faces.
12892         * gnus-group.el (gnus-group-highlight): Likewise.
12893
12894 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12895
12896         * gnus-sieve.el (gnus-sieve-article-add-rule):
12897         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12898         * spam-stat.el (spam-stat-buffer-change-to-spam)
12899         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12900
12901         * message.el (message-is-yours-p):
12902         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12903
12904 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * mm-view.el (mm-inline-text): Withdraw the last change.
12907
12908 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12911         executing enriched-decode.
12912
12913 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12916         charset of tar files.
12917
12918 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12919
12920         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12921
12922 2005-06-04  Lute Kamstra  <lute@gnu.org>
12923
12924         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12925         information is never recorded.
12926
12927 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12928
12929         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12930
12931 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * pop3.el (pop3-apop): Run md5 in the binary mode.
12934
12935         * starttls.el (starttls-set-process-query-on-exit-flag):
12936         Use eval-and-compile.
12937
12938 2005-05-31  Simon Josefsson  <jas@extundo.com>
12939
12940         * smime.el (smime-replace-in-string): Define.
12941         (smime-cert-by-ldap-1): Use it.
12942
12943 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * gnus-art.el (article-display-x-face): Replace
12946         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12947
12948         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12949         set-process-query-on-exit-flag or process-kill-without-query.
12950
12951         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12952         loop instead of replace-regexp.
12953
12954         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12955         instead of process-kill-without-query if it is available.
12956
12957         * lpath.el: Fbind ldap-search-entries.
12958
12959         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12960         instead of find-file-hooks if it is available.
12961
12962         * mml1991.el: Bind pgg-default-user-id when compiling.
12963
12964         * mml2015.el: Bind pgg-default-user-id when compiling.
12965
12966         * nndraft.el (nndraft-request-associate-buffer):
12967         Use write-contents-functions instead of write-contents-hooks if it is
12968         available.
12969
12970         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12971         instead of find-file-hooks if it is available.
12972
12973         * nntp.el (nntp-open-connection): Replace
12974         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12975         (nntp-open-ssl-stream): Ditto.
12976         (nntp-open-tls-stream): Ditto.
12977
12978         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12979         set-process-query-on-exit-flag or process-kill-without-query.
12980         (starttls-open-stream-gnutls): Use it instead of
12981         process-kill-without-query.
12982         (starttls-open-stream): Ditto.
12983
12984 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12985
12986         * smime.el (smime-cert-by-ldap-1): Don't use
12987         replace-regexp-in-string.
12988
12989 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12990
12991         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12992
12993         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12994         in PEM format.  Adjust to the XEmacs compability.
12995
12996 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12999         by `string-to-number'.
13000         * gnus-agent.el (gnus-agent-regenerate-group)
13001         (gnus-agent-fetch-articles): Ditto.
13002         * gnus-art.el (gnus-button-fetch-group): Ditto.
13003         * gnus-cache.el (gnus-cache-generate-active)
13004         (gnus-cache-articles-in-group): Ditto.
13005         * gnus-group.el (gnus-group-set-current-level)
13006         (gnus-group-insert-group-line): Ditto.
13007         * gnus-score.el (gnus-score-set-expunge-below)
13008         (gnus-score-set-mark-below, gnus-summary-score-effect)
13009         (gnus-summary-score-entry): Ditto.
13010         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13011         (gnus-soup-pack): Ditto.
13012         * gnus-spec.el (gnus-xmas-format): Ditto.
13013         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13014         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13015         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13016         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13017         * nndb.el (nndb-get-remote-expire-response): Ditto.
13018         * nndiary.el (nndiary-parse-schedule-value)
13019         (nndiary-string-to-number, nndiary-request-replace-article)
13020         (nndiary-request-article): Ditto.
13021         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13022         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13023         * nneething.el (nneething-make-head): Ditto.
13024         * nnfolder.el (nnfolder-request-article)
13025         (nnfolder-retrieve-headers): Ditto.
13026         * nnheader.el (nnheader-file-to-number): Ditto.
13027         * nnkiboze.el (nnkiboze-request-article): Ditto.
13028         * nnmail.el (nnmail-process-unix-mail-format)
13029         (nnmail-process-babyl-mail-format): Ditto.
13030         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13031         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13032         (nnmh-request-create-group, nnmh-request-list-1)
13033         (nnmh-request-group, nnmh-request-article): Ditto.
13034         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13035         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13036         * nnsoup.el (nnsoup-make-active): Ditto.
13037         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13038         * nntp.el (nntp-find-group-and-number)
13039         (nntp-retrieve-headers-with-xover): Ditto.
13040         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13041         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13042         (pgg-format-key-identifier): Ditto.
13043         * pop3.el (pop3-last, pop3-stat): Ditto.
13044         * qp.el (quoted-printable-decode-region): Ditto.
13045
13046         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13047         of concat.
13048
13049 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13052
13053         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13054
13055         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13056
13057         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13058
13059         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13060
13061         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13062
13063         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13064         (gnus-carpal-mode): Ditto.
13065
13066         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13067         (gnus-browse-mode): Ditto.
13068
13069         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13070
13071         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13072
13073 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13074
13075         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13076
13077 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-util.el (gnus-run-mode-hooks): New function.
13080
13081         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13082
13083         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13084         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13085
13086 2005-05-27  Lute Kamstra  <lute@gnu.org>
13087
13088         * dns-mode.el (dns-mode): Specify customization group.
13089
13090 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13091
13092         * gnus-agent.el (gnus-agent-make-mode-line-string):
13093         Use mode-line-highlight as mouse-face.
13094
13095 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * canlock.el (canlock): Change the parent group to news.
13098
13099         * deuglify.el (gnus-outlook-deuglify): Add :group.
13100
13101         * dig.el (dig): Add :group.
13102
13103         * dns-mode.el (dns-mode): Add :group.
13104
13105         * encrypt.el (encrypt): Add :group.
13106
13107         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13108         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13109         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13110         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13111         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13112
13113         * gnus-diary.el (gnus-diary): Add :group.
13114
13115         * gnus.el (gnus-group-news-1-face): Add :group.
13116         (gnus-group-news-1-empty-face): Ditto.
13117         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13118         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13119         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13120         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13121         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13122         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13123         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13124         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13125         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13126         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13127         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13128         (gnus-summary-high-ticked-face): Ditto.
13129         (gnus-summary-low-ticked-face): Ditto.
13130         (gnus-summary-normal-ticked-face): Ditto.
13131         (gnus-summary-high-ancient-face): Ditto.
13132         (gnus-summary-low-ancient-face): Ditto.
13133         (gnus-summary-normal-ancient-face): Ditto.
13134         (gnus-summary-high-undownloaded-face): Ditto.
13135         (gnus-summary-low-undownloaded-face): Ditto.
13136         (gnus-summary-normal-undownloaded-face): Ditto.
13137         (gnus-summary-high-unread-face): Ditto.
13138         (gnus-summary-low-unread-face): Ditto.
13139         (gnus-summary-normal-unread-face): Ditto.
13140         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13141         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13142
13143         * hashcash.el (hashcash): New custom group.
13144         (hashcash-default-payment): Add :group.
13145         (hashcash-payment-alist): Ditto.
13146         (hashcash-default-accept-payment): Ditto.
13147         (hashcash-accept-resources): Ditto.
13148         (hashcash-path): Ditto.
13149         (hashcash-extra-generate-parameters): Ditto.
13150         (hashcash-double-spend-database): Ditto.
13151         (hashcash-in-news): Ditto.
13152
13153         * message.el (message-minibuffer-local-map): Add :group.
13154
13155         * netrc.el (netrc): Add :group.
13156
13157         * sieve-manage.el (sieve-manage-log): Add :group.
13158         (sieve-manage-default-user): Diito.
13159         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13160         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13161         (sieve-manage-authenticators): Ditto.
13162         (sieve-manage-authenticator-alist): Ditto.
13163         (sieve-manage-default-port): Ditto.
13164
13165         * sieve-mode.el (sieve-control-commands-face): Add :group.
13166         (sieve-action-commands-face): Ditto.
13167         (sieve-test-commands-face): Ditto.
13168         (sieve-tagged-arguments-face): Ditto.
13169
13170         * smime.el (smime): Add :group.
13171
13172         * spam-report.el (spam-report): Add :group.
13173
13174         * spam.el (spam, spam-face): Add :group.
13175
13176 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13177
13178         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13179         return \n.\n.\n at the end of articles.  Protect against that.
13180         (nntp-with-open-group): Allow debugging.
13181
13182         * nnheader.el (mail-header-set-extra): Make into a function
13183         because I just could't understand how to quote the list properly.
13184
13185         * dns.el (query-dns-cached): New function.
13186
13187 2005-05-26  Lute Kamstra  <lute@gnu.org>
13188
13189         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13190
13191 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13194
13195         * gnus-art.el: Don't autoload mail-extract-address-components.
13196
13197         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13198         eval-and-compile to evaluate it.
13199
13200         * hashcash.el: Don't autoload executable-find.
13201
13202         * nndb.el: Don't declare the nndb back end two or more times; don't
13203         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13204
13205         * nntp.el: Autoload format-spec instead of format; use
13206         eval-and-compile to evaluate autoload forms.
13207
13208 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13209
13210         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13211
13212 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13213
13214         * gnus.el (gnus-version-number): Bump version.
13215
13216 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13217
13218         * gnus.el: No Gnus v0.3 is released.
13219
13220 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13221
13222         * lpath.el (featurep): Bind show-nonbreak-escape.
13223
13224 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * gnus-art.el (gnus-article-edit-part): Disable undo.
13227
13228 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13231         gnus-article-date-lapsed-new-header is t if date timer is active;
13232         skip headers in which the original date value is empty.
13233         (gnus-article-save-original-date): Redefine it as a macro.
13234         (gnus-display-mime): Use it.
13235
13236 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * gnus-art.el (article-date-ut): Support converting date in
13239         forwarded parts as well.
13240         (gnus-article-save-original-date): New function.
13241         (gnus-display-mime): Use it.
13242
13243 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13244
13245         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13246         enclosure element of <item>.
13247
13248 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * message.el (message-kill-buffer-query): Renamed from
13251         `message-kill-buffer-query-if-modified'.  Added :version.
13252
13253 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13256         window layout.
13257
13258 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * mml.el: Autoload dnd when compiling.
13261
13262 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13263
13264         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13265         x-dnd-*.
13266
13267 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * qp.el (quoted-printable-encode-region): Save excursion.
13270
13271 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13272
13273         * message.el (message-kill-buffer-query-if-modified): Add new variable
13274         so the user can kill a modified message buffer quickly.
13275         (message-kill-buffer): Use it.
13276
13277 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * lpath.el: Fbind display-time-event-handler; don't fbind
13280         string-to-multibyte.
13281
13282         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13283
13284 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13287         contained in text because xml.el decodes entities) with LFs.
13288
13289 2005-04-11  Lute Kamstra  <lute@gnu.org>
13290
13291         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13292         differently.
13293
13294 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13295
13296         * mm-util.el (mm-detect-coding-region): Typo.
13297
13298 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13301
13302 2005-04-06  Deepak Goel  <deego@gnufans.org>
13303
13304         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13305         user-function allow user modifications of the scores.
13306         (spam-stat-score-buffer-user): New function, to allow
13307         user-computed modifications to the score.
13308         (spam-stat-score-buffer-user-functions): List of additional
13309         scoring functions.
13310         (spam-stat-error-holder): Global temporary error holder.
13311         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13312         variable.
13313
13314 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13315
13316         * gnus-registry.el (gnus-registry-clean-empty-function)
13317         (gnus-registry-trim, gnus-registry-fetch-groups)
13318         (gnus-registry-delete-group): Groups that match
13319         `gnus-registry-ignored-groups' are removed from the registry
13320         entries, not just ignored for splitting.  This helps clean up the
13321         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13322         to get all the groups a message ID is in.
13323
13324         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13325         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13326         (spam-stat-score-buffer-user-functions): Add :number custom type.
13327
13328 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13331         argument in XEmacs.
13332
13333         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13334         (nnrss-request-group): Decode group name first.
13335         (nnrss-request-article): Make a text/plain article if mml-to-mime
13336         failed.
13337         (nnrss-get-encoding): Return a compatible encoding according to
13338         nnrss-compatible-encoding-alist.
13339         (nnrss-find-el): Use consp instead of listp.
13340         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13341
13342 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13345         which Emacs 20 doesn't support.
13346         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13347
13348 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13349
13350         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13351         silence the byte compiler inside the defun.
13352
13353         * gnus-demon.el (parse-time-string): Add autoload.
13354
13355         * gnus-delay.el (parse-time-string): Add autoload.
13356
13357         * gnus-art.el (parse-time-string): Add autoload.
13358
13359         * nnultimate.el (parse-time): Require for `parse-time-string'.
13360
13361 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13362
13363         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13364
13365         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13366
13367         * smime.el (smime-ldap-host-list): Add :version.
13368
13369 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13372         pass it to `gnus-browse-read-group'.
13373         (gnus-browse-read-group): Add NUMBER argument and pass it to
13374         `gnus-group-read-ephemeral-group'.
13375
13376         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13377         argument and pass it to `gnus-group-read-group'.
13378
13379 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13380
13381         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13382         mm-xemacs-find-mime-charset-1 if we have the mule feature
13383         available at runtime.
13384
13385 2005-03-25  Werner Lemberg  <wl@gnu.org>
13386
13387         * nnmaildir.el: Replace `illegal' with `invalid'.
13388
13389 2005-03-23  Lute Kamstra  <lute@gnu.org>
13390
13391         * time-date.el: Add comment on time value formats.
13392         Don't require parse-time.
13393         (with-decoded-time-value): New macro.
13394         (encode-time-value): New function.
13395         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13396         (days-to-time): Return a valid time value when arg is huge.
13397         (time-since): Use time-subtract.
13398         (time-to-number-of-days): Use time-to-seconds.
13399
13400 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13401
13402         * gnus-start.el (gnus-display-time-event-handler):
13403         Check display-time-timer at runtime rather than only at load time
13404         in case display-time-mode is turned off in the mean time.
13405
13406 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13409         used.
13410
13411         * nneething.el (nneething-map-file-directory): Derive from
13412         `gnus-directory'.
13413
13414         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13415         the To/Cc button.
13416
13417 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * nnmaildir.el (nnmaildir-request-accept-article):
13420         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13421
13422 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13423
13424         * gnus-async.el: Require timer-funcs at compile time when in
13425         XEmacs for `run-with-idle-timer'.
13426
13427 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13428
13429         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13430         autoloaded function.
13431
13432 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13433
13434         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13435
13436 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13437
13438         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13439
13440 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13441
13442         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13443         gnus-expert-user to default.
13444
13445 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13446
13447         * nnimap.el (nnimap-open-server): Ditto.
13448
13449         * imap.el (imap-authenticate): Fix typo.
13450
13451 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13452
13453         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13454         buffer (since IMAP server might return FETCH response out of
13455         order, and the nntp buffer must be sorted).
13456
13457 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13458
13459         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13460         comparison on string.
13461
13462         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13463         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13464         (gnus-agent-summary-fetch-series): Modified to protect against
13465         gnus-agent-summary-fetch-group clearing processable flags.
13466         (gnus-agent-synchronize-group-flags): Update live group buffer as
13467         synchronization may occur due to the user toggle the plugged
13468         status.
13469         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13470         successfully downloaded.
13471         (gnus-agent-expire-group-1): Avoid using markers when the overview
13472         is in ascending order; greatly improves performance.
13473         (gnus-agent-regenerate-group): Use
13474         gnus-agent-synchronize-group-flags to reset read status in both
13475         gnus and server.
13476         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13477
13478 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13479
13480         * message.el: Don't autoload former message-utils variables.
13481         (message-strip-subject-trailing-was): Change doc string.
13482
13483         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13484         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13485         (nnweb-google-search): Add "hl=en" here.
13486         (nnweb-google-parse-1, nnweb-google-create-mapping):
13487         Don't hardcode URL.
13488
13489 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * message.el (message-get-reply-headers, message-followup):
13492         Mention related variables `message-use-followup-to' and
13493         `message-use-mail-followup-to', in the information buffer.
13494
13495         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13496         of broken groups(-beta).google.com.
13497
13498 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13499
13500         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13501         parameter to invoked gnus-request-move-article; remove the
13502         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13503         all at once instead of once per article.
13504         (gnus-summary-remove-process-mark): Accept a list of articles as
13505         well as a single article for processing.
13506
13507         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13508         parameter.
13509
13510         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13511
13512         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13513
13514         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13515         parameter.
13516
13517         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13518         parameter.
13519
13520         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13521         parameter and remove the gnus-sum-hint-move-is-internal variable.
13522
13523         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13524         parameter.
13525
13526         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13527         parameter.
13528
13529         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13530         parameter.
13531
13532         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13533
13534         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13535         parameter.
13536
13537         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13538         parameter.
13539
13540 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13541
13542         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13543         a more conservative way.
13544
13545 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13546
13547         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13548         buffer, so it moves the window's cursor.
13549
13550 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13551
13552         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13553         `mm-dissect-multipart' and receive the from field as an (optional)
13554         argument from `mm-dissect-multipart'.
13555         (mm-dissect-multipart): Receive the from field as an argument and
13556         pass it on when we call `mm-dissect-buffer' on MIME parts.
13557         Fixes verification/decryption of signed/encrypted MIME parts.
13558
13559 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13560
13561         * gnus-sum.el (gnus-summary-move-article): Set
13562         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13563         whatever it calls (right now, only nnimap-request-move article
13564         respects it).
13565
13566         * nnimap.el (nnimap-request-move-article): When
13567         gnus-sum-hint-move-is-internal is set, don't do the extra
13568         nnimap-request-article.
13569
13570 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13571
13572         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13573
13574         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13575         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13576
13577         * gnus-sum.el (gnus-summary-caesar-message):
13578         Apply `gnus-treat-article' after rotation.
13579
13580         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13581         doc string.
13582
13583 2005-02-22  Simon Josefsson  <jas@extundo.com>
13584
13585         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13586         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13587         <arne@arnested.dk>.
13588         (encrypt): Add password-cache and password-cache-expiry as group
13589         members.
13590
13591 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13592
13593         * smime.el (smime-ldap-host-list): Doc fix.
13594         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13595         cache) password.
13596         (smime-sign-region): Use it.
13597         (smime-decrypt-region): Use it.
13598         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13599         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13600         fails.
13601         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13602         certificate from DER to PEM format rather than calling openssl.
13603
13604         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13605
13606         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13607         for signing/encryption.
13608
13609         * mml.el (mml-parse-1): Use them.
13610
13611 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13612
13613         * nnrss.el (nnrss-verbose): Removed.
13614         (nnrss-request-group): Use `nnheader-message' instead.
13615
13616 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13617
13618         * nnrss.el (nnrss-verbose): New variable.
13619         (nnrss-request-group): Make it say nnrss is requesting a group.
13620
13621 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13624         Handle news URL with given port correctly.
13625
13626 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13629         containing special characters.
13630
13631         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13632
13633         * mml.el (mime-to-mml): Ditto.
13634
13635         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13636         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13637         (rfc2047-decode-region): Quote decoded words containing special
13638         characters when rfc2047-quote-decoded-words-containing-tspecials
13639         is non-nil.
13640
13641 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13642
13643         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13644
13645         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13646
13647 2005-02-15  Simon Josefsson  <jas@extundo.com>
13648
13649         * nnimap.el (nnimap-debug): Doc fix.
13650
13651         * imap.el (imap-debug): Doc fix.
13652
13653 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13656
13657 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13658
13659         * gnus.el (spam-contents): Improve docs for spam-contents
13660         parameter in its variable incarnation.
13661
13662 2005-02-14  Simon Josefsson  <jas@extundo.com>
13663
13664         * smime-ldap.el: Use require instead of load-library for ldap.
13665         (smime-ldap-search): Indent.
13666         (smime-ldap-search-internal): Shorten line.
13667
13668         * smime.el (smime-cert-by-dns): Add doc-string.
13669         (smime-cert-by-ldap-1): Indent.
13670
13671         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13672         mml-smime-get-dns-ldap.
13673         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13674
13675 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13676
13677         * smime.el: Require smime-ldap.
13678         (smime-ldap-host-list): New variable.
13679         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13680
13681         * mml-smime.el (mml-smime-encrypt-query): New function.
13682         (mml-smime-encrypt-query): Use it.
13683
13684         * smime-ldap.el: New file.
13685
13686 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13689
13690 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13693         argument in doc string.  Make query for type more clear.
13694
13695 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * gnus.el (gnus-group-startup-message): Search for gnus images in
13698         etc/images/gnus.
13699         * mm-util.el (mm-image-load-path): Likewise.
13700         * smiley.el (smiley-data-directory): Search for smilies in
13701         etc/images/smilies.
13702
13703 2005-02-09  Kim F. Storm  <storm@cua.dk>
13704
13705         Change Emacs release version from 21.4 to 22.1 throughout.
13706         Change Emacs development version from 21.3.50 to 22.0.50.
13707
13708 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13711
13712         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13713         non-Mule XEmacs as well.
13714         (mm-decompress-buffer): Signal an error intentionally if it does
13715         not decompress compressed data because auto-compression-mode is
13716         disabled.
13717
13718 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13719
13720         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13721         an ID in the registry even if it has no groups.
13722
13723 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13726         merge it into mm-decompress-buffer.
13727         (gnus-mime-copy-part): Use the MIME part charset, the value which
13728         a user specified or gnus-newsgroup-charset for decoding, like
13729         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13730         save-buffer what was used.  Suggested by Kevin Ryde
13731         <user42@zip.com.au>.
13732         (gnus-mime-inline-part): Allow the name parameter as well as the
13733         filename parameter; force decompressing of compressed data; always
13734         display contents being not decoded as unibyte.
13735
13736         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13737         as well as the filename parameter.
13738
13739         * mm-util.el (mm-decompress-buffer): Merge
13740         gnus-mime-jka-compr-maybe-uncompress.
13741         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13742         of compressed data.
13743
13744 2005-02-08  Simon Josefsson  <jas@extundo.com>
13745
13746         * imap.el (imap-log): Doc fix.
13747
13748 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13751         the coding cookies; decompress compressed parts.
13752
13753         * mml.el (mml-generate-mime-1): Add the charset parameter according
13754         to the value which a user specified manually or the coding cookie.
13755
13756         * mm-util.el (mm-string-to-multibyte): New function.
13757         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13758         (mm-coding-system-to-mime-charset): New function.
13759         (mm-decompress-buffer): New function.
13760         (mm-find-buffer-file-coding-system): New function.
13761
13762         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13763         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13764         parts.
13765
13766 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13767
13768         * mm-view.el (mm-display-inline-fontify): Decode a part according
13769         to the charset parameter.
13770
13771 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13774         prefix arg is neither nil nor a number, as info specifies.
13775
13776 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13779         timestamps.
13780
13781 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13782
13783         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13784         groups error checking and notify user.
13785
13786 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13787
13788         * message.el (message-send-mail-function): Check existence of
13789         sendmail-program first before using default value
13790         `message-send-mail-with-sendmail'.  Otherwise use more generic
13791         `smtpmail-send-it'.
13792
13793 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * nntp.el (nntp-request-update-info): Always return nil.
13796
13797 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13798
13799         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13800
13801 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13802
13803         * message.el (message-beginning-of-line): Change the behavior when
13804         invoked between BOL and : so that it first moves backward.
13805
13806 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13809         article buffer when editing of the article is discarded.
13810         (gnus-article-prepare): Revert.
13811
13812 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-art.el (gnus-article-prepare):
13815         Remove message-strip-forbidden-properties from the local hook.
13816
13817 2005-01-27  Simon Josefsson  <jas@extundo.com>
13818
13819         * password.el (password-cache-add): Only start one timer per key.
13820         Reported by Derek Atkins <warlord@MIT.EDU>.
13821
13822 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13823
13824         * run-at-time.el: Removed.  It is no longer needed as
13825         timer-funcs.el in the xemacs-base package has a working version of
13826         `run-at-time'.
13827
13828         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13829
13830         * password.el: Require timer-funcs instead of run-at-time in
13831         XEmacs.
13832         Remove `password-run-at-time' macro.
13833         (password-cache-add): Use `run-at-time' instead of
13834         `password-run-at-time'.
13835
13836         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13837         Remove `nnheader-cancel-function-timers' alias,
13838         `cancel-function-timers' exists in XEmacs in timer-funcs.
13839
13840         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13841         for `run-with-idle-timer'.
13842
13843         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13844         for `run-at-time'.
13845
13846         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13847         for `with-timeout'.
13848
13849         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13850         the same as for XEmacs 21.4.
13851         No need to ignore `run-with-idle-timer', this function exists in
13852         XEmacs now in timer-funcs.el in the xemacs-base package.
13853         (dgnushack-compile): No need to delete
13854         run-at-time.el from the list of files to compile because it
13855         doesn't exist anymore.
13856
13857 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13860         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13861
13862 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13863
13864         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13865         sensitively.
13866
13867 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13868
13869         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13870
13871 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13874         which will be inserted according to the multibyteness of a buffer
13875         rather than the type of contents.  Suggested by ARISAWA Akihiro
13876         <ari@mbf.ocn.ne.jp>.
13877
13878         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13879         of string which old xml.el may return rather than a string.
13880
13881 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13884
13885 2005-01-16  Simon Josefsson  <jas@extundo.com>
13886
13887         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13888         idn/idna.el isn't available.
13889         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13890         <michael@waxrat.com>.
13891
13892         * hashcash.el: Remove non-FSF copyright header.
13893
13894         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13895         (hashcash-generate-payment): Use it.
13896         (hashcash-generate-payment-async): Use it.
13897
13898 2005-01-15  Simon Josefsson  <jas@extundo.com>
13899
13900         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13901         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13902
13903         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13904         gnus-summary-idna-message.
13905         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13906         (gnus-summary-idna-message): New function.
13907
13908 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13909
13910         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13911         gnus-novice-user.
13912
13913 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * nnrss.el (nnrss-request-delete-group): Delete entries in
13916         nnrss-group-alist as well.
13917         (nnrss-save-server-data): Insert newline.
13918
13919 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13920
13921         * gnus.el (gnus-user-agent): Use list of symbols instead of
13922         symbols.  Display full version number for (S)XEmacs.  Optionally
13923         display (S)XEmacs codename.
13924
13925         * gnus-util.el (gnus-emacs-version): Update for new
13926         `gnus-user-agent'.
13927
13928         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13929         Gnus version.
13930
13931 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13934         which is unreadable in some setups.
13935
13936 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * gnus-spec.el (gnus-update-format-specifications): Flush the
13939         group format spec cache if it doesn't support decoded group names.
13940
13941 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13944         Allow to apply decay on score files matching a regexp.
13945
13946 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13949         compatibility in %g and %c.
13950
13951 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13954         name for only %g and %c.
13955         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13956         of gnus-tmp-group to decoded group name.
13957         (gnus-group-make-rss-group): Exclude `/'s from group names.
13958
13959 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * nnrss.el (nnrss-get-encoding): Fix regexp.
13962
13963 2004-12-27  Simon Josefsson  <jas@extundo.com>
13964
13965         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13966         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13967         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13968
13969 2004-12-17  Kim F. Storm  <storm@cua.dk>
13970
13971         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13972
13973         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13974
13975 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13976
13977         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13978
13979 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * nnrss.el: Require rfc2047 and mml.
13982         (nnrss-file-coding-system): New variable.
13983         (nnrss-format-string): Redefine it as an inline function.
13984         (nnrss-decode-group-name): New function.
13985         (nnrss-string-as-multibyte): Remove.
13986         (nnrss-retrieve-headers): Decode group name; don't use
13987         nnrss-format-string.
13988         (nnrss-request-group): Decode group name.
13989         (nnrss-request-article): Decode group name; allow a Message-ID as
13990         well as an article number; don't use nnrss-format-string; encode a
13991         Message-ID string which may contain non-ASCII characters; use
13992         mml-to-mime to compose a MIME article.
13993         (nnrss-request-expire-articles): Decode group name.
13994         (nnrss-request-delete-group): Decode group name.
13995         (nnrss-fetch): Clarify error message.
13996         (nnrss-read-server-data): Use insert-file-contents instead of load;
13997         bind file-name-coding-system; use multibyte buffer.
13998         (nnrss-save-server-data): Bind coding-system-for-write to the
13999         value of nnrss-file-coding-system; bind file-name-coding-system;
14000         add coding cookie.
14001         (nnrss-read-group-data): Use insert-file-contents instead of load;
14002         bind file-name-coding-system; use multibyte buffer.
14003         (nnrss-save-group-data): Bind coding-system-for-write to the
14004         value of nnrss-file-coding-system; bind file-name-coding-system.
14005         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14006         make it work with non-ASCII text.
14007         (nnrss-find-el): Make it work with old xml.el as well.
14008
14009 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14010
14011         * nnrss.el (nnrss-get-encoding): New function.
14012         (nnrss-fetch): Use unibyte buffer initially; bind
14013         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14014         decode contents according to the encoding attribute.
14015         (nnrss-save-group-data): Add coding cookie.
14016         (nnrss-mime-encode-string): New function.
14017         (nnrss-check-group): Use it to encode subject and author.
14018
14019 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14020
14021         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14022         imaginary variable.
14023
14024 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14027         correctly even if there are wide characters.
14028
14029 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14032         downcased symbol names; make a new cache instead of reusing
14033         bbdb-hashtable.
14034
14035 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14038         concatenating segments rather than before concatenating them.
14039         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14040
14041         * message.el (message-get-reply-headers): Bind `extra'.
14042
14043 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14044
14045         * message.el (message-extra-wide-headers): New variable.
14046         (message-get-reply-headers): Use it.
14047
14048 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14051         (gnus-agent-group-pathname): Ditto.
14052
14053         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14054
14055         * gnus-group.el (gnus-group-make-group): Decode group name.
14056         (gnus-group-make-rss-group): Register the group data after opening
14057         the nnrss group.
14058
14059 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14060
14061         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14062         by expiry now get marked as read.
14063
14064 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14067
14068 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14069
14070         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14071         unify Latin characters in XEmacs.
14072         (mm-find-mime-charset-region): Use it.
14073
14074 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-util.el (gnus-delete-directory): New function.
14077
14078         * gnus-agent.el (gnus-agent-delete-group): Use it.
14079
14080         * gnus-cache.el (gnus-cache-delete-group): Use it.
14081
14082 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14085         names.
14086
14087 2004-12-16  Simon Josefsson  <jas@extundo.com>
14088
14089         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14090
14091 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14094
14095         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14096         (gnus-group-set-current-level): Decode group name.
14097
14098 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14099
14100         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14101         failed.
14102
14103 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-group.el (gnus-group-delete-group): Decode group name.
14106         (gnus-group-make-rss-group): Encode group name.
14107         (gnus-group-catchup-current): Decode group name.
14108         (gnus-group-kill-group): Decode group name.
14109
14110 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14111
14112         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14113
14114 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-group.el (gnus-group-make-rss-group):
14117         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14118
14119         * gnus-start.el (gnus-setup-news): Honor user's setting to
14120         gnus-message-archive-method.  Suggested by Lute Kamstra
14121         <lute@gnu.org>.
14122
14123 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14124
14125         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14126         global counterparts of the buffer-local variables.
14127
14128 2004-11-16  Romain Francoise  <romain@orebokech.com>
14129
14130         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14131         counterparts of the buffer-local variables.
14132
14133 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14134
14135         * message.el (message-forbidden-properties): Fixed typo in doc
14136         string.
14137
14138 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * gnus-util.el (gnus-replace-in-string): Added doc string.
14141
14142         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14143         to avoid problems when splitting mails with many recipients.
14144
14145 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14146
14147         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14148         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14149
14150 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14151
14152         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14153         if there is no hashtable in memory or file modification time is
14154         newer than cached timestamp.
14155
14156 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14159         not-matching option.
14160
14161 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14164         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14165         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14166         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14167         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14168         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14169
14170 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * message.el (message-forward-make-body-mml): Remove headers
14173         according to message-forward-ignored-headers if a message is decoded.
14174
14175 2004-12-02  Romain Francoise  <romain@orebokech.com>
14176
14177         * message.el (message-forward-make-body-plain): Always remove
14178         headers according to message-forward-ignored-headers.
14179
14180 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14181
14182         * spam.el (spam-summary-prepare-exit): Remove the
14183         gnus-summary-limit pop for now, it has problems with ham marks for
14184         me.
14185
14186 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14187
14188         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14189         correctly.
14190
14191 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14192
14193         * format-spec.el (format-spec): Message the char.
14194
14195 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14196
14197         * gnus-art.el (gnus-split-methods): Reformat comments.
14198
14199         * spam.el (spam-summary-prepare-exit): Remove article limits
14200         before exiting the summary buffer.
14201
14202 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14205         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14206
14207         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14208         order to silence the byte compiler.
14209
14210         * spam.el: Fix the way to silence the byte compiler, which
14211         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14212         bbdb-search-simple, spam-BBDB-register-routine,
14213         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14214         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14215         spam-stat-buffer-is-spam, spam-stat-load,
14216         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14217         spam-stat-save and spam-stat-split-fancy.
14218
14219 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14222         which may confuse users.
14223         (canlock-password-for-verify): Ditto.
14224
14225         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14226
14227         * gnus-art.el (gnus-emphasis-alist): Ditto.
14228
14229         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14230
14231         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14232
14233         * gnus-start.el (gnus-save-killed-list): Ditto.
14234
14235         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14236         (gnus-sum-thread-tree-root): Ditto.
14237         (gnus-sum-thread-tree-false-root): Ditto.
14238         (gnus-sum-thread-tree-single-indent): Ditto.
14239
14240         * message.el (message-courtesy-message): Ditto.
14241         (message-archive-note): Ditto.
14242         (message-subscribed-address-file): Ditto.
14243         (message-user-fqdn): Ditto.
14244
14245         * spam-report.el (spam-report-gmane-regex): Ditto.
14246
14247         * spam.el (spam-blackhole-good-server-regex): Ditto.
14248
14249 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * mml.el (mml-preview): Widen the message buffer before copying
14252         the contents to the preview buffer; sort headers before previewing.
14253
14254         * message.el (message-hidden-headers): Fix the way to avoid a bug
14255         in the `repeat' widget in Emacs 21.3 or earlier.
14256
14257 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * message.el (message-hidden-headers): Default to "^References:".
14260         Improve customization type.  Suggested by Reiner Steib
14261         <Reiner.Steib@gmx.de>.
14262
14263 2004-11-25  Romain Francoise  <romain@orebokech.com>
14264
14265         * message.el (message-strip-forbidden-properties): Remove check for
14266         obsolete `message-hidden' text property, hidden headers are not
14267         accessible in the buffer anymore.
14268
14269 2004-11-22  Romain Francoise  <romain@orebokech.com>
14270
14271         * message.el (message-header-format-alist): Add `From' in list
14272         so that it can be sorted.
14273         (message-fix-before-sending): Widen and sort headers before
14274         sending.
14275         (message-hide-headers): Use narrowing to hide headers by moving
14276         them to the top of the buffer and narrowing to the region
14277         underneath.
14278
14279 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14280
14281         * message.el (message-strip-forbidden-properties): Bind
14282         buffer-read-only (etc) to nil.
14283
14284 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14287         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14288
14289 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14290
14291         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14292
14293 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14294
14295         * dns.el (query-dns): Use sit-for to time instead of
14296         accept-process-output, since that doesn't seem to work on udp
14297         sockets.
14298
14299 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14302
14303 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14304
14305         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14306         doc string.  Improve doc string.
14307
14308 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * nntp.el (nntp-request-update-info): Return nil if
14311         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14312         may not call gnus-activate-group which uselessly issues the GROUP
14313         commands for all nntp groups and wastes time.  Reported by Romain
14314         Francoise <romain@orebokech.com>.
14315
14316         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14317
14318 2004-11-15  Simon Josefsson  <jas@extundo.com>
14319
14320         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14321         headers separately.
14322         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14323         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14324
14325 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * gnus-start.el (gnus-convert-old-newsrc):
14328         Assign legacy-gnus-agent to 5.10.7.
14329
14330 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14331
14332         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14333         start of the lines.
14334
14335 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14336
14337         * hashcash.el (hashcash-default-payment): Change default to 20.
14338         (hashcash-default-accept-payment): Change default to 20.
14339         (hashcash-process-alist): New variable.
14340         (hashcash-generate-payment-async): Add.
14341         (hashcash-already-paid-p): Add.
14342         (hashcash-insert-payment): Don't generate payments twice.
14343         (hashcash-insert-payment-async): Add.
14344         (hashcash-insert-payment-async-2): Add.
14345         (hashcash-cancel-async): Add.
14346         (hashcash-wait-async): Add.
14347         (hashcash-processes-running-p): Add.
14348         (hashcash-wait-or-cancel): Add.
14349         (mail-add-payment): New optional argument.  Conditionally start
14350         asynchronous calculation.
14351         (mail-add-payment-async): Add.
14352
14353         * message.el (message-send-mail): Wait for asynchronous hashcash
14354         results.  Don't clobber existing X-Hashcash headers.
14355         (message-setup-1): Call mail-add-payment-async when
14356         message-generate-hashcash is non-nil.
14357
14358 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14359
14360         * message.el (message-use-alternative-email-as-from): Examine the
14361         From header as well; use message-make-from in order to include a
14362         user's full name.
14363
14364 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14367         default; improve customization type.
14368         (gnus-emphasis-custom-with-format): New macro.
14369         (gnus-emphasis-custom-value-to-external): New function.
14370         (gnus-emphasis-custom-value-to-internal): New function.
14371
14372 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14373
14374         * dns.el (query-dns): Resolve reverse addresses.
14375
14376 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14377
14378         * gnus-group.el (gnus-group-get-new-news): Use it.
14379
14380         * gnus-start.el (gnus-check-reasonable-setup): New function.
14381
14382 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14385         "Args out of range" error.  Reported by Arnaud Giersch
14386         <arnaud.giersch@free.fr>.
14387
14388 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14389
14390         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14391
14392 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14393
14394         * spam.el (spam group): Add :version.
14395
14396         * pgg-def.el (pgg group): Add :version.
14397
14398 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-art.el (gnus-article-edit-article): Don't associate the
14401         article buffer with a draft file.  This is a temporary measure
14402         against the 2004-08-22 change to gnus-article-edit-mode.
14403
14404 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14407         (html2text-format-tags): Remove unused variable `attr'.
14408
14409 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14412
14413         * tls.el (tls-process-connection-type, tls-success)
14414         (tls-certtool-program): Add :version.
14415
14416         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14417         (starttls-extra-arguments, starttls-process-connection-type)
14418         (starttls-connect, starttls-failure, starttls-success): Add :version.
14419
14420         * spam-stat.el (spam-stat): Add :version.
14421
14422         * sieve.el (sieve): Add :version.
14423
14424         * sha1.el (sha1): Add :version.
14425         (sha1-use-external): Remove redundant version.
14426
14427         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14428         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14429         (nnmail-split-fancy-match-partial-words)
14430         (nnmail-split-lowercase-expanded): Add :version.
14431
14432         * nndiary.el (nndiary): Add :version.
14433
14434         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14435
14436         * mml-sec.el (mml-default-sign-method)
14437         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14438         Add :version.
14439
14440         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14441
14442         * mm-url.el (mm-url-use-external, mm-url-program)
14443         (mm-url-arguments): Add :version.
14444
14445         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14446         (mm-attachment-file-modes, mm-decrypt-option)
14447         (mm-w3m-safe-url-regexp): Add :version.
14448
14449         * message.el (message-cite-prefix-regexp)
14450         (message-sendmail-envelope-from, message-minibuffer-local-map)
14451         (message-user-fqdn, message-completion-alist): Add :version.
14452
14453         * gnus-win.el (gnus-configure-windows-hook)
14454         (gnus-use-frames-on-any-display): Add :version.
14455
14456         * gnus-art.el (gnus-article-address-banner-alist)
14457         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14458         (gnus-treat-from-picon, gnus-treat-mail-picon)
14459         (gnus-treat-x-pgp-sig): Add :version.
14460
14461         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14462         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14463         (gnus-summary-article-delete-hook)
14464         (gnus-summary-display-while-building): Add :version.
14465
14466         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14467         (gnus-get-top-new-news-hook): Add :version.
14468
14469         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14470         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14471
14472         * gnus-registry.el (gnus-registry): Add :version.
14473
14474         * gnus-spec.el (gnus-use-correct-string-widths)
14475         (gnus-make-format-preserve-properties): Add :version.
14476
14477         * gnus.el (gnus-group-charter-alist)
14478         (gnus-group-fetch-control-use-browse-url)
14479         (gnus-install-group-spam-parameters): Add :version.
14480
14481         * gnus-diary.el (gnus-diary): Add :version.
14482
14483         * gnus-delay.el (gnus-delay): Add :version.
14484
14485         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14486         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14487         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14488         Add :version.
14489
14490         * gnus-agent.el (gnus-agent-max-fetch-size)
14491         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14492         (gnus-agent-prompt-send-queue): Add :version.
14493
14494         * deuglify.el (gnus-outlook-deuglify): Add :version.
14495
14496         * html2text.el: Beautify code.  Improve doc strings.  Some
14497         checkdoc cleanup.
14498         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14499
14500 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14501
14502         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14503
14504 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14505
14506         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14507         when package is loaded.
14508
14509         * spam.el (spam-summary-score-preferred-header): Add global preference
14510         for people who want to override the default SpamAssassin over
14511         Bogofilter preference (when both are set).
14512         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14513         (spam-user-format-function-S): Check
14514         spam-summary-score-preferred-header.
14515         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14516         (spam-user-format-function-S): Format the score correctly.
14517
14518 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14521         signature file.  Suggested by Manoj Srivastava
14522         <srivasta@golden-gryphon.com>.
14523
14524         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14525         iso-2022-jp even in the Japanese language environment.
14526         Suggested by Jason Rumney <jasonr@gnu.org>.
14527
14528 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14531         use the same characters as the dummy marks; make it free from
14532         getting affected by the language environment.
14533         (gnus-summary-read-group-1): Update mark positions only when the
14534         format spec is updated.
14535
14536         * gnus-spec.el (gnus-update-format-specifications): Return a list
14537         of updated types.
14538
14539 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14542         of boundp to check if display-warning is available.
14543
14544 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14545
14546         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14547
14548 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * nnspool.el (nnspool-spool-directory): Use news-path if the
14551         news-directory variable is not bound.
14552
14553         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14554         function instead of display-warning if it is not available.
14555
14556 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14559         v5-10: Use `point-at-bol'.
14560
14561 2004-10-26  Simon Josefsson  <jas@extundo.com>
14562
14563         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14564         <chenggao@gmail.com>.
14565
14566 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14569         instead.
14570
14571 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14572
14573         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14574         to remove a server from the nnimap-server-buffer-alist.
14575         (nnimap-open-connection, nnimap-close-server): Use it.
14576
14577         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14578
14579 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14582         running the major-mode function.
14583
14584 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14587         dummy marks in the right way.
14588
14589 2004-10-18  David Edmondson  <dme@dme.org>
14590
14591         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14592         excessively.
14593
14594 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14595
14596         * gnus-util.el (gnus-split-references): Accept a nil references
14597         string and go on blissfully.
14598
14599         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14600         cases where the references string is non-nil but has no references.
14601
14602         * encrypt.el: Add autoload tags.
14603
14604         * spam.el (spam-resolve-registrations-routine): Remove article
14605         from unregistration list too.  Reported by David Hanak
14606         <dhanak@isis.vanderbilt.edu>
14607
14608 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14611         nil.  Changed custom type.
14612
14613 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14616
14617         * gnus-sum.el (gnus-summary-move-article): Use it.
14618
14619 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14620
14621         * encrypt.el: Add autoload cookies.
14622
14623         * spam.el (spam-backend-article-list-property)
14624         (spam-backend-get-article-todo-list)
14625         (spam-backend-put-article-todo-list)
14626         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14627         Resolve registrations separately.
14628         (spam-register-routine): Format comments.
14629         (spam-unregister-routine, spam-register-routine): Always call with
14630         specific-articles, no default list.
14631         (spam-summary-prepare-exit): Use the spam-classifications function.
14632
14633         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14634         gnus-encrypt.el.
14635
14636         * encrypt.el: Copied from gnus-encrypt.el.
14637
14638         * gnus-encrypt.el: Commented that it's obsolete.
14639
14640 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14643         (gnus-score-save): Use it.
14644
14645         * message.el (message-bury): Use `window-dedicated-p'.
14646
14647 2004-10-15  Simon Josefsson  <jas@extundo.com>
14648
14649         * pop3.el (top-level): Don't require nnheader.
14650         (pop3-read-timeout): Add.
14651         (pop3-accept-process-output): Add.
14652         (pop3-read-response, pop3-retr): Use it.
14653
14654 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14655
14656         * spam.el (spam-register-routine): Move comment.
14657         (spam-verify-bogofilter): Use 'unknown for the initial
14658         spam-bogofilter-valid state, not 'never.
14659
14660         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14661         for netrc-machine.
14662
14663         * nnimap.el (nnimap-open-connection): Use
14664         netrc-machine-user-or-password.
14665
14666 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14667
14668         * gnus-registry.el (gnus-registry-unload-hook):
14669         Set as a variable with add-hook.
14670
14671         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14672         of news-path.
14673
14674         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14675
14676         * spam.el: Delete duplicate `provide'.
14677         (spam-unload-hook): Set as a variable with add-hook.
14678
14679 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14680
14681         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14682         in the doc string.
14683
14684         * message.el (message-ignored-news-headers)
14685         (message-ignored-supersedes-headers)
14686         (message-ignored-resent-headers)
14687         (message-forward-ignored-headers): Improve custom type.
14688
14689 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * message.el (message-tokenize-header): Fix 2004-09-06 change
14692         which used point-min in the wrong place.
14693
14694 2004-10-12  Simon Josefsson  <jas@extundo.com>
14695
14696         * tls.el (tls-certtool-program): New variable.
14697         (tls-certificate-information): New function, based on
14698         ssl-certificate-information.
14699
14700 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * compface.el: Move the version of ELisp-based uncompface program
14703         to the contrib directory because of the copyright problem.
14704
14705 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * message.el (message-kill-buffer): Raise the current frame.
14708
14709 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14712
14713         * gnus.el (message-y-or-n-p): Autoload.
14714
14715         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14716         (pop3-password-required, pop3-authentication-scheme)
14717         (pop3-leave-mail-on-server): Made customizable.
14718         (pop3): New custom group.
14719         (pop3-retr): Remove `sleep-for' statements.
14720         Suggested by Dave Love <fx@gnu.org>.
14721
14722         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14723         Windows/DOS.
14724
14725         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14726         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14727         Dave Love <fx@gnu.org>.
14728
14729         * mml.el (mml-minibuffer-read-disposition): Require match.
14730         Suggested by Dave Love <fx@gnu.org>.
14731
14732 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14735         doc string.
14736
14737 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14740
14741 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14742
14743         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14744         instead of calling `mm-insert-inline', to decode text/* parts
14745         before displaying them.
14746
14747 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * mm-uu.el (mm-uu-text-plain-type): New variable.
14750         (mm-uu-pgp-signed-extract-1): Use it.
14751         (mm-uu-pgp-encrypted-extract-1): Use it.
14752         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14753         bind mm-uu-text-plain-type with that value.
14754         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14755         mm-uu-dissect.
14756
14757 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-group.el (gnus-update-group-mark-positions):
14760         * gnus-sum.el (gnus-update-summary-mark-positions):
14761         * message.el (message-check-news-body-syntax):
14762         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14763         of string-as-multibyte.
14764
14765 2004-10-05  Juri Linkov  <juri@jurta.org>
14766
14767         * gnus-group.el (gnus-update-group-mark-positions):
14768         * gnus-sum.el (gnus-update-summary-mark-positions):
14769         * message.el (message-check-news-body-syntax):
14770         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14771         8-bit unibyte values to a multibyte string for search functions.
14772
14773 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14776         (mm-uu-dissect-text-parts): New function.
14777
14778         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14779         dissect text parts.
14780
14781         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14782         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14783
14784         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14785
14786         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14787         gnus-current-topics instead of gnus-current-topic.
14788
14789 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14790
14791         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14792
14793 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14794
14795         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14796         where approriate.
14797
14798         * nnml.el (nnml-generate-active-info): do.
14799
14800         * nndiary.el (nndiary-generate-active-info): do.
14801
14802         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14803         (gnus-topic-move): do.
14804
14805         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14806         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14807
14808         * gnus-srvr.el (gnus-server-prepare)
14809         (gnus-server-open-all-servers): do.
14810
14811         * gnus-msg.el (gnus-summary-cancel-article)
14812         (gnus-summary-resend-message)
14813         (gnus-summary-mail-crosspost-complaint): do.
14814
14815         * gnus-move.el (gnus-change-server): do.
14816
14817         * gnus-group.el (gnus-group-unmark-all-groups)
14818         (gnus-group-set-current-level): do.
14819
14820 2004-10-04  Simon Josefsson  <jas@extundo.com>
14821
14822         * message.el (message-generate-hashcash): Doc fix.
14823
14824 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14825
14826         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14827         avoid infinite recursion via gnus-get-function.
14828
14829 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14830
14831         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14832
14833         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14834
14835         * nnmail.el (nnmail-split-history): do.
14836
14837         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14838         (nnml-request-delete-group): do.
14839
14840         * nnslashdot.el (nnslashdot-read-groups): do.
14841
14842         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14843         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14844
14845         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14846         (nnspool-sift-nov-with-sed): Use last.
14847         (nnspool-retrieve-headers-with-nov): Use mapc.
14848         (nnspool-request-newgroups): Use dolist.
14849         (nnspool-request-group): Use last.
14850
14851         * nntp.el (nntp-read-server-type): Use dolist.
14852
14853         * nnvirtual.el (nnvirtual-create-mapping)
14854         (nnvirtual-update-read-and-marked): Use dolist.
14855         (nnvirtual-convert-headers): Simplify.
14856
14857 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14858
14859         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14860         support for sync'ing tick marks.
14861
14862 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14865         there's no visible header.
14866
14867 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14868
14869         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14870         necessary, pass full group name to gnus-request-set-marks.
14871
14872 2004-10-01  Simon Josefsson  <jas@extundo.com>
14873
14874         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14875         acroread.
14876
14877 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14878
14879         * spam-report.el (spam-report-gmane): Fix interactive.
14880
14881         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14882
14883         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14884         when writing file.
14885         (gnus-agent-synchronize-flags): Don't default to being
14886         interactive.
14887
14888 2004-09-30  Simon Josefsson  <jas@extundo.com>
14889
14890         * message.el (message-generate-hashcash): Add.
14891         (message-send-mail): Use it, call mail-add-payment.
14892
14893 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14894
14895         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14896
14897 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14898
14899         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14900         gnus-requst-update-info with explicit code to sync the in-memory
14901         info read flags with the marks being sync'd to the backend.
14902
14903         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14904
14905 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14906
14907         * spam.el (spam-verify-bogofilter): Add new function.
14908         (spam-check-bogofilter)
14909         (spam-bogofilter-register-with-bogofilter): Use it.
14910         (spam-verify-bogofilter): Add small fixes.
14911
14912 2004-09-28  Simon Josefsson  <jas@extundo.com>
14913
14914         * hashcash.el (hashcash-generate-payment): Revert.
14915
14916 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14917
14918         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14919         gnus-extract-references instead of gnus-split-references.
14920
14921         * gnus-util.el (gnus-extract-references): Add new function, analogous
14922         to gnus-split-references but extracts only the message-ID without
14923         anything extra.
14924
14925         * hashcash.el (hashcash-generate-payment)
14926         (hashcash-check-payment): Do the right thing if hashcash-path is
14927         nil (because the hashcash program could not be found).
14928
14929         * spam.el (spam-use-hashcash): Remove comment.
14930
14931 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14932
14933         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14934         (gnus-cache-enter-article, gnus-cache-remove-article)
14935         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14936
14937         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14938
14939         * gnus-art.el (article-hide-boring-headers)
14940         (article-translate-strings, article-display-face)
14941         (gnus-article-mime-match-handle-first)
14942         (gnus-article-highlight-headers)
14943         (gnus-article-add-buttons-to-head): do.
14944
14945 2004-09-27  Simon Josefsson  <jas@extundo.com>
14946
14947         * hashcash.el: New version, from
14948         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14949         ../contrib/.
14950
14951 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14954
14955 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14956
14957         * gnus-dup.el (gnus-dup-open): Use mapc.
14958         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14959
14960         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14961         Reported by Stefan Wiens <s.wi@gmx.net>.
14962
14963         * gnus.el (gnus-shutdown): Use dolist.
14964
14965         * gnus-undo.el (gnus-undo): Use mapc.
14966
14967         * nnrss.el (nnrss-generate-active): do.
14968
14969         * message.el (message-cite-original-without-signature)
14970         (message-cite-original): Use mapc.
14971         (message-do-actions, message-make-forward-subject): Use dolist.
14972
14973 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14974
14975         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14976         deletion to remove entire duplicate line.  Fixes merged article
14977         number bug.
14978
14979 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14980
14981         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14982         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14983         first ask if you want to open a server and then, even when you
14984         responded with no, asking if you want to synchronize the server's
14985         flags.
14986         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14987         multi-line expressions.
14988         (gnus-agent-synchronize-group-flags): New internal function.
14989         Updates marks in memory (in the info structure) AND in the
14990         backend.
14991
14992         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14993
14994         * nnagent.el (nnagent-request-set-mark): Use
14995         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14996         method, to ensure that synchronization updates marks in the
14997         backend and in the info (in memory) structure.
14998
14999 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15002         convention fully; don't miss the root article of a thread; make
15003         the X-Draft-From header with correct article numbers.
15004
15005 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15006
15007         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15008         unless plugged.  Disable the agent so that an open failure causes
15009         an error.
15010
15011         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15012         Reverted 2004-09-21 change.  The backend must be opened while
15013         synchronizing flags even when the backend stores the flags
15014         locally.
15015
15016 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15019         in `header' match.  Reported by Svend Tollak Munkejord.
15020
15021         * message.el (message-cite-original): Fix use of
15022         `message-cite-articles-with-x-no-archive'.
15023
15024 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15027         (gnus-window-to-buffer): Ditto.
15028
15029         * mml.el (mml-preview-buffer): New variable.
15030         (mml-preview): Manage window layout with gnus-buffer-configuration.
15031
15032         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15033         X-Draft-From header even if those articles aren't quoted.
15034
15035 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15036
15037         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15038         (gnus-request-set-mark, gnus-request-update-mark): Use new
15039         g-s-t-u-l-m to decide to use backend even when unplugged.
15040
15041 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15044         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15045
15046 2004-09-20  Simon Josefsson  <jas@extundo.com>
15047
15048         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15049         "utf-16-le".
15050
15051 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15052
15053         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15054
15055 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * uudecode.el (uudecode-use-external): Add :version.
15058
15059         * smime.el (smime-CA-file, smime-encrypt-cipher)
15060         (smime-dns-server): Add :version.
15061
15062         * smiley.el (gnus-smiley-file-types): Add :version.
15063
15064         * sha1.el (sha1-use-external): Add :version.
15065
15066         * pgg-def.el (pgg-query-keyserver): Add :version.
15067
15068         * nnmail.el (nnmail-fancy-expiry-targets)
15069         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15070         Add :version.
15071
15072         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15073         (nnimap-retrieve-groups-asynchronous): Add :version.
15074         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15075
15076         * mml.el (mml-content-disposition-parameters)
15077         (mml-insert-mime-headers-always): Add :version.
15078
15079         * mm-util.el (mm-coding-system-priorities): Add :version.
15080
15081         * mm-decode.el (mm-inline-text-html-with-images)
15082         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15083         (mm-verify-option): Add :version.
15084         (mm-text-html-renderer): Change :version.
15085
15086         * message.el (message-fcc-externalize-attachments)
15087         (message-required-headers, message-draft-headers)
15088         (message-subject-trailing-was-query)
15089         (message-subject-trailing-was-ask-regexp)
15090         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15091         (message-mark-insert-end, message-archive-header)
15092         (message-archive-note, message-cross-post-default)
15093         (message-cross-post-note, message-followup-to-note)
15094         (message-cross-post-note-function, message-use-mail-followup-to)
15095         (message-subscribed-address-functions)
15096         (message-subscribed-address-file, message-subscribed-addresses)
15097         (message-subscribed-regexps, message-allow-no-recipients)
15098         (message-yank-cited-prefix, message-signature-insert-empty-line)
15099         (message-hidden-headers, message-hierarchical-addresses)
15100         (message-mail-user-agent, message-use-idna)
15101         (message-valid-fqdn-regexp)
15102         (message-strip-special-text-properties, message-header-synonyms)
15103         (message-beginning-of-line, message-tab-body-function): Add :version.
15104         (message-insert-canlock, message-wide-reply-confirm-recipients):
15105         Change :version.
15106
15107         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15108         and :version.
15109         (mail-source-delete-old-incoming-confirm)
15110         (mail-source-movemail-program): Add :version.
15111
15112         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15113         (gnus-agent-cache, gnus-agent): Change :version.
15114
15115         * gnus-util.el (gnus-use-byte-compile): Change :version.
15116
15117         * gnus-sum.el (gnus-summary-make-false-root-always)
15118         (gnus-summary-default-high-score)
15119         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15120         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15121         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15122         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15123         (gnus-sum-thread-tree-single-indent)
15124         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15125         (gnus-sum-thread-tree-leaf-with-other)
15126         (gnus-sum-thread-tree-single-leaf): Add :version.
15127         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15128         (gnus-article-loose-mime): Change :version.
15129
15130         * gnus-start.el (gnus-backup-startup-file)
15131         (gnus-save-startup-file-via-temp-buffer): Add :version.
15132
15133         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15134         (gnus-server-offline-face): Add :version.
15135
15136         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15137
15138         * gnus-msg.el (gnus-gcc-externalize-attachments)
15139         (gnus-debug-files, gnus-debug-exclude-variables)
15140         (gnus-discouraged-post-methods): Change :version.
15141         (gnus-confirm-mail-reply-to-news)
15142         (gnus-confirm-treat-mail-like-news): Add :version.
15143
15144         * gnus-int.el (gnus-server-unopen-status): Add :version.
15145
15146         * gnus-group.el (gnus-group-jump-to-group-prompt)
15147         (gnus-large-ephemeral-newsgroup)
15148         (gnus-fetch-old-ephemeral-headers): Add :version.
15149
15150         * gnus-fun.el (gnus-x-face-directory)
15151         (gnus-convert-pbm-to-x-face-command)
15152         (gnus-convert-image-to-x-face-command)
15153         (gnus-convert-image-to-face-command): Add :version.
15154
15155         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15156
15157         * gnus-cite.el (gnus-cite-blank-line-after-header)
15158         (gnus-article-boring-faces): Add :version.
15159
15160         * gnus-art.el (gnus-buttonized-mime-types)
15161         (gnus-inhibit-mime-unbuttonizing)
15162         (gnus-treat-display-face)
15163         (gnus-treat-body-boundary): Change :version.
15164         (gnus-body-boundary-delimiter, gnus-picon-databases)
15165         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15166         (gnus-treat-date-english, gnus-treat-fold-headers)
15167         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15168         (gnus-treat-mail-picon, gnus-treat-wash-html)
15169         (gnus-article-encrypt-protocol)
15170         (gnus-use-idna, gnus-article-over-scroll)
15171         (gnus-mime-display-multipart-alternative-as-mixed)
15172         (gnus-mime-display-multipart-related-as-mixed)
15173         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15174         (gnus-ctan-url, gnus-button-ctan-handler)
15175         (gnus-button-handle-ctan-bogus-regexp)
15176         (gnus-button-ctan-directory-regexp)
15177         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15178         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15179         (gnus-button-man-level, gnus-button-emacs-level)
15180         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15181
15182         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15183         (gnus-agent-go-online): Change :version.
15184         (gnus-agent-expire-unagentized-dirs)
15185         (gnus-agent-auto-agentize-methods): Add :version.
15186
15187         * flow-fill.el (fill-flowed-display-column)
15188         (fill-flowed-encode-column): Add :version.
15189
15190         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15191         (gnus-outlook-deuglify-unwrap-max)
15192         (gnus-outlook-deuglify-cite-marks)
15193         (gnus-outlook-deuglify-unwrap-stop-chars)
15194         (gnus-outlook-deuglify-no-wrap-chars)
15195         (gnus-outlook-deuglify-attrib-cut-regexp)
15196         (gnus-outlook-deuglify-attrib-verb-regexp)
15197         (gnus-outlook-deuglify-attrib-end-regexp)
15198         (gnus-outlook-display-hook): Add :version.
15199
15200         * binhex.el (binhex-use-external): Add :version.
15201
15202 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15205         and `invisible'.
15206
15207 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15208
15209         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15210         in gnus-registry-trim.
15211
15212 2004-09-13  Simon Josefsson  <jas@extundo.com>
15213
15214         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15215
15216         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15217
15218         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15219         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15220         <yamaoka@jpl.org>.
15221         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15222         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15223         <yamaoka@jpl.org>.
15224
15225         * sieve.el (sieve-manage-mode): Ditto.
15226
15227 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15230
15231 2004-09-11  Simon Josefsson  <jas@extundo.com>
15232
15233         * dns-mode.el: Add.
15234
15235         * mm-view.el (mm-display-dns-inline): Add.
15236
15237         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15238         (mm-automatic-display): Ditto.
15239
15240         * mailcap.el (mailcap-mime-data): Add text/dns.
15241         (mailcap-mime-extensions): Map .soa to text/dns.
15242
15243 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15244
15245         * gnus-art.el (article-decode-mime-words, article-babel)
15246         (gnus-article-highlight-signature, gnus-article-add-buttons)
15247         (gnus-signature-toggle): Remove unnecessary bindings of
15248         `inhibit-read-only' inherited from v5.10 merge.
15249
15250 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15251
15252         * nntp.el (nntp): New customization group.
15253         (nntp-authinfo-file): Add customization group.
15254
15255         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15256
15257         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15258
15259         * gnus.el (to-address, to-list, subscribed)
15260         (large-newsgroup-initial): Ditto.
15261
15262         * flow-fill.el (fill-flowed-display-column)
15263         (fill-flowed-encode-column): Ditto.
15264
15265 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15266
15267         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15268         Use point-min rather than 1.
15269         (message-send-mail): Use buffer-size rather than point-max.
15270
15271         * gnus-sum.el (gnus-summary-search-article-forward):
15272         Signal a specific `search-failed' rather than a generic `error'.
15273
15274         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15275         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15276         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15277
15278 2004-09-10  Simon Josefsson  <jas@extundo.com>
15279
15280         * nndb.el (require): Remove tcp and duplicate cl.
15281
15282 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * gnus-agent.el (directory-files-and-attributes): Move forward.
15285
15286 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15287
15288         * gnus-agent.el (directory-files-and-attributes): Optionally
15289         defined to support XEmacs.
15290
15291 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15292
15293         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15294         to avoid run-time CL dependencies.
15295         (gnus-agent-unfetch-articles): New function.
15296         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15297         article numbers even when local .overview file is missing.
15298         (gnus-agent-read-article-number): New function.  Only accepts
15299         27-bit article numbers.
15300         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15301         gnus-agent-read-article-number.
15302         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15303         from backend while recognizing that article numbers in .overview
15304         must be valid.
15305         (gnus-agent-update-files-total-fetched-for): Use
15306         directory-files-and-attributes to improve performance.
15307         * gnus-int.el (gnus-request-move-article): Use
15308         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15309         improve performance.
15310
15311         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15312         some users confused by references to .newsrc when they only have a
15313         .newsrc.eld file.
15314         (gnus-convert-mark-converter-prompt)
15315         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15316         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15317         New function.  Used internally to only display 'gnus converting
15318         files' message when actually necessary.
15319
15320         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15321         methods now autoloaded.
15322
15323 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15326         identifiers.
15327
15328 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15329
15330         * gnus-picon.el: Fix indentation and closing parenthesis.
15331
15332 2004-09-01  Simon Josefsson  <jas@extundo.com>
15333
15334         * message.el (message-canlock-generate): Require sha1, not
15335         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15336         to require within a function.  Sadly, if sha1.el isn't loaded, the
15337         let binding in m-c-g will hide the defcustom definition, which is
15338         bad.)
15339
15340         * canlock.el: Require sha1, not sha1-el.
15341
15342         * message.el: Don't autoload sha1 (there is a autoload cookie in
15343         sha1.el).
15344
15345         * sha1-el.el: Renamed to sha1.el.
15346
15347 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15348
15349         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15350
15351 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15352
15353         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15354
15355 2004-08-30  Kim F. Storm  <storm@cua.dk>
15356
15357         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15358
15359         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15360         Add :group 'nnimap.
15361
15362 2004-08-30  Andreas Schwab  <schwab@suse.de>
15363
15364         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15365         ?* and ?\;.
15366
15367         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15368         and ?\' to symbol instead of whitespace.
15369
15370 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15373
15374         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15375         instead of re-search-forward.
15376
15377         * gnus-uu.el (gnus-uu-save-article): Ditto.
15378         (gnus-uu-post-encode-uuencode): Ditto.
15379
15380         * html2text.el (html2text-clean-list-items): Ditto.
15381         (html2text-clean-dtdd): Ditto.
15382         (html2text-format-tags): Ditto.
15383
15384         * message.el (message-send-mail-with-sendmail): Fix regexp.
15385         (message-fill-field-general): Use search-forward instead of
15386         re-search-forward.
15387         (unbold-region): Ditto.
15388
15389         * nnrss.el (nnrss-request-article): Ditto.
15390
15391         * nnslashdot.el (nnslashdot-request-article): Ditto.
15392
15393         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15394
15395         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15396         "Unrecognized menu descriptor" error in XEmacs.
15397
15398 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15399
15400         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15401         parent article of a sparse article in the thread hashtb.
15402
15403 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15404
15405         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15406         (nnmail-expand-newtext): Lowercase expanded entries if
15407         nnmail-split-lowercase-expanded is non-nil.
15408
15409 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15412
15413         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15414         of gnus-tmp-news-method into string under XEmacs.  It will be
15415         passed to gnus-correct-length which takes only a string argument.
15416
15417 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-util.el (gnus-bind-print-variables): New macro.
15420         (gnus-prin1): Use it.
15421         (gnus-prin1-to-string): Use it.
15422         (gnus-pp): New function.
15423         (gnus-pp-to-string): New function.
15424
15425         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15426         Replace pp-to-string with gnus-pp-to-string.
15427         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15428         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15429         * gnus-msg.el (gnus-debug): Ditto.
15430         * gnus-score.el (gnus-score-save): Ditto.
15431         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15432         gnus-pp-to-string.
15433         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15434         with gnus-pp.
15435         * score-mode.el (gnus-score-pretty-print): Ditto.
15436         * webmail.el (webmail-debug): Ditto.
15437
15438 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * gnus-art.el (article-display-face, article-display-x-face):
15441         Use buffer-read-only.
15442
15443 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-art.el (article-hide-list-identifiers):
15446         Bind inhibit-read-only as t.
15447
15448 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15449
15450         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15451
15452 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15453
15454         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15455         (gnus-narrow-to-page): Don't assume point-min == 1.
15456         (gnus-article-edit-mode): Derive from message-mode.
15457
15458         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15459         point-min == 1.
15460
15461         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15462         Disable incorrect use of `assert'.
15463
15464         * message.el (message-mode): Set comment-start-skip.
15465
15466
15467 2004-08-22  Sam Steingold  <sds@gnu.org>
15468
15469         * pop3.el (pop3-leave-mail-on-server): New user variable.
15470         (pop3-movemail): Delete mail only when it is nil.
15471
15472 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15473
15474         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15475
15476         * mml.el (mml-preview): Use `pop-to-buffer'.
15477
15478         * message.el (message-goto-mail-followup-to): Insert after "To".
15479         (message-carefully-insert-headers): Add comment.
15480
15481         * gnus.el: Remove unused variable `gnus-article-check-size'.
15482
15483         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15484
15485         * gnus-art.el (gnus-button-alist): Improve
15486         `gnus-button-handle-library' entry.
15487
15488 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15489
15490         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15491         downcase, since XEmacs capitalizes error messages differently.
15492
15493 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15494
15495         * nntp.el: Add (require 'gnus) due to reference to
15496         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15497
15498 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15499
15500         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15501         `mm-fill-flowed'.
15502
15503         * mm-decode.el (mm-dissect-singlepart): Check it.
15504
15505 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15506
15507         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15508         'imap' for netrc parsing.
15509
15510 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15511
15512         * mailcap.el (mailcap-mime-data): Mark as risky.
15513
15514 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15517         may be included in the encoded word.
15518         (rfc2047-encode): Don't append a space if the encoded word
15519         includes close parenthesis.
15520
15521 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15524         of text within parentheses.
15525
15526 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15527
15528         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15529         (gnus-encrypt-write-file-contents): Make the password key the file
15530         name PLUS the cipher, not just the cipher.  Also remove failed
15531         passwords from the cache.
15532
15533 2004-08-06  Simon Josefsson  <jas@extundo.com>
15534
15535         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15536         fix.
15537
15538 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15541         LWSP.
15542
15543 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15544
15545         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15546         to append in-reply-to: data to the references: header.
15547
15548         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15549         (netrc-parse): Use gnus-encrypt.el functions.
15550
15551         * gnus-encrypt.el: Add new file for encryption support; currently
15552         does only a few GPG ciphers and an internal XOR cipher.
15553
15554         * password.el: Add comments on using password-read-and-add.
15555         (password-read-and-add): Add function to read and add the
15556         password to the cache at once.
15557
15558 2004-07-28  Simon Josefsson  <jas@extundo.com>
15559
15560         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15561         parameter (but don't use it, for now).
15562
15563         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15564         instead of hard coding to nil.
15565
15566 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15569         as mm-inline-image-xemacs does.
15570
15571 2004-07-26  Simon Josefsson  <jas@extundo.com>
15572
15573         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15574         Revert part of 2004-07-17 change below.
15575
15576 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15579         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15580
15581 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15582
15583         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15584         quotes that actually start with ">" at the beginning of the
15585         lines.
15586
15587 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * rfc2047.el (rfc2047-encode-region): Fix last change.
15590         (rfc2047-encode-parameter): Remove useless concat.
15591
15592 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15595         encode special characters; fix some kind of misconfigured headers;
15596         signal a real error if debug-on-quit or debug-on-error is non-nil.
15597         (rfc2047-encode-max-chars): New variable.
15598         (rfc2047-encode-1): Use it.
15599         (rfc2047-encode-parameter): New function.
15600
15601         * mml.el (mml-insert-parameter): Remove an excessive space.
15602
15603 2004-07-17  Simon Josefsson  <jas@extundo.com>
15604
15605         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15606         Kai Grossjohann <kai@emptydomain.de>.
15607         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15608         (gnus-group-make-menu-bar): Ditto.
15609
15610         * gnus-util.el (gnus-group-server): Add.
15611
15612 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15613
15614         * message.el (message-clone-locals): Clone sendmail and smtp
15615         variables.
15616
15617 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * rfc2047.el (rfc2047-encode-region): Fix last change.
15620
15621 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15624         characters as non-special.
15625
15626 2004-07-09  Simon Josefsson  <jas@extundo.com>
15627
15628         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15629         Users will lose all flag changes made while unplugged with
15630         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15631         good default.  See numerous reports on ding mailing list.
15632
15633 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15636         add generate-head-function and generate-article-function to the
15637         rfc822-forward entry.
15638         (nndoc-rfc822-forward-generate-article): New function.
15639         (nndoc-rfc822-forward-generate-head): New function.
15640
15641         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15642
15643 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15644
15645         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15646         respect display group parameter and gnus-summary-expunge-below.
15647         (gnus-articles-to-read): Remove unused reference to display group
15648         parameter.
15649
15650 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15651
15652         * nnheader.el (nnheader-uniquify-message-id): New experimental
15653         variable.
15654         (nnheader-nov-read-message-id): Use it.
15655
15656         * spam-report.el (spam-report-gmane): Add interactive.
15657
15658 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15661         qp-or-base64 for the application/* types.
15662
15663 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15664
15665         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15666
15667 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15668
15669         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15670         trim value.
15671
15672 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15673
15674         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15675         New macro and function.
15676         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15677
15678 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15681         after-load-alist.
15682
15683 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15684
15685         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15686         update info that isn't there.
15687
15688 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15689
15690         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15691         entry.
15692
15693 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * mm-view.el (mm-inline-render-with-function): Use multibyte
15696         buffer; decode html source by charset.
15697
15698         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15699
15700         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15701         Mule-UCS is loaded under XEmacs.
15702         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15703
15704 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15705
15706         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15707
15708 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * mm-util.el (mm-coding-system-p): Return a coding-system.
15711         (mm-mime-mule-charset-alist): Use shift_jis instead of
15712         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15713         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15714         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15715         instead of japanese-shift-jis and iso-latin-1 respectively in
15716         order to share the default value with both Emacs and XEmacs-mule.
15717         (mm-mule-charset-to-mime-charset): Make
15718         mm-coding-system-priorities effective.
15719         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15720         while predicating of candidates upon the priorities.
15721
15722 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15723
15724         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15725         gnus-uu-invert-processable.
15726
15727         * gnus.el: Autoload gnus-uu-invert-processable.
15728
15729 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * mm-util.el (mm-with-multibyte-buffer): New macro.
15732
15733         * rfc2047.el (rfc2047-encode-string): Use it.
15734         (rfc2047-encode-region): Move point to the end of the region after
15735         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15736
15737 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15740         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15741
15742 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15745         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15746         Karl Chen <quarl@nospam.quarl.org>.
15747
15748 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15749
15750         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15751         invalid addresses.
15752
15753 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15754
15755         * spam.el: Change section markers, revise TODO list.
15756         (spam-backends): Make new master list of all installed backends.
15757         (spam-summary-exit-behavior): Add new variable to determine how
15758         messages moves are done at summary exit.
15759         (spam-move-spam-nonspam-groups-only)
15760         (spam-process-ham-in-nonham-groups)
15761         (spam-process-ham-in-spam-groups): Remove variables, the
15762         spam-summary-exit-behavior variable should be used to manage this
15763         behavior.
15764         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15765         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15766         and spam-old-spam-articles.
15767         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15768         Add empty variables, placeholders for the backends they represent.
15769         (spam-set-difference): Move, unchanged.
15770         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15771         unless the user has a processor variable.
15772         (spam-classifications, spam-classification-valid-p)
15773         (spam-backend-properties, spam-backend-property-valid-p)
15774         (spam-backend-function-type-valid-p)
15775         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15776         (spam-report-articles-gmane, spam-report-articles-resend):
15777         Remove functions, they are not needed.
15778         (spam-install-backend-super, spam-backend-list)
15779         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15780         (spam-backend-function, spam-backend-ham-registration-function)
15781         (spam-backend-spam-registration-function)
15782         (spam-backend-ham-unregistration-function)
15783         (spam-backend-spam-unregistration-function)
15784         (spam-backend-statistical-p, spam-backend-mover-p)
15785         (spam-install-backend-alias, spam-install-checkonly-backend)
15786         (spam-install-mover-backend, spam-install-nocheck-backend)
15787         (spam-install-backend, spam-install-statistical-backend)
15788         (spam-install-statistical-checkonly-backend): Add backend installation
15789         support.
15790         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15791         (spam-group-processor-p): Use the new backend code and respect the
15792         summary exit behavior.
15793         (spam-mark-spam-as-expired-and-move-routine): Remove.
15794         (spam-summary-prepare): Change to use the new spam-old-articles
15795         variable.
15796         (spam-copy-or-move-routine, spam-copy-spam-routine)
15797         (spam-move-spam-routine, spam-copy-ham-routine)
15798         (spam-move-ham-routine): Add code to copy/move ham or spam.
15799         (spam-fetch-field-fast): Improve doc and code, plus allow the
15800         'number request.
15801         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15802         variables.
15803         (spam-split, spam-find-spam): Use the new backend code.
15804         (spam-registration-functions): Remove variable.
15805         (spam-unregister-routine): Add convenience wrapper.
15806         (spam-log-undo-registration, spam-register-routine)
15807         (spam-log-processing-to-registry)
15808         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15809         where possible.
15810         (spam-check-gmane-xref, spam-check-regex-headers)
15811         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15812         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15813         (spam-check-bogofilter-headers, spam-check-spamoracle)
15814         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15815         (spam-check-crm114-headers): Use the spam-split-group that
15816         spam-split prepares, no need to determine it every time.
15817
15818         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15819         to the nnheader-parse-naked-head call.
15820
15821         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15822
15823         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15824         the nnheader-nov-read-message-id call.
15825
15826 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15829         gnus-activate-group twice.  Suggested by Markus Peter
15830         <warp@spin.de>.
15831
15832 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * gnus-art.el (gnus-article-time-format): Exchange the order of
15835         day and month in the default value; fix customization type.
15836         (article-date-ut): Use add-text-properties.
15837         (article-make-date-line): Use message-make-date instead of
15838         current-time-string.
15839
15840         * message.el (message-fetch-field): Don't use set-text-properties.
15841         (message-make-date): Simplify.
15842
15843         * messagexmas.el (message-xmas-make-date): New function.
15844         (message-xmas-redefine): Defalias message-make-date to it.
15845
15846 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15849         (rfc2047-encode-region): Treat text within parentheses as special;
15850         show the original text when error has occurred.
15851
15852         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15853         already-computed method to gnus-activate-group.
15854
15855         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15856         same select-methods identical Lisp objects.
15857
15858         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15859         object when modifying the info.
15860
15861 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15864         gnus-opened-servers since it has never been opened with the new
15865         configuration yet.
15866
15867 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15870         arg to nnheader-generate-fake-message-id.
15871
15872 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15873
15874         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15875         number and build a fake message ID localized to a group and
15876         article number (so it's repeatable from that point on).
15877         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15878         ID format.
15879
15880         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15881         nnheader-generate-fake-message-id with the article number.
15882
15883 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15884
15885         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15886         end-of-buffer.
15887
15888 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15889
15890         * message.el (message-ignored-supersedes-headers): Add Approved.
15891
15892 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15895         goto-char.
15896         (rfc2047-encode): Fold the line before encoding.
15897
15898 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15899
15900         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15901         folding -- not all headers can be folded, and this should be done
15902         by the message composition mode.  Probably.  I think.
15903
15904 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15907         fast.
15908
15909         * gnus-ems.el (gnus-remove-image): Don't use
15910         message-text-with-property; remove only the image found first.
15911
15912         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15913         found first.
15914
15915 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15916
15917         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15918
15919 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * message.el (message-text-with-property): Make it fast and accept
15922         optional arguments.
15923         (message-strip-forbidden-properties): Use it.
15924         (message-fix-before-sending): Follow the m-t-w-p change.
15925
15926         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15927
15928 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * gnus-art.el (article-hide-headers): Don't change the buffer
15931         mistakenly when performing mml-preview even if
15932         gnus-single-article-buffer is nil.
15933
15934 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15935
15936         * message.el (message-expand-name-databases): New user option.
15937         (message-expand-name): Use it.
15938
15939 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15940
15941         * spam.el (spam-report-articles-resend)
15942         (spam-report-resend-register-routine): Allow ham reporting.
15943         (spam-report-resend-register-ham-routine): Add wrapper.
15944         (spam-registration-functions): Add ham resending functions.
15945         (spam-list-of-processors): Add ham resend processor.
15946
15947         * gnus.el (ham-resend-to): Add new group parameter.
15948         (spam-process): Add ham resend option.
15949
15950         * spam-report.el (spam-report-resend): Allow reporting ham.
15951         (spam-report-resend-ham): Add wrapper.
15952
15953 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15954
15955         * message.el (message-cite-articles-with-x-no-archive): New
15956         variable.
15957         (message-cite-original): Use it.
15958
15959 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15960
15961         * message.el (message-cite-original): Respect X-No-Archive.
15962
15963 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15964
15965         * gnus-art.el (article-hide-headers): Refer to the values for
15966         gnus-ignored-headers and gnus-visible-headers in the summary
15967         buffer since a user may have set them as group parameters.
15968
15969 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15970
15971         * assistant.el (assistant-node-name): Add convenience function.
15972         (assistant-render-text, assistant-render-node): Add error handling,
15973         plus handle multiple next nodes.
15974         (assistant-find-next-node): Comment out for now.
15975         (assistant-find-next-nodes): Add function, returns list of next
15976         nodes.
15977
15978 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15979
15980         * mail-source.el (mail-source-directory): Fix doc-string.
15981
15982 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15983
15984         * assistant.el (assistant-render-text, assistant-eval): Add :set
15985         widget type, which is different because it takes and returns a
15986         list.  Much hilarity ensues.
15987
15988 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15989
15990         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15991
15992         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15993         doc-string.
15994
15995         * gnus-start.el (gnus-activate-group): Added doc-string.
15996
15997 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16000
16001 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16002
16003         * assistant.el (assistant-render-text): Try to add a :set
16004         widget, more to come.
16005
16006         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16007         strings.
16008         (spam-report-articles-resend)
16009         (spam-register-routine): Do registration iff any articles warrant
16010         it.
16011         (spam-summary-prepare-exit): Change log message for nil group
16012         destinations.
16013
16014 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16015
16016         * spam.el (spam-report-resend-register-routine): Allow
16017         spam-report-resend-to to be a group parameter or a global value.
16018
16019 2004-05-26  Simon Josefsson  <jas@extundo.com>
16020
16021         * starttls.el: Merge with my GNUTLS based starttls.el.
16022         (starttls-gnutls-program, starttls-use-gnutls)
16023         (starttls-extra-arguments, starttls-process-connection-type)
16024         (starttls-connect, starttls-failure, starttls-success): New
16025         variables.
16026         (starttls-program, starttls-extra-args): Doc fix.
16027         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16028         functions.
16029         (starttls-negotiate, starttls-open-stream): Check
16030         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16031         function if it is set.
16032
16033 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16036         structured fields.
16037
16038 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16041
16042 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16043
16044         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16045         variable.
16046         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16047         assigning the spam-mark to new messages.
16048
16049 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16050
16051         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16052
16053 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16056
16057         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16058         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16059         default.
16060
16061 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16062
16063         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16064         correct data.
16065
16066 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16067
16068         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16069         (spam-group-processor-p): Fix function.
16070         (spam-group-processor-multiple-p)
16071         (spam-group-spam-processor-report-gmane-p)
16072         (spam-group-spam-processor-report-resend-p)
16073         (spam-group-spam-processor-bogofilter-p)
16074         (spam-group-spam-processor-blacklist-p)
16075         (spam-group-spam-processor-ifile-p)
16076         (spam-group-ham-processor-ifile-p)
16077         (spam-group-spam-processor-spamoracle-p)
16078         (spam-group-spam-processor-crm114-p)
16079         (spam-group-ham-processor-bogofilter-p)
16080         (spam-group-spam-processor-stat-p)
16081         (spam-group-ham-processor-stat-p)
16082         (spam-group-ham-processor-whitelist-p)
16083         (spam-group-ham-processor-BBDB-p)
16084         (spam-group-ham-processor-spamoracle-p)
16085         (spam-group-ham-processor-copy-p): Remove functions with some
16086         prejudice against unneeded code.
16087         (spam-report-articles-resend)
16088         (spam-report-resend-register-routine): Allow the group/topic
16089         spam-resend-to value to override spam-report-resend-to.
16090         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16091         properly now.
16092
16093         * gnus.el (spam-resend-to): Add group/topic parameter.
16094         (spam-process): Move the OBSOLETE processors to the end of the
16095         choices.
16096
16097 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16098
16099         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16100         with resend-to set to nil, and then ask the user if necessary.
16101         (spam-report-resend): spam-report-resend takes a list of articles, not
16102         separate article numbers.
16103
16104 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16107         addition to emacs-w3m.
16108
16109 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16110
16111         * assistant.el (assistant-authinfo-data): New function.
16112         (assistant-eval): Eval for entire assistant.
16113
16114         * netrc.el (netrc-services-file): New variable.
16115         (netrc-parse-services): New function.
16116         (netrc-find-service-name): New function.
16117         (netrc-find-service-number): New function.
16118         (netrc-port-equal): New function.
16119         (netrc-machine): Use it.
16120
16121         * nnimap.el (nnimap-open-connection): Use netrc.
16122
16123         * gnus-util.el (gnus-netrc-get): Remove aliases.
16124
16125         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16126
16127         * assistant.el (wid-edit): Fix compilation.
16128
16129         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16130
16131 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16132
16133         * gnus-util.el (gnus-set-file-modes): New function.  (small
16134         patch).
16135
16136 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16137
16138         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16139
16140         * assistant.el (assistant-render-node): Fix up rendering and
16141         read-only text.
16142         (assistant-render-node): Reset.
16143         (assistant-make-read-only): Not sticky.
16144
16145 2004-05-20  Danny Siu  <dsiu@adobe.com>
16146
16147         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16148         centered even when gnus-auto-center-summary is t.
16149
16150 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16151
16152         * dns.el (dns-get-txt-answer): New function.
16153         (dns-read-txt): Ditto.
16154         (query-dns): Use it.
16155
16156 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16159         active for foreign groups even if the group level is higher than
16160         the specified value.
16161
16162 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16163
16164         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16165         non-active groups.
16166
16167         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16168
16169 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16170
16171         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16172
16173 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16174
16175         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16176         (spam-crm114-header, spam-crm114-spam-switch)
16177         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16178         (spam-crm114-positive-spam-header)
16179         (spam-crm114-database-directory, spam-list-of-processors)
16180         (spam-group-spam-processor-crm114-p)
16181         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16182         (spam-generic-score, spam-list-of-checks)
16183         (spam-list-of-statistical-checks, spam-registration-functions)
16184         (spam-check-crm114-headers, spam-crm114-score)
16185         (spam-check-crm114, spam-crm114-register-with-crm114)
16186         (spam-crm114-register-spam-routine)
16187         (spam-crm114-unregister-spam-routine)
16188         (spam-crm114-register-ham-routine)
16189         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16190         asjo@koldfront.dk (Adam Sjøgren).
16191
16192         * gnus.el: Add spam-use-crm114.
16193
16194         * spam.el (spam-list-of-processors, spam-registration-functions):
16195         Add spam-use-resend.
16196         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16197         (spam-report-articles-gmane): Add doc fix.
16198         (spam-report-articles-resend, spam-report-resend-register-routine):
16199         Add wrappers around spam-report-resend-to.
16200
16201         * spam-report.el (spam-report-resend-to, spam-report-resend):
16202         Add support for resending spam.
16203         (spam-report-gmane): Fix line length >80.
16204
16205         * gnus.el (spam-process): Add spam-use-resend.
16206
16207 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16208
16209         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16210         number of processed spam messages.
16211         (spam-ham-copy-or-move-routine): Return the number of processed
16212         ham messages.
16213         (spam-summary-prepare-exit): Use the above values to decide
16214         whether status messages shouled be displayed.
16215
16216 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16219         `rfc2047-encoding-function-alist' in order to avoid conflicting
16220         with the old version.
16221         (rfc2047-encode-region): Concatenate words containing non-ASCII
16222         characters in structured fields; don't encode space-delimited
16223         ASCII words even in unstructured fields; don't break words at
16224         char-category boundaries.
16225         (rfc2047-encode-1): New function.
16226         (rfc2047-encode): Use it; encode text so that it occupies the
16227         maximum width within 76-column; work correctly on Q encoding for
16228         iso-2022-* charsets.
16229         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16230         sure not to break a line just after the header name.
16231         (rfc2047-b-encode-region): Removed.
16232         (rfc2047-b-encode-string): New function.
16233         (rfc2047-q-encode-region): Removed.
16234         (rfc2047-q-encode-string): New function.
16235
16236         * mm-util.el (mm-replace-in-string): New function.
16237
16238 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16239
16240         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16241         get it right.
16242         (gnus-inews-make-draft): Really.
16243
16244 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16245
16246         * nnmh.el (nnmh-request-list-1): Don't check the link count
16247         before descending.  (small patch)
16248
16249 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16250
16251         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16252         stuff.
16253
16254         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16255         on real group name.
16256
16257         * gnus-art.el (gnus-signature-limit): Doc fix.
16258
16259         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16260
16261         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16262
16263 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16264
16265         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16266         isn't a string.
16267
16268 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16269
16270         * gnus-draft.el (gnus-draft-send): Bind
16271         rfc2047-encode-encoded-words.
16272
16273         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16274         (rfc2047-encodable-p): Say that =? needs encoding.
16275         (rfc2047-encode-encoded-words): New variable.
16276
16277         * gnus-group.el (gnus-group-select-group): Doc fix.
16278
16279         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16280
16281         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16282         to nil.
16283
16284         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16285
16286         * nnheader.el (nnheader-get-lines-and-char): New function.
16287
16288 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16289
16290         * gnus-msg.el (gnus-summary-followup-with-original): Document
16291         yanking of region when active.
16292
16293 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16294
16295         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16296         groups if the group level is higher than the specified value.
16297
16298 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16299
16300         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16301         (gnus-group-jump-to-group): Added prefix argument using
16302         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16303         non-active group.
16304
16305         * compface.el (uncompface): Be verbose when changing
16306         `uncompface-use-external'.
16307
16308         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16309         handle manual section.
16310
16311 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16312
16313         * gnus-art.el (gnus-button-alist): Revert previous change.
16314
16315 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16316
16317         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16318
16319 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16320
16321         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16322         whether backend can accept message.
16323
16324         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16325
16326 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16327
16328         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16329         Avoid creating directory when nntp-marks-is-evil is true.
16330         Reported by Reiner Steib.
16331
16332 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16333
16334         * gnus-picon.el (gnus-picon-style): New variable.
16335         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16336         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16337         Jesper Harder <harder@ifa.au.dk>.
16338
16339 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16340
16341         * message.el (message-fill-field): Return point.
16342         (message-generate-headers): Go to end of field.
16343
16344         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16345         stuff for non-living groups.
16346
16347 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16348
16349         * gnus-art.el (gnus-article-followup-with-original)
16350         (gnus-article-reply-with-original): gnus-mark-active-p ->
16351         gnus-region-active-p.
16352
16353 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16354
16355         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16356         only when there is spam or ham to be processed.
16357
16358 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16359
16360         * mail-source.el (mail-source-delete-crash-box): Refactor.
16361         (mail-source-fetch): Use it.
16362         (mail-source-fetch-file): Ditto.
16363         (mail-source-fetch-directory): Run postscript in loop.
16364         (mail-source-fetch-pop): Delete.
16365         (mail-source-fetch-maildir): Ditto.
16366         (mail-source-fetch-imap): Ditto.
16367
16368         * imap.el (imap-authenticators): Comment out sasl.
16369
16370         * message.el (message-skip-to-next-address): New function.
16371         (message-fill-header-address): Refactor.
16372         (message-fill-address): Use it.
16373         (message-delete-address): Use it.
16374         (message-fill-header-general): Refactor.
16375         (message-fill-field-address): Rename.
16376         (message-narrow-to-field): Find the start of the header.
16377         (message-header-format-alist): Don't pre-fill.
16378         (message-fill-header): Removed.
16379         (message-insert-header): New function.
16380         (message-shorten-references): Use it.
16381
16382         * rfc2047.el (rfc2047-field-value): Strip props.
16383
16384         * mail-parse.el (mail-header-make-address): New alias.
16385
16386         * ietf-drums.el (ietf-drums-make-address): New function.
16387
16388         * imap.el: Add compiler directives.
16389
16390         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16391
16392         * gnus-art.el (article-decode-idna-rhs): Don't use
16393         message-idna-inside-rhs-p.
16394
16395 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16396
16397         * message.el (message-idna-inside-rhs-p): Removed.
16398         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16399
16400         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16401         false positives.
16402
16403 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16404
16405         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16406
16407 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16408
16409         * nneething.el (nneething-file-name): Don't create spurious
16410         files.
16411
16412         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16413         (gnus-inews-do-gcc): Remove sleep.
16414
16415         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16416         part under point.
16417
16418         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16419         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16420
16421 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16422
16423         * spam.el (spam-summary-prepare-exit): Fixed (length).
16424
16425 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16426
16427         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16428         as expired without moving it" message when there are spam
16429         messages left.
16430
16431 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16432
16433         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16434         header is not nil.
16435
16436 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16437
16438         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16439         nntp-possibly-create-directory, not nntp-possibly-change-group.
16440         (nntp-marks-changed-p): New arg SERVER.
16441         (nntp-request-update-info): Adjust caller.
16442
16443 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16444
16445         * nntp.el (nntp-save-marks): Pass missing arg.
16446
16447 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16448
16449         * nntp.el: Support marks.
16450         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16451         (nntp-marks-modtime, nntp-marks-directory): New variables.
16452         (nntp-request-set-mark, nntp-request-update-info)
16453         (nntp-possibly-create-directory, nntp-marks-changed-p)
16454         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16455         functions.
16456
16457 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16458
16459         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16460         (gnus-xmas-redefine): Rename.
16461
16462         * gnus-score.el (gnus-score-insert-help): Use
16463         gnus-select-lowest-window.
16464
16465         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16466         appt-select-lowest-window and rename to gnus-select-lowest-window.
16467
16468         * gnus.el: do.
16469
16470 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16471
16472         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16473         encodings of MIME-encoded words, in order to improve
16474         interoperability with several broken MUAs.
16475
16476 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16477
16478         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16479         tags, only when charsets are not specified in headers.
16480         (mm-inline-text-html-render-with-w3m): Ditto.
16481
16482         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16483         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16484
16485 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16486
16487         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16488         instead of MIME-decoded from fields when checking
16489         `gnus-article-address-banner-alist'.
16490
16491 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16492
16493         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16494         description rather than subject.
16495
16496 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16497
16498         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16499
16500 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16501
16502         * gnus.el (gnus-version-number): Bump.
16503
16504 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16505
16506         * gnus.el: No Gnus v0.2 is released.
16507
16508 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16509
16510         * gnus-agent.el (gnus-agent-read-agentview): Inline
16511         gnus-uncompress-range.
16512
16513 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16514
16515         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16516         `exec-installed-p'.
16517
16518 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16519
16520         * gnus.el (spam-process, spam-autodetect-methods): Add
16521         bsfilter and bsfilter-headers.
16522
16523         * spam.el (spam-bsfilter): New customize group.
16524         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16525         (spam-bsfilter-header, spam-bsfilter-probability-header)
16526         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16527         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16528         (spam-bsfilter-database-directory): New options.
16529         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16530         (spam-list-of-statistical-checks, spam-registration-functions):
16531         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16532         (spam-bsfilter-score): New command.
16533         (spam-check-bsfilter-headers, spam-check-bsfilter)
16534         (spam-bsfilter-register-with-bsfilter)
16535         (spam-bsfilter-register-spam-routine)
16536         (spam-bsfilter-unregister-spam-routine)
16537         (spam-bsfilter-register-ham-routine)
16538         (spam-bsfilter-unregister-ham-routine): New functions.
16539         (spam-generic-score): Support bsfilter; Accept an optional argument
16540         to recalcurate spam score even if scoring header has already been
16541         added.
16542         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16543         optional argument to recalcurate spam score even if scoring header
16544         has already been added.
16545
16546 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16547
16548         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16549         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16550         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16551         link is missing.
16552
16553 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16554
16555         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16556         (html2text-get-attr): Rewrite.
16557
16558         * message.el (message-setup-1): Remove redundant put-text-property
16559         on mail-header-separator.
16560
16561 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16562
16563         * gnus-registry.el (gnus-registry-cache-whitespace)
16564         (gnus-registry-action, gnus-registry-spool-action)
16565         (gnus-registry-split-fancy-with-parent): Change message levels
16566         from 5 to 3 or 7, as needed.
16567
16568         * spam.el (spam-summary-prepare-exit)
16569         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16570         (spam-split, spam-find-spam, spam-log-undo-registration)
16571         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16572         level from 5 to 6.
16573
16574 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16577         2004-03-04 change).
16578
16579 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16580
16581         * sieve-manage.el (sieve-manage-open):
16582         * nnweb.el (nnweb-insert-html):
16583         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16584         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16585         * nnspool.el (nnspool-request-group):
16586         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16587         * nnml.el (nnml-request-update-info):
16588         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16589         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16590         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16591         (nnimap-request-set-mark):
16592         * nnfolder.el (nnfolder-request-update-info):
16593         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16594         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16595         * gnus-uu.el (gnus-uu-find-articles-matching):
16596         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16597         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16598         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16599         * gnus-nocem.el (gnus-nocem-scan-groups):
16600         * gnus-int.el (gnus-start-news-server):
16601         * gnus-group.el (gnus-group-make-kiboze-group)
16602         (gnus-group-browse-foreign-server):
16603         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16604         Use mapc when appropriate.
16605
16606 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16607
16608         FIXME: Make separate entries for each person.
16609
16610         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16611         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16612         <shields@msrl.com>:
16613
16614         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16615         may need for spam sorting and scoring.
16616         (spam-user-format-function-S): Add user format function suitable for
16617         general use.
16618         (spam-article-sort-by-spam-status): Add sorting function for summary
16619         sorting.
16620         (spam-extra-header-to-number): Add function to get a score from a
16621         header.
16622         (spam-summary-score): Add function to get a numeric score from the
16623         headers.
16624         (spam-generic-score): Fix function doc, was in wrong place.
16625         (spam-initialize): Take symbols when it's run, and install the
16626         extra headers that spam-necessary-extra-headers thinks we need.
16627
16628 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16629
16630         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16631         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16632
16633 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16634
16635         * gnus-sum.el (gnus-set-global-variables)
16636         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16637         (gnus-article-get-xrefs, gnus-summary-best-group)
16638         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16639         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16640         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16641         Use with-current-buffer.
16642
16643 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16644
16645         * spam.el (spam-summary-prepare-exit): Simplify logic.
16646         (spam-fetch-article-header): Read the article header if it's not
16647         available.
16648         (spam-list-articles): Simplify logic.
16649         (spam-filelist-register-routine): Fix bug with unregister-list.
16650
16651         * gnus-registry.el: Fix comments at beginning.
16652
16653 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16654
16655         * message.el (message-cater-to-broken-inn): Remove.
16656         (message-shorten-references): Make sure the total folded length of
16657         References is shorter than 998 characters to cater to a bug in INN
16658         2.3.  Also, don't pretend that references aren't folded -- this
16659         hasn't worked for a while.
16660
16661 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16662
16663         * gnus-agent.el (gnus-agentize):
16664         gnus-agent-send-mail-real-function no longer set to current value
16665         of message-send-mail-function but rather a lambda that calls
16666         message-send-mail-function.  The change makes the agent real-time
16667         responsive to user changes to message-send-mail-function.
16668
16669 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16670
16671         * legacy-gnus-agent.el
16672         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16673         help from Florian Weimer <fw@deneb.enyo.de>
16674
16675 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * nnmail.el (nnmail-cache-insert): Revert last change.
16678
16679 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * nnmail.el (nnmail-cache-insert): Always check whether
16682         nnmail-cache-ignore-groups matches a group name.
16683
16684 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16685
16686         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16687         (spam-find-spam, spam-log-processing-to-registry)
16688         (spam-log-registered-p, spam-log-unregistration-needed-p)
16689         (spam-log-undo-registration): Use gnus-message instead of
16690         gnus-error, none of these errors are fatal.
16691
16692         * gnus-registry.el (gnus-registry-clean-empty-function)
16693         (gnus-registry-clean-empty): Remove only empty entries without
16694         extra data.
16695
16696 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16697
16698         * spam-stat.el (spam-stat-buffer-change-to-spam)
16699         (spam-stat-buffer-change-to-non-spam): Change (error) to
16700         (gnus-message 8) invocation.
16701
16702 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * nntp.el (nntp-via-netcat-command): New variable.
16705         (nntp-via-netcat-switches): New variable.
16706         (nntp-open-via-rlogin-and-netcat): New function.
16707         (nntp-open-connection-function): Doc fix.
16708         (nntp-telnet-command): Doc fix.
16709         (nntp-end-of-line): Doc fix.
16710         (nntp-via-rlogin-command): Doc fix.
16711         (nntp-via-user-name): Doc fix.
16712         (nntp-via-address): Doc fix.
16713
16714 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16717         error in Emacs 21.1.
16718
16719 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16720
16721         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16722
16723 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16724
16725         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16726         (gnus-agent-with-refreshed-group): New macro.
16727         (gnus-agent-rename-group): New function.
16728         (gnus-agent-delete-group): New function.
16729         (gnus-agent-save-group-info): Use gnus-command-method when
16730         `method' parameter is nil.  Don't write nil entries into the
16731         active file.
16732         (gnus-agent-get-group-info): New function.
16733         (gnus-agent-fetch-articles): Use
16734         gnus-agent-update-files-total-fetched-for to increment disk space
16735         used.
16736         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16737         gnus-agent-update-view-total-fetched-for to increment disk space
16738         used.
16739         (gnus-agent-get-local): Added optional parameters to avoid calling
16740         gnus-group-real-name and gnus-find-method-for-group.
16741         (gnus-agent-set-local): Delete stored entry if either min, or max,
16742         are nil.
16743         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16744         quit, use gnus-agent-regenerate-group to record existance of any
16745         articles fetched to disk before the quit occurred.
16746         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16747         gnus-agent-update-view-total-fetched-for, and
16748         gnus-agent-update-files-total-fetched-for to decrement disk space
16749         used.
16750         (gnus-agent-retrieve-headers): Use
16751         gnus-agent-update-view-total-fetched-for to increment disk space
16752         used.
16753         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16754         with gnus-agent-update-files-total-fetched-for to decrement disk
16755         space and fresh group buffer.
16756         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16757         (gnus-agent-need-update-total-fetched-for): New variable.
16758         (gnus-agent-update-files-total-fetched-for): New function.
16759         (gnus-agent-update-view-total-fetched-for): New function.
16760         (gnus-agent-total-fetched-for): New function.
16761
16762         * gnus-cache.el (gnus-cache-save-buffers): Use
16763         gnus-cache-update-overview-total-fetched-for to change disk space
16764         used by this group.
16765         (gnus-cache-possibly-enter-article): Use
16766         gnus-cache-update-file-total-fetched-for to increment disk space
16767         used by this group.
16768         (gnus-cache-possibly-remove-article): Use
16769         gnus-cache-update-file-total-fetched-for to decrement disk space
16770         used by this group.
16771         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16772         (gnus-cache-rename-group): New function.
16773         (gnus-cache-delete-group): New function.
16774         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16775         (gnus-cache-need-update-total-fetched-for): New variable.
16776         (gnus-cache-with-refreshed-group): New macro.
16777         (gnus-cache-update-file-total-fetched-for): New function.
16778         (gnus-cache-update-overview-total-fetched-for): New function.
16779         (gnus-cache-rename-group-total-fetched-for): New function.
16780         (gnus-cache-delete-group-total-fetched-for): New function.
16781         (gnus-cache-total-fetched-for): New function.
16782
16783         * gnus-group.el: Require gnus-sum and autoload functions to
16784         resolve warnings when gnus-group.el compiled alone.
16785         (gnus-group-line-format): Documented new %F.
16786         (size of Fetched data) group line format; identifies disk space
16787         used by agent and cache.
16788         (gnus-group-line-format-alist): Defined new F format.
16789         (gnus-total-fetched-for): New function.
16790         (gnus-group-delete-group): No longer update
16791         gnus-cache-active-altered as gnus-request-delete-group now keeps
16792         the cache in sync.
16793         (gnus-group-list-active): Let the agent store a server's active
16794         list if currently plugged.
16795
16796         * gnus-int.el (gnus-request-delete-group):
16797         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16798         local disk in sync with the server.
16799         (gnus-request-rename-group):
16800         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16801         local disk in sync with the server.
16802
16803         * gnus-start.el (gnus-get-unread-articles):
16804         Cosmetic simplification to logic.
16805
16806         * gnus-util.el (gnus-rename-file): New function.
16807
16808 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16809
16810         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16811
16812 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16813
16814         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16815         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16816
16817 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16818
16819         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16820         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16821
16822 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16823
16824         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16825
16826 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16827
16828         * spam.el (spam-set-difference): Add function to replace
16829         gnus-set-difference in spam.el.
16830         (spam-summary-prepare-exit): Use spam-set-difference.
16831
16832 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16833
16834         * gnus-registry.el (gnus-registry-cache-file): Update to use
16835         gnus-dribble-directory OR gnus-home-directory OR ~.
16836         (gnus-registry-split-fancy-with-parent): Fix doc.
16837
16838 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * message.el (message-exchange-point-and-mark): Use
16841         message-mark-active-p.  Suggested by Jesper Harder
16842         <harder@ifa.au.dk>.
16843
16844 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * message.el (message-exchange-point-and-mark): Don't activate
16847         region if it was inactive.  Suggested by Hiroshi Fujishima
16848         <pooh@nature.tsukuba.ac.jp>.
16849
16850 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus-art.el (article-display-face): Display Faces in the same
16853         order as X-Faces.
16854
16855 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16858
16859 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16862         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16863         (gnus-article-mime-hierarchy): Remove.
16864         (gnus-article-mime-hierarchy-next): Remove.
16865         (gnus-article-mode): Revert 2004-03-19 change.
16866         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16867         (gnus-insert-mime-button): Revert 2004-03-19 change.
16868         (gnus-mime-accumulate-hierarchy): Remove.
16869         (gnus-mime-enter-multipart): Remove.
16870         (gnus-mime-leave-multipart): Remove.
16871         (gnus-mime-display-part): Revert 2004-03-19 change.
16872         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16873
16874         * mml.el (mml-preview): Revert 2004-03-19 change.
16875
16876 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16877
16878         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16879
16880 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16883         t while entering a file name using the mm-with-multibyte macro.
16884         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16885
16886         * mm-util.el (mm-with-multibyte): New macro.
16887
16888 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16891         user option.
16892         (gnus-mime-multipart-functions): Doc and customization fix.
16893         (gnus-article-mime-hierarchy): New variable.
16894         (gnus-article-mime-hierarchy-next): New variable.
16895         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16896         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16897         gnus-article-mime-hierarchy-next to nil.
16898         (gnus-insert-mime-button): Show hierarchy numbers.
16899         (gnus-mime-accumulate-hierarchy): New function.
16900         (gnus-mime-enter-multipart): New function.
16901         (gnus-mime-leave-multipart): New function.
16902         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16903         (gnus-mime-display-alternative): Show hierarchy numbers.
16904
16905         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16906         gnus-article-mime-hierarchy-next to nil.
16907
16908 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16909
16910         * dns.el: Don't require gnus-xmas.
16911
16912 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16913
16914         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16915         inline PGP.
16916         (mml-menu): Disable mml-quote-region if mark is inactive.
16917
16918 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16919
16920         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16921         when the group's active is not available.
16922
16923 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16926         error.
16927
16928 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * imap.el (imap-store-password): New variable.
16931         (imap-interactive-login): Use it.
16932         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16933
16934 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16937         window-start and hscroll to summary window.
16938
16939 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16940
16941         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16942         conversion message to newsrc-dribble when an actual conversion is
16943         performed.
16944
16945 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16946
16947         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16948
16949 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * mm-decode.el (mm-complicated-handles): New function reviving
16952         former definition of mm-multiple-handles.
16953
16954         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16955         (gnus-mime-delete-part): Use it.
16956
16957 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16958
16959         * gnus-agent.el (gnus-agent-read-local): Bind
16960         nnheader-file-coding-system to gnus-agent-file-coding-system to
16961         avoid the implicit assumption that they will always be equal.
16962         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16963         coding-system-for-write, as the with-temp-file macro first prints
16964         to a buffer then saves the buffer.
16965
16966 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * gnus-art.el (gnus-article-edit-part): New function.
16969         (gnus-mime-save-part-and-strip): Use it; do query instead of
16970         signaling an error; don't use mm-multiple-handles.
16971         (gnus-mime-delete-part): Ditto.
16972
16973 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16974
16975         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16976         old file versions.
16977         (gnus-group-prepare-hook): Removed function that converted list
16978         form of gnus-agent-expire-days to group properties.
16979
16980         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16981         (gnus-request-accept-article): Re-indented.
16982
16983         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16984         converters to handle old agent file formats.  Added logic for a
16985         "backup before upgrading warning".
16986         (gnus-convert-mark-converter-prompt): Developers can mark
16987         functions as needing (default), or not needing,
16988         gnus-convert-old-newsrc's "backup before upgrading warning".
16989         (gnus-convert-converter-needs-prompt): Tests whether the user
16990         should be protected from potentially irreversable changes by the
16991         function.
16992
16993         * legacy-gnus-agent.el: New.  Provides converters that are only
16994         loaded when gnus-convert-old-newsrc needs to call them.
16995
16996 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * mail-source.el (mail-source-touch-pop): Doc fix.
16999
17000         * message.el (message-smtpmail-send-it): Doc fix.
17001
17002 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17003
17004         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17005
17006         * nnmail.el (nnmail-split-fancy): do.
17007
17008         * gnus-kill.el (gnus-kill, gnus-execute): do.
17009
17010 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17011
17012         * gnus-sum.el (gnus-widget-reversible-match)
17013         (gnus-widget-reversible-to-internal)
17014         (gnus-widget-reversible-to-external): New functions.
17015         (gnus-widget-reversible): New widget.
17016         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17017
17018 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17019
17020         * gnus-sum.el (gnus-thread-sort-functions)
17021         (gnus-article-sort-functions): Document `(not F)' items.
17022
17023 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17024
17025         * spam.el (spam-use-gmane-xref): Add new backend.
17026         (spam-gmane-xref-spam-group): Add variable to control the name of the
17027         Gmane spam group.
17028         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17029         (spam-regex-headers-spam, spam-regex-headers-ham)
17030         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17031         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17032         backends and checks.
17033         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17034
17035         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17036         an autodetect method.
17037
17038 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17039
17040         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17041         articles are being added to a group.
17042         (gnus-request-replace-article): Inform the agent that articles
17043         need to be uncached as the cached contents are no longer valid.
17044
17045 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * binhex.el: Don't autoload executable-find.
17048
17049         * canlock.el: Don't autoload mail-fetch-field.
17050
17051         * dgnushack.el: Autoload c-mode for XEmacs.
17052
17053         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17054
17055         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17056         rmail-dont-reply-to and rmail-output.
17057
17058         * gnus-score.el: Don't autoload ffap-string-at-point.
17059
17060         * gnus-setup.el: Don't autoload sc-cite-original.
17061
17062         * imap.el: Don't autoload base64-decode-string,
17063         base64-encode-string and md5.
17064
17065         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17066         and rmail-msg-restore-non-pruned-header.
17067
17068         * mm-decode.el: Don't autoload executable-find.
17069
17070         * mm-url.el: Don't autoload executable-find.
17071
17072         * mm-view.el: Don't autoload diff-mode.
17073
17074         * nndb.el: Don't autoload news-reply-mode, news-setup,
17075         cancel-timer and telnet.
17076
17077         * password.el: Don't autoload run-at-time for Emacs.
17078
17079         * sha1-el.el: Don't autoload executable-find.
17080
17081         * sieve-mode.el: Don't autoload c-mode.
17082
17083         * uudecode.el: Don't autoload executable-find.
17084
17085 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17086
17087         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17088         (gnus-agent-possibly-alter-active): Avoid null in numeric
17089         comparison.
17090         (gnus-agent-set-local): Refuse to save null in local object table.
17091         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17092         list of articles that will be marked as unread.
17093
17094 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17097
17098 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17099
17100         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17101         language tags.
17102
17103 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17104
17105         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17106         Don't bind "obarray".
17107
17108         * gnus-sum.el (gnus-thread-sort-functions): Added
17109         `gnus-thread-sort-by-most-recent-number' and
17110         `gnus-thread-sort-by-most-recent-date'.
17111         Reported by Kai Grossjohann <kai@emptydomain.de>.
17112
17113 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17114
17115         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17116
17117 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17118
17119         * gnus-cus.el (gnus-agent-customize-category): Removed
17120         ignore-errors macro reference that required cl to be loaded at
17121         run-time.
17122
17123         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17124         single-interval range of the form (min . max).  Previously the
17125         range had to look like ((min . max)).  Likewise, return
17126         (min . max) rather than ((min . max)).
17127         (gnus-range-map): Use gnus-range-normalize to accept
17128         single-interval range.
17129
17130         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17131         the cache, but not the agent, now appear with their usual face.
17132
17133         * dgnushack.el (loaddir): New variable that is bound to the
17134         directory containing the dgnushack.el file. Use loaddir, rather
17135         than srcdir, to update load-path. Change lets dgnushack compile
17136         code in directories other than GNUS/lisp.
17137
17138 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * lpath.el: Don't bind w3m-safe-url-regexp.
17141
17142         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17143         w3m-safe-url-regexp variable buffer-local.
17144
17145         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17146
17147 2004-02-27  Simon Josefsson  <jas@extundo.com>
17148
17149         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17150         gnus-group-real-prefix.
17151         (gnus-summary-move-article): Use it, instead of
17152         gnus-group-real-prefix.
17153
17154 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * lpath.el: Bind w3m-safe-url-regexp.
17157
17158         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17159         w3m-safe-url-regexp variable buffer-local and set it as the value
17160         of mm-w3m-safe-url-regexp.
17161
17162         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17163
17164         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17165         parsing gnus-posting-styles when the message is not for replying.
17166
17167         * dgnushack.el: Autoload sgml-mode for XEmacs.
17168
17169         * nnrss.el (nnrss-opml-export): Use
17170         mm-set-buffer-file-coding-system instead of
17171         set-buffer-file-coding-system.
17172
17173 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17174
17175         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17176         of checkdoc.el).
17177         * nnrss.el: do.
17178         * gnus-mlspl.el: do.
17179         * gnus-ml.el: do.
17180         * gnus-srvr.el: do.
17181
17182         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17183
17184 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17185
17186         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17187         Corrections to custom-manual links.
17188
17189         * gnus-art.el (gnus-article): Ditto.
17190
17191         * mm-decode.el (mime-display, mime-security): Ditto.
17192
17193 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17194
17195         * flow-fill.el: Typo.
17196
17197 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17198
17199         * spam-wash.el: New file.
17200
17201 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17202
17203         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17204
17205 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17206
17207         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17208         to be run with new-articles as LIST1, not LIST2.
17209         (spam-registration-functions): Add spam-use-ham-copy as a nil
17210         registration backend.
17211
17212 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17213
17214         * spam-stat.el (spam-stat-washing-hook): New option.
17215         (spam-stat-buffer-words): Use it.
17216         (spam-stat-process-directory, spam-stat-test-directory): Use
17217         insert-file-contents-literally.
17218         (spam-stat-coding-system): New variable.
17219         (spam-stat-load, spam-stat-save): Use it.
17220
17221 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * spam-report.el (spam-report-plug-agent): Quote
17224         spam-report-url-to-file and spam-report-url-ping-plain.
17225
17226 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17227
17228         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17229         / in mailto URLs.
17230
17231 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17232
17233         * spam-report.el (spam-report-process-queue): Fix interactive use.
17234         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17235         (spam-report-unplug-agent): Doc fixes.
17236         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17237         (spam-report-agentize, spam-report-deagentize): Autoload.
17238
17239 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17242
17243         * message.el (message-setup-fill-variables): Add mml tags to
17244         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17245         <ajk@iu.edu>.
17246         (message-mode): Don't modify paragraph-separate there.
17247
17248 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * compface.el (uncompface-use-external): Default to undecided.
17251         (uncompface-use-external-threshold): New variable.
17252         (uncompface-float-time): New macro.
17253         (uncompface): Determine whether to use the external decoder if
17254         uncompface-use-external is undecided.
17255
17256 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17257
17258         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17259         after images.
17260
17261         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17262
17263 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17264
17265         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17266
17267         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17268
17269         * gnus-sum.el (gnus-summary-limit-to-age)
17270         (gnus-summary-limit-children): do.
17271
17272         * gnus-int.el (gnus-request-scan): do.
17273
17274         * gnus-group.el (gnus-group-suspend): do.
17275
17276         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17277
17278         * gnus-cite.el (gnus-cite-parse-attributions): do.
17279
17280         * gnus-agent.el (gnus-summary-set-agent-mark)
17281         (gnus-agent-regenerate-group): do.
17282
17283         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17284
17285         * binhex.el (binhex-decode-region-internal): do.
17286
17287 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * gnus-fun.el (gnus-face-properties-alist): New user option.
17290         (gnus-display-x-face-in-from): Use it.
17291
17292         * gnus-art.el (article-display-face): Ditto.
17293
17294         * compface.el (uncompface-use-external): Default to nil.
17295
17296 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17297
17298         * nntp.el (nntp-erase-buffer): New function.
17299         (nntp-retrieve-data, nntp-send-command)
17300         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17301         (nntp-possibly-change-group): Use it.
17302
17303         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17304         with-current-buffer.
17305
17306 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17307
17308         * compface.el: Merge the ELisp-based uncompface program.
17309         (compface): New customization group.
17310         (uncompface-use-external): New user option.
17311         (uncompface): Call uncompface-internal if uncompface-use-external
17312         is nil.
17313         (uncompface-internal): New function.  Note that there are also
17314         some other functions and variables added for this function.
17315
17316 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17317
17318         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17319         if necessary.
17320
17321 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17322
17323         * spam-report.el (spam-report-unplug-agent)
17324         (spam-report-plug-agent, spam-report-deagentize)
17325         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17326         Add support for the Agent in spam-report: when unplugged, report to a
17327         file; when plugged, submit all the requests.
17328
17329         * spam.el (spam-register-routine): Fix message about
17330         registration.
17331
17332 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17333
17334         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17335         dependencies.
17336         (rfc2047-encode): Use it.
17337
17338         * gnus-art.el (gnus-button-marker-list): Move before first
17339         reference.
17340
17341         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17342         (imap-parse-body): Fix format string mismatch.
17343
17344         * gnus-score.el (gnus-summary-increase-score): do.
17345
17346         * nnrss.el (nnrss-close): New function.
17347
17348 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17349
17350         * nnrss.el (nnrss-make-filename): New function.
17351         (nnrss-request-delete-group, nnrss-read-server-data)
17352         (nnrss-save-server-data, nnrss-read-group-data)
17353         (nnrss-save-group-data): Use it.
17354         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17355         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17356         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17357
17358 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17359
17360         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17361
17362 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17363
17364         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17365         files.
17366
17367         * message.el (message-generate-headers-first): Don't quote nil
17368         and t in docstrings.
17369
17370         * imap.el (imap-id): do.
17371
17372         * gnus-agent.el (gnus-agent-consider-all-articles)
17373         (gnus-agent-queue-mail): do.
17374
17375 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17376
17377         * spam-report.el (spam-report-process-queue): New function.
17378         Process requests from `spam-report-requests-file'.
17379         (spam-report-process-queue): Doc fix.
17380
17381 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17382
17383         * spam.el (spam-register-routine)
17384         (spam-log-processing-to-registry, spam-log-registered-p)
17385         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17386         Change "check" to "spam-check" for semi-clarity.
17387
17388 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17389
17390         * pop3.el: Require nnheader.
17391
17392         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17393
17394         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17395
17396         * gnus-picon.el: Require cl.
17397
17398         * gnus-fun.el: Require gnus-ems and gnus-util.
17399
17400         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17401
17402         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17403
17404         * gnus-art.el (gnus-article-edit-mode): Define before first
17405         reference.
17406
17407 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17408
17409         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17410         (gnus-uu-post-encoded): Use point-at-bol.
17411
17412         * gnus-topic.el (gnus-group-active-topic-p): do.
17413
17414         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17415
17416         * gnus-group.el (gnus-group-kill-region): do.
17417
17418         * gnus-art.el (article-date-ut): do.
17419
17420         * message.el (message-fetch-field): Remove redundant
17421         case-fold-search binding.
17422         (message-narrow-to-field): Simplify.
17423
17424 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17425
17426         * spam.el (spam-directory): Derive from `gnus-directory'.
17427
17428         * spam-report.el (spam-report-url-to-file)
17429         (spam-report-requests-file): New function and variable for offline
17430         reporting.
17431         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17432         and user defined function.
17433         (spam-report-url-ping-mm-url): Remove doubled slash.
17434
17435 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17436
17437         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17438
17439 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17440
17441         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17442         format string mismatch.
17443
17444         * sieve.el (sieve-deactivate-all): do.
17445
17446         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17447
17448         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17449
17450         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17451
17452         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17453
17454 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17455
17456         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17457         the list of checks.
17458
17459 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17460
17461         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17462         padding.
17463
17464 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17465
17466         * mm-view.el (mm-fill-flowed): New variable.
17467         (mm-inline-text): Use it.
17468
17469 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17470
17471         * spam.el (spam-spamassassin-register-ham-routine)
17472         (spam-spamassassin-register-spam-routine): Fix function names.
17473
17474 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * gnus.el (gnus-tmp-grouplens): Remove.
17477         (gnus-summary-line-format): Remove grouplens.
17478
17479         * gnus-group.el (gnus-group-line-format): Ditto.
17480
17481         * gnus-spec.el (gnus-format-specs): Ditto.
17482         (gnus-update-format-specifications): Flush the group format spec
17483         cache if there's the grouplens stuff.
17484         (gnus-parse-simple-format): Replace %l with the empty string.
17485
17486 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17487
17488         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17489         omission.
17490
17491 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17494         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17495
17496 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17497
17498         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17499         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17500         New macros and functions.
17501         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17502         Handle > NLINK_MAX messages.
17503         * nnmaildir.el (nnmaildir-request-set-mark): Use
17504         nnmaildir--emlink-p and nnmaildir--eexist-p.
17505
17506 2004-01-25  Alex Schroeder  <alex@gnu.org>
17507
17508         * spam-stat.el (spam-stat-process-directory-age): New option.
17509         (spam-stat-process-directory): Use it.
17510
17511 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17512
17513         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17514         (spam-stat-save): Accept prefix argument.
17515
17516 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17517
17518         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17519         links" error.
17520
17521 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17522
17523         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17524         the rest of the and/or forms.
17525
17526 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17527
17528         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17529         compatibility with old .newsrc.eld files.
17530
17531         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17532
17533         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17534
17535         * gnus-start.el (gnus-1): do.
17536
17537         * gnus-group.el (gnus-group-line-format-alist): do.
17538
17539         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17540
17541         * gnus-gl.el: Remove.
17542
17543 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17544
17545         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17546         marks consisting of a single range {for example, (3 . 5)} rather
17547         than a list of a single range { ((3 . 5)) }.
17548
17549 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17550
17551         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17552         with-current-buffer.
17553         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17554         avoid consing a string.
17555
17556         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17557         Remove obsolete entries for big5 and gb2312.
17558
17559 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17560
17561         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17562         uncompressed list.
17563
17564 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17565
17566         * spam-stat.el (spam-stat-strip-xref): New function.
17567         (spam-stat-process-directory): Use it.
17568
17569         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17570         here -- it's done in message-fetch-field.
17571
17572 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17573
17574         * gnus-agent.el (gnus-agent-queue-mail)
17575         (gnus-agent-prompt-send-queue): New variables.
17576         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17577         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17578         "nndraft:queue" along to gnus-draft-send.  Use
17579         gnus-agent-prompt-send-queue.
17580         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17581         is "nndraft:queue".  Suggested by Gaute Strokkenes
17582         <gs234@srcf.ucam.org>
17583
17584         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17585         (agent-enable-undownloaded-faces): Added.
17586         (gnus-agent-cat-groups): Use eval-and-compile, not
17587         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17588         method of gnus-agent-cat-groups even when the buffer has been
17589         evaled.
17590         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17591         delete gnus-agent-save-active-1.
17592         (gnus-agent-save-groups): Deleted.  Identical to
17593         gnus-agent-save-active.
17594         (gnus-agent-write-active): No longer adjust agent's copy of active
17595         file as agent's adjustments are now stored in their own
17596         file.  Removed optional parameter.
17597         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17598         servers.  Add use of min/max range limits from server's local
17599         file.
17600         (gnus-agent-save-alist): Removed unused optional argument.
17601         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17602         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17603         (gnus-agent-set-local): A per-server file that keeps min/max range
17604         limits for articles known to the agent.  Provides a fast mechanism
17605         for altering many active ranges.
17606         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17607         active file (local makes it unnecessary).
17608         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17609
17610         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17611         (agent-enable-undownloaded-faces): Added.
17612
17613         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17614         disable it when sending to "nndraft:queue".
17615         (gnus-group-send-queue): Add safety check to avoid sending queue
17616         when unplugged.
17617
17618         * gnus-group.el (gnus-group-catchup): Use new
17619         gnus-sequence-of-unread-articles, not
17620         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17621         numbers of articles.  Use gnus-range-map to avoid having to
17622         uncompress the unread list.
17623         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17624         Fixed invalid ange-ftp reference.
17625
17626         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17627         (gnus-sorted-range-intersection): Intersection of two ranges
17628         without requiring that they first be uncompressed.
17629
17630         * gnus-start.el (gnus-activate-group): Unless blocked by the
17631         caller, possibly expand the active range to include both cached
17632         and agentized articles.
17633         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17634         multiple version-dependent converters.
17635         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17636         gnus-agent-save-active.
17637         (gnus-save-newsrc-file): Save dirty agent range limits.
17638
17639         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17640         gnus-agent-possibly-alter-active.
17641         (gnus-adjust-marked-articles): Faster handling of simple lists.
17642
17643 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17644
17645         * spam-stat.el (spam-stat-test-directory): New optional argument
17646         displays a list of files detected.  Suggested by Andrew Cohen
17647         <cohen@andy.bu.edu>.
17648         (spam-stat-buffer-words-with-scores): Don't narrow and change
17649         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17650
17651 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17652
17653         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17654         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17655         (spam-spamassassin-arguments)
17656         (spam-spamassassin-spam-flag-header)
17657         (spam-spamassassin-positive-spam-flag-header)
17658         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17659         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17660         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17661         (spam-list-of-processors, spam-list-of-checks)
17662         (spam-list-of-statistical-checks, spam-registration-functions)
17663         (spam-check-spamassassin-headers, spam-check-spamassassin)
17664         (spam-spamassassin-score)
17665         (spam-spamassassin-register-with-sa-learn)
17666         (spam-spamassassin-register-spam-routine)
17667         (spam-spamassassin-register-ham-routine)
17668         (spam-assassin-register-spam-routine)
17669         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17670         (spam-bogofilter-score): Fix to show article before scoring.
17671
17672 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17673
17674         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17675         default scoring function.
17676         (spam-generic-score): Call spam-spamassassin-score if
17677         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17678         spam-bogofilter-score otherwise.
17679
17680         * gnus.el (spam-process, spam-autodetect-methods): Add
17681         spamassassin and spamassassin-headers.
17682
17683 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17684
17685         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17686         Suppress unnecessary messages.
17687
17688 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17689
17690         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17691         make-hash-table.
17692
17693 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * canlock.el (base64-encode-string): Don't autoload it.
17696
17697 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * run-at-time.el: Remove useless (require 'itimer),
17700         eval-and-compile and (featurep 'xemacs).
17701
17702 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17703
17704         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17705         GROUP is a virtual group.
17706
17707 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17708
17709         * gnus.el: Autoload `message-y-or-n-p'.
17710
17711 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17712
17713         * pgg-parse.el: Remove unnecessary (require 'custom).
17714
17715         * pgg-def.el: do.
17716
17717         * nnmail.el: do.
17718
17719         * gnus-undo.el: do.
17720
17721         * gnus-picon.el: do.
17722
17723         * gnus-util.el: do.
17724
17725 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17726
17727         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17728
17729 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17732         handle, as well as a list.
17733
17734         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17735         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17736         (mm-w3m-cid-retrieve): Simplify.
17737
17738 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17739
17740         * message.el (message-kill-to-signature): Allow prefix arg to
17741         specify number of lines to keep before signature.
17742
17743 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17744
17745         * message.el (message-kill-to-signature): Change docstring.
17746
17747 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * canlock.el: Always require sha1-el.
17750         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17751
17752         * message.el: Autoload sha1 only when compiling.
17753
17754         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17755         eudc-expand-inline for XEmacs.
17756
17757 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * message.el (message-canlock-generate): Require sha1-el.
17760
17761 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17762
17763         * message.el (message-expand-name): Silence the byte compiler.
17764
17765         * lpath.el: Add detect-coding-system.
17766
17767         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17768         cus-edit.
17769
17770 2004-01-13  Simon Josefsson  <jas@extundo.com>
17771
17772         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17773         Invoke gnus-score-mode.  Reported by
17774         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17775
17776         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17777         Jim Blandy <jimb@redhat.com> (tiny change).
17778
17779 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17780
17781         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17782
17783 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17784
17785         * spam.el (spam-get-article-as-string): Update to use
17786         gnus-request-article-this-buffer, much simpler.
17787         (spam-get-article-as-buffer): Remove.
17788
17789 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17790
17791         * message.el (message-expand-name): Use EUDC if the user uses that.
17792
17793 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17794
17795         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17796         character for the encoding to avoid consing a string.
17797
17798         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17799         unnecessarily.
17800
17801         * mm-util.el (mm-replace-chars-in-string): Remove.
17802
17803         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17804         of mm-replace-chars-in-string.
17805
17806 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17807
17808         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17809
17810         * mm-util.el (mm-subst-char-in-string): Support inplace.
17811
17812         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17813         a new string in every iteration.  Use shy groups.
17814
17815 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17816
17817         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17818         * gnus-soup.el (gnus-soup-group-brew):
17819         * gnus-msg.el (gnus-put-message):
17820         * gnus-move.el (gnus-group-move-group-to-server):
17821         * gnus-kill.el (gnus-batch-score):
17822         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17823         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17824         (gnus-group-update-group, gnus-group-read-group)
17825         (gnus-group-make-group, gnus-group-make-help-group)
17826         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17827         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17828         (gnus-group-sort-by-unread, gnus-group-catchup)
17829         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17830         (gnus-group-yank-group, gnus-group-set-info)
17831         (gnus-group-list-groups):
17832         * gnus.el (gnus-generate-new-group-name):
17833         * gnus-delay.el (gnus-delay-send-queue):
17834         * nnvirtual.el (nnvirtual-catchup-group):
17835         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17836         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17837         (gnus-group-prepare-topics, gnus-topic-check-topology):
17838         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17839         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17840         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17841         (gnus-group-make-articles-read):
17842         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17843         (gnus-group-change-level, gnus-kill-newsgroup)
17844         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17845         (gnus-get-unread-articles, gnus-make-articles-unread)
17846         (gnus-make-ascending-articles-unread): Use accessor
17847         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17848         to get group information for improved readability.
17849
17850
17851 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17852
17853         * gnus-art.el (article-decode-mime-words, article-babel)
17854         (gnus-article-highlight-signature, gnus-article-add-buttons)
17855         (gnus-signature-toggle): Use gnus-with-article-buffer.
17856
17857         * gnus-art.el (gnus-article-highlight-headers)
17858         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17859
17860         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17861         (gnus-article-set-globals, gnus-request-article-this-buffer)
17862         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17863         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17864         (gnus-mime-display-alternative): Use with-current-buffer.
17865
17866 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17867
17868         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17869         also under 80 char limit, and call gnus-error if needed.
17870         (spam-fetch-article-header): Fix - it was a
17871         buffer-local variable (gnus-newsgroup-data).
17872         (spam-find-spam): Use spam-generate-fake-headers, forget about
17873         spam-insert-fake-headers.
17874         (spam-insert-fake-headers): Remove.
17875
17876 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17877
17878         * deuglify.el (gnus-article-outlook-unwrap-lines)
17879         (gnus-outlook-rearrange-article)
17880         (gnus-outlook-repair-attribution-outlook)
17881         (gnus-outlook-repair-attribution-block)
17882         (gnus-outlook-repair-attribution-other): Remove redundant
17883         save-excursion.
17884
17885 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17886
17887         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17888         (spam-fetch-field-subject-fast)
17889         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17890         (spam-fetch-article-header): Add functions to deal with Gnus
17891         internals for fast retrieval of article header data.
17892         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17893
17894 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17895
17896         * pop3.el (pop3-md5): Remove.
17897         (pop3-apop): Replace pop3-md5 with md5.
17898
17899         * mm-bodies.el: base64 is always built-in.
17900
17901         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17902         with-current-buffer.
17903
17904 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * canlock.el (canlock-insert-header): Remove excessive grouping in
17907         regexp.
17908
17909         * gnus-sum.el (gnus-summary-read-document): Ditto.
17910
17911         * gnus-uu.el (gnus-uu-part-number): Ditto.
17912
17913         * html2text.el (html2text-remove-tags): Ditto.
17914         (html2text-format-tags): Ditto.
17915         (html2text-format-single-elements): Ditto.
17916
17917         * mml.el (mml-parse-1): Ditto.
17918
17919 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17920
17921         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17922
17923         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17924
17925         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17926
17927         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17928
17929 2003-11-15  Simon Josefsson  <jas@extundo.com>
17930
17931         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17932         (pgg-gpg-lookup-key): Use regexp match instead of
17933         split-string (split-string is different between emacs 21.2 and
17934         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17935
17936 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17937
17938         * gnus-art.el (gnus-mime-view-all-parts)
17939         (gnus-article-part-wrapper, gnus-article-view-part): Use
17940         with-current-buffer.
17941
17942 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17943
17944         * spam.el (spam-disable-spam-split-during-ham-respool)
17945         (spam-spamoracle-database, spam-cache-lookups)
17946         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17947         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17948         (spam-group-ham-marks, spam-group-spam-marks)
17949         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17950         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17951         also add spam-use-blackholes to the statistical checks.
17952         (spam-fetch-field-fast): Add interface to fetching fields, may
17953         become a macro.
17954         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17955         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17956         (spam-insert-fake-headers): Fake an article when needed.
17957         (spam-find-spam): Fake article when possible.
17958         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17959         (spam-check-bogofilter-headers): Use message-fetch-field instead
17960         of nnmail-fetch-field.
17961
17962 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17963
17964         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17965
17966 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17967
17968         * spam.el (spam-split): Do not require spam-use-CHECK to be
17969         enabled if that check is passed to spam-split explicitly; also
17970         fix so 'spam doesn't get converted to spam-split-group when
17971         spam-split-symbolic-return is t.
17972         (spam-find-spam): Find registrations of the article and use those
17973         instead of re-running spam-split to find the spam/ham
17974         classification of the article.
17975         (spam-log-processing-to-registry, spam-log-registered-p)
17976         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17977         Use gnus-error instead of gnus-message.
17978         (spam-log-registration-type): Add function to determine the
17979         classification of a message based on registry entries; will
17980         return nil if both 'spam and 'ham are found.
17981         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17982         a reasonably fast local cache without the loading errors.
17983         (spam-cache-lookups): Set to t by default.
17984         (spam-find-spam): Don't try to guess spam-cache-lookups.
17985         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17986         spam-caches entry.
17987         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17988         caching of whitelist/blacklist entries.
17989         (spam-check-whitelist, spam-check-blacklist): Invoke
17990         spam-from-listed-p with a type, not a cache variable.
17991         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17992
17993 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17994
17995         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17996
17997         * nnmail.el (nnmail-split-fancy): do.
17998
17999         * mml.el (mml-parse): do.
18000
18001         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18002         (gnus-score-adaptive): do.
18003
18004 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18007         (gnus-mime-button-map): Don't set keymap parent.
18008         (gnus-button-ctan-directory-regexp): Use shy grouping.
18009         (gnus-prev-page-map): Don't set keymap parent.
18010         (gnus-prev-page-map): Remove duplicated one.
18011         (gnus-next-page-map): Don't set keymap parent.
18012         (gnus-mime-security-button-map): Ditto.
18013
18014         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18015         version number.
18016
18017         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18018
18019 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18020
18021         * canlock.el (canlock-sha1-function): Remove.
18022         (canlock-sha1-function-for-verify): Remove.
18023         (canlock-openssl-program): Remove.
18024         (canlock-openssl-args): Remove.
18025         (canlock-ignore-errors): Remove.
18026         (canlock-sha1-with-openssl): Remove.
18027         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18028         (canlock-verify): Don't use canlock-ignore-errors.
18029
18030         * sha1-el.el (sha1-string-external): Make it can return a string
18031         in binary form.
18032         (sha1-region-external): Ditto.
18033         (sha1-string-internal): Ditto.
18034         (sha1-region-internal): Ditto.
18035         (sha1-region): Ditto.
18036         (sha1-string): Ditto.
18037         (sha1): Ditto.
18038
18039 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18040
18041         * spam.el (spam-report-articles-gmane): New command.
18042
18043 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18044
18045         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18046
18047         * run-at-time.el (run-at-time-saved): Remove.
18048         (run-at-time): Doc fix.
18049
18050 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18051
18052         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18053         (gnus-summary-limit-map): Add it.
18054         (gnus-summary-make-menu-bar): do.
18055
18056 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18057
18058         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18059         Make attempt at some caching support (done for BBDB only now).
18060         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18061         addresses to be checked.
18062         (spam-clear-cache-BBDB): Add function, to be invoked by
18063         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18064         (spam-check-BBDB): Check and use the caches, if
18065         spam-cache-lookups is on, remove superfluous (provide).
18066
18067 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18068
18069         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18070
18071 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18072
18073         * run-at-time.el (run-at-time-saved): Move to after the definition
18074         of `run-at-time'.
18075
18076         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18077
18078 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18081         mm-w3m-local-map-property.
18082
18083         * mm-view.el (mm-w3m-mode-map): Remove.
18084         (mm-w3m-local-map-property): Remove.
18085         (mm-inline-text-html-render-with-w3m): Don't use
18086         mm-w3m-local-map-property.
18087
18088 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18089
18090         * run-at-time.el: New file.
18091
18092         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18093         under Emacs.
18094
18095         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18096         of gnus-set-text-properties.
18097
18098         * gnus-uu.el (gnus-uu-save-article): Ditto.
18099
18100         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18101
18102         * gnus-cite.el (gnus-cite-parse): Ditto.
18103
18104         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18105         of gnus-.
18106
18107         * gnus-xmas.el (run-at-time): Require run-at-time.
18108
18109         * gnus.el: Changed calls to nnheader-run-at-time and
18110         password-run-at-time throughout to use run-at-time directly.
18111
18112         * password.el: Removed definition of run-at-time.
18113
18114         * nnheaderxm.el: Remove definition of run-at-time.
18115
18116 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18117
18118         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18119         in prompt.
18120
18121 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18122
18123         * messagexmas.el (message-xmas-redefine): Alias
18124         `message-make-caesar-translation-table' to
18125         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18126         version.
18127
18128         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18129         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18130         `gnus-xmas-set-text-properties'.
18131         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18132         `gnus-xmas-completing-read'.
18133         (gnus-xmas-completing-read): Removed.
18134         (gnus-xmas-open-network-stream): Removed.
18135
18136         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18137         XEmacs version.
18138
18139         * dns.el (dns-make-network-process): Use `open-network-stream'
18140         instead of `gnus-xmas-open-network-stream'.
18141
18142         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18143
18144         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18145
18146 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18147
18148         * gnus-art.el (gnus-mime-display-alternative)
18149         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18150         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18151         Don't use gnus-local-map-property.
18152
18153         * gnus-util.el (gnus-local-map-property): Remove.
18154
18155         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18156         gnus-completing-read-maybe-default with completing-read.
18157
18158         * gnus-util.el (gnus-completing-read): do.
18159         (gnus-completing-read-maybe-default): Remove.
18160
18161 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18162
18163         * password.el: Only autoload `run-at-time' if not XEmacs.
18164         Only autoload the itimer functions if XEmacs.
18165
18166 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18169         XEmacsen.
18170
18171         * dgnushack.el: Autoload executable-find for XEmacs.
18172
18173 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18174
18175         * gnus-art.el (gnus-read-string): Remove.
18176         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18177         read-string.
18178
18179 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18180
18181         * netrc.el: Autoload password-read.
18182         (netrc): Add configuration group.
18183         (netrc-encoding-method, netrc-openssl-path): Add
18184         variables for encoding and decoding of files with symmetric
18185         ciphers.
18186         (netrc-encode): Add assistant function to encode a file with
18187         netrc-encoding-method.
18188         (netrc-parse): Add interactive parameter, added optional
18189         decoding if netrc-encoding-method is non-nil but otherwise
18190         behavior is standard.
18191         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18192         Do s/encode/encrypt/ everywhere.
18193
18194         * spam.el: Remove executable-find autoload.
18195
18196 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18197
18198         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18199
18200         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18201
18202 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18203
18204         * gnus-art.el (gnus-treat-ansi-sequences)
18205         (article-treat-ansi-sequences): New variable and function.
18206         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18207
18208         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18209         Use it.
18210
18211 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18212
18213         * mm-util.el (mm-quote-arg): Remove.
18214
18215         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18216         shell-quote-argument.
18217
18218         * gnus-uu.el (gnus-uu-command): do.
18219
18220         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18221
18222         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18223         with make-char.
18224
18225         * mm-util.el (mm-make-char): Remove.
18226
18227         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18228         add-minor-mode.
18229
18230         * gnus-undo.el (gnus-undo-mode): do.
18231
18232         * gnus-topic.el (gnus-topic-mode): do.
18233
18234         * gnus-sum.el (gnus-dead-summary-mode): do.
18235
18236         * gnus-start.el (gnus-slave-mode): do.
18237
18238         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18239
18240         * gnus-ml.el (gnus-mailing-list-mode): do.
18241
18242         * gnus-gl.el (gnus-grouplens-mode): do.
18243
18244         * gnus-draft.el (gnus-draft-mode): do.
18245
18246         * gnus-dired.el (gnus-dired-mode): do.
18247
18248         * gnus-ems.el (gnus-add-minor-mode): Remove.
18249
18250         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18251         Replace gnus-char-width with char-width.
18252
18253         * gnus-ems.el (gnus-char-width): Remove.
18254
18255         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18256         Replace gnus-char-width with char-width.
18257
18258         * gnus-ems.el (gnus-char-width): Remove.
18259
18260         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18261         definition.
18262         Remove Emacs 20 hash table compatibility code.
18263
18264         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18265         20 compatibility code.
18266
18267         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18268
18269         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18270
18271         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18272         with point-at-{eol,bol}.
18273
18274         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18275
18276         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18277
18278         * flow-fill.el (fill-flowed-point-at-bol)
18279         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18280
18281         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18282         Replace with point-at-{eol,bol} throughout all files.
18283
18284 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18285
18286         * ntlm.el (ntlm-string-as-unibyte): New macro.
18287         (ntlm-build-auth-response): Use it.
18288
18289         Remove Emacs 20 stuff:
18290         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18291         (butlast, mapc, remove): Remove the compiler macros.
18292         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18293         of delq and copy-sequence.
18294         * gnus-art.el (popup-menu): Remove the compiler macro.
18295         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18296         Emacs 20.
18297
18298 2004-01-05  Simon Josefsson  <jas@extundo.com>
18299
18300         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18301         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18302         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18303         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18304         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18305         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18306         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18307         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18308         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18309         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18310         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18311         string-xor into ntlm-string-xor.  Suggested by
18312         Jesper Harder <harder@myrealbox.com>.
18313
18314         * ntlm.el: Don't include poem.
18315
18316         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18317         Jesper Harder <harder@myrealbox.com>.
18318
18319         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18320
18321         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18322         probably breaks emacs with DL patch, but do we care? Is anyone
18323         still using the DL stuff?)
18324
18325         * sieve-manage.el: Use the password package.
18326         (sieve-manage-read-passwd): Remove.
18327         (sieve-manage-interactive-login): Use password.  Re-add
18328         condition-case around loop.
18329
18330         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18331         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18332         the password package.
18333
18334 2003-02-19  Simon Josefsson  <jas@extundo.com>
18335
18336         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18337         token.
18338
18339 2002-08-07  Simon Josefsson  <jas@extundo.com>
18340
18341         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18342         (sieve-manage-authenticators):
18343         (sieve-manage-authenticator-alist): Add some SASL mechs.
18344         (sieve-sasl-auth): New function.
18345         (sieve-manage-cram-md5-auth):
18346         (sieve-manage-plain-auth): Rewrite using SASL library.
18347         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18348         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18349         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18350         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18351
18352 2004-01-05  Simon Josefsson  <jas@extundo.com>
18353
18354         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18355         New files.
18356
18357 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18358
18359         * gnus-group.el (gnus-no-groups-message): Update.
18360
18361         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18362
18363 2003-11-09  Simon Josefsson  <jas@extundo.com>
18364
18365         * imap.el: Support for ID IMAP extension (RFC 2971).
18366         (imap-local-variables): Add imap-id.
18367         (imap-id): New variable.
18368         (imap-id): New function.
18369         (imap-parse-response): Parse untagged ID response.
18370         * nnimap.el (nnimap-id): New variable.
18371         (nnimap-open-connection): Use it.
18372
18373 2003-12-28  Simon Josefsson  <jas@extundo.com>
18374
18375         * gnus-score.el (gnus-score-edit-all-score): New.
18376         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18377
18378 2004-01-04  Simon Josefsson  <jas@extundo.com>
18379
18380         * password.el: Add.
18381
18382 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18383
18384         * dns.el (dns-query-types): Fix typo.
18385         (dns-query-types): New function.
18386         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18387         PTR and SOA replies, see RFC 1035.
18388
18389 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18390
18391         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18392
18393         * Moved to Changelog.2.
18394
18395 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18396
18397         * gnus.el (gnus-version-number): Bump version.
18398
18399 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18400
18401         * gnus.el: No Gnus v0.1 is released.
18402
18403 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18404
18405         * gnus.el: No Gnus v0.0 is released.
18406
18407 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18408
18409         * gnus.el (gnus-version-number): Bump.
18410         (gnus-version): No.
18411
18412 See ChangeLog.2 for earlier changes.
18413
18414     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18415       Free Software Foundation, Inc.
18416
18417   This file is part of GNU Emacs.
18418
18419   GNU Emacs is free software: you can redistribute it and/or modify
18420   it under the terms of the GNU General Public License as published by
18421   the Free Software Foundation, either version 3 of the License, or
18422   (at your option) any later version.
18423
18424   GNU Emacs is distributed in the hope that it will be useful,
18425   but WITHOUT ANY WARRANTY; without even the implied warranty of
18426   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18427   GNU General Public License for more details.
18428
18429   You should have received a copy of the GNU General Public License
18430   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18431
18432 ;; Local Variables:
18433 ;; coding: utf-8
18434 ;; fill-column: 79
18435 ;; add-log-time-zone-rule: t
18436 ;; End: