Merge branch 'master' of https://git.gnus.org/gnus
[gnus] / lisp / ChangeLog
1 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * shr.el (shr-tag-table): Remove useless nconc.
4
5 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * gnus-art.el (article-wash-html): Simplify and remove the charset
8         stuff.  Use the normal html rendering code instead of the special html
9         washing code.
10
11         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
12         `gnus-w3m' symbols.
13         (mm-text-html-washer-alist): Removed.
14
15         * mm-decode.el (mm-inline-text-html-renderer): Removed.
16         (mm-inline-media-tests): Removed use.
17         (mm-text-html-renderer): Change default to the `shr' symbol.
18
19         * mm-view.el (mm-inline-text-html): Removed use.
20
21         * gnus-art.el (gnus-blocked-images): New function.  Allow the
22         `gnus-blocked-images' to be a function.
23         (gnus-article-wash-function): Removed.
24
25 2010-10-20  Julien Danjou  <julien@danjou.info>
26
27         * spam.el (spam-list-of-processors): Mark as obsolete.
28
29         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
30         (nnimap-insert-partial-structure): Fix boundary detection.
31
32 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
33
34         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
35         run file-truename on remote files.  This can be expensive and even
36         prevent one from editing drafts if some unrelated buffer has a stale
37         connection.
38
39 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
42         kinsoku-eol regardless of shr-kinsoku-shorten.
43         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
44         (shr-tag-table): Support caption, thead, and tfoot.
45
46 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
49         lines.
50         (shr-save-contents): New command and keystroke.
51
52         * nndoc.el (nndoc-type-alist): Add git support.
53         (nndoc-git-type-p): New function.
54         (nndoc-transform-git-article): Ditto.
55         (nndoc-transform-git-headers): Ditto.
56         (nndoc-transform-git-headers): Generate Subject headers.
57
58         * shr.el (shr-parse-style): New function.
59         (shr-tag-span): Ditto.
60
61         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
62         to `G G' to avoid collisions.
63
64 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * shr.el: Load kinsoku if necessary.
67         (shr-kinsoku-shorten): New internal variable.
68         (shr-find-fill-point): Make kinsoku shorten text line if
69         shr-kinsoku-shorten is bound to non-nil.
70         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
71         shr-indentation too when testing if table is wider than frame width.
72         (shr-insert-table): Use `string-width' instead of `length' to measure
73         text width.
74         (shr-insert-table-ruler): Make sure indentation is done at bol.
75
76 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
77
78         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
79         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
80         undecoded network data.
81
82 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
85         name in the mode line spec so that the mode line menu works
86         (bug #2431).
87
88         * message.el (message-get-reply-headers): If we're fed `to-address',
89         then always use that.
90
91         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
92         aren't so wide as to need to switch off the edit menu.
93
94         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
95         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
96
97         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
98         `M-g'.
99         (nnimap-update-info): Update flags/read marks even if \* isn't part of
100         the permanent marks.
101
102 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
103
104         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
105         Splitting according to references/in-reply-to obeys the ignore-groups
106         variable, while splitting by sender and subject do not.
107
108 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
111         alist, so that we can look for non-Unicode chars.
112         (article-translate-strings): Allow both character and string maps.
113
114 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * shr.el (shr-insert): Don't insert space behind a wide character
117         categorized as kinsoku-bol, or between characters both categorized as
118         nospace.
119
120 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
121
122         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
123         headers to gnus-newsgroup-headers.
124
125 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * shr.el (shr-tag-img): Don't align images -- since we're not
128         rescaling, this often leads to ugly displays.
129
130 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
131
132         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
133         duplicates.
134
135 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
136
137         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
138         call.
139
140 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus.el: Autoload gnus-html-show-images.
143
144         * nnimap.el: Use nnheader-message throughout.
145
146         * shr.el (shr-tag-img): Ignore images with no data.
147
148 2010-10-15  Julien Danjou  <julien@danjou.info>
149
150         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
151         a possibility to disable format=flow encoding when using hard newlines.
152
153 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * shr.el (shr-insert): Remove space inserted before or after a
156         breakable character or at the beginning or the end of a line.
157         (shr-find-fill-point): Do kinsoku; find the second best point or give
158         it up if there's no breakable point.
159
160 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * nnimap.el (nnimap-open-connection): Message when opening connection
163         for debugging purposes.
164
165         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
166         on every setup buffer call to allow this to change from article to
167         article.
168
169         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
170         buffers where we have a wide table.
171
172 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
173
174         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
175         uses *-request-thread.
176
177 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * nnimap.el (nnimap-open-connection): Remove %s from openssl
180         incantation, which is no longer valid.
181
182 2010-10-14  Julien Danjou  <julien@danjou.info>
183
184         * shr.el: Fix defcustom type (char -> character).
185
186 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * nnimap.el (nnimap-open-connection): tls-program should be a list of
189         programs.
190
191 2010-10-14  Julien Danjou  <julien@danjou.info>
192
193         * shr.el (shr-tag-a): Use url-link as widget type.
194
195         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
196         `gnus-group-get-icon'.
197
198 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
201         This should make server editing work better.
202
203         * shr.el (shr-find-fill-point): Don't inloop on indented text.
204
205         * tls.el (tls-program): Remove spurious %s from openssl.
206
207         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
208         (nnimap-parse-flags): Fix regexp.
209
210         * shr.el (shr-find-fill-point): Use a filling algorithm that should
211         probably work for CJVK text, too.
212
213         * nnimap.el (nnimap-extend-tls-programs): Removed.
214         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
215
216         * tls.el (tls-starttls-switches): Remove starttls hack.
217         (open-tls-stream): Ditto.
218         (tls-find-starttls-argument): Ditto.
219
220 2010-10-13  Julien Danjou  <julien@danjou.info>
221
222         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
223         responses.
224
225 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
228
229         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
230         anything in Emacs.
231
232         * shr.el (shr-current-column): Remove buggy and unnecessary function.
233
234 2010-10-13  Julien Danjou  <julien@danjou.info>
235
236         * shr.el (shr-width): Make shr-width a defcustom with default to
237         fill-column.
238         (shr-tag-img): Use shr-width rather than fill-column.
239
240 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * dgnushack.el (byte-optimize-apply)
243         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
244
245         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
246         position when (X-)Faces exist.
247         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
248         avatars when called interactively.
249
250 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
253         gnus-article-x-face-too-ugly is bound.
254
255 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
258
259         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
260         mailbox that doesn't exist.
261
262 2010-10-12  Julien Danjou  <julien@danjou.info>
263
264         * shr.el (shr-tag-img): Encode URL properly when retrieving.
265         (shr-get-image-data): Encode URL properly when fetching from cache.
266         (shr-tag-img): Use aligned-to spaces to align correctly images.
267
268         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
269         before inserting the Gravatar.
270
271         * shr.el (shr-tag-img): Add align attribute support for <img>.
272
273 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * gnus-gravatar.el (gnus-art): Required.
276
277         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
278         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
279         Remove long obsoleted functions.
280
281 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
284
285         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
286
287         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
288         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
289         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
290         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
291         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
292         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
293         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
294
295 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * nnimap.el (nnimap-request-rename-group): Select group read-only
298         before renaming it.
299
300         * shr.el (shr-insert): Fix up the white space only regexp.
301
302         * nnimap.el (nnimap-transform-split-mail): Not all articles have
303         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
304
305         * shr.el (shr-current-column): New function.
306         (shr-find-fill-point): New function.
307
308 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
309
310         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
311         numbers.
312
313 2010-10-11  Julien Danjou  <julien@danjou.info>
314
315         * shr.el (shr-hr-line): Add.
316         (shr-tag-hr): Use shr-hr-line to specify which character to use to
317         display hr lines.
318         (shr-max-columns): Do not change state to nil if we just inserting
319         spaces.
320
321 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * gnus-topic.el (gnus-topic-read-group): If after the last group,
324         select the last group.
325
326 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
327
328         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
329
330 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
331
332         * dig.el (dig-mode-map): Declare and define in one step.
333
334 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
337         for Gnus.
338         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
339         (nnimap-update-qresync-info): Mark \Seen articles as read.
340
341         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
342         non-variable, too.
343
344         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
345         available.
346         (nnimap-update-info): Rely more on the current active than the param
347         active to avoid marking articles as read too much.
348
349         * auth-source.el (auth-source-create): Use (user-login-name) for the
350         user name default.
351
352         * nnimap.el (nnimap-update-info): If the server doesn't return any
353         useful info, just use the previous info.
354         (nnimap-update-info): Prefer old info over start-article.
355         (nnimap-update-qresync-info): Finish implementing QRESYNC.
356
357 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
358
359         * nnir.el (autoload): Clean up autoloads.
360         (nnir-imap-default-search-key): Renamed from
361         nnir-imap-search-field. Use key rather than value.
362         (nnir-imap-search-other): New variable.
363         (nnir-read-parm): Use it.
364         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
365         (gnus-summary-nnir-goto-thread): Modify to work with imap.
366
367 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
368
369         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
370         the process, too.
371
372 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
375         Allbery.
376
377         * shr.el: Rework the way things are indented by <li> slightly.
378
379         * gnus.el (gnus-group-set-parameter): Fix typo.
380
381         * nnimap.el: Start implementing QRESYNC support.
382
383 2010-10-09  Julien Danjou  <julien@danjou.info>
384
385         * nnir.el (nnir-engines): Fix too many arguments.
386
387 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
390         group is the "last", so that the backends like nnfolder actually save
391         their folders.
392
393         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
394         try to use that for the tls stream.
395         (nnimap-retrieve-group-data-early): Rework the marks code to heed
396         UIDVALIDITY and find out which groups are read-only and not.
397         (nnimap-get-flags): Use the same marks parsing code as the rest of
398         nnimap.
399
400 2010-10-09  Julien Danjou  <julien@danjou.info>
401
402         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
403
404         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
405         retrieving gravatars.
406
407         * shr.el (shr-table-corner): Add.
408         (shr-table-line): Add.
409         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
410
411 2010-10-08  Julien Danjou  <julien@danjou.info>
412
413         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
414
415 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
416
417         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
418
419         * gnus-sum.el (gnus-mark-article-as-unread)
420         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
421         (gnus-summary-set-bookmark): Use it.
422
423         * gnus-msg.el (gnus-setup-message): Use it.
424
425         * gnus-demon.el (gnus-demon-remove-handler): Use it.
426
427         * gnus.el (gnus-group-remove-parameter): Use it.
428
429         * gnus-group.el (gnus-group-make-web-group): Use it.
430
431         * gnus-demon.el (gnus-demon-remove-handler): Use it.
432
433         * nnregistry.el: Update docs to mention manual.
434
435         * gnus-registry.el: Update docs to mention nnregistry.el.
436         (gnus-registry-initialize): Don't install nnregistry refer method
437         automatically.
438         (gnus-registry-install-nnregistry): Remove it.
439
440 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * shr.el (shr-insert): Don't insert double spaces.
443
444 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-gravatar.el (gnus-treat-from-gravatar)
447         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
448         called interactively.
449
450         * gnus-art.el (gnus-mime-view-part-externally)
451         (gnus-mime-view-part-internally): Make predicate function passed to
452         gnus-mime-view-part-as-type assume argument is a mime type, not a list
453         of a mime type.
454
455         * shr.el (shr-table-widths): Don't use cl function `reduce'.
456
457 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * shr.el (require): Require cl when compiling.
460         (shr-tag-hr): New function.
461
462         * nnimap.el (nnimap-update-info): Remove double setting of high.
463         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
464         makes nnimap work properly on Courier again.
465
466         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
467         the variable for backwards compatability.
468
469         * mm-decode.el (mm-save-part): If given a non-directory result, expand
470         the file name before using to avoid setting mm-default-directory to
471         nil.
472
473         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
474         bidning gnus-agent variables.
475
476         * shr.el (shr-render-td): Use a cache for the table rendering function
477         to avoid getting an exponential rendering behaviour in nested tables.
478         (shr-insert): Rework the line-breaking algorithm.
479         (shr-insert): Don't leave trailing spaces.
480         (shr-insert-table): Also insert empty TDs.
481         (shr-tag-blockquote): Ensure paragraphs after </ul>.
482
483 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
484
485         * gnus-sum.el (gnus-number): Rename from `number'.
486         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
487         (gnus-summary-limit-children): Update uses correspondingly.
488
489 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
492         (gnus-gravatar-transform-address): Don't show avatars of people of
493         which mail addresses match gnus-gravatar-too-ugly.
494
495 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * shr.el (shr-table-widths): Expand TD elements to fill available
498         space.
499
500 2010-10-07  Julien Danjou  <julien@danjou.info>
501
502         * nnimap.el (nnimap-request-rename-group): Add this method.
503
504 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
507         name from XEmacs' function-arglist.
508
509         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
510         gravatar under XEmacs.
511
512 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
513
514         * auth-source.el: Update docs with TODO items.
515
516         * gnus-sync.el: Update docs to explain state and plans.
517
518         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
519         Hooks for mark updates.
520         (gnus-request-set-mark, gnus-request-update-mark): Use them.
521
522         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
523         hooks with arguments, which is needed for mark update hooks.
524
525 2010-10-06  Julien Danjou  <julien@danjou.info>
526
527         * gnus.el (gnus-expand-group-parameter): Only return and act on what
528         was matched.
529
530         * sieve-manage.el: Update example in `Commentary'.
531
532         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
533
534         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
535         not 2000.
536         (sieve-manage-authenticate): Re-add function.
537
538 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * shr.el (shr-insert): Get 'space transition right.
541         (shr-render-td): Only delete space at the end of the TD.
542
543         * nnimap.el (nnimap-open-connection): Prepare to support
544         open-gnutls-stream.
545
546         * shr.el: Rearrange function order to be more logical.
547
548 2010-10-06  Julien Danjou  <julien@danjou.info>
549
550         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
551         (nnrss-discover-feed): Remove 404 URL in docstring.
552
553         * nnir.el: Fix Swish-E URL.
554         Fix Namazu URL.
555
556         * message.el (message-change-subject): Remove 404 URL in a comment.
557
558 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
561         called interactively.
562
563         * gnus-util.el (gnus-remove-if): Allow hash table.
564         (gnus-remove-if-not): New function.
565
566         * gnus-art.el (gnus-mime-view-part-as-type)
567         * gnus-score.el (gnus-summary-score-effect)
568         * gnus-sum.el (gnus-read-move-group-name):
569         Replace remove-if-not with gnus-remove-if-not.
570
571         * gnus-group.el (gnus-group-completing-read):
572         Regard collection as a hash table if it is not a list.
573
574 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575
576         * shr.el (shr-render-td): Allow blank/missing <TD>s.
577
578         * shr.el: Document the table-rendering algorithm.
579
580 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
583         for Emacsen having no `libxml-parse-html-region' support.
584
585 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
588         invalid URLs.
589
590         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
591         line-broken.
592         (shr-tag-img): Ignore image fetching errors.
593         (shr-overlays-in-region): Compute overlay positions correctly.
594
595         * mm-decode.el (mm-shr): Require shr.
596
597         * gnus-art.el (gnus-blocked-images): Move variable here.
598
599         * shr.el (shr-insert-table): Bind free variable.
600
601         * mm-decode.el (mm-shr): Bind shr-content-function.
602
603         * shr.el (shr-content-function): New variable.
604
605         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
606         added for symmetry.
607
608         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
609
610         * gnus-group.el (gnus-group-make-group): Doc fix.
611
612         * nnimap.el (nnimap-request-newgroups): Return success.
613
614         * shr.el (shr-find-elements): New function.
615         (shr-tag-table): Put all the images after the table.
616         (shr-tag-table): Really inhibit images inside the table.
617         (shr-collect-overlays): Copy over overlays from the TD elements to the
618         main document.
619
620         * mm-decode.el (mm-shr): Bind shr-blocked-images to
621         gnus-blocked-images.
622
623 2010-10-05  Julien Danjou  <julien@danjou.info>
624
625         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
626
627         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
628         (gnus-html-maximum-image-size): Add this function.
629         (gnus-html-put-image): Use gnus-html-maximum-image-size.
630
631         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
632         server-value of the capability is nil.
633
634 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * shr.el (shr-tag-em): Add <EM> tag.
637
638 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
639
640         * sieve-manage.el (sieve-manage-default-stream): Make default stream
641         customizable.
642
643         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
644         handing broken links to browse-url.
645
646 2010-10-05  Julien Danjou  <julien@danjou.info>
647
648         * gnus-util.el (gnus-emacs-completing-read)
649         (gnus-iswitchb-completing-read): Use autoload rather than require.
650
651 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
654         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
655         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
656         iswitchb-temp-buflist for XEmacs.
657
658         * gnus-util.el (gnus-completing-read-function): Exclude
659         gnus-icompleting-read and gnus-ido-completing-read from candidates for
660         XEmacs since iswitchb.el is very old and ido.el is unavailable in
661         XEmacs.
662
663         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
664         not to use `delete-dups' that is unavailable in XEmacs 21.4.
665
666         * gnus-html.el: Don't require help-fns under XEmacs.
667         (gnus-html-schedule-image-fetching): Work for XEmacs.
668
669         * mm-decode.el (mm-shr): Decode contents by charset.
670
671 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672
673         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
674         unknown.
675
676         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
677         (shr-get-image-data): Ensure against the cache file missing.
678
679         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
680         for data.
681
682         * spam-report.el (spam-report-url-ping-plain): Don't query about
683         killing the process.
684
685         * shr.el (shr-render-td): Protect against too-wide text.
686
687 2010-10-04  Julien Danjou  <julien@danjou.info>
688
689         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
690         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
691
692         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
693         retrieved.
694
695 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * shr.el (browse-url): Required.
698         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
699         lines.
700         (shr-show-alt-text, shr-browse-image): New commands.
701         (shr-browse-url, shr-copy-url): New commands.
702
703         * gnus-sum.el (gnus-widen-article-window): New variable.
704         (gnus-summary-select-article-buffer): Use it.
705
706         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
707         without @ signs.
708
709 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
710
711         * nnir.el (nnir-run-imap): Remove spurious space in search string.
712
713 2010-10-04  Julien Danjou  <julien@danjou.info>
714
715         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
716         for XEmacs.
717
718 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
721
722         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
723         (nnimap-close-server): Implement.
724
725         * dgnushack.el (iswitchb): Require to shut up the compiler.
726
727         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
728         (shr-insert): Tweak line breaking.
729         (shr-insert): Handle <pre> better.
730         (shr-tag-li): Get <li> indentation right.
731         (shr-tag-li): Get <li> indentation even righter.
732         (shr-tag-blockquote): Ensure paragraph start.
733         (shr-make-table): Tweak table generation.
734         (shr-make-table): Fix typo.
735
736         * shr.el: Implement table rendering.
737
738 2010-10-04  Julien Danjou  <julien@danjou.info>
739
740         * gnus-html.el (gnus-html-put-image): Fix resize image code.
741
742 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * shr.el (shr-insert): Use string anchors instead of line anchors.
745
746 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * shr.el: Add headings.
749         (shr-ensure-paragraph): Actually work.
750         (shr-tag-li): Make <ul> prettier.
751         (shr-insert): Get white space at the beginning/end of elements right.
752         (shr-tag-p): Collapse subsequent <p>s.
753         (shr-ensure-paragraph): Don't insert double line feeds after blank
754         lines.
755         (shr-insert): \t is also space.
756         (shr-tag-s): Fix "s" tag name function.
757         (shr-tag-s): Fix face prop name.
758
759 2010-10-03  Julien Danjou  <julien@danjou.info>
760
761         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
762
763         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
764         gnus-window-inside-pixel-edges.
765
766         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
767         gnus-ems.
768
769         * mm-view.el (mm-inline-image-emacs): Support image resizing.
770
771         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
772         function.
773
774         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
775         resize choice.
776
777 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
780         beginning of the buffer.
781
782         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
783         article buffer again.
784
785         * shr.el (shr-tag-p): Don't insert newlines at the start of the
786         buffer.
787
788         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
789         when it's at the start of the buffer.
790
791         * shr.el (shr-tag-blockquote): Convert name.
792         (shr-rescale-image): Use the right image-size variant.
793
794         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
795         buffer isn't shown, then select the current article first instead of
796         bugging out.
797         (gnus-summary-select-article-buffer): Show both the article and summary
798         buffers again.
799
800         * shr.el (shr-fontize-cont): Protect against regions with no text.
801         Rename tag functions to shr-tag-* for enhanced security.
802         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
803
804 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
805
806         * shr.el (shr-insert):
807         * pop3.el (pop3-movemail):
808         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
809         loaded.
810
811 2010-10-03  Glenn Morris  <rgm@gnu.org>
812
813         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
814
815         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
816
817         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
818
819         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
820
821         * gnus-util.el (gnus-make-local-hook): Simplify.
822
823 2010-10-02  Julien Danjou  <julien@danjou.info>
824
825         * gnus-util.el (gnus-iswitchb-completing-read): New function.
826         (gnus-ido-completing-read): New function.
827         (gnus-emacs-completing-read): New function.
828         (gnus-completing-read): Use gnus-completing-read-function.
829         Add gnus-completing-read-function.
830
831 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * shr.el (shr-insert-document): Autoload.
834         (shr-img): Be silent.
835         (shr-insert): Add a newline after every picture before text.
836         (shr-add-font): Use overlays for combining faces.
837         (shr-insert): Pass upwards the text start point.
838
839         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
840         possible.
841         (mm-shr): New function.
842
843 2010-10-02  Julien Danjou  <julien@danjou.info>
844
845         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
846         should go backward.
847
848 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
849
850         * shr.el (shr): Fix typo in provide call.
851
852 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * shr.el: New file.
855
856         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
857
858         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
859         completing read.
860
861 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
864         we're being queried about.  Suggested by Dan Jacobson.
865
866         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
867         by Jason Eisner.
868
869         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
870         table, too.  Suggested by Stefan Wiens.
871         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
872         the table unnecessary.  Suggested by Stefan Wiens.
873
874         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
875         longer needed, and probably doesn't work either, as pointed out by
876         Stefan Wiens.
877         (gnus-summary-exit): Remove call to the clearing function.
878         (gnus-summary-exit-no-update): Ditto.
879
880         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
881         instead of gnus-eval-in-buffer-window to avoid popping up frames.
882         Reported by Stefan Monnier.
883         (gnus-summary-save-in-rmail): Ditto.
884
885         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
886         article buffer, instead of both the article buffer and the summary
887         buffer.  Sort of suggested by Dan Jacobson.
888
889         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
890
891         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
892         Suggested by Dan Jacobson.
893
894         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
895         documentation clearer.
896
897         * message.el (message-shorten-references): Comment on the number "21".
898         Suggested by Stefan Monnier.
899
900         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
901         Suggested by Dan Jacobson.
902
903         * gnus.el (gnus-large-newsgroup): Mention
904         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
905
906         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
907         externalize attachments.  Bug reported by Steve Wen.
908
909         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
910         really message anything to the user.
911
912         * nnmail.el (nnmail-article-group): Allow using the fancy split method
913         directly.
914
915         * nnimap.el (nnimap-request-group): Low higher than high to signal no
916         messages in empty groups.
917
918 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
919
920         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
921         non-UIDNEXT group.
922
923 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
926         not the value from the collection.
927
928         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
929         values.  This sometimes happens on some groups that have no info.
930         (nnimap-request-newgroups): New function.
931
932 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
933
934         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
935         check into `gnus-registry-initialize'.
936         (gnus-registry-initialize): Ditto.
937         Fix and extend header docs.
938
939 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
942         regexp backtrace overflows.
943
944         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
945         for starttls that tls.el implements; i.e. openssl.
946
947         * tls.el (tls-starttls-switches): Give up on using starttls with
948         gnutls-cli.
949         (tls-program): Add --insecure to be consistent with the defaults from
950         openssl s_client.  Now all three commands are insecure.
951
952 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * lpath.el: Bind completion-styles-alist for XEmacs.
955
956         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
957         (gravatar-create-image): New function that's an alias to
958         gnus-xmas-create-image, gnus-create-image, or create-image.
959         (gravatar-data->image): Use it.
960
961 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
962
963         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
964         install the nnregistry refer method.
965         (gnus-registry-install-hooks): Use it.
966         (gnus-registry-unfollowed-groups): Add nnmairix to the default
967         unfollowed groups.
968
969 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
970
971         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
972         expanding threads.
973
974 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * nnir.el: Use the server names without suffixes (bug #7009).
977
978         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
979         unencrypted to STARTTLS, if possible.
980
981 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
982
983         * message.el (message-ignored-supersedes-headers): Strip Injection-*
984         headers before superseding.
985
986 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * nnrss.el (nnrss-use-local): Add documentation.
989
990         * nnimap.el (nnimap-extend-tls-programs): New function.
991         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
992         (nnimap-wait-for-connection): Accept the greeting from the stupid
993         output from openssl s_client -starttls, too.
994
995         * tls.el (tls-starttls-switches): New variable.
996         (tls-find-starttls-argument): Use it.
997         (open-tls-stream): Ditto.
998
999         * netrc.el (netrc-credentials): Return the value of the "default"
1000         entry.
1001         (netrc-machine): Ditto.
1002
1003         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1004         article number.
1005         (nnimap-split-fancy): New variable.
1006         (nnimap-split-incoming-mail): Use it.
1007
1008         * nntp.el (nntp-server-list-active-group): Document.
1009
1010         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1011         SELECT to get the message-id.
1012
1013         * mail-source.el (mail-sources): Removed webmail support.
1014         (defvar): Ditto.
1015         (mail-source-fetcher-alist): Ditto.
1016         (mail-source-fetch-webmail): Removed.
1017
1018         * webmail.el: Removed -- doesn't seem relevant any more.
1019
1020         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1021
1022         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1023         the \r.
1024
1025 2010-09-30  Julien Danjou  <julien@danjou.info>
1026
1027         * gnus-agent.el (gnus-agent-add-group): Fix call to
1028         gnus-completing-read.
1029
1030 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * nndoc.el (nndoc-retrieve-groups): New function.
1033
1034         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1035         `default', use nnmail-split-methods.
1036         (nnimap-request-article): Downcase the NILs so that they are nil.
1037
1038         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1039         symbol.
1040
1041         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1042         code, since if the user has requested network, that's what they ought
1043         to get.
1044         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1045         (nnimap-split-rule): Mark as obsolete.
1046
1047         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1048         variable.
1049
1050         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1051         correct slot, too.
1052
1053 2010-09-29  Julien Danjou  <julien@danjou.info>
1054
1055         * gnus.el (gnus-local-domain): Declare variable obsolete.
1056
1057         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1058         computing.
1059         (gnus-ido-completing-read): Require ido.
1060
1061 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1064         build Gnus.
1065
1066         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1067         when interpreting the structures.
1068         (nnimap-request-accept-article): Add \r\n to the lines to make this
1069         work with Cyrus.
1070
1071         * nndraft.el (nndraft-request-expire-articles): Use the group name
1072         instead if "nndraft".  Fix found by Nils Ackermann.
1073
1074 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1075
1076         * nnregistry.el: Added.
1077
1078 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1079
1080         * nnmail.el (group, group-art-list, group-art):
1081         Remove unneeded directives.
1082
1083 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1086         (mm-mime-charset)
1087         * rfc2047.el (rfc2047-syntax-table)
1088         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1089
1090         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1091         rather than `insert-file-contents' and `eval-region'.
1092
1093         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1094         construction.
1095
1096         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1097
1098         * time-date.el: No need to require cl for Emacs 21.
1099
1100 2010-09-29  Julien Danjou  <julien@danjou.info>
1101
1102         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1103         replacement of `gnus-gravatar-relief' to mimic
1104         `gnus-faces-properties-alist'.
1105         Add :version property.
1106
1107 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * mail-source.el (mail-source-report-new-mail)
1110         * message.el (message-default-mail-headers)
1111         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1112
1113         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1114
1115 2010-09-28  Julien Danjou  <julien@danjou.info>
1116
1117         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1118         mail-address contains the same string as real-name.
1119
1120         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1121         non-blank in header, otherwise it'll get stripped.
1122
1123         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1124         real-name, and then for mail address rather than doing : or , search.
1125
1126 2010-09-27  Julien Danjou  <julien@danjou.info>
1127
1128         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1129         (gnus-server-goto-server): Use gnus-completing-read.
1130
1131         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1132
1133         * mm-util.el (defalias): Use gnus-completing-read.
1134         (mm-codepage-setup): Use gnus-completing-read.
1135
1136         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1137         (smime-decrypt-buffer): Use gnus-completing-read.
1138
1139         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1140
1141         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1142         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1143         (mml-insert-multipart): Use gnus-completing-read.
1144
1145         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1146
1147         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1148
1149         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1150
1151         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1152
1153         * gnus.el (gnus-read-method): Use gnus-completing-read.
1154
1155         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1156
1157         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1158         (gnus-mime-action-on-part): Use gnus-completing-read.
1159         (gnus-article-encrypt-body): Use gnus-completing-read.
1160
1161         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1162         (gnus-topic-move-matching): Use gnus-completing-read.
1163         (gnus-topic-copy-matching): Use gnus-completing-read.
1164         (gnus-topic-sort-topics): Use gnus-completing-read.
1165         (gnus-topic-move): Use gnus-completing-read.
1166
1167         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1168         (gnus-agent-add-group): Use gnus-completing-read.
1169
1170         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1171         gnus-completing-read.
1172         (nnmairix-update-groups): Use gnus-completing-read.
1173         (nnmairix-get-server): Use gnus-completing-read.
1174         (nnmairix-backend-to-server): Use gnus-completing-read.
1175         (nnmairix-goto-original-article): Use gnus-completing-read.
1176         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1177
1178         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1179
1180         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1181         (gnus-group-make-useful-group): Use gnus-completing-read.
1182         (gnus-group-make-web-group): Use gnus-completing-read.
1183         (gnus-group-add-to-virtual): Use gnus-completing-read.
1184         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1185
1186         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1187         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1188         (gnus-summary-execute-command): Use gnus-completing-read.
1189         (gnus-summary-respool-article): Use gnus-completing-read.
1190         (gnus-read-move-group-name): Use gnus-completing-read.
1191
1192         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1193         (gnus-summary-score-effect): Use gnus-completing-read.
1194
1195         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1196
1197         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1198         right completing-read function.
1199         (gnus-use-ido): New variable
1200         (gnus-completing-read-with-default): Remove.
1201
1202 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1205         x-focus-frame.
1206
1207         * nnimap.el (auth-source-forget-user-or-password)
1208         (auth-source-user-or-password): Autoload.
1209
1210         * message.el (message-from-style, message-interactive)
1211         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1212         (message-yank-prefix, message-indentation-spaces, message-signature)
1213         (message-signature-file): Add comment.
1214
1215 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1218         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1219         new articles.
1220
1221         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1222         parts.
1223         (nnimap-request-article): Work with the t setting, too.
1224
1225         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1226         that you don't get flashes of other buffers.
1227         (gnus-summary-show-complete-article): Intern before setting.
1228
1229 2010-09-27  David Engster  <dengste@eml.cc>
1230
1231         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1232         well as HEADERS.
1233         (nnmairix-retrieve-headers): Provide new argument for the above.
1234
1235 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * gnus-sum.el (gnus-summary-move-article): Don't alter
1238         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1239         group.
1240
1241         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1242
1243         * message.el (message-cite-prefix-regexp): Revert my last edit.
1244
1245         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1246         variable instead of the Gnus variable.
1247
1248         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1249
1250         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1251         again.
1252
1253         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1254         since some servers don't like it.
1255         (nnimap-open-connection): Forget credentials if the server says the
1256         password was wrong.
1257         (nnimap-parse-line): Protect against invalid data.
1258
1259         * gnus-sum.el (gnus-summary-move-article): Add comment.
1260         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1261         nothing alters it while scanning for new messages.
1262
1263         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1264         which may or may not help.
1265         (nnimap-open-connection): If we're doing a stream connection, and then
1266         discover we're on a STARTTLS-capable server, then open a STARTTLS
1267         connection instead.
1268
1269 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * nnimap.el (utf7): Required.
1272
1273         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1274         prefix.
1275
1276 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1277
1278         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1279
1280 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * nnimap.el (nnimap-request-accept-article): Message the error on
1283         error.
1284
1285 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1288
1289 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * nndoc.el (nndoc-request-list): Return success always.
1292
1293         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1294         `fetch-old' -- we only want to fetch the articles we've requested.  The
1295         rest are in the agent, probably.
1296         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1297         disappeared server" to something low.  It's not important.
1298
1299         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1300         arrived before the FETCH data.
1301
1302         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1303         target here, because we don't know the Gnus name of the group.
1304
1305         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1306         for the correct group.
1307
1308         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1309
1310         * gnus.el (gnus): Give a final warning after startup.
1311
1312         * gnus-util.el (gnus-action-message-log): New variable.
1313         (gnus-message): Use it.
1314         (gnus-final-warning): New function.
1315
1316         * nnimap.el (nnimap-open-connection): Record the greeting.
1317         (nnimap): Add greeting.
1318
1319 2010-09-26  Julien Danjou  <julien@danjou.info>
1320
1321         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1322         arguments.
1323         (gnus-html-wash-images): Fix spec computing to include start/end.
1324
1325         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1326
1327 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1330         deletion.
1331         (nnimap-retrieve-headers): Don't select the group, because that's
1332         already done by nnimap-possibly-change-group.
1333
1334         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1335         (gnus-picon-transform-address): Use it.
1336
1337         * mail-source.el (mail-source-value): Revert previous patch.
1338
1339         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1340         on failure.
1341         (nnimap-open-connection): Look up both virtual and physical server name
1342         credentials.
1343
1344         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1345
1346 2009-02-07  Dave Love  <fx@gnu.org>
1347
1348         * tls.el (open-tls-stream): Don't query killing process.
1349
1350 2009-02-08  Dave Love  <fx@gnu.org>
1351
1352         * gnus-win.el (gnus-window-to-buffer-helper,
1353         gnus-all-windows-visible-p): Function needn't be a symbol.
1354
1355         * mail-source.el (mail-source-value): Function needn't be a symbol.
1356
1357 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * message.el (message-cite-prefix-regexp): Remove } from the cite
1360         prefix.
1361
1362         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1363         highlight again, so that the highlight is correct.
1364
1365         * gnus-picon.el (gnus-picon): Remove again.
1366         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1367
1368         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1369         doing the header highlightling, so that the background colour of the
1370         picon is correct.
1371
1372         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1373         (gnus-picon): Ditto.
1374         (gnus-picon): Reinstate.  The background colour for picons is white.
1375         (gnus-picon-insert-glyph): Make the background white.
1376
1377         * nnml.el (nnml-open-nov): Don't return dead buffers.
1378
1379         * auth-source.el (auth-source-create): Query the user for whether to
1380         store the credentials.
1381
1382         * netrc.el (netrc-store-data): New function.
1383
1384         * auth-source.el (auth-source-user-or-password): Use the existing auth
1385         sources, if any, for creation.
1386
1387         * gnus.el (gnus-group-fast-parameter): Return the last matching
1388         parameter instead of the first matching parameter.
1389
1390 2010-09-26  Julien Danjou  <julien@danjou.info>
1391
1392         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1393
1394 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * mml2015.el (mml2015-use): Remove gpg support.
1397
1398         * mml1991.el (mml1991-function-alist): Remove gpg function.
1399         (mml1991-gpg-sign): Removed.
1400
1401 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1402
1403         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1404         (gnus-browse-unsubscribe-current-group): Document it.
1405         (gnus-browse-unsubscribe-group): Use it.
1406
1407 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1410         address to the To list for easier response.
1411
1412         * gnus.el (gnus-play-startup-jingle): Removed.
1413         (gnus-splash): Don't play jingle.
1414         (gnus): Silence gnus-load message.
1415
1416         * gnus-art.el (gnus-treat-play-sounds): Removed.
1417
1418         * gnus.el (gnus-play-jingle): Remove audio support.
1419
1420         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1421
1422         * earcon.el: Removed -- no users.
1423
1424         * gnus-audio.el: Removed -- no users of this package.
1425
1426         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1427
1428         * gnus-start.el (gnus-setup-news): Remove nocem support.
1429
1430         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1431
1432         * gnus.el (gnus-use-nocem): Removed.
1433
1434         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1435         Removed.
1436
1437         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1438         uses NoCeM any more.
1439
1440         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1441         (gnus-button-ctan-handler): Ditto.
1442         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1443         (gnus-button-ctan-directory-regexp): Ditto.
1444         (gnus-button-handle-ctan): Ditto.
1445         (gnus-button-tex-level): Ditto.
1446         (gnus-button-alist): Removed CTAN stuff.
1447
1448 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1451         nnimap-streaming test.
1452
1453         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1454         servers twice.
1455
1456         * nnimap.el (nnimap-open-connection): Add more error reporting when
1457         nnimap fails early.
1458
1459         * nnheader.el (nnheader-get-report-string): New function.
1460         (nnheader-get-report): Use it.
1461
1462         * gnus-int.el (gnus-check-server): Say what the error was when opening
1463         failed.
1464
1465         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1466         using streaming.
1467
1468 2010-09-25  Julien Danjou  <julien@danjou.info>
1469
1470         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1471         gnus-window-inside-pixel-edges.
1472
1473 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1476
1477         * mm-decode.el (mm-save-part): Allow saving to other directories the
1478         normal Emacs way.
1479
1480         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1481         by Jay Berkenbilt.
1482
1483         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1484         there isn't a single byte.
1485
1486         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1487         just do it.  It doesn't really seem to matter what the user responds
1488         here, I think, so it's just a confusing question.
1489
1490         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1491         non-streaming case.
1492
1493         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1494         (gnus-article-encrypt-body): Use it.
1495
1496         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1497         keystroke.
1498
1499         * nnimap.el (nnimap-find-wanted-parts-1): Use
1500         gnus-fetch-partial-articles.
1501
1502         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1503
1504         * nnimap.el (nnimap-insert-partial-structure): New function.
1505         (nnimap-get-partial-article): New function.
1506         (nnimap-request-article): Use it.
1507         (nnimap-wait-for-response): Return whether the wait was successful.
1508         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1509         retrieval wasn't successful.
1510         (nnimap-retrieve-group-data-early): Allow throttling servers.
1511         (nnimap-streaming): New variable.
1512         (nnimap-fetch-partial-articles): Removed.
1513
1514         * mm-decode.el (mm-with-part): Protect against killed buffers.
1515
1516         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1517         for prettier summary display.
1518
1519 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1520
1521         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1522         directly.
1523
1524 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1527         apparently third-party libraries depend on it.
1528
1529         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1530         before starting negotiation.
1531
1532         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1533         privacy reasons.
1534         (gnus-treat-mail-gravatar): Ditto.
1535
1536         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1537         buffer when inserting images.  Inserting text into the headers, for
1538         instance, can make them invalid.
1539
1540 2010-09-25  Julien Danjou  <julien@danjou.info>
1541
1542         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1543         variables.
1544
1545         * nnheader.el: Remove useless variables news-reply-yank-from and
1546         news-reply-yank-message-id.
1547
1548         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1549         variables.
1550
1551         * mml1991.el: Remove useless mml1991-verbose.
1552
1553         * gnus.el: Remove useless variable gnus-use-generic-from.
1554         Remove obsolete variable gnus-topic-indentation.
1555
1556         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1557
1558         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1559
1560         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1561
1562         * gnus-group.el: Remove useless gnus-group-icon-cache.
1563         Remove useless gnus-ephemeral-group-server.
1564
1565         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1566
1567         * mml2015.el: Remove useless mml2015-verbose.
1568
1569         * mml-smime.el: Remove useless mml-smime-verbose.
1570
1571         * gnus.el: Remove useless gnus-local-domain.
1572
1573         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1574         gnus-gravatar-size.
1575
1576         * gnus-art.el: Remove useless gnus-treat-translate.
1577
1578 2010-09-24  Julien Danjou  <julien@danjou.info>
1579
1580         * gnus-sum.el: Add support for Gravatars.
1581
1582         * gnus-art.el: Add support for Gravatars.
1583
1584         * gnus-gravatar.el: Add this file.
1585
1586         * gravatar.el: Add this file.
1587
1588 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1591
1592         * gnus-group.el (gnus-group-fetch-faq): Removed.
1593
1594         * gnus.el (gnus-group-faq-directory): Removed.
1595
1596         * gnus-group.el (gnus-group-fetch-charter): Removed.
1597
1598         * gnus.el (gnus-group-charter-alist): Removed.
1599
1600         * gnus-group.el (gnus-group-archive-directory): Removed.
1601         (gnus-group-recent-archive-directory): Ditto.
1602         (gnus-group-make-archive-group): Removed.
1603
1604         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1605
1606         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1607         use the same article number for all the cached articles.
1608
1609         * nnimap.el (nnimap-command): Register the last command time so
1610         that we can use it for idling NOOPs.
1611         (nnimap-open-connection): Start the keeplive timer.
1612         (nnimap-make-process-buffer): Store all the process buffers.
1613         (nnimap-keepalive): New function.
1614
1615         * starttls.el: (starttls-open-stream): Add autoload cookie.
1616
1617 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1618
1619         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1620         handling.
1621
1622 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1625         its data structures.
1626
1627         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1628         instead of the cl.el copy-list.
1629         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1630         equalp.
1631
1632 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1635         and tool-bar-local-item-from-menu.
1636
1637         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1638         mode-line-highlight face for Emacs.
1639
1640         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1641         loading gnus-sum.elc; fix comment for canlock-verify.
1642         (gnus-article-jump-to-part): Use read-number.
1643         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1644         Emacs pre-21 compatible code for help-echo.
1645         (gnus-article-next-page-1): No need to adjust the number of lines.
1646         (gnus-article-describe-bindings): Always use help-buffer.
1647
1648         * gnus-audio.el (gnus-audio-inline-sound)
1649         * gnus-cus.el (gnus-custom-mode)
1650         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1651
1652         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1653
1654         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1655         compatible code.
1656
1657 2010-09-24  Glenn Morris  <rgm@gnu.org>
1658
1659         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1660         visiting the fcc file in rmail-mode.
1661
1662         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1663
1664 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * nnir.el: Silence the byte compiler.
1667
1668         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1669         alias to browse-url-url-encode-chars if any.
1670         (gnus-html-encode-url): Use it.
1671
1672 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * gnus-start.el (gnus-use-backend-marks): New variable.
1675         (gnus-get-unread-articles-in-group): Use it.
1676
1677         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1678         makeover.
1679
1680 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1681
1682         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1683
1684 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1687         Removed.
1688         (gnus-setup-news-hook): Removed
1689         gnus-fixup-nnimap-unread-after-getting-new-news.
1690
1691         * gnus-int.el (gnus-request-update-info): Protect against backends not
1692         having the function.
1693
1694         * nnimap.el (nnimap-stream): Mention starttls.
1695         (nnimap-open-connection): Add starttls support.
1696
1697 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1698
1699         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1700
1701 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1704         BODYSTRUCTUREs.
1705         (nnimap-transform-headers): Unfold quoted {42} headers.
1706
1707         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1708         the info.
1709         (gnus-get-unread-articles): Only call updatep on backends that support
1710         it.
1711
1712         * nnweb.el (nnweb-request-update-info): NOOP.
1713
1714         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1715
1716         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1717         since it only deals with marks.
1718
1719         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1720         gnus-request-marks, and make a new gnus-request-update-info.
1721
1722         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1723         the active instead of the high number, which is usually too low.
1724
1725 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1726
1727         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1728         * encrypt.el: Removed.
1729
1730 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1733         server in symbolic form.
1734
1735         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1736         0.9.
1737
1738 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1741         (nnimap-update-info): Fix up code slightly.
1742
1743         * gnus-int.el (gnus-open-server): Add tracing for performance
1744         debugging.
1745
1746         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1747         (gnus-group-insert-group-line): Pass the real group name so that it
1748         gets the right data.
1749
1750         * gnus-start.el (gnus-get-unread-articles): Don't have
1751         `gnus-get-unread-articles-in-group' update info, since that can be
1752         really slow and doesn't seem to be needed?
1753
1754 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1755
1756         * time-date.el (date-to-time): Try using parse-time-string first before
1757         using the slower timezone-make-date-arpa-standard.
1758
1759 2010-09-22  Julien Danjou  <julien@danjou.info>
1760
1761         * gnus-group.el (gnus-group-insert-group-line): Call
1762         gnus-group-highlight-line.
1763         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1764         default hook list.
1765         (gnus-group-update-eval-form): Add new function.
1766         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1767         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1768
1769 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1772         immediate, then expire all articles.
1773         (nnimap-update-info): Fix off-by-one errors.
1774         (nnimap-flags-to-marks): Would return no marks lists for group with no
1775         flags.  Instead return the other data.
1776
1777 2010-09-22  Julien Danjou  <julien@danjou.info>
1778
1779         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1780         Only return an icon.
1781         (gnus-group-insert-group-line): Compute icon to return.
1782
1783         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1784         variable.
1785         (gnus-html-image-fetched): Only cache if
1786         gnus-html-image-automatic-caching is set.
1787         (gnus-html-image-fetched): Check for errors.
1788
1789 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1792         once per method on `g'.  This ensures that backends like nnfolder don't
1793         open all their folders.
1794
1795         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1796         (nnimap-request-list): Nix out group in the correct buffer.
1797         (nnimap-parse-flags): Implement by using `read' instead of
1798         hand-parsing.
1799         (nnimap-flags-to-marks): Pass on permanent-flags.
1800         (nnimap-make-process-buffer): Record the server name.
1801         (nnimap-parse-flags): Fix typo.
1802         (nnimap-request-scan): Run split on the server in general, not just a
1803         single group.
1804
1805         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1806         parameter, and propagate this downwards.
1807
1808         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1809         since EXAMINE changes it on the server.
1810
1811         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1812         this command might take a while.
1813
1814 2010-09-22  Julien Danjou  <julien@danjou.info>
1815
1816         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1817         harmful if you have 2 images side-by-side, they can't be properly
1818         update on text deletion.  Using text-property is safer here.
1819         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1820         data.
1821
1822 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * nnimap.el (nnimap-expunge-inbox): Removed.
1825         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1826         (nnimap-expunge): Flip default to t.
1827
1828         * gnus.el (gnus-method-to-server): Don't push things to the cache
1829         unless it's unique.
1830         (gnus-server-to-method): Ditto.
1831
1832 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1833
1834         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1835
1836 2010-09-22  Julien Danjou  <julien@danjou.info>
1837
1838         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1839         get the start of data.
1840         (gnus-html-encode-url): Add this function to encode special chars in
1841         URL.
1842         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1843         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1844
1845         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1846         default.
1847         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1848
1849         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1850         images alt-text.
1851         (gnus-html-put-image): Put alt-text as help-echo.
1852
1853 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1856         * mm-util.el (mm-decompress-buffer)
1857         * nnir.el (nnir-run-find-grep)
1858         * pop3.el (pop3-list): Use 3rd arg of split-string.
1859
1860         * time-date.el (format-seconds): Comment fix.
1861
1862         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1863         and byte-optimize-form-code-walker.
1864         (dgnushack-make-auto-load): Don't advise make-autoload.
1865
1866         * lpath.el: Remove Emacs 21 stuff.
1867
1868 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1871         outside the active range.  Suggested by Dan Christensen.
1872
1873         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1874         slightly later to avoid double-getting it.
1875
1876         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1877         previous patch.
1878
1879         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1880
1881 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1882
1883         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1884
1885 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * gnus-int.el (gnus-open-server): Give a better error message in the
1888         "go offline" case.
1889
1890         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1891         marks for nnimap, which is seldom the right thing to do.
1892
1893         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1894         (gnus-same-method-different-name): New function.
1895
1896         * nnimap.el (parse-time): Require.
1897
1898         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1899         method in the presence of many similar methods.
1900
1901         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1902
1903         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1904         nnml-inhibit-expiry.
1905
1906         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1907         find out whether methods are equal.
1908
1909         * nnimap.el (nnimap-find-expired-articles): New function.
1910         (nnimap-process-expiry-targets): New function.
1911         (nnimap-request-move-article): Request the article before looking at
1912         what the Message-ID is.  Fix found by Andrew Cohen.
1913         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1914
1915         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1916         for oldness in addition to being a predicate.
1917
1918         * nnimap.el (nnimap-request-group): When we have zero articles, return
1919         the right data to Gnus.
1920         (nnimap-request-expire-articles): Only delete articles immediately if
1921         the target is 'delete.
1922
1923         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1924         method, this would bug out.
1925
1926         * gnus-group.el (gnus-group-expunge-group): Renamed from
1927         gnus-group-nnimap-expunge, and implemented as a normal interface
1928         function.
1929
1930         * gnus-int.el (gnus-request-expunge-group): New function.
1931
1932         * nnimap.el (nnimap-request-create-group): Implement.
1933         (nnimap-request-expunge-group): New function.
1934
1935 2010-09-21  Julien Danjou  <julien@danjou.info>
1936
1937         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1938         (gnus-html-cache-expired): Add new function.
1939         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1940         wethever we should display image for fetch it.
1941         Compute alt-text earlier to pass it to the fetching function too.
1942         (gnus-html-schedule-image-fetching): Change function argument to only
1943         get one image at a time, not a list.
1944         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1945         cache.
1946         (gnus-html-get-image-data): New function to retrieve image data from
1947         cache.
1948         (gnus-html-put-image): Change buffer argument to use image data rather
1949         than file, and place image above region rather than inserting a new
1950         one. Do not take alt-text as argument, since it's useless now: we place
1951         the image above alt-text.
1952         (gnus-html-prune-cache): Remove.
1953         (gnus-html-show-images): Start to fetch image when we find one, do not
1954         push into a temporary list.
1955         (gnus-html-prefetch-images): Only fetch image if they have expired.
1956         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1957         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1958
1959 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1962
1963 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1966         spec inser "*" if the group isn't active instead of 0.
1967
1968         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1969         opening the server.
1970         (nnimap-request-delete-group): Implement group deletion.
1971         (nnimap-transform-headers): Return the size of the entire message in
1972         the Bytes header, not just the size of the first part.
1973         (nnimap-request-move-article): When moving an article from nnimap,
1974         request the article first so the accepting form has an article to
1975         accept.  Reported by Dan Christensen.
1976         (nnimap-command): Make sure that the error message doesn't error out.
1977
1978 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1979
1980         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1981         we haven't requested anything.
1982
1983 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1986         "".  Fix found by Andrew Cohen.
1987
1988         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1989         instead of -encode-string.
1990
1991 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1994
1995         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1996         by mm-subst-char-in-string.
1997
1998 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2001         waiting for the connection string.
2002
2003         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2004         arriving.
2005
2006         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2007         bogus characters.  This allows selecting certain Gmail groups.
2008
2009         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2010         (nnimap-fetch-partial-articles): New variable.
2011         (nnimap-open-connection): When looking for credentials, also use the
2012         nnimap-server-port.
2013         (nnimap-request-article): Return the group/article number, so that Gnus
2014         `^' works as expected.
2015         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2016         them.
2017
2018         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2019         comments.
2020         (gnus-methods-sloppily-equal): New function.
2021         (gnus): When using the development version of Gnus, load the gnus-load
2022         file.
2023
2024         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2025         `gnus-open-server' on each method before trying to scan them etc.  This
2026         ensures that all the backend parameters are set correctly.
2027
2028         * nnimap.el (nnimap-authenticator): New variable.
2029         (nnimap-open-connection): Allow anonymous login.
2030         (nnimap-transform-headers): The chars header is called Chars not
2031         Bytes.
2032         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2033         drops.
2034
2035         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2036         patch, found by Knut Anders Hatlen.
2037
2038 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2039
2040         * gnus-agent.el (gnus-agent-batch-confirmation)
2041         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2042         to gnus-message.
2043         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2044         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2045         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2046         * gnus-int.el (gnus-open-server): Likewise.
2047         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2048         (gnus-score-check-syntax): Likewise.
2049         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2050         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2051         Likewise.
2052         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2053
2054 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2057         calling conventions so that prefetch doesn't bug out.
2058
2059 2010-09-19  Julien Danjou  <julien@danjou.info>
2060
2061         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2062         rather than `subst-char-in-region' in order to be able to replace ASCII
2063         char by UTF-8 ones.
2064
2065         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2066         than curl.
2067         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2068         the right URL and ALT text on images.
2069         (gnus-html-wash-tags): Fix tag case.
2070         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2071         (gnus-article-html): Add -o display_ins_del=2 option.
2072         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2073
2074 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075
2076         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2077         the extra mail headers, which sometimes seem to happen for unknown
2078         reasons.
2079
2080         * mail-parse.el (mail-header-encode-parameter): Define as
2081         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2082         (or most, perhaps?) mail readers don't understand the latter, but do
2083         understand the former.
2084
2085         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2086         to nil, so that no methods are automatically agentized.  I think this
2087         is probably what most users want.
2088
2089         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2090         from url-retrieve, for instance about invalid URLs.
2091
2092         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2093         groups that have no articles.
2094         (nnimap-request-article): Check that we really got an article when we
2095         requested one.
2096
2097         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2098         doesn't exist.
2099
2100         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2101         nntp buffer so the agent can save it.
2102         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2103         that CRLF doesn't get translated to \n.
2104         (nnimap-open-connection): Don't make 'shell commands only send \n.
2105
2106 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2107
2108         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2109         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2110         Update var name.
2111         (nnml-generate-nov-file): Use dolist.
2112         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2113         Use with-current-buffer.
2114
2115 2010-09-18  Julien Danjou  <julien@danjou.info>
2116
2117         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2118         parallel.
2119
2120 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2123         the range update right.
2124         (nnimap-request-group): Don't make `M-g' bug out on group with no
2125         marks.
2126         (nnoo): Required, so that other packages can require nnimap.
2127         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2128         command we're looking for.  This helps when the server sends more
2129         responses after we've gotten everything we expected.
2130         (nnimap): Add a `newlinep' field to keep track of end-of-line
2131         conventions.
2132         Don't send CRLF to things that don't want it.
2133         (nnimap-request-accept-article): Ditto.
2134
2135 2010-09-18  Julien Danjou  <julien@danjou.info>
2136
2137         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2138         than curl to retrieve images.
2139
2140 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2143         the marks.
2144         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2145         (nnimap-wait-for-connection): New function.
2146         (nnimap-open-connection): If we have PREAUTH, don't query for login
2147         credentials.
2148         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2149         when doing a partial update.
2150
2151 2010-09-18  Julien Danjou  <julien@danjou.info>
2152
2153         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2154         tags.
2155
2156 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * nnimap.el (nnimap-credentials): New function.
2159         (nnimap-open-connection): Use the new function to look for credentials
2160         also on the numeric equivalents of "imap" and "imaps".
2161
2162         * gnus-start.el (gnus-activate-group): Send the info to
2163         gnus-request-group.
2164
2165         * nnimap.el (nnimap-request-group): Have the "check" version of the
2166         function parse flags and update the info, so that a `M-g' get a total
2167         resync of all flags from the group.
2168
2169         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2170         to allow backends to alter the info on group selection.  Also alter all
2171         the backend -request-group functions to take the parameter.
2172
2173         * nnimap.el (nnimap-store-info): New function.
2174         (nnimap-update-info): Store the info for later usage.
2175         (nnimap-request-group): Use the stored info for the dont-check case, so
2176         that we don't retrieve all marks when we enter a group.
2177
2178         * nnimap.el: Use deffoo instead of defun for interface functions.
2179
2180         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2181         update the group info.  This makes the nndraft groups, for instance, go
2182         back to their old behaviour.
2183
2184         * gnus-sum.el (gnus-select-newsgroup): Indent.
2185
2186         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2187         in.
2188         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2189         nothing.
2190
2191         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2192         from methods that are denied.
2193
2194         * gnus-int.el (gnus-method-denied-p): New function.
2195
2196         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2197         store the password instead of netrc.
2198         (nnimap-open-connection): Don't error out when we can't make a
2199         connections.
2200
2201         * auth-source.el (auth-source-create): In the password prompt, say what
2202         we're querying for.  Also prompt for user name if that hasn't been
2203         given.
2204
2205         * nnimap.el (nnimap-with-process-buffer): Removed.
2206
2207 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2210         method when we're reading from the agent.
2211
2212         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2213
2214         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2215         that's probably most useful for users.
2216
2217         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2218         "failed" all the time.
2219
2220         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2221         ...)) with (with-current-buffer ... ).
2222
2223         * nntp.el (nntp-open-server): Return whether the open was successful or
2224         not.
2225
2226         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2227         select an unread unseen article first.
2228
2229         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2230         /etc/services, supply some sensible port defaults.
2231
2232         * dgnushack.el: Define netrc-credentials.
2233
2234 2010-09-17  Julien Danjou  <julien@danjou.info>
2235
2236         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2237
2238 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2239
2240         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2241         doesn't have any parameters.
2242
2243 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2246         only upcased checks.
2247
2248         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2249
2250         * nnimap.el (nnimap-open-shell-stream): New function.
2251         (nnimap-open-connection): Use it.
2252         (nnimap-transform-headers): Get the number of lines in each message.
2253         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2254         number of lines.
2255         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2256         problem.
2257
2258         * utf7.el (utf7-encode): Autoload.
2259
2260         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2261         to allow the mail splitting to not return a default group.  This is
2262         useful for nnimap, which will leave unmatched mail in the inbox.
2263
2264         * nnimap.el: Rewritten.
2265
2266         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2267         nnimap usage.
2268
2269         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2270         if the move is internal, so that nnimap can do fast internal moves.
2271
2272         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2273         data.
2274         (gnus-read-active-for-groups): Support finishing the early retrieval of
2275         data.
2276
2277         * gnus-range.el (gnus-range-nconcat): New function.
2278
2279         * gnus-int.el (gnus-finish-retrieve-group-infos)
2280         (gnus-retrieve-group-data-early): New functions.
2281
2282 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2283
2284         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2285         (nnrss-retrieve-groups):
2286         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2287         (pop3-quit): Use with-current-buffer.
2288
2289 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2292         instead of nnheader-accept-process-output.
2293
2294         * dgnushack.el (dgnushack-compile): Add comment.
2295
2296         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2297
2298         * gnus-html.el (gnus-html-schedule-image-fetching)
2299         (gnus-html-prefetch-images): Replace process-kill-without-query by
2300         gnus-set-process-query-on-exit-flag.
2301
2302 2010-09-16  Romain Francoise  <romain@orebokech.com>
2303
2304         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2305
2306 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2309         parameter to unintern is mandatory-ish in Emacs 24.
2310
2311         * gnus-html.el (gnus-html-schedule-image-fetching)
2312         (gnus-html-prefetch-images): Check for curl before using it.
2313
2314         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2315         depend on curl, which isn't essential.
2316
2317         * imap.el: Revert back to version
2318         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2319         seem problematic.
2320
2321 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2322
2323         * gnus-registry.el (gnus-registry-install-shortcuts):
2324         Explicitly pass `obarray' to `unintern' to avoid a warning.
2325
2326 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2329         change.
2330
2331         * nnrss.el (nnrss-request-list): Removed this function and related
2332         functions, including the moreover stuff.
2333
2334 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * nnrss.el (nnrss-retrieve-groups): New function.
2337
2338 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2339
2340         * .dir-locals.el: Add no-byte-compile cookie.
2341
2342 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * time-date.el (format-seconds): Comment fix.
2345
2346         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2347         for back end that doesn't support request-scan.
2348
2349 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2352         then do request scans from the backends.
2353
2354         * netrc.el (netrc-credentials): New conveniency function.
2355
2356         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2357         avoid running a hook per line, since this takes a lot of time,
2358         profiling shows.
2359         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2360         directly if gnus-visual-p is true.
2361
2362 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2365         groups; replace mapcar with dolist which is a bit faster; pass groups
2366         info to gnus-read-active-file-1.
2367         (gnus-read-active-file-1): Scan only specified groups if the new
2368         optional arg `infos' is given.
2369
2370 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2373
2374         * pop3.el (pop3-movemail): Removed.
2375         (pop3-streaming-movemail): Renamed to pop3-movemail.
2376
2377         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2378         don't restrict end-tag searches to the end of the line.
2379
2380 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2383         articles of every unchecked group to t, which means unknown since the
2384         server has never been opened.
2385
2386 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-html.el (gnus-html-show-alt-text): New command.
2389         (gnus-html-browse-image): Ditto.
2390         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2391         to browse the image directly.
2392         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2393         better.
2394
2395         * gnus-async.el (gnus-async-article-callback): Call
2396         `gnus-html-prefetch-images' unconditionally.
2397
2398         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2399         before feeding URLs to curl.
2400
2401 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2404         internal images as deletable by `W D D'.
2405
2406         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2407         (gnus-async-article-callback): Fix typo.
2408
2409 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2412         current line to work around bugs in the output from w3m.
2413
2414         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2415         for groups that want that.
2416
2417         * nntp.el (nntp-wait-for-string): Supply a timeout for
2418         accept-process-output to ensure progress.
2419
2420         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2421         level to get unread articles from, then use that for foreign groups,
2422         too.
2423
2424         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2425         confuses the rest of the function.
2426
2427         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2428         for the methods that support -retrieve-groups, too.
2429
2430         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2431
2432 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2435         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2436
2437         * pop3.el: Require cl when compiling.
2438         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2439
2440 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2443         that aren't going to be activated.
2444         (gnus-get-unread-articles): Fix up the last commit.
2445
2446         * gnus-html.el (gnus-article-html): Allow calling without specifying
2447         the handle.  In that case, dissect the buffer first.
2448
2449         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2450
2451         * nnimap.el (nnimap-open-connection): Revert the change that would look
2452         into authinfo for imaps instead of imap.
2453
2454         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2455         say that you don't want to call gnus-request-group with don-check, but
2456         do check the reponse.  This is for virtual groups only.
2457         (gnus-get-unread-articles): Count the archive groups as secondary, so
2458         that they're activated the same way as before.
2459
2460         * imap.el (imap-message-map): Removed optional buffer parameter, since
2461         no callers use it.
2462         (imap-message-get): Ditto.
2463         (imap-message-put): Ditto.
2464         (imap-mailbox-map): Ditto.
2465         (imap-mailbox-put): Ditto.
2466         (imap-mailbox-get): Ditto.
2467         (imap-mailbox-get): Revert last change for this function.
2468
2469         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2470         case-insensitively.
2471         (nnimap-debug): Removed.
2472
2473         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2474         to use `imap-fetch' instead.  According to the comments, this should be
2475         safe, since all other IMAP clients use the 1:* syntax.
2476         (imap-enable-exchange-bug-workaround): Removed.
2477         (imap-debug): Removed -- doesn't seem very useful.
2478
2479         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2480         mail from a file, and the file doesn't exist.
2481
2482         * imap.el (imap-log): New convenience function used throughout instead
2483         of repeating the same code all over the place.
2484
2485         * pop3.el (pop3-streaming-movemail): Return t for success.
2486
2487         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2488         .authinfo if we're using ssl connection.
2489
2490         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2491         already have if we're in a main Gnus `g' run.
2492
2493         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2494
2495 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2498
2499         * nnmh.el (nnmh-request-list-1): Bind `file'.
2500
2501         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2502         alias to set-process-query-on-exit-flag or process-kill-without-query.
2503         (pop3-open-server): Use it.
2504
2505 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2508         box to the Incoming file.  Fixes mistake in previous checkin.
2509
2510         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2511         request loop (for debugging purposes) removed.
2512
2513         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2514         culprit is more visible.
2515         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2516         (nnml-add-incremental-nov): New functions to do "incremental" nov
2517         updates, where we just append to the end of the existing nov files
2518         without reading/writing them in full.
2519
2520         * mail-source.el (mail-source-delete-crash-box): Really only check the
2521         incoming files once in a while.
2522
2523         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2524
2525         * mail-source.el (mail-source-delete-crash-box): Only check the
2526         incoming files for deletion once per day to save a lot of file
2527         accesses.
2528
2529         * pop3.el (pop3-logon): Fix up unbound variable typo.
2530
2531         * mail-source.el (pop3-streaming-movemail): Autoload.
2532
2533         * pop3.el (pop3-streaming-movemail): Respect
2534         pop3-leave-mail-on-server.
2535
2536         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2537         retrieval.
2538
2539         * pop3.el (pop3-process-filter): Removed unused function.
2540         (pop3-streaming-movemail, pop3-send-streaming-command)
2541         (pop3-wait-for-messages, pop3-write-to-file)
2542         (pop3-number-of-responses): New functions for streaming pop3
2543         retrieval.
2544
2545         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2546         come from no known methods.
2547         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2548         list.
2549
2550         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2551         message sizes.
2552         (pop3-movemail): Use erase-buffer instead of looping and deleting
2553         regions, which seems rather odd.
2554
2555         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2556         file once per `g' run.
2557
2558         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2559         directories.  This makes the draft queue directory work.
2560
2561         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2562         data from the backends, so that we only request the list of groups from
2563         each method once.  This should speed things up considerably.
2564
2565         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2566         detect that it's not implemented.
2567
2568         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2569         we actually do recurse down into the tree, but don't stat all leaf
2570         nodes.
2571
2572         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2573         then say so instead of bugging out.
2574
2575         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2576         files exist before trying to read them.
2577
2578         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2579         around <pre_int>.
2580
2581         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2582
2583         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2584
2585 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * mm-util.el (mm-image-load-path): Just return the image directories,
2588         not all directories in the path in addition to the image directories.
2589         (mm-image-load-path): Maintain a cache of the image directories so that
2590         the `g' command in Gnus doesn't have to stat dozens of directories each
2591         time.
2592
2593         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2594         (gnus-html-wash-tags): Add a new `i' command to insert images.
2595         (gnus-html-insert-image): New command and keystroke.
2596         (gnus-html-redisplay-with-images): New command and keystroke.
2597         (gnus-html-show-images): Renamed command.
2598         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2599         spacers.
2600         (gnus-html-wash-tags): Decode entities at the end, so that entities
2601         inside the tags don't mess up the rest of the "parsing".
2602
2603         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2604         so that nnimap methods aren't agentized by default.  There's apparently
2605         many problems related to agent/imap behaviour.
2606
2607         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2608
2609         * gnus-html.el: Doc fix.
2610
2611 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2614         specifier-spec-list for Emacs 21.
2615
2616         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2617         glyph-width and glyph-height instead of display-graphic-p and
2618         image-size; make avoidance of displaying small images work for XEmacs.
2619
2620         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2621         for XEmacs.
2622
2623         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2624         of symbol that holds plist data.
2625         (gnus-process-plist): Remove plist of process after getting it.
2626
2627 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * message.el (message-generate-hashcash): Change default to
2630         'opportunistic if hashcash is installed.
2631
2632         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2633         (gnus-html-put-image): Only call image-size once, since it's somewhat
2634         time-consuming on remote X servers.
2635
2636 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2639         type on data, not a file name.
2640
2641         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2642         window-pixel-edges for Emacs 21.
2643
2644         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2645         decoded contents.
2646         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2647
2648 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2651         group line format, since it isn't very interesting.
2652
2653         * gnus-agent.el (gnus-agent-short-article),
2654         (gnus-agent-long-article): Increase values for these two variables,
2655         since most people are likely to have more network connection and
2656         storage than before.
2657
2658         * gnus.el (gnus-refer-article-method): Change default to 'current.
2659         When referring an article, the common behaviour is to refer it from the
2660         current select method, not the native select method.  The chances of
2661         the native select method having the message in question is rather slim
2662         these days.
2663
2664         * gnus-sum.el (gnus-auto-select-subject): Change default to
2665         `unseen-or-unread'.  I think it's likely that most people want to
2666         select an unseen article over a previously seen, but unread one.
2667
2668         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2669         means that in the article buffer none of the minor mode elements will
2670         be shown, usually, and this is not desirable in most cases.
2671
2672         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2673         that commands like `d' (and the like) go to the next line in the
2674         buffer, instead of the next unread article.  I think this is the
2675         behaviour that is most natural for most users.
2676         (gnus-single-article-buffer): Change default to nil, so that people can
2677         have as many article buffers open as they have summary buffer.  I think
2678         this is the most natural way for the groups to behave.
2679
2680         * message.el (message-generate-new-buffers): Change default to
2681         `unsent', so that all new message buffers start their names with the
2682         string "*unsent", and it's easier to find the buffers if you move from
2683         them.
2684
2685 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2688         small.  They're probably tracking images.
2689         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2690         (gnus-html-rescale-image): Yet another try at getting the image sizing
2691         right.
2692
2693         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2694         nntp-marks-file-name is nil.
2695
2696 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2697
2698         * gnus-html.el (gnus-html-wash-tags)
2699         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2700         Better logging.
2701
2702 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2705
2706         * gnus-html.el (gnus-html-wash-tags): Check the value of
2707         gnus-blocked-images in the summary buffer.
2708
2709 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2710
2711         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2712
2713 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2716         like "a", it seems like.
2717         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2718         since it needs to be picked from the correct buffer.
2719
2720         * nnwfm.el: Removed.
2721
2722         * nnlistserv.el: Removed.
2723
2724 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2725
2726         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2727         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2728
2729 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * nnkiboze.el: Removed.
2732
2733         * nndb.el: Removed.
2734
2735         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2736         alt text.
2737         (gnus-html-rescale-image): Try to get the rescaling logic right for
2738         images that are just wide and not tall.
2739
2740         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2741         overshadow variable bindings.
2742
2743 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2744
2745         * gnus-html.el (gnus-html-wash-tags)
2746         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2747         extra logging.
2748
2749 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2752         (gnus-max-image-proportion): New variable.
2753         (gnus-html-rescale-image): New function.
2754         (gnus-html-put-image): Rescale images.
2755
2756 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2757
2758         Fix up some byte-compiler warnings.
2759         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2760         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2761         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2762         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2763         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2764         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2765         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2766
2767 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * gnus-html.el (gnus-article-html): Decode contents by charset.
2770
2771 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2774         (gnus-html-frame-width, gnus-blocked-images)
2775         * message.el (message-prune-recipient-rules): Add custom version.
2776         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2777
2778         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2779         functions.
2780
2781         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2782         gnus-process-get.
2783
2784 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2785
2786         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2787         instead of lsub directly.
2788
2789 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * nnwarchive.el: Removed.
2792
2793         * gnus-soup.el: Removed.
2794
2795         * nnsoup.el: Removed.
2796
2797         * nnultimate.el: Removed.
2798
2799         * gnus-html.el (gnus-blocked-images): New variable.
2800
2801         * message.el (message-prune-recipients): New function.
2802         (message-prune-recipient-rules): New variable.
2803
2804         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2805         guess whether a long line is natural text or not.
2806
2807         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2808         gnus-process-plist and friends for compatibility.
2809
2810 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2811
2812         * gnus-html.el: Require packages that define macros used in this file.
2813         (gnus-article-mouse-face): Declare to silence byte-compiler.
2814         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2815         process-get.
2816         (gnus-html-put-image): Use plist-get to avoid getf.
2817         (gnus-html-prefetch-images): Use with-current-buffer.
2818
2819 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-ems.el: Provide compatibility functions for
2822         gnus-set-process-plist.
2823
2824         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2825         header-line-format for XEmacs 21.4.
2826
2827         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2828         * gnus.el (gnus-valid-select-methods)
2829         * message.el (message-send-mail-partially-limit)
2830         * mm-decode.el (mm-text-html-renderer)
2831         * mml.el (mml-insert-mime-headers-always)
2832         * smiley.el (smiley-regexp-alist): Bump custom version.
2833
2834 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * gnus-html.el: require mm-url.
2837         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2838         with the url to `url'.
2839         (gnus-html-wash-tags): Support cid: URLs/images.
2840
2841 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2844         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2845         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2846
2847         * gnus-move.el: Removed file, since it doesn't really work.
2848
2849         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2850         UTF-8.  This seems to fix problems with some German web feeds.
2851
2852         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2853         at the top so that the proper colours are applied.
2854
2855         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2856         don't have dots in their names.
2857
2858         * gnus-art.el (gnus-article-view-part): Doc fix.
2859
2860         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2861         XEmacs-compatible.
2862         (gnus-html-put-image): Don't do images on non-graphic displays.
2863
2864         * nnslashdot.el: Removed this unused backend.
2865
2866         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2867         actions.
2868         (gnus-undo-register-1): Revert last change.
2869
2870         * gnus-group.el (gnus-group-completing-read): Protect against not
2871         having completion-styles bound.
2872
2873         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2874         make broken recipients happier.
2875
2876         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2877
2878         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2879         point parameter.
2880
2881         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2882
2883         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2884         completion-styles for group selection.
2885
2886 2009-02-04  Andreas Schwab  <schwab@suse.de>
2887
2888         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2889         headers and regexp-quote the match if necessary.
2890
2891 2009-03-24  Miles Bader  <miles@gnu.org>
2892
2893         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2894         the blinking smiley.
2895
2896 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2897
2898         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2899         blink smiley.
2900
2901 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2904         where the dribbel file lives exists.
2905
2906         * message.el (message-send-mail-partially-limit): Change the default to
2907         nil, since most people don't want this.
2908
2909         * mm-url.el (mm-url-decode-entities): Also decode entities like
2910         &#x3212.
2911
2912 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2913
2914         * gnus-sum.el (gnus-summary-idna-message):
2915         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2916         Hyperlink urls in docstrings with URL `...'.
2917
2918 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2919
2920         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2921         functions.
2922
2923 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2926         say what the mouseover text should be.
2927
2928         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2929         version of the mm-w3m-safe-url-regexp variable to only download images
2930         in the groups where we want that to happen.
2931
2932         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2933
2934         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2935         easier debugging.
2936         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2937         big pictures in the article buffer.
2938
2939         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2940         gnus-article-html.
2941         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2942         w3m.
2943
2944         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2945
2946 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2949         which doesn't exist.
2950
2951         * message.el (message-inhibit-ecomplete): New variable to allow some
2952         function to inhibit ecomplete address storage.
2953         (message-resend): Disable ecomplete message storage when resending
2954         messages.
2955
2956         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2957
2958 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2961         Save excursion while copying, moving, and deleting articles in order to
2962         prevent the cursor from jumping to unforeseen place.
2963
2964 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * lpath.el: No need to bind bookmark-current-buffer,
2967         bookmark-yank-point and bookmark-make-record-function.
2968
2969 2010-08-17  Glenn Morris  <rgm@gnu.org>
2970
2971         * gnus-sync.el: Require gnus components whose functions are used.
2972
2973         * gnus-art.el (bookmark-make-record-function):
2974         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2975         Declare for compiler.
2976
2977         * mm-url.el (mml-compute-boundary): Autoload.
2978
2979 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2982
2983 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         Typo fix "hoo4a" -> "hook".
2986
2987         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2988
2989 2010-08-14  Glenn Morris  <rgm@gnu.org>
2990
2991         * gnus-sync.el (gnus-sync): Fix defgroup version.
2992
2993 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2994
2995         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2996
2997         * gnus-sync.el: Fix docs.
2998         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2999         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3000
3001 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3002
3003         Optimizations for gnus-sync.el.
3004
3005         * gnus-sync.el: Add docs about gnus-sync-backend
3006         possibilities.
3007         (gnus-sync-save): Remove unnecessary message.
3008         (gnus-sync-read): Optimize and show what groups were skipped.
3009
3010 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3011
3012         Minor bug fixes for gnus-sync.el.
3013
3014         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3015         read the sync on get-new-news.
3016
3017         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3018         quiet.
3019
3020         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3021
3022 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3023
3024         Make saving and restoring of hidden threads work with overlays.
3025         Patch applied by Ted Zlatanov.
3026
3027         * gnus-sum.el (gnus-hidden-threads-configuration)
3028         (gnus-restore-hidden-threads-configuration): Update to deal with text
3029         properties, rather than searching for a magic character.
3030
3031 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3032
3033         New gnus-sync.el library for synchronization of marks.
3034
3035         * gnus-sync.el: New library for synchronization of marks.
3036
3037         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3038         renamed from `gnus-registry-grep-in-list'.
3039
3040         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3041
3042         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3043
3044 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3047         determining charset of text fails.
3048
3049 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * nnmail.el (nnmail-get-new-mail-1): Revert.
3052
3053         * nnml.el (nnml-active-number): Make sure names of newly created groups
3054         in nnml-group-alist are encoded.
3055
3056 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3059         containing non-ASCII characters in active file for nnml back end.
3060
3061 2010-07-24  David Engster  <dengste@eml.cc>
3062
3063         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3064         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3065
3066 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3067
3068         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3069         tag (Bug#6654).
3070
3071 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3074         the article buffer, not the summary buffer.
3075
3076 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3079         Emacs 23 as well.
3080
3081 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3084         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3085
3086 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3087
3088         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3089         Patch applied by Karl Fogel.
3090
3091         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3092         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3093
3094 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3095
3096         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3097         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3098         C-w still not working correctly from Article buffers; Thierry's
3099         patch to fix that will be applied after this.
3100
3101         * gnus-art.el (bookmark-make-record-function): New local variable.
3102
3103         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3104         article buffer.
3105         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3106
3107 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3108
3109         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3110         on changes in bookmark.el.
3111
3112 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3115         `no-log' instead of message not to log prompt string.
3116
3117 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3118
3119         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3120         the *other* type of HTML form submission.
3121
3122 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3123
3124         * auth-source.el (auth-source-pick): If choice does not contain a
3125         questioned keyword, set the check to t.
3126
3127 2010-06-12  Romain Francoise  <romain@orebokech.com>
3128
3129         * gnus-util.el (gnus-date-get-time): Move up before first use.
3130
3131 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3134         (gnus-article-edit-part): Bind it to make last part that is substituted
3135         or deleted visible.
3136         (gnus-mime-display-single): Buttonize part of which id equals to
3137         gnus-mime-buttonized-part-id.
3138
3139 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3140
3141         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3142         (gnus-dd-mmm): Use gnus-date-get-time.
3143         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3144         simplify logic.
3145         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3146         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3147
3148 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3149
3150         * auth-source.el (top): Autoload `secrets-list-collections',
3151         `secrets-create-item', `secrets-delete-item'.
3152         (auth-sources): Fix tag string.
3153         (auth-get-source, auth-source-retrieve, auth-source-create)
3154         (auth-source-delete): New defuns.
3155         (auth-source-pick): Rewrite in order to avoid 2 passes.
3156         (auth-source-forget-user-or-password): New parameter USERNAME.
3157         (auth-source-user-or-password): New parameters CREATE-MISSING and
3158         DELETE-EXISTING.  Retrieve password interactively, if needed.
3159
3160 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3161
3162         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3163         deleting unused directories when gnus-expert-user is t.
3164
3165 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3168         for each temp file when gnus-article-browse-delete-temp is ask.
3169
3170 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3171
3172         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3173         Lisp calls to delete-backward-char by calls to delete-char.
3174
3175 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3176
3177         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3178
3179 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3180
3181         * password-cache.el (password-cache-remove): Fix docstring.
3182
3183 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3186         article unless decoding article to be saved.
3187
3188 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3191         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3192         generated within the mm-with-unibyte-current-buffer macro.
3193
3194 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3197         to nil when we're in a mml-preview buffer and no group is selected.
3198
3199 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3200
3201         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3202         when catching the `C-g'.  Reported by "Leo".
3203
3204 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * message.el (message-forward-make-body-plain)
3207         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3208         multibyte-string-p.
3209
3210         * lpath.el: Revert.
3211
3212 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * message.el (message-forward-make-body-mml): Assume original message
3215         is multibyte string; error on unibyte.
3216         (message-forward-make-body-plain): Ditto; don't add excessive newline
3217         in body end.
3218
3219         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3220
3221 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3222
3223         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3224         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3225
3226 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * mm-extern.el (mm-extern-url): Don't use
3229         mm-with-unibyte-current-buffer.
3230         (mm-extern-cache-contents): Use with-current-buffer instead of
3231         save-excursion + set-buffer.
3232
3233 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * mm-util.el (mm-emacs-mule): Remove.
3236
3237 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3238
3239         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3240         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3241         change.
3242
3243 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3246         bind the default value of enable-multibyte-characters to nil.
3247
3248 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * message.el (message-forward-make-body-plain)
3251         (message-forward-make-body-mml):
3252         Don't use mm-with-unibyte-current-buffer.
3253
3254 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3255
3256         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3257
3258 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3259
3260         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3261         (Bug#5592).
3262
3263 2010-05-07  Julien Danjou  <julien@danjou.info>
3264
3265         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3266         it to mm-pipe-part.
3267
3268         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3269         it is given.
3270
3271 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * binhex.el (binhex-decode-region-internal)
3274         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3275         (dns-query)
3276         * nnweb.el (nnweb-gmane-search)
3277         * pgg-parse.el (pgg-parse-armor)
3278         * pgg.el (pgg-verify-region)
3279         * sha1.el (sha1-string-external)
3280         * uudecode.el (uudecode-decode-region-internal)
3281         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3282         XEmacs.
3283
3284         * gnus-art.el (gnus-article-browse-html-parts)
3285         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3286         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3287         make-temp-file.
3288
3289         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3290         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3291         compiling.
3292
3293         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3294         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3295         XEmacs when compiling.
3296
3297         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3298         gnus-pick-mode-off-hook for XEmacs when compiling.
3299         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3300         gnus-binary-mode-off-hook for XEmacs when compiling.
3301
3302         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3303         nil if char-charset is not available.
3304
3305         * imap.el (imap-disable-multibyte)
3306         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3307         macros.
3308
3309         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3310         instead of encode-coding-string.
3311
3312         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3313         'xemacs) instead of mm-emacs-mule to switch function definitions.
3314         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3315
3316         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3317         bind temporary-file-directory for XEmacs;
3318         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3319         timer-set-function for XEmacs 21.4 and SXEmacs;
3320         bind timer-list for XEmacs 21.4 and SXEmacs;
3321         fbind char-charset and find-charset-region for non-Mule XEmacs;
3322         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3323         encode-coding-region and encode-coding-string for XEmacs having no
3324         file-coding feature.
3325
3326 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3327
3328         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3329
3330 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3333         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3334
3335 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3336
3337         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3338         alias `jka-compr-delete-temp-file' no longer exists.
3339
3340 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3341
3342         Use define-minor-mode in Gnus where applicable.
3343         * mml.el (mml-mode): Use define-minor-mode.
3344         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3345         (gnus-undo-mode): Use define-minor-mode.
3346         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3347         (gnus-dead-summary-mode): Use define-minor-mode.
3348         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3349         Initialize in declaration.
3350         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3351         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3352         (gnus-mailing-list-mode): Use define-minor-mode.
3353         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3354         (gnus-draft-mode): Use define-minor-mode.
3355         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3356         (gnus-dired-mode): Use define-minor-mode.
3357
3358 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3359
3360         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3361         handles on recursive mml-to-mime translation and check them for
3362         boundary delimiter collisions.  Reported by Greg Troxel.
3363
3364 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3367
3368 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3369
3370         * mm-util.el (mm-find-buffer-file-coding-system):
3371         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3372
3373 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3374
3375         * message.el (message-generate-headers): Record insertion of optional
3376         headers as well.  Otherwise the check to prevent repeated insertion of
3377         optional headers is a no-op.
3378
3379 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3380
3381         * smime.el: Don't mention CVS.
3382
3383         * nnrss.el (nnrss-fetch): Don't mention CVS.
3384
3385         * nnir.el: Don't mention CVS.
3386
3387 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3388
3389         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3390
3391 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * lpath.el: Fbind bookmark-default-handler,
3394         bookmark-get-bookmark-record, bookmark-make-record-default,
3395         bookmark-prop-get for Emacs <23 and XEmacs.
3396
3397 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3398
3399         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3400         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3401         Use with-current-buffer to silence the byte-compiler.
3402         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3403         bother to require `gnus'.
3404         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3405
3406 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3407
3408         * gnus-sum.el (gnus-summary-bookmark-make-record)
3409         (gnus-summary-bookmark-jump): New functions.
3410         (gnus-summary-mode): Setup bookmark support.
3411
3412 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3413
3414         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3415         if set.
3416
3417 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3420         gnus-article-browse-html-save-cid-image; make it work recursively for
3421         forwarded messages as well.
3422         (gnus-article-browse-html-parts): Work when prefix arg is given.
3423         (gnus-article-browse-html-article): Doc fix.
3424
3425 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3426
3427         * message.el (message-default-mail-headers):
3428         (message-default-headers): Carry the value mail-default-headers over
3429         into message-default-mail-headers, rather than message-default-headers.
3430
3431 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3432
3433         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3434         charset.
3435
3436         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3437         charset into the <meta> tag when the article is encoded to utf-8.
3438
3439 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3442         directories as well.
3443         (gnus-article-browse-html-parts): Work for images that do not specify
3444         file names; delete temp directory when quitting; insert header at the
3445         right place; use file: scheme for image files.
3446
3447 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3448
3449         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3450         (gnus-article-browse-html-parts): Use it to make temporary cid image
3451         files in addition to html file so that browser may display them.
3452
3453 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3456
3457 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3458
3459         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3460
3461 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3462
3463         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3464         about Secret Service API sources.  Improve Customize options.
3465         (auth-source-pick): Change to accept any number of search parameters.
3466         Implement fallbacks iteratively, not recursively.  Add scoring on the
3467         second pass and sort by score.  Call Secret Service API when needed.
3468         (auth-source-user-or-password): Use it.  Call Secret Service API
3469         directly when needed to get the user name and the password.
3470
3471 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3472
3473         * message.el (message-interactive): Doc fix.
3474         (message-qmail-inject-args): Reflow.
3475         (message-kill-to-signature): Fix typo in docstring.
3476
3477         * smiley.el (smiley-buffer): Fix typo in docstring.
3478
3479 2010-03-24  Glenn Morris  <rgm@gnu.org>
3480
3481         * mail-source.el (gnus-message): Declare.
3482         (mail-source-delete-old-incoming): Require gnus-util.
3483
3484 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3487
3488         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3489
3490         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3491         password-cache's default if it is not bound.
3492         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3493         password-cache-expiry's default if it is not bound.
3494
3495         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3496         available in Emacs 21.
3497
3498         * lpath.el: Suppress compiler warnings for:
3499         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3500         XEmacs;
3501         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3502         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3503         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3504
3505 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3506
3507         * auth-source.el (auth-sources): Fix up definition so extra parameters
3508         are always inline.
3509
3510 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3511
3512         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3513         wasn't updated after mismatch.  Clear cached mailbox info correctly
3514         when uidvalidity changes.
3515         (nnimap-group-prefixed-name): New function to avoid some code
3516         duplication.
3517         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3518         (nnimap-request-group): Use it.
3519         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3520         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3521         with many imap folders.  This is done by caching the group status from
3522         the imap server persistently in a group parameter `imap-status'.  (This
3523         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3524         but not persistently, so every Gnus startup was still very slow.)
3525
3526 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3527
3528         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3529         delete the extra newline.  Otherwise editing of :string and :number
3530         types don't work.
3531
3532 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3533
3534         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3535         secrets.el dependency.
3536         (auth-sources): Add optional user name.  Add secrets.el configuration
3537         choice (unused right now).
3538
3539 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3540
3541         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3542         `gnus-registry-install-shortcuts' fill in the functions.
3543
3544         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3545         warnings.
3546         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3547         (gnus-registry-install-shortcuts): Populate and use it in a
3548         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3549
3550 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3551
3552         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3553         In-place substitutions for the group name encoding/decoding.
3554         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3555         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3556         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3557         (nnimap-update-unseen, nnimap-request-list)
3558         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3559         (nnimap-request-set-mark, nnimap-split-to-groups)
3560         (nnimap-split-articles, nnimap-request-newgroups)
3561         (nnimap-request-create-group, nnimap-request-accept-article)
3562         (nnimap-request-delete-group, nnimap-request-rename-group)
3563         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3564         `encoded-mbx' for consistency.
3565         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3566         variable `imap-current-mailbox'.
3567
3568         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3569         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3570
3571 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3572
3573         * pop3.el (pop3-display-message-size-flag): Display message size byte
3574         counts during POP3 download.
3575         (pop3-movemail): Use it.
3576         (pop3-list): Implement listing of available messages.
3577
3578 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3579
3580         * nnir.el (nnir-get-article-nov-override-function): New function to
3581         override the normal NOV retrieval.
3582         (nnir-retrieve-headers): Use it.
3583
3584 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3585
3586         * auth-source.el (netrc-machine-user-or-password): Autoload.
3587
3588 2010-03-19  Glenn Morris  <rgm@gnu.org>
3589
3590         Stop message.el from loading about 40 libraries it doesn't always need.
3591         The general approach is to autoload rather than require, and to
3592         require in the specific functions rather than the file.  (Bug#5642)
3593
3594         * gmm-utils.el: Don't require wid-edit.
3595         (widget-create-child-value, widget-convert, widget-default-get):
3596         Autoload.
3597
3598         * gnus-util.el: Don't require time-date, netrc.
3599         (message-fetch-field, gnus-group-name-decode): Declare rather than
3600         autoloading.
3601         (gnus-fetch-field): Require message.
3602         (gnus-decode-newsgroups): Require gnus-group.
3603
3604         * ietf-drums.el: Don't require time-date.
3605
3606         * message.el: Don't require hashcash, canlock, ecomplete.
3607         Do require mail-utils.  Require nnheader only when compiling.
3608         (smtpmail-default-smtp-server): Remove declaration.
3609         (message-send-mail-function): Check smtpmail-default-smtp-server
3610         is bound rather than requiring smtpmail.
3611         (message-auto-save-directory, message-insert-signature): Use
3612         expand-file-name rather than nnheader-concat.
3613         (nnheader-insert-file-contents): Autoload.
3614         (hashcash-wait-async): Declare.
3615         (message-send-mail): Only call gnus-setup-posting-charset if
3616         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3617         (message-send-mail-with-sendmail): Require sendmail.
3618         (canlock-password, canlock-password-for-verify): Declare.
3619         (message-canlock-password): Require canlock.
3620         (nnheader-get-report): Autoload.
3621         (gnus-setup-posting-charset): Declare.
3622         (message-send-news): Require gnus-msg.
3623         (message-make-references, message-make-in-reply-to): Use mail-header-id
3624         rather than the alias mail-header-message-id.
3625         (ecomplete-add-item, ecomplete-save): Declare.
3626         (message-put-addresses-in-ecomplete): Require ecomplete.
3627         (ecomplete-display-matches): Autoload.
3628
3629         * mm-decode.el: Don't require mailcap, gnus-util.
3630         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3631         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3632         Autoload.
3633         (mailcap-mime-extensions): Declare.
3634
3635         * mm-encode.el: Don't require mailcap.
3636         (mailcap-extension-to-mime): Autoload.
3637
3638         * mml-sec.el: Don't require password-cache.
3639
3640         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3641         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3642         (mml-minibuffer-read-type): Require mailcap.
3643         (mml-preview): Require gnus-msg.
3644
3645         * mml1991.el: Require password-cache.
3646         (password-cache-expiry): Remove declaration.
3647
3648         * mml2015.el: Require password-cache.
3649         (password-cache-expiry): Remove declaration.
3650
3651         * nneething.el (mailcap): Require mailcap.
3652
3653         * nnheader.el (declare-function): Add compatibility stub.
3654         (message-remove-header): Declare rather than autoload.
3655         (nnheader-replace-header): Require message.
3656
3657         * nnimap.el (declare-function): Add compatibility stub.
3658         (netrc-parse, netrc-machine-user-or-password): Declare.
3659         (nnimap-open-connection): Require netrc.
3660
3661         * nntp.el (declare-function): Add compatibility stub.
3662         (netrc-parse, netrc-machine, netrc-get): Declare.
3663         (nntp-send-authinfo): Require netrc.
3664
3665         * rfc2047.el: Don't require qp.
3666         (quoted-printable-encode-region, quoted-printable-decode-string):
3667         Autoload.
3668
3669         * sieve-mode.el: Don't require easymenu.
3670         (easy-menu-add-item): Autoload it.
3671
3672         * spam-stat.el (time-to-number-of-days): Autoload it.
3673
3674 2010-03-19  Glenn Morris  <rgm@gnu.org>
3675
3676         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3677
3678 2010-03-18  Glenn Morris  <rgm@gnu.org>
3679
3680         * hashcash.el (declare-function): Remove duplicate definition.
3681
3682 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3683
3684         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3685         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3686         value if any backslash escapes).
3687
3688 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3691         if it is available.  (bug#5647)
3692
3693         * lpath.el: Suppress compiler warning for coding-system-from-name for
3694         Emacs 21 and XEmacs.
3695
3696 2010-03-14  Juri Linkov  <juri@jurta.org>
3697
3698         * hmac-def.el:
3699         * hmac-md5.el:
3700         * netrc.el: Fix keywords.
3701
3702 2010-02-26  Glenn Morris  <rgm@gnu.org>
3703
3704         * message.el (message-send-mail-function): Change the default, so that
3705         it inherits from a customized send-mail-function.  (Bug#5643)
3706
3707 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3708
3709         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3710         shell-command-to-string signals an error (bug#5299).
3711
3712 2010-02-24  Glenn Morris  <rgm@gnu.org>
3713
3714         * message.el (message-smtpmail-send-it)
3715         (message-send-mail-with-mailclient): Doc fixes.
3716
3717 2010-02-16  Glenn Morris  <rgm@gnu.org>
3718
3719         * message.el (message-default-mail-headers): Change the default value
3720         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3721
3722 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3725         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3726
3727 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3728
3729         * time-date.el (date-to-time): Doc fix (Bug#5408).
3730
3731 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3732
3733         * message.el (message-mail): Just pass yank-action on to message-setup.
3734         (message-setup): Handle (FUN . ARGS) form of yank-action.
3735         (message-with-reply-buffer, message-widen-reply)
3736         (message-yank-original): Handle non-buffer values of
3737         message-reply-buffer (Bug#4080).
3738         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3739
3740 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3741
3742         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3743         Fix typo in docstring.
3744
3745 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3746
3747         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3748         response.
3749
3750 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3753
3754         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3755
3756         * message.el (message-check-news-header-syntax): Protect against a
3757         string that `rfc822-addresses' returns when parsing fails.
3758
3759 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3762         (gnus-previous-char-property-change): New functions.
3763
3764         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3765
3766 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3767
3768         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3769         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3770
3771 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3772
3773         * message.el (message-exchange-point-and-mark): Rework last change to
3774         avoid using optional arg of exchange-point-and-mark, for backward
3775         compatibility.
3776
3777 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3778
3779         * message.el (message-exchange-point-and-mark): Call
3780         exchange-point-and-mark with an argument rather than setting
3781         mark-active by hand (Bug#5175).
3782
3783 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * nntp.el (nntp-service-to-port): Work for service expressed with
3786         numeric string; replace [:digit:] with [0-9] for XEmacs.
3787
3788 2009-12-17  Glenn Morris  <rgm@gnu.org>
3789
3790         * gnus-group.el (gnus-bug-group-download-format-alist):
3791         Change emacs entry to debbugs.gnu.org.  Bump :version.
3792
3793 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3794
3795         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3796
3797 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3798
3799         * message.el (message-info): Explain why we use `Info-goto-node'.
3800
3801 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3802
3803         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3804
3805 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3806
3807         * message.el (message-completion-in-region): New compatibility function.
3808         (message-expand-group): Use it.
3809
3810 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3813         with no unread article should be listed if the 2nd arg `predicate' is
3814         given.
3815
3816 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3819
3820 2009-11-29  Juri Linkov  <juri@jurta.org>
3821
3822         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3823         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3824         on `gnus-recenter'. (Bug#4698, Bug#4981)
3825
3826 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3827
3828         * sha1.el (sha1-string-external): default-directory "/" in case
3829         otherwise non-existent.  process-connection-type pipe for touch of
3830         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3831
3832 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3833
3834         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3835         it's comms related and sgml-mode.el has "comm" on that basis too.
3836
3837 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3840         containing tspecial characters if they have been already quoted.
3841
3842 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3843
3844         * dns-mode.el (auto-mode-alist): Purecopy string.
3845
3846 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3847
3848         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3849
3850 2009-10-24  Glenn Morris  <rgm@gnu.org>
3851
3852         * gnus-art.el (help-xref-stack-item): Define for compiler.
3853
3854 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3855
3856         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3857
3858 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3861
3862 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3865         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3866
3867 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3870         (gnus-overlays-in): New alias to overlays-in.
3871
3872         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3873         gnus-overlay-get, and gnus-delete-overlay.
3874         (gnus-summary-show-thread): Make it work as well for systems in which
3875         next-single-char-property-change is not available.
3876         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3877
3878         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3879         (gnus-overlay-get): New alias to extent-property.
3880         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3881
3882         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3883         SXEmacs.
3884
3885         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3886         SXEmacs.
3887
3888 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3889
3890         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3891
3892 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3893
3894         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3895         and XEmacs that don't have `remove-overlays'.
3896
3897 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3898
3899         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3900         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3901         selective display.  Use overlays instead.
3902
3903 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3904
3905         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3906
3907 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3908
3909         * spam-stat.el (spam-stat-load): Fix typo in message.
3910
3911 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3912
3913         * dig.el (dig-invoke): Fix typo in docstring.
3914         (query-dig): Reflow docstring.
3915
3916 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3917
3918         * gnus-art.el (gnus-article-encrypt-body):
3919         * message.el (message-check-recipients):
3920         * mm-util.el (mm-codepage-setup):
3921         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3922         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3923
3924 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3925
3926         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3927         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3928         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3929         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3930         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3931
3932 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3933
3934         * dig.el: Add "Keywords: comm", as per net-utils.el.
3935
3936 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3937
3938         * dig.el (dig-mode): Use define-derived-mode.
3939
3940 2009-09-19  Glenn Morris  <rgm@gnu.org>
3941
3942         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3943
3944 2009-09-18  Glenn Morris  <rgm@gnu.org>
3945
3946         * gnus-diary.el (gnus-diary-check-message):
3947         * message.el (message-insert-formatted-citation-line):
3948         * nnbabyl.el (top-level):
3949         * nndiary.el (nndiary-schedule):
3950         Fix typos in condition-case handlers.
3951
3952 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3955         configuration that provides the sole article window in a frame;
3956         position point correctly after deleting a part.
3957
3958 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3959
3960         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3961         (spam-resolve-registrations-routine): Use it to unregister articles
3962         that change status.
3963
3964 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3967         with XEmacs.
3968         (parse-time-string-chars): Use it.
3969
3970 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3971
3972         * imap.el (imap-interactive-login): Better messages.
3973         (imap-open): Fix bug with renamed buffer on reconnect.
3974         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3975         for easier debugging and cleaner code.  On successful (guessed based on
3976         server capabilities) secondary authentication, set imap-state
3977         correctly.
3978         (imap-last-authenticator): Define imap-last-authenticator as a variable
3979         to avoid warnings.
3980
3981 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * nnrss.el (nnrss-request-article): Remove binding of
3984         default-enable-multibyte-characters that has gotten needless by
3985         the 2007-07-13 change in rfc2047-encode-message-header.
3986
3987         * mml.el (mml-insert-multipart): Error on the message header.
3988         (mml-insert-part): Error on the message header; position point at
3989         the end of a MIME tag.
3990
3991 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * time-date.el (autoload): Expand define-obsolete-function-alias into
3994         defalias and make-obsolete for old Emacsen that Gnus supports.
3995         (with-no-warnings): Define it for old Emacsen.
3996         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3997         is available.
3998         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3999         float-time is available; suppress compile warning for time-to-seconds.
4000
4001         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4002         (gnus-float-time): Alias to float-time if it exists.
4003
4004         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4005         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4006         float-time is available; suppress compile warning for time-to-seconds.
4007
4008         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4009         XEmacs.
4010
4011 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4012
4013         * imap.el (imap-message-map): Docstring fix.
4014
4015 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4018         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4019         Add the optional argument `encoding' that overrides the default.
4020
4021         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4022         mm-encode-buffer.
4023
4024 2009-09-04  Glenn Morris  <rgm@gnu.org>
4025
4026         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4027         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4028         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4029         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4030         * mm-util.el (mm-with-unibyte-current-buffer)
4031         (mm-find-buffer-file-coding-system):
4032         * yenc.el (yenc-decode-region): Use default-value rather than
4033         default-enable-multibyte-characters.
4034
4035 2009-09-03  Glenn Morris  <rgm@gnu.org>
4036
4037         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4038         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4039         than default-enable-multibyte-characters.
4040
4041 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4042
4043         * gnus-art.el (gnus-article-read-summary-keys):
4044         Fix gnus-buffer-configuration's value temporarily used.
4045
4046 2009-09-02  Glenn Morris  <rgm@gnu.org>
4047
4048         * gnus-util.el (gnus-float-time): New function.
4049         * gnus-delay.el (gnus-delay-article):
4050         * gnus-sum.el (gnus-thread-latest-date):
4051         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4052         * nnspool.el (nnspool-request-newgroups):
4053         Use gnus-float-time rather than time-to-seconds.
4054         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4055
4056         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4057         (gnus-header-subject-face, gnus-header-newsgroups-face)
4058         (gnus-header-name-face, gnus-header-content-face):
4059         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4060         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4061         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4062         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4063         (gnus-cite-face-11):
4064         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4065         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4066         (gnus-server-closed-face, gnus-server-denied-face)
4067         (gnus-server-offline-face):
4068         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4069         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4070         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4071         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4072         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4073         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4074         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4075         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4076         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4077         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4078         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4079         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4080         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4081         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4082         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4083         (gnus-summary-high-undownloaded-face)
4084         (gnus-summary-low-undownloaded-face)
4085         (gnus-summary-normal-undownloaded-face)
4086         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4087         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4088         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4089         (gnus-splash-face):
4090         * message.el (message-header-to-face, message-header-cc-face)
4091         (message-header-subject-face, message-header-newsgroups-face)
4092         (message-header-other-face, message-header-name-face)
4093         (message-header-xheader-face, message-separator-face)
4094         (message-cited-text-face, message-mml-face):
4095         * sieve-mode.el (sieve-control-commands-face)
4096         (sieve-action-commands-face, sieve-test-commands-face)
4097         (sieve-tagged-arguments-face):
4098         * spam.el (spam-face):
4099         Mark face aliases with "-face" in the name as obsolete.
4100
4101 2009-09-01  Glenn Morris  <rgm@gnu.org>
4102
4103         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4104         than goto-line.
4105
4106 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4109         Don't move point if the command is invoked inside the message header.
4110
4111 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4112
4113         * imap.el (imap-send-command): Simplify.
4114         (imap-wait-for-tag): point-max -> buffer-size.
4115
4116 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4117
4118         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4119         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4120         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4121         * nnir.el (nnir-swish-e-index-file):
4122         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4123         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4124         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4125         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4126         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4127         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4128
4129 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4132         Don't save excursion.
4133
4134 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4135
4136         * nnheader.el (nnheader-find-file-noselect):
4137         * mm-util.el (mm-insert-file-contents):
4138         Use (default-value 'major-mode) instead of default-major-mode.
4139
4140 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4141
4142         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4143
4144 2009-08-26  Glenn Morris  <rgm@gnu.org>
4145
4146         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4147         than placing in files.el.
4148
4149 2009-08-25  Glenn Morris  <rgm@gnu.org>
4150
4151         * nnir.el (top-level): Don't require cl at run-time.
4152         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4153         Replace cl-function substitute with gnus-replace-in-string.
4154         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4155         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4156         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4157         simplified expansions.
4158
4159 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4160
4161         * dig.el (dig): Add autoload cookie.
4162
4163 2009-08-22  Glenn Morris  <rgm@gnu.org>
4164
4165         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4166         goto-line.
4167
4168 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4169
4170         * parse-time.el (parse-time-string-chars): Save match data.
4171
4172 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4173
4174         * parse-time.el (parse-time-string-chars): Compute using character
4175         classes, to handle non-ascii characters (Bug#3190).
4176
4177 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4180
4181         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4182         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4183         (gnus-mm-display-part, gnus-mime-display-single)
4184         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4185         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4186
4187         * gnus-sum.el
4188         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4189         (gnus-summary-move-article): Add expirable mark to articles copied or
4190         moved to group that has auto-expire turned on if the option is non-nil.
4191
4192 2009-07-24  Glenn Morris  <rgm@gnu.org>
4193
4194         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4195         Fix typo.  (Bug#3903)
4196
4197 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4200         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4201         that should not be used for draft articles.
4202         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4203         that has no concern in minor mode keys.
4204         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4205         Abolish.
4206
4207 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4210         article without making inquiry to a user for unknown encoding.
4211
4212         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4213         (nnmaildir--scan): Assume i-node and device number that file-attributes
4214         returns might be cons-cell.
4215
4216         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4217
4218         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4219
4220 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4221
4222         * auth-source.el: Remove docs now in auth.texi.  Don't use
4223         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4224         `auth-source-hide-passwords' and use them.
4225
4226 2009-07-15  Glenn Morris  <rgm@gnu.org>
4227
4228         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4229
4230 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4233         excessive whitespace from the default values of title and description.
4234
4235 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4238         mail-fetch-field to fetch Content-Description header in order to
4239         exclude newlines.
4240
4241 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4242
4243         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4244         format used by GnuPG 2.0.11.
4245
4246 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4249         to deleted part.
4250
4251 2009-05-30  David Engster  <dengste@eml.cc>
4252
4253         * nnmairix.el: Remove old documentation in the commentary block.
4254         (nnmairix-request-group): Do not update active file for nnml back ends.
4255         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4256         end so that overview files are ignored.
4257         (nnmairix-update-groups): Make updating the groups more robust by using
4258         marks.
4259         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4260         with dollar characters in message-id.
4261
4262 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4263
4264         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4265         2008-12-25 in dns.el.
4266
4267 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4268
4269         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4270         could happen if the text is only composed of spaces and/or tabs.
4271
4272 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4273
4274         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4275         when sending a queued message to avoid extra mml tags.
4276
4277 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4280
4281 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4284         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4285         rmail-toggle-header for XEmacs;
4286         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4287
4288 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * gnus-dired.el: Remove autoload for gnus-setup-message.
4291         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4292         displaying Gnus logo; always use compose-mail.
4293
4294 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4297
4298 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4301         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4302         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4303         available.
4304         (gnus-nocem-epg-verify): New function.
4305
4306 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4307
4308         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4309
4310 2009-02-15  Glenn Morris  <rgm@gnu.org>
4311
4312         * gnus-util.el (rmail-insert-rmail-file-header)
4313         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4314         autoloads.
4315         (rmail-default-rmail-file): Remove unnecessary declaration.
4316         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4317
4318 2009-02-14  Glenn Morris  <rgm@gnu.org>
4319
4320         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4321         variable (only used in gnus-util, which declares it anyway).
4322         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4323         which was only needed by gnus-art (changed to not use it any more).
4324         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4325         only used in gnus-util, which autoloads it itself.
4326         (rmail-update-summary): Fix autoload.
4327
4328         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4329         rather than rmail-output-to-rmail-file.
4330
4331 2009-02-07  Glenn Morris  <rgm@gnu.org>
4332
4333         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4334         autoload of function that no longer exists.
4335         (rmail-toggle-header): Declare.
4336         (message-forward-rmail-make-body): Handle mbox Rmail.
4337
4338 2009-01-31  Glenn Morris  <rgm@gnu.org>
4339
4340         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4341         2009-01-09 change.
4342
4343 2009-01-31  Dave Love  <fx@gnu.org>
4344
4345         * imap.el (imap-fetch-safe): Bind debug-on-error.
4346         (imap-debug): Add imap-fetch-safe.
4347
4348 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4349
4350         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4351         (auth-source-forget-all-cached): New convenience function.
4352         (auth-source-user-or-password): Accept list of modes or a single mode.
4353
4354         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4355         auth-source modes.
4356
4357         * netrc.el (netrc-machine-user-or-password): Use list of
4358         auth-source modes.
4359
4360         * nnimap.el (nnimap-open-connection): Use list of
4361         auth-source modes.
4362
4363         * nntp.el (nntp-send-authinfo): Use list of
4364         auth-source modes.
4365
4366 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4367
4368         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4369         now.
4370
4371 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4374         coding system in XEmacs; add a workaround for XEmacs.
4375
4376         * lpath.el: Fbind coding-system-aliasee.
4377
4378 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4381         of current-language-environment.
4382
4383 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4384
4385         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4386         available at runtime.
4387
4388 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4391
4392 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4393
4394         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4395         the greatest positive fixnum value doesn't work under an XEmacs with
4396         bignum support; use the most-positive-fixnum constant instead,
4397         available since Emacs 21.1 with cl and XEmacs 21.1.
4398
4399 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4402         XEmacs gets not to work.
4403
4404 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * mm-util.el (mm-coding-system-priorities): Allow the value like
4407         "Japanese (UTF-8)" of current-language-environment.
4408
4409 2009-01-09  Glenn Morris  <rgm@gnu.org>
4410
4411         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4412         with last-command-event.
4413
4414 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4415
4416         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4417         in the doc string.
4418
4419         * message.el (message-fix-before-sending): Amend comment.
4420
4421 2009-01-08  Dave Love  <fx@gnu.org>
4422
4423         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4424
4425 2009-01-07  David Engster  <dengste@eml.cc>
4426
4427         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4428         simplified server definitions by converting it via
4429         gnus-server-to-method.
4430
4431 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4434         parameter's operands.
4435
4436 2009-01-06  David Engster  <dengste@eml.cc>
4437
4438         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4439         primary select method (for gnus-group-mark-article-as-read).
4440
4441 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4442
4443         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4444         `(gnus)Face', not `(gnus)X-Face'.
4445
4446 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * mm-util.el (mm-ucs-to-char): New function.
4449
4450         * mm-url.el (mm-url-decode-entities): Use it.
4451
4452         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4453         unicode-to-char.
4454
4455 2009-01-05  Dave Love  <fx@gnu.org>
4456
4457         * time-date.el: Require cl for `declare'.
4458
4459 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4460
4461         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4462         Dave Love.
4463
4464 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4465
4466         * message.el (message-fix-before-sending): Add `eight-bit' to
4467         illegible-text check.
4468
4469 2009-01-03  Michael Olson  <mwolson@gnu.org>
4470
4471         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4472         `headers' is nil.  This can occur if the IMAP server does not have
4473         permissions to read messages from a folder, but can write new messages
4474         to the folder.
4475         (nnimap-request-article-part): Do not insert `data' if it is nil.
4476
4477         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4478         characters which will confuse `read', so skip past them.
4479
4480 2009-01-01  Dave Love  <fx@gnu.org>
4481
4482         * imap.el (imap-string-to-integer): Fix typo.
4483         (imap-fetch-safe): New function.
4484         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4485
4486         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4487
4488         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4489         (imap-parse-greeting): Fix doc strings.
4490         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4491         (imap-parse-flag-list): Make messages unique.
4492         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4493
4494         * nnimap.el: Fix author email.
4495         (nnimap-split-rule): Add FIXME comment.
4496         (nnimap-debug): Fix doc string.
4497
4498 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4499
4500         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4501
4502 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4503
4504         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4505         nslookup if resolv.conf isn't available.
4506         (dns-query): Rename from query-dns.
4507         (dns-query-cached): Rename from query-dns-cached.
4508
4509 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4512         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4513         to check if those variables exist (first appeared in Emacs 18.50).
4514
4515 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * mm-util.el (mm-line-number-at-pos): New function.
4518
4519         * spam-report.el (spam-report-process-queue): Use it.
4520
4521 2008-12-24  David Engster  <dengste@eml.cc>
4522
4523         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4524         parameters that haven't existed as variables as buffer-local variables.
4525
4526 2008-12-23  Dave Love  <fx@gnu.org>
4527
4528         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4529         cadar.
4530
4531         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4532         imap-starttls-p.
4533         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4534
4535 2008-12-22  Dave Love  <fx@gnu.org>
4536
4537         * imap.el: Fix author email.  Doc fixes.
4538         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4539         reply.
4540
4541 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4542
4543         * spam-report.el (spam-report-gmane-max-requests): New constant.
4544         (spam-report-gmane-wait): New variable.
4545         (spam-report-gmane-ham, spam-report-gmane-spam)
4546         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4547         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4548         the server.
4549
4550         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4551         Add explanations.
4552
4553         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4554         nnheader-accept-process-output and nnheader-read-timeout if available.
4555         (pop3-movemail): Use it.
4556
4557         * message.el (message-check-news-body-syntax): Fix signature check if
4558         there's an attachment.
4559
4560 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * mm-util.el: Add comments to the mm- emulating functions.
4563
4564 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4565
4566         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4567         by Stephen Berman <stephen.berman@gmx.net>.
4568
4569 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * mm-util.el (mm-substring-no-properties): New function.
4572         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4573         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4574         (mm-string-to-multibyte): Doc fix.
4575
4576         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4577
4578 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4579
4580         * mml.el (mml-attach-file): Strip text properties from file name.
4581         (Bug#1574)
4582
4583 2008-12-16  Glenn Morris  <rgm@gnu.org>
4584
4585         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4586
4587 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4590         knows since the charset specified might be a bogus alias that
4591         mm-charset-synonym-alist provides.
4592
4593 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4594
4595         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4596         "ISO_8859-1".
4597
4598         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4599
4600 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * mm-util.el (mm-charset-eval-alist):
4603         Define it before mm-charset-to-coding-system.
4604         (mm-charset-to-coding-system): Add optional argument `silent';
4605         define it before mm-charset-override-alist.
4606         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4607         default value if it can be used in Emacs currently running;
4608         silence mm-charset-to-coding-system.
4609
4610 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4613         `allow-override' which says whether to use `mm-charset-override-alist'.
4614         (rfc2047-decode-encoded-words): Use it.
4615
4616         * mm-util.el (mm-charset-override-alist): Fix custom type;
4617         add `(gb2312 . gbk)' to choices.
4618
4619 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4622         fast.
4623
4624         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4625
4626         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4627
4628 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4629
4630         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4631         on links.
4632
4633         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4634
4635 2008-12-03  Lute Kamstra  <lute@gnu.org>
4636
4637         * sha1.el: Remove leading * from docstrings of defcustoms,
4638         deffaces, defconsts and defuns.
4639
4640 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4643         users' addresses that don't have domain parts.
4644         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4645         rather than message-narrow-to-head since there will be the message
4646         header separator.
4647
4648 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4649
4650         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4651         since the result is inserted in a unibyte buffer anyway.
4652         (nnimap-demule-use-string-to-multibyte): Remove.
4653         (nnimap-demule): Alias it to mm-string-to-multibyte.
4654
4655 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4656
4657         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4658         variable for debugging bug#464 and bug#1174.
4659         (nnimap-demule): Use it.
4660
4661 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4662
4663         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4664         score calculation correctly.
4665
4666 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4667
4668         * message.el (message-send-mail): Just set the buffer to unibyte
4669         rather than use mm-with-unibyte-current-buffer which does a lot more.
4670         (message-send-mail-partially): Don't bother with
4671         mm-with-unibyte-current-buffer since it's already been made unibyte by
4672         message-send-mail.
4673
4674 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4675
4676         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4677
4678 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4679
4680         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4681
4682 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4685         require itself and to remove `with-no-warnings'.
4686
4687 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4688
4689         * starttls.el (starttls-any-program-available): Get the name of the
4690         available TLS layer program.
4691         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4692         well as the host name in the "opening" message.
4693
4694         * auth-source.el (auth-source-cache, auth-source-do-cache)
4695         (auth-source-user-or-password): Cache passwords and logins by default,
4696         allow override with `auth-source-do-cache'.
4697         (auth-source-forget-user-or-password): Allow users to remove cache
4698         entries if needed.
4699
4700 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4701
4702         * md4.el (md4-buffer): Fix typo in docstring.
4703         (md4, md4-64): Doc fixes.
4704         (md4-pack-int32): Reflow docstring.
4705
4706 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4709         condition-case to only the forward-sexp call.
4710
4711 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4714         quotes contained.  Make it more robust regardless by an extra
4715         condition-case wrapper.
4716
4717 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4720
4721 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * nnml.el (nnml-request-expire-articles): Check if the function set to
4724         `nnmail-expiry-target' returns the symbol `delete'.
4725
4726         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4727
4728         * nnmail.el (nnmail-expiry-target): Fix custom type.
4729
4730 2008-10-02  Glenn Morris  <rgm@gnu.org>
4731
4732         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4733         Silence compiler warning.
4734
4735 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4736
4737         * tls.el (open-tls-stream): Show the actual command being
4738         executed, instead of the format string.
4739
4740 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * lpath.el: Fbind codepage-setup for Emacs 23.
4743
4744 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4745
4746         * mml.el (mml-menu): Don't assume mml2015 is bound.
4747
4748 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4751         exists.
4752
4753 2008-09-27  Glenn Morris  <rgm@gnu.org>
4754
4755         * gnus-util.el (mail-header-remove-comments): Autoload it.
4756
4757 2008-09-27  Andreas Schwab  <schwab@suse.de>
4758
4759         * gnus-util.el (gnus-split-references): Strip comments.
4760         (gnus-parent-id): Likewise.
4761
4762 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4763
4764         * message.el (message-confirm-send): Fix version.
4765
4766 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * message.el (message-idna-to-ascii-rhs-1): Use
4769         mail-extract-address-components rather than mail-header-parse-addresses
4770         that is an alias by default to ietf-drums-parse-addresses that does not
4771         support non-ASCII names in headers' contents.
4772
4773 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4774
4775         * message.el (message-confirm-send): Fixed variable documentation to
4776         avoid the "y/n" wording.
4777
4778 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4779
4780         * message.el (message-set-auto-save-file-name): Save to a different
4781         filename so multiple messages (especially drafts) can be recovered.
4782
4783 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4784
4785         * message.el (message-confirm-send): Add appropriate version.
4786
4787 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4788
4789         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4790         defvar.
4791
4792 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4793
4794         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4795         (mm-pkcs7-enveloped-magic): Ditto.
4796
4797 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4798
4799         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4800         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4801
4802 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4803
4804         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4805         default, it's better.
4806
4807 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4808
4809         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4810         summary line gnus-number property and ignore them (with a warning
4811         message).
4812
4813 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4816         macro caddr in the interactive form since it won't be expanded.
4817
4818 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4821         `charset'; fix name of function called recursively.
4822         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4823
4824 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4827         (gnus-mime-set-charset-parameters): New function.
4828         (gnus-mime-view-part-as-charset): Use it to correctly display part
4829         specifying wrong charset.
4830
4831 2008-09-08  David Engster  <dengste@eml.cc>
4832
4833         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4834         in completing-read for back end server.
4835
4836 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4837
4838         * message.el (message-confirm-send): New variable to confirm sending a
4839         message.
4840         (message-send): Use it.
4841
4842 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4843
4844         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4845
4846 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4849
4850 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4851
4852         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4853         prevent tracking too many groups.
4854         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4855         Use it.
4856
4857 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4858
4859         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4860         moving point to the bottom of the window in order to avoid recentering.
4861
4862 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4865
4866         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4867         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4868         (gnus-article-beginning-of-window): Fix calculation.
4869
4870 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-msg.el (gnus-summary-supersede-article)
4873         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4874         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4875         message header.
4876
4877 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4878
4879         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4880         pending output coming after the status change.
4881
4882 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4883
4884         * message.el:
4885         * gnus-start.el:
4886         * gnus-registry.el: Remove VMS support.
4887
4888 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4891         macro.
4892         (rfc2104-hash): Use it.
4893
4894 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4895
4896         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4897         (gnus-summary-sort-by-most-recent-date): New commands.
4898         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4899         and menu entries.
4900
4901 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4904         don't redisplay article for raw contents; remove plural articles stuff.
4905
4906         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4907         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4908         on gnus-summary-save-article; display results properly.
4909
4910 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * lpath.el: No need to fbind ns-focus-frame.
4913
4914 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4917
4918 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4921         gnus-save-all-headers.
4922
4923 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4924
4925         * gnus-util.el (ns-focus-frame): Remove declaration.
4926         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4927         like x.
4928
4929 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4930
4931         * rfc2104.el (rfc2104-zero): Delete defconst.
4932         (rfc2104-hex-alist): Likewise.
4933         (rfc2104-hex-to-int): Delete func.
4934         (rfc2104-hexstring-to-bitstring): Likewise.
4935         (rfc2104-nybbles): New defconst.
4936         (rfc2104-hash): Rewrite for speed.
4937
4938 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * tls.el (open-tls-stream): Make it work with the 2nd argument
4941         BUFFER that is a string but does not exist as a buffer object, as
4942         mentioned in the doc-string.
4943
4944 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4947         SXEmacs.
4948
4949 2008-07-16  Glenn Morris  <rgm@gnu.org>
4950
4951         * gnus-util.el (ns-focus-frame): Declare for compiler.
4952
4953 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4956         set as a group parameter.
4957         (gnus-summary-save-in-pipe): Work when it is called independently.
4958         (gnus-summary-pipe-to-muttprint): Don't modify
4959         gnus-summary-pipe-output-default-command.
4960
4961 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4962
4963         * message.el (message-send-mail-with-sendmail):
4964         Display the error message.
4965
4966 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * gnus-art.el (gnus-default-article-saver):
4969         Add gnus-summary-save-in-pipe to choices.
4970         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4971         gnus-summary-pipe-output-default-command as the default command.
4972         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4973         instead of gnus-last-shell-command.
4974
4975         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4976         New user option.
4977         (gnus-summary-muttprint-program): Mention the value will be changed.
4978         (gnus-summary-save-article): Force showing of all headers.
4979         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4980
4981 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4982
4983         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4984
4985 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4986
4987         * nnimap.el (nnimap-id):
4988         * sieve-manage.el (sieve-manage-open): Doc fixes.
4989
4990 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4991
4992         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4993         if available.
4994
4995 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4996
4997         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4998
4999         * nnkiboze.el (nnkiboze-generate-group):
5000         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5001
5002         * nnmairix.el: Require CL.
5003
5004 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * dgnushack.el: Autoload get-display-table and put-display-table for
5007         XEmacs 21.5.
5008
5009         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5010         21.4 and SXEmacs.
5011
5012 2008-06-15  David Engster  <dengste@eml.cc>
5013
5014         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5015
5016 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5017
5018         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5019         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5020         runtime choice under XEmacs.
5021
5022         * gnus-sum.el (gnus-summary-set-display-table):
5023         Use `gnus-put-display-table', `gnus-get-display-table',
5024         `gnus-set-display-table' for the display table, instead of `aset'.
5025
5026         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5027         Use `gnus-put-display-table', `gnus-get-display-table',
5028         `gnus-set-display-table' for the display table.
5029
5030 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5031
5032         * nnmairix.el: Add autoloads.
5033
5034 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * nnmairix.el (nnmairix-delete-recreate-group)
5037         (nnmairix-update-and-clear-marks): Fix error messages.
5038
5039 2008-06-14  David Engster  <dengste@eml.cc>
5040
5041         * nnmairix.el: Upgrade to version 0.6.
5042         (nnmairix-group-toggle-propmarks-this-group)
5043         (nnmairix-group-toggle-readmarks-this-group)
5044         (nnmairix-group-delete-recreate-this-group)
5045         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5046         (nnmairix-remove-tick-mark-original-article): New commands.
5047         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5048         (nnmairix-propagate-marks-to-nnmairix-groups)
5049         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5050         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5051         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5052         functions needed for marks propagation and manipulation of read marks.
5053         (nnmairix-update-groups): New function.
5054         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5055         (nnmairix-determine-original-group-from-registry)
5056         (nnmairix-determine-original-group-from-path)
5057         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5058         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5059         New helper functions.
5060         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5061         keystrokes for new commands.
5062         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5063         (nnmairix-request-group): Check allow-fast group parameter.
5064         (nnmairix-request-create-group): Set allow-fast group parameter if
5065         nnmairix-allowfast-default is set.
5066         (nnmairix-close-group): Propagate marks upon closing if needed.
5067         (nnmairix-group-toggle-threads-this-group): Use new.
5068         nnmairix-group-toggle-parameter helper function.
5069         (nnmairix-search): Better check for empty search result.
5070         (nnmairix-goto-original-article): Use new helper functions for
5071         determining original article.
5072         (nnmairix-show-original-article): Make sure message-id is in brackets.
5073         (nnmairix-call-mairix-binary): Change variable name.
5074         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5075         helper function.
5076         (nnmairix-widget-toggle-activate): Fix doc string.
5077
5078 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * nnir.el: Require edmacro when compiling with XEmacs.
5081         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5082         available in Emacs 21.
5083
5084 2008-06-11  Glenn Morris  <rgm@gnu.org>
5085
5086         * gnus-util.el (x-focus-frame):
5087         * gnus.el (image-size):
5088         * mm-decode.el (image-size): Declare.
5089
5090         * gnus-picon.el (declare-function): Add compat definition.
5091         (image-size): Declare.
5092
5093         * gnus-group.el (tool-bar-map):
5094         * gnus-sum.el (tool-bar-map): Define for compiler.
5095
5096         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5097
5098         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5099
5100         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5101         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5102         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5103         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5104         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5105         * sieve-manage.el, spam-report.el, spam.el:
5106         Remove unnecessary eval-and-compile of autoloads.
5107
5108 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5109
5110         * auth-source.el: Precise Tramp doc.
5111
5112 2008-06-07  Glenn Morris  <rgm@gnu.org>
5113
5114         * nnmairix.el: Remove unnecessary eval-when-compile.
5115
5116 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * lpath.el: Fbind propertize for XEmacs 21.4.
5119
5120 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5121
5122         * nnir.el: Move here from ../contrib.
5123
5124 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5125
5126         * gnus-util.el (gnus-read-shell-command): New function.
5127         * mm-decode.el (mm-pipe-part):
5128         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5129
5130 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5133
5134 2008-06-03  Glenn Morris  <rgm@gnu.org>
5135
5136         * pop3.el (nnheader-accept-process-output): Autoload it.
5137
5138 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5141         are not 2-digit hexadecimal characters that follow `%'s.
5142
5143 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5144
5145         * message.el (message-bogus-recipient-p): Fix type in doc string.
5146         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5147         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5148         Improve custom options.
5149         (message-bogus-recipient-p): Adjust accordingly.
5150
5151 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5152
5153         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5154         long-form month and day names.
5155
5156 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * dgnushack.el: Autoload debug, eudc-expand-inline and
5159         pgg-snarf-keys-region for XEmacs.
5160
5161         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5162
5163         * nnmairix.el: Require edmacro when compiling with XEmacs.
5164
5165 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5168         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5169
5170 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5171
5172         * auth-source.el: Add more docs.
5173
5174         * netrc.el (netrc-machine): Always match if the port is not given.
5175
5176 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177
5178         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5179         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5180         retrieval faster in some cases, but might make CPU usage larger.  If
5181         this has any bad side effects, we might revert this change.
5182
5183         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5184         seems to make mail retrieval much, much faster.
5185         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5186         unconditionally.
5187
5188         * gnus-draft.el (gnus-group-send-queue): Bind
5189         message-send-mail-partially-limit to nil to avoid being prompted.
5190
5191 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5194
5195         * message.el (message-bogus-address-regexp): Fix and improve custom
5196         type.
5197         (message-setup-hook): Add message-check-recipients as custom option.
5198
5199 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5200
5201         * message.el (message-cite-function): Remove bogus autoload which crept
5202         in during merge from v5-10.
5203
5204 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5205
5206         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5207
5208         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5209
5210         * auth-source.el: Preliminary Tramp docs.
5211         (auth-sources): Change the default auth-sources to use
5212         EPA .gpg files.
5213
5214 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5215
5216         * nntp.el: Autoload `auth-source-user-or-password'.
5217         (nntp-send-authinfo): Use it.
5218
5219         * nnimap.el: Autoload `auth-source-user-or-password'.
5220         (nnimap-open-connection): Use it.
5221
5222         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5223         for the gnus-message function.
5224         (auth-source-user-or-password): Use it.
5225
5226 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5227
5228         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5229         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5230         (rfc2104-hash): Use it.
5231
5232 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5233
5234         * gnus-art.el (gnus-article-toggle-truncate-lines):
5235         Don't use `iff' in docstring.
5236
5237 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5238
5239         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5240
5241         * gnus-util.el (gnus-extract-address-component-name)
5242         (gnus-extract-address-component-email): Convenience functions around
5243         `gnus-extract-address-components'.
5244
5245         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5246         Use `gnus-extract-address-component-email' to fix bug of comparing full
5247         sender name to `user-mail-address'.
5248
5249 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5250
5251         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5252         catch/throw to optimize.
5253         (gnus-registry-find-keywords): Just use member to find a keyword.
5254
5255 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5256
5257         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5258         is current before calling gnus-server-prepare.
5259         (gnus-server-setup-buffer, gnus-server-update-server)
5260         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5261
5262 2008-05-04  Juri Linkov  <juri@jurta.org>
5263
5264         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5265         (mailcap-file-default-commands): Use mailcap-replace-in-string
5266         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5267         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5268
5269 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5270
5271         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5272
5273 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5274
5275         * gnus.el: Bump version to 0.11.
5276
5277 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5278
5279         * gnus.el: No Gnus v0.10 is released.
5280
5281 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282
5283         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5284         hooks.
5285         (gnus-update-read-articles): Speed up non-marks-using users.
5286         (gnus-use-marks): Define gnus-use-marks.
5287         (gnus-propagate-marks): Rename variable to something more sensible.
5288
5289 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5290
5291         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5292         (gmm-image-load-path-for-library): Fix typos in docstrings.
5293         (gmm-message): Reflow docstring.
5294
5295 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5296
5297         * mail-source.el (mail-source-set-1, mail-source-bind):
5298         Move auth-source code out of the macro to clean it up and fix bugs.
5299
5300 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5301
5302         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5303         by sender if it's equal to user-mail-address, it's likely to be
5304         useless.
5305
5306         * mail-source.el (mail-source-bind): Don't use user or password if they
5307         are not bound.  Unintern them if they are nil.  Don't use server unless
5308         it's bound, and default it to empty string otherwise.
5309
5310 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5311
5312         * mail-source.el: Load auth-source.el.
5313         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5314         get user name or password, if auth-sources is set up.
5315
5316         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5317         strategy of splitting with parent.
5318         (gnus-registry-split-fancy-with-parent)
5319         (gnus-registry-post-process-groups): Use it and fix prior
5320         bug (returning a list as the split result).
5321
5322         * auth-source.el (auth-sources): Remove server parameter.
5323         (auth-source-pick, auth-source-user-or-password)
5324         (auth-source-user-or-password-imap)
5325         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5326         (auth-source-user-or-password-sftp)
5327         (auth-source-user-or-password-smtp): Remove server parameter.
5328
5329 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5330
5331         * smime.el (smime-sign-region, smime-encrypt-region)
5332         (smime-decrypt-region):
5333         Remove redundant calls to `generate-new-buffer-name'.
5334
5335 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5336
5337         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5338         Don't use QP for message/rfc822.
5339         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5340
5341 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5342
5343         * sieve-manage.el (sieve-string-bytes): Remove.
5344         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5345         correct byte-length only if the process's coding-system is the same as
5346         the one used internally by Emacs to represent strings.
5347
5348 2008-04-22  Juri Linkov  <juri@jurta.org>
5349
5350         * mailcap.el (mailcap-file-default-commands): New function.
5351
5352 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * message.el (message-signature-separator, message-cite-function):
5355         Change custom version.
5356
5357 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5358
5359         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5360         commands.
5361         (tls-checktrust): Ditto.
5362
5363 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5364
5365         * mm-decode.el (mm-display-external): Make temp file read-only.
5366
5367 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5368
5369         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5370         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5371         `C-c C-f d'.
5372
5373 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5374
5375         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5376
5377 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5378
5379         * gnus.el: Bump version to 0.9.
5380
5381 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5382
5383         * gnus.el: No Gnus v0.8 is released.
5384
5385 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5386
5387         * mail-source.el (mail-source-value):
5388         Prefer fboundp to functionp so it works with macros as well.
5389
5390 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5391
5392         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5393         Fix last change in case the element is not even a symbol.
5394
5395 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5396
5397         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5398         Prefer fboundp to functionp so it works with macros as well.
5399
5400 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5401
5402         * auth-source.el: Added docs.
5403         (auth-sources): Modify format to support server.
5404         (auth-source-pick, auth-source-user-or-password)
5405         (auth-source-user-or-password-imap)
5406         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5407         (auth-source-user-or-password-sftp)
5408         (auth-source-user-or-password-smtp): Add server parameter.
5409
5410 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5411
5412         * gnus-registry.el: Initialize the registry when gnus-registry-install
5413         is t.
5414
5415 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * compface.el (uncompface): Make buffer unibyte.
5418
5419 2008-04-05  Glenn Morris  <rgm@gnu.org>
5420
5421         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5422
5423 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5424
5425         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5426         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5427
5428         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5429         multibyteness after rather than before erasing it.
5430
5431         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5432         mm-with-multibyte.
5433         (gnus-request-article-this-buffer): Make sure the proper decoding is
5434         used if gnus-original-article-buffer happens to be unibyte.
5435
5436         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5437         default-enable-multibyte-characters.
5438
5439         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5440         default-enable-multibyte-characters.
5441
5442         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5443
5444         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5445
5446 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5447
5448         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5449         (imap-message-copyuid-1): Use it.
5450         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5451         J. Williams in
5452         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5453
5454         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5455         imap-enable-exchange-bug-workaround.
5456         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5457
5458 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5459
5460         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5461         a 100 byte status-checks into a 2-3MB transfer for each group.
5462         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5463         to enable bug workaround or not.
5464         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5465
5466 2008-03-31  Glenn Morris  <rgm@gnu.org>
5467
5468         * message.el (mml2015-use): Declare for compiler.
5469         (message-info): Require mml2015 when appropriate.
5470
5471 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5474         whitespace.
5475
5476 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5477
5478         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5479         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5480         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5481         (nntp-service-to-port): New function.
5482         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5483         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5484         (nntp-open-netcat-stream): New function.
5485         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5486
5487 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5488
5489         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5490
5491 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5492
5493         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5494
5495 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5496
5497         * dns.el (dns-write): Use set-buffer-multibyte.
5498
5499 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5500
5501         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5502
5503 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * message.el (message-signature-separator): Change default.
5506         Improve custom type.
5507         (message-cite-function): Change default to
5508         message-cite-original-without-signature.
5509
5510         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5511         toggle.
5512
5513         * message.el (message-check-news-body-syntax): Fix signature check.
5514         (message-setup-1): Mark buffer as unmodified _after_ running
5515         message-setup-hook and handling message-alternative-emails.
5516         (message-shorten-references): Be more strict when building list of
5517         valid references to comply with GNKSA.
5518
5519         * gnus-group.el (gnus-read-ephemeral-bug-group)
5520         (gnus-read-ephemeral-debian-bug-group)
5521         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5522
5523         * message.el (message-info): Don't use booleanp which isn't supported
5524         in Emacs 21 and XEmacs.
5525
5526 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5529         gnus-group-gmane-group-download-format.
5530         (gnus-group-read-ephemeral-gmane-group): Rename from
5531         gnus-group-read-ephemeral-gmane-group.
5532         (gnus-read-ephemeral-gmane-group-url): Rename from
5533         gnus-group-read-ephemeral-gmane-group-url.
5534         (gnus-bug-group-download-format-alist): New variable.
5535         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5536         (gnus-read-ephemeral-emacs-bug-group): New commands.
5537
5538 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5539
5540         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5541         (gnus-visible-headers): Improve custom type.
5542
5543 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * mml.el (mml-menu): Add workarounds for XEmacs.
5546
5547         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5548         X-Boundary header.
5549
5550         * message.el (message-simplify-recipients): Fix previous commit.
5551
5552 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5553
5554         * mm-util.el (mm-set-buffer-multibyte): New function.
5555         * mm-decode.el (mm-copy-to-buffer): Use it.
5556
5557 2008-03-19  Glenn Morris  <rgm@gnu.org>
5558
5559         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5560         Accidentally removed in the sync process with Emacs.
5561
5562 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5563
5564         * message.el (message-alter-recipients-discard-bogus-full-name):
5565         New function.
5566         (message-alter-recipients-function): New variable.
5567         (message-get-reply-headers): Use it.
5568         (message-replace-header): New helper function.
5569         (message-recipients-without-full-name): New variable.
5570         (message-simplify-recipients): New command.
5571
5572         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5573
5574         * message.el (message-info): Handle EasyPG manual.
5575
5576         * mml.el (mml-menu): Add entry for EasyPG.
5577
5578 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5579
5580         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5581         parameter.
5582
5583         * message.el (message-disassociate-draft): Specify drafts group name
5584         fully.
5585
5586 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5589         unnecessary duplicates from the match list.
5590
5591 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5594
5595         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5596
5597         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5598         args of `how-many' of which the XEmacs version doesn't take; declare
5599         Info-index-next as function.
5600
5601 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5602
5603         * gnus-score.el (gnus-score-headers): Fix handling of
5604         gnus-inhibit-slow-scoring.
5605
5606         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5607         string.
5608         (gnus-button-url-regexp): Improve handling of parenthesis.
5609         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5610         (gnus-button-handle-info-keystrokes): Handle index entries.
5611
5612 2008-03-15  Glenn Morris  <rgm@gnu.org>
5613
5614         * parse-time.el (parse-time-string): Simplify.
5615
5616 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5619         Incoming* files.
5620
5621 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5622
5623         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5624         (auth-source-pick): Use it.
5625
5626 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5627
5628         * binhex.el (binhex-decode-region-internal):
5629         * uudecode.el (uudecode-decode-region-internal):
5630         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5631         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5632         setting default-enable-multibyte-characters.
5633
5634 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5635
5636         * auth-source.el (auth-source-protocols)
5637         (auth-source-protocols-customize, auth-source-choices): Added and
5638         modified variable customizations and defaults.
5639         (auth-source-pick, auth-source-user-or-password)
5640         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5641         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5642         (auth-source-user-or-password-sftp)
5643         (auth-source-user-or-password-smtp): Use new variables and provide an
5644         interface to netrc.el.
5645
5646 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5649         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5650         Make sure the nntp port to specify is a string.
5651
5652 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5653
5654         * nntp.el: Use with-current-buffer.
5655         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5656         dubious mm-with-unibyte-current-buffer.
5657         (nntp-with-open-group-function): New function extracted from
5658         nntp-with-open-group macro.
5659         (nntp-with-open-group): Use the function, so it's easier to debug.
5660         Add indentation and debugging info.
5661         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5662         the use of the netcat alternatives.
5663
5664         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5665         Avoid mm-string-as-multibyte as well.
5666
5667         * nnweb.el (nnweb-insert-html):
5668         Remove use of nnheader-string-as-multibyte.
5669
5670         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5671         (nnheader-string-as-multibyte): Remove.
5672
5673         * mm-view.el: Use inhibit-read-only.
5674         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5675         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5676         or unibyte-string.
5677
5678         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5679         (mm-uu-yenc-extract): Use with-current-buffer.
5680
5681         * gnus-soup.el (gnus-soup-send-packet): Don't use
5682         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5683
5684         * nnmh.el: Use with-current-buffer.
5685         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5686         mm-string-as-multibyte on the output of mm-encode-coding-string.
5687
5688         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5689         (nnimap-request-move-article): Use with-current-buffer.
5690
5691         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5692         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5693         conversion uses string-make-unibyte rather than string-as-unibyte.
5694
5695         * gnus-msg.el: Use with-current-buffer.
5696
5697         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5698
5699 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5700
5701         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5702         string for caching if it is 'PIN.
5703
5704 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * lpath.el: Consider the case without Emacs/W3.
5707
5708 2008-03-08  Glenn Morris  <rgm@gnu.org>
5709
5710         * time-date.el (date-to-time, time-subtract, time-add)
5711         (safe-date-to-time): Doc fixes.
5712
5713 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5714
5715         * mail-source.el (mail-source-delete-old-incoming-confirm):
5716         Change default to nil.
5717         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5718
5719 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * lpath.el: Rearrange.
5722
5723         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5724         (gnus-article-goto-prev-page): Work for articles having ^L's.
5725
5726         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5727
5728         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5729
5730 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5731
5732         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5733         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5734         (gnus-bookmark-jump): Adjust some variable names.
5735
5736 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5737
5738         * auth-source.el: New package.
5739         (auth-source-choices): Add customization entry point variable.
5740
5741         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5742         bug.
5743
5744 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5745
5746         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5747         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5748         (gnus-registry-install-shortcuts): Rename from
5749         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5750         the `gnus-registry-mark-map' keymap dynamically from
5751         `gnus-registry-marks'.  The generated functions update the summary line
5752         when a registry mark is added or deleted, and will call
5753         `gnus-registry-install-p' (see the comments in the code).
5754         (gnus-registry-user-format-function-M): Use concat intelligently.
5755
5756         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5757         the registry mark functions.
5758
5759 2008-03-05  Glenn Morris  <rgm@gnu.org>
5760
5761         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5762         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5763         gnus-art.
5764         (top-level): No need to load own source when compiling.
5765
5766 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5767
5768         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5769         Suggested by <chris.anderton@zetnet.co.uk>.
5770
5771 2008-03-04  Glenn Morris  <rgm@gnu.org>
5772
5773         * gnus-sum.el (top-level): No need to require gnus when compiling,
5774         since unconditionally required near start of file.
5775         (gnus-summary-display-while-building): Move definition before use.
5776
5777 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5780         formatting function.
5781
5782 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5783
5784         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5785         with plists.
5786         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5787         Use new format.
5788
5789 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5792         `where-is-internal' that returns a range of key sequences.
5793
5794 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5795
5796         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5797
5798         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5799         (gnus-summary-jump-to-group): Consider windows on other displayed
5800         frames as well.  Similar changes might be needed elsewhere, but that's
5801         the one I've bumped into during my use.
5802
5803         * nndoc.el (nndoc-oe-dbx-type-p):
5804         * gnus-msg.el (gnus-debug):
5805         * gnus-group.el (gnus-update-group-mark-positions):
5806         Use mm-string-to-multibyte.
5807
5808 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5811         doesn't handle NotDashEscaped.
5812
5813         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5814         (mml-dnd-attach-options): Fix typo in custom choice.
5815
5816         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5817         nndoc-article-type to mbox.
5818         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5819
5820         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5821         to nil, instead of html2text.
5822
5823         * imap.el (imap-debug): Add `imap-ping-server'.
5824
5825         * gnus-bookmark.el: Add FIXMEs.
5826
5827         * message.el (message-form-letter-separator)
5828         (message-send-form-letter-delay): New variables.
5829         (message-send-form-letter): Use them.  New command to send form
5830         letters.  Requested by Uwe Siart.
5831         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5832
5833 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * Update copyright years.
5836
5837 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5838
5839         Sync from EMACS_22_BASE.
5840
5841         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5842
5843 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5844
5845         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5846         empty author.
5847
5848 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5849
5850         * gnus-registry.el (gnus-registry-marks): Add variable for
5851         customization of marks and their appearance.
5852         (gnus-registry-read-mark): Use it.
5853         (gnus-registry-do-marks): Add utility function to loop through
5854         `gnus-registry-marks'.
5855         (gnus-registry-install-shortcuts-and-menus): Add function to install
5856         shortcuts and menus.
5857         (gnus-registry-initialize): Use it.
5858         (gnus-registry-default-mark): Clarify documentation.
5859
5860 2008-02-29  Glenn Morris  <rgm@gnu.org>
5861
5862         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5863         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5864         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5865         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5866         Change defcustom :version from 23.0 to 23.1.
5867
5868 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5869
5870         * gnus-registry.el (gnus-registry-follow-group-p)
5871         (gnus-registry-post-process-groups): Add functions to aid registry
5872         splitting and improve logging.  Clarify behavior in function
5873         documentation.
5874         (gnus-registry-split-fancy-with-parent): Use them.
5875
5876 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5877
5878         * gnus-art.el: Use with-current-buffer.
5879
5880 2008-02-27  David Engster  <dengste@eml.cc>
5881
5882         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5883         Express real group name in the response.
5884
5885 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5888         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5889         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5890         autoload gnus-registry-fetch-group when compiling.
5891         (nnmairix-request-group-with-article-number-correction): Remove
5892         unreferenced argument passed to nnmairix-call-backend.
5893
5894 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5895
5896         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5897         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5898         Wilde.
5899
5900 2008-02-27  Glenn Morris  <rgm@gnu.org>
5901
5902         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5903         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5904         variables to defconsts.  Convert comments to doc-strings.
5905         (nnmairix-last-server, nnmairix-current-server): Convert from free
5906         variables to defvars.  Convert comments to doc-strings.
5907         (gnus-registry-fetch-group): Autoload.
5908         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5909         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5910         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5911         caddr.
5912         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5913         nnmairix-request-group-with-article-number-correction call.
5914         (nnmairix-fast, nnmairix-group): New, less general names, for free
5915         variables passed from nnmairix-request-group to
5916         nnmairix-request-group-with-article-number-correction.  Declare.
5917         (nnmairix-request-group-with-article-number-correction):
5918         Use nnmairix-fast, nnmairix-group rather than fast, group.
5919
5920 2008-02-26  David Engster  <dengste@eml.cc>
5921
5922         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5923         version 0.5.
5924
5925 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5928         instead of making an extra function call.  Don't add the current group
5929         to articles only when they have the group.  Use
5930         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5931         Reported by David <de_bb@arcor.de>.
5932
5933 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5936         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5937
5938 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * mail-source.el (mail-source-delete-incoming): Change default.
5941         Supplement doc string.
5942
5943         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5944
5945 2008-02-14  Glenn Morris  <rgm@gnu.org>
5946
5947         * time-date.el (format-seconds): New function.
5948
5949 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * nnmail.el (nnmail-message-id-cache-file): Derive from
5952         `gnus-home-directory'.
5953
5954 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5955
5956         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5957         Document negative prefix.
5958
5959         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5960
5961 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * message.el (message-unsent-separator): Add the Exim bounce
5964         separator.
5965
5966 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5967
5968         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5969         list.
5970         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5971         recipient/signer list.
5972
5973 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * Makefile.in (datarootdir): Define.
5976         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5977         name that might contain whitespace.
5978
5979 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5980
5981         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5982         fbound (Emacs 23 unicode), signal an error.
5983
5984 2008-02-08  Glenn Morris  <rgm@gnu.org>
5985
5986         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5987
5988 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5989
5990         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5991         ports to the calls to `netrc-machine-user-or-password' in addition to
5992         "imap" and "imaps".
5993
5994 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5995
5996         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5997
5998         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5999
6000 2008-02-01  Kenichi Handa  <handa@m17n.org>
6001
6002         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6003         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6004         (rfc2104-hash): Convert the result of concat to unibyte string.
6005
6006 2008-02-01  Dave Love  <fx@gnu.org>
6007
6008         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6009         coding-system-for-read.
6010         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6011
6012 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6015         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6016         <hanche@math.ntnu.no>.
6017
6018 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6021
6022         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6023
6024 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6025
6026         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6027         * message.el (message-beginning-of-line): Use featurep instead of bound
6028         tests in order to resolve conditionals at compile time.
6029
6030 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6031
6032         * mail-source.el (mail-sources): Add `group' choice.
6033
6034         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6035         parameter `in-group' to control into which group the articles go.
6036         Add treatment of `group' mail-source.
6037
6038 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6041
6042         * mm-decode.el (mm-dissect-buffer): Decode description.
6043
6044         * mml.el (mml-to-mime): Encode message header first.
6045
6046 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6049         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6050
6051         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6052         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6053
6054 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6055
6056         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6057
6058 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6061         prefix keys.
6062         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6063         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6064         gnus-xmas.el.
6065
6066         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6067         (gnus-xmas-article-describe-bindings): New function.
6068         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6069         gnus-xmas-article-describe-bindings.
6070
6071         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6072
6073 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6074
6075         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6076         Add new variables for article mark management.
6077         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6078         list of extra data entries which, when present, will indicate that the
6079         article ID should not be trimmed from the registry.
6080         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6081         functions.
6082         (gnus-registry-read-mark): New function to read a mark name from the
6083         user.
6084         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6085         (gnus-registry-set-article-mark-internal): New functions to add and
6086         remove marks.
6087         (gnus-registry-get-article-marks): New function to show the marks for
6088         an article, or retrieve them for further use.
6089
6090 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6093         keys when no argument is given.
6094
6095 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * imap.el (imap-ping-server): New variable.
6098         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6099         (imap-ping-server): Minor doc string fixes.
6100
6101 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6102
6103         * imap.el (imap-ping-server): New function.
6104         (imap-opened): Call imap-ping-server.
6105
6106 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * gnus-sum.el (gnus-article-sort-by-random)
6109         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6110         jidanni@jidanni.org.
6111
6112 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * gnus-art.el (gnus-article-describe-bindings): New function.
6115         (gnus-article-read-summary-keys): Use it.
6116         (gnus-article-mode-map): Bind `C-h b' to it.
6117
6118 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6121         XEmacs.
6122         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6123         against non-character events.
6124
6125         * lpath.el: Fbind map-keymap for Emacs 21.
6126
6127 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6130         command.
6131         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6132         instead of END.  Change name of the temp file.
6133         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6134         customizable.
6135
6136 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6139         bind `S W' to gnus-article-wide-reply-with-original; set default
6140         binding to gnus-article-read-summary-send-keys.
6141         (gnus-article-read-summary-keys): Fix the order of keys; display
6142         continuation keys correctly in the echo area; describe bindings
6143         correctly when keys end with `C-h'.
6144         (gnus-article-read-summary-send-keys): New function.
6145         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6146         for gnus-article-read-summary-send-keys; display continuation keys
6147         correctly in the echo area.
6148         (gnus-article-reply-with-original): Ignore prefix argument.
6149         (gnus-article-wide-reply-with-original): New function.
6150
6151         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6152         Emacs 21.
6153
6154 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6157         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6158
6159 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6162         (gnus-group-read-ephemeral-gmane-group): New command.
6163
6164 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6165
6166         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6167
6168 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * message.el (message-send-mail-function): Increase custom version.
6171
6172         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6173         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6174
6175 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6176
6177         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6178         for the cases where imap-authenticate is called with a nil buffer
6179         parameter.
6180
6181 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6184         html parts correctly; support forwarded messages.
6185         (gnus-article-browse-html-article): Remove work buffers.
6186
6187         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6188         compiling.
6189         (netrc-bound-and-true-p): New macro.
6190         (netrc-parse): Use it instead of bound-and-true-p that is not available
6191         in XEmacs 21.4.
6192
6193 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6194
6195         * gnus-registry.el (gnus-registry-mark-article)
6196         (gnus-registry-article-marks): Add functionality to mark articles
6197         through the Gnus registry.
6198
6199         * encrypt.el: Clarify documentation for the new pgg method.
6200         (encrypt-file-alist): Add PGG option.
6201         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6202         functionality.  Abstract password key and messaging to external
6203         functions.
6204         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6205         (encrypt-message-method-and-cipher): Add new convenience external
6206         functions.
6207         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6208         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6209
6210         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6211         (netrc-parse): Use encrypt-file-alist to determine if
6212         encrypt-find-model or encrypt-insert-file-contents should be used.
6213
6214         * encrypt.el: Clarify documentation.  Load password-cache or
6215         password, whichever one is found first, instead of autoloading.
6216
6217 2007-12-19  Glenn Morris  <rgm@gnu.org>
6218
6219         * mml.el (message-options-set, message-narrow-to-head)
6220         (message-in-body-p, message-mail-p, message-encode-message-body):
6221         Autoload.
6222         (message-remove-header, message-narrow-to-headers-or-head)
6223         (message-subscribed-p, message-make-mail-followup-to)
6224         (message-position-on-field, message-news-p)
6225         (message-options-set-recipient, message-generate-headers)
6226         (message-sort-headers): Declare as functions.
6227
6228 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6229
6230         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6231         convention in doc string.
6232
6233 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6236         title to html parts.
6237         (gnus-article-browse-html-article): Pass message header to it.
6238
6239         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6240
6241 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6244         or password compatible with XEmacs.
6245
6246 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6249         format document.
6250         (gnus-mime-delete-part): Don't write description line if empty.
6251         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6252
6253 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6254
6255         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6256         (gnus-summary-mark-read-and-unread-as-read)
6257         (gnus-summary-mark-current-read-and-unread-as-read)
6258         (gnus-summary-mark-unread-as-ticked): Doc fix.
6259         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6260
6261 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6262
6263         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6264         Christoph Conrad <christoph.conrad@gmx.de>.
6265
6266 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6267
6268         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6269         yes-or-no-p.
6270
6271 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * mm-decode.el (mm-add-meta-html-tag): New function.
6274         (mm-save-part-to-file, mm-pipe-part): Use it.
6275
6276         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6277         gnus-y-or-n-p instead of y-or-n-p.
6278         (gnus-article-browse-html-parts): Work with message/external-body; use
6279         mm-add-meta-html-tag.
6280
6281 2007-12-11  Glenn Morris  <rgm@gnu.org>
6282
6283         * gnus-cache.el: Require gnus-sum not just when compiling.
6284
6285         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6286
6287         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6288         definitions before use.
6289
6290         * mm-decode.el: Require gnus-util.
6291         (mm-remove-part): Only call delete-annotation on XEmacs.
6292
6293         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6294
6295         * nnmail.el: Require gnus-int.
6296
6297         * spam.el: Move `require's before `eval-when-compile's.
6298
6299         * gnus-ems.el (gnus-alive-p):
6300         * gnus-fun.el (message-goto-eoh):
6301         * gnus-util.el (gnus-group-name-decode):
6302         * mail-source.el (gnus-compress-sequence):
6303         * message.el (Info-goto-node, format-spec):
6304         * mm-bodies.el (message-options-get):
6305         * mm-decode.el (mm-view-pkcs7):
6306         * mm-util.el (gmm-write-region):
6307         * mml-smime.el (mml-compute-boundary)
6308         (gnus-completing-read-with-default):
6309         * mml.el (widget-button-press, gnus-make-hashtable):
6310         * mml1991.el (mm-decode-content-transfer-encoding)
6311         (mm-encode-content-transfer-encoding)
6312         (message-options-get, message-options-set):
6313         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6314         * nnfolder.el (gnus-request-group):
6315         * nnheader.el (ietf-drums-unfold-fws):
6316         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6317         * smime.el (gnus-run-mode-hooks):
6318         * spam-stat.el (gnus-message): Autoload.
6319
6320         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6321         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6322         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6323         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6324         Add declare-function compatibility definition.
6325
6326         * gnus-cache.el (nnvirtual-find-group-art):
6327         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6328         (gnus-add-image, gnus-add-wash-type):
6329         * gnus-group.el (nnkiboze-score-file):
6330         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6331         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6332         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6333         (message-tokenize-header, gnus-get-buffer-create)
6334         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6335         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6336         * gnus.el (gnus-group-decoded-name):
6337         * mail-source.el (imap-capability):
6338         * mm-bodies.el (message-options-set):
6339         * mm-decode.el (gnus-configure-windows):
6340         * mm-extern.el (message-goto-body):
6341         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6342         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6343         (epg-sub-key-validity, message-options-set):
6344         * mml.el (widget-event-point, gnus-configure-windows):
6345         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6346         * mml2015.el (epg-check-configuration, epg-configuration)
6347         (message-options-set):
6348         * nndb.el (nndb-request-article):
6349         * nnfolder.el (gnus-request-create-group):
6350         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6351         * nnmaildir.el (gnus-group-mark-article-read):
6352         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6353         * rfc1843.el (message-fetch-field):
6354         * spam.el (gnus-extract-address-components):
6355         Declare as functions.
6356
6357 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6360
6361         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6362
6363         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6364         bind show-trailing-whitespace for XEmacs.
6365
6366 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6369         new no-op macro for backward compatibility.
6370
6371         * imap.el (imap-string-to-integer): New function.
6372
6373 2007-12-09  Glenn Morris  <rgm@gnu.org>
6374
6375         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6376
6377         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6378         * message.el, mm-view.el, sieve-manage.el, smime.el:
6379         Add declare-function compatibility definition.
6380
6381         * gnus-art.el (w3-region, w3m-region, Info-menu):
6382         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6383         * gnus-sum.el (gnus-get-predicate):
6384         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6385         * message.el (mail-abbrev-in-expansion-header-p):
6386         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6387         (w3m-detect-meta-charset, w3m-region):
6388         * sieve-manage.el (password-read, password-cache-add)
6389         (password-cache-remove):
6390         * smime.el (password-read-and-add): Declare as functions.
6391
6392 2007-12-08  David Kastrup  <dak@gnu.org>
6393
6394         * gnus-sum.el (gnus-summary-simplify-subject-query):
6395         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6396         `message'.
6397
6398 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6401         it to bind idna-program, installation-directory, defined-colors, and
6402         face-attribute for XEmacs of the version that compiles defcustom forms.
6403
6404 2007-12-07  Glenn Morris  <rgm@gnu.org>
6405
6406         * gnus-art.el (article-make-date-line): Revert previous change.
6407
6408 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6411
6412 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6413
6414         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6415         Call gnus-add-to-range ranges only once with a prepared article-list.
6416
6417 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6418
6419         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6420         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6421         group names with backslashes.  Reported by Tassilo Horn
6422         <tassilo@member.fsf.org>.
6423
6424 2007-12-06  Deepak Goel  <deego3@gmail.com>
6425
6426         * gnus-art.el (article-make-date-line):
6427         * gnus-start.el (gnus-load):
6428         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6429
6430 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * gnus-art.el (gnus-use-idna)
6433         * gnus-start.el (gnus-site-init-file)
6434         * message.el (message-use-idna)
6435         * mm-uu.el (mm-uu-hide-markers)
6436         * smiley.el (smiley-style): Revert changes that suppress warnings.
6437
6438 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6441         specify charset to html source.  Reported by Christoph Conrad
6442         <christoph.conrad@gmx.de>.
6443
6444 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6447         idna-program in order to suppress byte compile warning issued by XEmacs
6448         that came to byte compile the default value section of defcustom forms
6449         recently.
6450
6451         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6452         value of installation-directory.
6453
6454         * message.el (message-use-idna): Don't directly refer to the value of
6455         idna-program.
6456
6457         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6458
6459         * smiley.el (smiley-style): Don't directly call face-attribute.
6460
6461 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6464
6465         * gnus-dired.el: Reduce Gnus dependencies.
6466         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6467         require.  Use autoloads instead.
6468         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6469         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6470         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6471         (gnus-dired-mode): Adjust doc string.
6472         (gnus-dired-mail-mode): New variable.
6473         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6474         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6475         (gnus-dired-mail-buffers): New function.  Return mail or message
6476         composition buffers.
6477         (gnus-dired-attach): Use it.
6478         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6479         NO-DECODE.
6480         (gnus-dired-print): Use `gnus-print-buffer' depending on
6481         `gnus-dired-mail-mode'.
6482
6483 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * rfc2047.el (rfc2047-encoded-word-regexp)
6486         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6487         explaining what regexp patterns are for.
6488
6489 2007-12-04  Glenn Morris  <rgm@gnu.org>
6490
6491         * password.el: Move to password-cache.el.
6492
6493         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6494         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6495         * mml-smime.el (password-read, password-cache-add)
6496         (password-cache-remove):
6497         No need to autoload, since mml-sec requires password.
6498
6499         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6500         * message.el (gnus-extract-address-components):
6501         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6502
6503         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6504         password.
6505
6506 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * mailcap.el: Reduce dependencies.
6509         (mail-header-parse-content-type): Autoload.
6510         (mailcap-delete-duplicates): New alias.
6511         (mailcap-mime-info): Add optional argument NO-DECODE.
6512         (mailcap-mime-types): Use mailcap-delete-duplicates.
6513
6514         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6515
6516 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6517
6518         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6519         (imap-parse-status): Upcase status-att for servers that sends them
6520         lower-case (e.g., MS Exchange 2007).
6521
6522 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6523
6524         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6525         function.
6526
6527         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6528         (gnus-uu-yenc-article): New function.
6529
6530         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6531
6532         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6533         buffer.
6534
6535 2007-12-02  Glenn Morris  <rgm@gnu.org>
6536
6537         * binhex.el (binhex): New custom group.
6538         (binhex-decoder-program, binhex-decoder-switches)
6539         (binhex-use-external): Move to the binhex custom group.
6540
6541         * uudecode.el (uudecode): New custom group.
6542         (uudecode-decoder-program, uudecode-decoder-switches)
6543         (uudecode-use-external): Move to the uudecode custom group.
6544
6545         * netrc.el (top-level): Don't load `encrypt' features.
6546         (netrc-parse): Don't use encrypt.
6547         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6548
6549         * encrypt.el: Remove file.
6550
6551 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6554         matches on patches.
6555
6556         * gnus-art.el (gnus-article-browse-html-article): Mention
6557         `mm-text-html-renderer' in the doc string.
6558
6559         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6560         string.  Add comments.
6561
6562         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6563         if rhs is ASCII.
6564
6565 2007-12-01  Glenn Morris  <rgm@gnu.org>
6566
6567         * mail-source.el (top-level): Require format-spec before
6568         eval-when-compile.
6569
6570 2007-11-30  Glenn Morris  <rgm@gnu.org>
6571
6572         * encrypt.el: Require password, rather than autoloading password-read.
6573
6574 2007-11-29  Glenn Morris  <rgm@gnu.org>
6575
6576         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6577         (sasl-make-client, sasl-next-step, sasl-step-data)
6578         (sasl-step-set-data): Declare as functions.
6579
6580 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6583
6584 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6585
6586         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6587         certs should be verified and what is to be done in the event of a
6588         verification failure.
6589
6590         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6591         caller can indicate whether the cache should be disregarded for this
6592         call.  This way the result of the call is reproducible at all times and
6593         can be considered a canonical server name for the supplied method.
6594         (gnus-agent-method-p): Canonicalize server names by pushing their
6595         method through `gnus-method-to-server' using the no-cache argument.
6596
6597         * gnus-srvr.el (gnus-server-insert-server-line): Call
6598         `gnus-method-to-server' with `no-cache' argument.
6599
6600         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6601         gnus-agent-possibly-synchronize-flags as this should be called when the
6602         server is actually being opened.
6603         (gnus-agent-possibly-synchronize-flags)
6604         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6605         flags file of an agentized server to the latter function.
6606
6607         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6608         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6609         after a connection has been established successfully.
6610
6611 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * gnus-art.el (article-display-face): Force to display face if called
6614         interactively; check if gnus-article-x-face-too-ugly matches author.
6615         (article-display-x-face): Display face even if From header is missing
6616         as article-display-face does.
6617
6618 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6619
6620         * hashcash.el (message-narrow-to-headers-or-head)
6621         (message-fetch-field, message-goto-eoh)
6622         (message-narrow-to-headers): Declare as functions.
6623
6624 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * mail-source.el (mail-sources): Default to fetch from file for
6627         compatibility with default of nnmail-spool-file.
6628
6629 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6632         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6633         to look for encoded word that should be encoded again.
6634         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6635         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6636         encoding pattern.
6637         (rfc2047-decode-region): Switch strict regexp and loose one according
6638         to rfc2047-allow-irregular-q-encoded-words.
6639
6640 2007-11-25  Romain Francoise  <romain@orebokech.com>
6641
6642         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6643
6644 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * tls.el (tls-program): Provide more custom choices from
6647         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6648         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6649
6650 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6651
6652         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6653         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6654
6655         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6656         `nnmail-spool-file'.
6657
6658         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6659         `nnmail-spool-file'.
6660
6661         * gnus-move.el (gnus-change-server): Ditto.
6662
6663         * gnus-kill.el (gnus-batch-score): Ditto.
6664
6665         * gnus-cache.el (gnus-jog-cache): Ditto.
6666
6667         * gnus-msg.el (gnus-summary-reply):
6668         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6669
6670 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6673         version.  Minor improvement to doc strings.
6674         (tls-program): Add comment.
6675
6676 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6677
6678         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6679         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6680         mismatch between the hostname provided in the certificate and the name
6681         of the host connnecting to.
6682         (open-tls-stream): Use them.  Check certificates against trusted root
6683         certificates.
6684
6685 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6686
6687         * gnus-cache.el (gnus-cache-generate-nov-databases):
6688         Use nnml-generate-nov-databases-directory instead of
6689         nnml-generate-nov-databases-1.
6690
6691 2007-11-24  Glenn Morris  <rgm@gnu.org>
6692
6693         * message.el (message-tool-bar-retro): Update for rename
6694         mail_send.xpm->mail-send.xpm.
6695
6696 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6699         `smime-ldap-search' for Emacs 22 and up.
6700
6701 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6702
6703         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6704
6705         * message.el (message-send-mail-function): Fix error convention.
6706         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6707         (message-widen-reply, message-send-mail, message-talkative-question)
6708         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6709         (message-clone-locals, message-send-news): Use with-current-buffer.
6710         (message-insert-or-toggle-importance): Remove unused var `valid'.
6711         (message-make-references): Remove unused var `new-references'.
6712         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6713
6714 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6715
6716         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6717         (spam-split-symbolic-return-positive): Reflow docstring.
6718         (spam-backends, spam-summary-exit-behavior)
6719         (spam-mark-ham-unread-before-move-from-spam-group)
6720         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6721         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6722         (spam-clear-cache, spam-backend-check, spam-install-backend)
6723         (spam-install-statistical-backend, spam-list-of-processors)
6724         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6725         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6726         (spam-check-crm114, spam-initialize, spam-unload-hook):
6727         Fix typos in docstrings.
6728
6729 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6732         been checked if they have never been read and those group levels are
6733         higher than the one that a user specified.
6734
6735 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6738         foreign groups unless a group level is specified by a user.
6739         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6740
6741 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6742
6743         * message.el (message-send-mail-function): Require sendmail.
6744
6745 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * message.el (message-send-mail-function): Check for smtpmail too.
6748
6749         * utf7.el (utf7-encode, utf7-decode): Use coding system
6750         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6751
6752         * message.el (message-send-mail-function): New function.
6753         (message-send-mail-function): Set default using
6754         message-send-mail-function.  Adjust doc string.
6755         (message-send-mail-with-mailclient): New function.
6756
6757 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6758
6759         * smime.el (from):
6760         * rfc2047.el (message-posting-charset):
6761         * qp.el (mm-use-ultra-safe-encoding):
6762         * pop3.el (parse-time-months):
6763         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6764         * nnml.el (files):
6765         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6766         (jka-compr-compression-info-list, ange-ftp-path-format)
6767         (efs-path-regexp):
6768         * nndiary.el (files):
6769         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6770         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6771         (epg-digest-algorithm-alist, inhibit-redisplay)
6772         (password-cache-expiry):
6773         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6774         (pgg-output-buffer, password-cache-expiry):
6775         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6776         (efs-path-regexp):
6777         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6778         (inhibit-redisplay):
6779         * mm-uu.el (file-name, start-point, end-point, entry)
6780         (gnus-newsgroup-name, gnus-newsgroup-charset):
6781         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6782         (latin-unity-ucs-list):
6783         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6784         (mm-uu-binhex-decode-function):
6785         * message.el (gnus-message-group-art, gnus-list-identifiers)
6786         (rmail-enable-mime-composing, gnus-local-organization)
6787         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6788         (gnus-read-active-file, facemenu-add-face-function)
6789         (facemenu-remove-face-function, gnus-article-decoded-p)
6790         (tool-bar-mode):
6791         * mail-source.el (display-time-mail-function):
6792         * gnus-util.el (nnmail-pathname-coding-system)
6793         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6794         (gnus-original-article-buffer, gnus-user-agent)
6795         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6796         (xemacs-codename, sxemacs-codename, emacs-program-version):
6797         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6798         * gnus-start.el (gnus-agent-covered-methods)
6799         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6800         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6801         (gnus-newsgroup-headers, gnus-group-list-mode)
6802         (gnus-group-mark-positions, gnus-newsgroup-data)
6803         (gnus-newsgroup-unreads, nnoo-state-alist)
6804         (gnus-current-select-method, mail-sources)
6805         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6806         (nnmail-spool-file, gnus-cache-active-hashtb):
6807         * gnus-mh.el (mh-lib-progs):
6808         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6809         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6810         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6811         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6812         (gnus-group-buffer):
6813         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6814         (font-lock-set-defaults):
6815         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6816         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6817         (gnus-summary-post-menu, total-parts, type, condition, length):
6818         * gnus-agent.el (gnus-agent-read-agentview):
6819         * flow-fill.el (show-trailing-whitespace):
6820         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6821         eval-and-compile wrappers for byte compiler pacifiers.
6822
6823         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6824         (mm-display-inline-fontify): Check for featurep 'xemacs not
6825         extent-list.
6826
6827         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6828         itimer-list.
6829         (mm-create-image-xemacs): Only do something for XEmacs.
6830         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6831
6832         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6833
6834         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6835         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6836
6837 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6838
6839         * nnimap.el (nnimap-split-download-body):
6840         * gnus-demon.el (gnus-demon):
6841         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6842
6843 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6846         macros.
6847         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6848         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6849         copy data from unibyte buffer to multibyte current buffer.
6850         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6851         to copy data from unibyte current buffer to multibyte buffer.
6852         (nntp-make-process-buffer): Make process buffer unibyte.
6853
6854         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6855
6856 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6857
6858         * pop3.el (pop3-open-server): Accept and process data more robustly at
6859         connexion start to avoid spurious "POP SSL connexion failed" errors.
6860
6861 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6864         read group names.
6865
6866 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6869
6870 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6873         (nnmail-save-active): Use a unibyte buffer when saving active file,
6874         which may contain non-ASCII group names.
6875
6876         * nnml.el (nnml-request-group): Decode group names in messages.
6877
6878 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * message.el (message-citation-line-function)
6881         (message-insert-formatted-citation-line): Fix spelling of
6882         `message-insert-formated-citation-line'.
6883
6884 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6885
6886         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6887
6888 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6891         nnmail-pathname-coding-system.
6892
6893         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6894         that a user enters; decode group names in messages.
6895
6896         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6897
6898 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6899
6900         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6901
6902         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6903
6904         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6905         risky local variable.
6906
6907         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6908
6909 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6910
6911         * encrypt.el: Improve documentation to fix function name typo.
6912         Reported by Daiki Ueno <ueno@unixuser.org>.
6913
6914 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6917         even if the point is not in the last page of an article.
6918         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6919         back to the previous page.
6920
6921 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6924
6925 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6928
6929 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6930
6931         * message.el (message-check-news-body-syntax): Avoid
6932         mm-string-as-multibyte.
6933         (message-hide-headers): Don't assume (point-min)==1.
6934
6935 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * message.el (message-remove-blank-cited-lines): Fix if remove is
6938         given.
6939         (message-bogus-address-regexp): New variable.
6940         (message-bogus-recipient-p): New function.
6941         (message-check-recipients): New command.
6942         (message-syntax-checks): Add `bogus-recipient'.
6943         (message-fix-before-sending): Add `bogus-recipient'.
6944
6945         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6946         (gnus-treat-body-boundary): Don't test window-system.
6947
6948 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6949
6950         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6951
6952 2007-10-28  Miles Bader  <miles@gnu.org>
6953
6954         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6955         at compile-time too.
6956
6957 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * gnus-msg.el (gnus-message-setup-hook): Add
6960         `message-remove-blank-cited-lines' to options.
6961
6962 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * message.el (message-remove-blank-cited-lines): New function.
6965         Suggested by Karl Plästerer.
6966
6967 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6970         mapc.
6971
6972         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6973         (top-level): Use mapc to set functions to be traced for debugging.
6974
6975         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6976         called for effect with while loop.
6977
6978         * message.el (message-talkative-question): Replace mapcar called for
6979         effect with mapc.
6980
6981         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6982         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6983         called for effect with dolist.
6984
6985         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6986
6987         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6988         gnus-extra-headers and nnmail-extra-headers.
6989
6990         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6991         called for effect with dolist.
6992         (top-level): Use mapc to set functions to be traced for debugging.
6993
6994         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6995         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6996         dolist.
6997
6998         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6999         Replace mapcar called for effect with mapc.
7000         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7001         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7002         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7003         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7004
7005         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7006         remove-if that's a cl function.
7007
7008         * webmail.el (webmail-debug): Replace mapcar called for effect with
7009         dolist.
7010
7011         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7012         with mapc.
7013
7014 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7017         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7018         with while loop.
7019
7020         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7021         functions from article-* functions.
7022         (gnus-multi-decode-header): Replace mapcar called for effect with
7023         dolist.
7024
7025         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7026         (gnus-bookmark-show-details): Replace mapcar called for effect with
7027         while loop.
7028
7029         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7030         called for effect with while loop.
7031
7032         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7033         with dolist.
7034
7035         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7036         mapcar called for effect with dolist.
7037
7038         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7039
7040         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7041         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7042         Replace mapcar called for effect with dolist.
7043         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7044         mapc.
7045
7046         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7047         Replace mapcar called for effect with dolist.
7048         (gnus-topic-list): Replace mapcar called for effect with mapc.
7049
7050         * gnus.el: Use mapc instead of mapcar to add autoloads.
7051
7052 2007-10-23  Richard Stallman  <rms@gnu.org>
7053
7054         * gnus-group.el (gnus-group-highlight): Mark as risky.
7055
7056 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus.el (gnus-server-to-method): Return method found first in
7059         gnus-newsrc-alist.
7060
7061         * gnus-art.el (gnus-article-highlight-signature)
7062         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7063         button overlay without the front stickiness.
7064
7065 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7066
7067         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7068         overview buffer needed a catch to receive its throw.
7069         (gnus-agent-flush-cache): Declared as interactive to make this function
7070         easier to use.
7071
7072 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7073
7074         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7075         `next-line'.
7076
7077 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7080         exclude address matching message-dont-reply-to-names.
7081
7082 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * gnus-util.el (gnus-string<): New function.
7085
7086         * gnus-sum.el (gnus-article-sort-by-author)
7087         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7088
7089 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7092         the frame-focus tag is set in gnus-buffer-configuration.
7093
7094 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7097         the front stickiness.
7098
7099 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7102         url pattern; remove duplicate one.
7103         (gnus-article-extend-url-button): New function.
7104         (gnus-article-add-buttons): Use it.
7105         (gnus-button-push): Use concatenated url that it makes.
7106
7107 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7108
7109         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7110
7111 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7112
7113         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7114         Don't hardcode point-min==1.
7115
7116 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7119         Fix comment about "iso8859-1".
7120
7121 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7122
7123         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7124         ones returned from the verify-function.
7125
7126         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7127         mml2015-extract-cleartext-signature if extraction failed.
7128
7129 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7130
7131         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7132         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7133         failed.
7134
7135 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7138
7139 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7142         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7143         recommends to use EasyPG instead of PGG.
7144
7145         * pgg.el: Revert to revision 6.23.2.16.
7146
7147         * pgg-def.el: Revert to revision 6.6.2.14.
7148
7149         * pgg-gpg.el: Revert to revision 6.23.2.34.
7150
7151 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7152
7153         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7154         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7155         thread for both the null and zero (kill/expire thread) universal prefix
7156         cases.
7157         (gnus-summary-expire-thread): Add new function to expire a thread,
7158         using gnus-summary-kill-thread.
7159         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7160         shortcuts for gnus-summary-expire-thread.
7161         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7162         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7163
7164 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7165
7166         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7167         extras value, so an extras entry can be deleted.
7168         (gnus-registry-delete-extra-entry): Use it.
7169         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7170         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7171         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7172         storage through the gnus-registry, and provide an appropriate API for
7173         it.
7174
7175 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7178         Suggested by Leo <sdl.web@gmail.com>.
7179
7180         * gnus.el: Do.
7181
7182 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7185         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7186
7187         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7188
7189         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7190         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7191
7192 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7195         newline.
7196         (nnmbox-request-accept-article): Don't change article in source buffer;
7197         narrow to header to use message-fetch-field rather than
7198         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7199         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7200         as delimiters; make sure article ends with newline.
7201         (nnmbox-delete-mail): Correct last position of article to be deleted;
7202         ignore X-Gnus-Newsgroup header in article body.
7203         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7204         positions; make sure article ends with newline.
7205
7206         * message.el (message-display-abbrev): Don't infloop when a user
7207         inserts SPC in the beginning of header.
7208
7209         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7210         coding-system-for-read and coding-system-for-write for XEmacs having no
7211         file-coding feature.
7212
7213         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7214
7215 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7216
7217         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7218         list of groups not followed by default.  Fix type to be regexp.
7219         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7220
7221 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7222
7223         * hmac-def.el (define-hmac-function): Switch from old-style to
7224         new-style backquotes.
7225
7226         * md4.el (md4-make-step): Likewise.
7227
7228 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7231         raw-text coding system when saving .newsrc file, which may contain
7232         non-ASCII group names.
7233
7234 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-cus.el (gnus-score-extra): New widget.
7237         (gnus-score-extra-convert): New function.
7238         (gnus-score-customize): Use it for Extra.
7239
7240 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7241
7242         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7243         (mml2015-mailcrypt-clear-verify): Use it.
7244         (mml2015-gpg-clear-verify): Use it.
7245         (mml2015-pgg-clear-verify): Use it.
7246         (mml2015-epg-clear-verify): Replace the current part with the output
7247         from GnuPG; don't extract the plaintext by itself.
7248
7249         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7250         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7251         mml2015-clear-verify-function; don't touch the armor headers or
7252         dash-escaped text here.
7253
7254 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7257         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7258         parts, or application/octet-stream as a last resort.
7259         (gnus-mime-view-part-as-type): Don't toggle display.
7260         (gnus-mime-view-part-as-charset): Don't turn off display before
7261         querying charset.
7262
7263         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7264         stuff to undisplayer function in Emacs.
7265         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7266
7267         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7268         text/calendar parts.
7269
7270 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7273         decoding text/calendar parts.
7274
7275         * message.el (message-forward-make-body-mime): Always mark body as
7276         having no illegible text; remove signed-or-encrypted argument.
7277         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7278
7279         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7280         (mml-generate-mime-1): Don't encode body if it is specified to be in
7281         raw form; don't make buffer be unibyte when inserting multibyte string.
7282
7283 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7284
7285         * sha1.el: Fix up comment style.
7286         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7287         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7288
7289         * hex-util.el: Fix up comment style.
7290         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7291
7292         * gnus-salt.el: Use with-current-buffer.
7293         (gnus-pick-setup-message): Fix long-standing typo.
7294
7295 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * imap.el (imap-logout-timeout): New variable.
7298         (imap-logout, imap-logout-wait): New functions.
7299         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7300
7301         * nnimap.el (nnimap-logout-timeout): New server variable.
7302         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7303         nnimap-logout-timeout.
7304
7305         * gnus-art.el (gnus-article-summary-command-nosave)
7306         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7307
7308 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus.el (gnus-maximum-newsgroup): New variable.
7311
7312         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7313         according to gnus-maximum-newsgroup.
7314
7315         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7316         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7317         Limit the range of articles according to gnus-maximum-newsgroup.
7318
7319 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7320
7321         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7322         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7323         Don't perform gnus-configure-windows here; reuse existing sticky
7324         article buffer.
7325
7326         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7327         it doesn't exist in gnus-article-mode.
7328
7329 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7332         (gnus-agent-decoded-group-name): New function.
7333         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7334         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7335
7336 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7337
7338         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7339         Add binding for gnus-sticky-article.
7340         (gnus-summary-exit): Don't kill sticky article buffers.
7341
7342         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7343         article buffer.
7344         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7345         (gnus-kill-sticky-article-buffers): New commands.
7346
7347 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * nntp.el (nntp-xref-number-is-evil): New server variable.
7350         (nntp-find-group-and-number): If it is non-nil, don't trust article
7351         numbers in the Xref header.
7352
7353 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-agent.el (gnus-agent-read-group): New function.
7356         (gnus-agent-flush-group, gnus-agent-expire-group)
7357         (gnus-agent-regenerate-group): Use it.
7358         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7359         nnmail-pathname-coding-system.
7360
7361 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7364
7365         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7366         that are unread as unread, and also as selected so that information of
7367         marks having been changed by a user may be updated when exiting group.
7368
7369 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7372         calculated ignoring signature parts to gnus-treat-article.
7373
7374 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7377         a point here in order to keep the window start.
7378         (gnus-insert-mime-security-button): Make a button overlay without the
7379         front stickiness.
7380         (gnus-mime-display-security): Goto the end of a button.
7381
7382         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7383
7384 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7387         group-name-at-point.
7388         (gnus-group-completing-read): New function that offers decoded
7389         non-ASCII group names for completion.
7390         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7391         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7392         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7393         (gnus-group-fetch-control): Use it.
7394         (gnus-fetch-group): Use group-name-at-point for the initial value
7395         rather than the default value; use gnus-alive-p.
7396
7397         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7398         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7399         (gnus-summary-post-news): Use gnus-group-completing-read.
7400
7401         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7402         (gnus-read-move-group-name): Decode group name for completion.
7403
7404 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7405
7406         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7407         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7408         Yamaoka slightly modified the code).
7409
7410 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7413         (nnmail-split-incoming): Bind it.
7414
7415         * nnml.el (nnml-group-name-charset): New function.
7416         (nnml-decoded-group-name): Use it; don't decode group name if
7417         nnmail-group-names-not-encoded-p is non-nil.
7418         (nnml-encoded-group-name): New function.
7419         (nnml-group-pathname): Inline nnml-decoded-group-name.
7420         (nnml-request-expire-articles): Decode group name in message.
7421         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7422         nnmail-pathname-coding-system.
7423         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7424         not decoded ones according to nnmail-group-names-not-encoded-p.
7425         (nnml-generate-active-info): Use nnml-encoded-group-name.
7426
7427 2007-08-08  Glenn Morris  <rgm@gnu.org>
7428
7429         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7430         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7431         doc-strings and comments.
7432
7433 2007-07-25  Glenn Morris  <rgm@gnu.org>
7434
7435         * Relicense all FSF files to GPLv3 or later.
7436
7437 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-sum.el (gnus-summary-move-article): Make
7440         gnus-summary-respool-article work.
7441
7442 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7445         string.
7446
7447 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7448
7449         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7450         that should be ignored when comparing distant RSS articles with local
7451         ones.
7452         (nnrss-make-hash-index): New function.  Create a hash index according
7453         to the ignored fields.
7454         (nnrss-check-group): Use it.
7455
7456 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7459
7460         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7461
7462         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7463         the new optional argument ENCODED is non-nil.
7464         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7465         coding system for encoding group name.
7466         (gnus-group-make-rss-group): Pass un-encoded group name to
7467         gnus-group-make-group.
7468         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7469         encoded.
7470
7471         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7472         Encode group name to which articles are moved or copied.
7473         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7474         coding system for encoding Newsgroup, Followup-To and Xref headers.
7475
7476         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7477         marks; use nnheader-file-coding-system to write a file.
7478         (nnagent-retrieve-headers): Bind file-name-coding-system to
7479         nnmail-pathname-coding-system.
7480
7481         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7482
7483         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7484         (nnml-request-article, nnml-request-create-group)
7485         (nnml-request-rename-group, nnml-find-id)
7486         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7487         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7488         (nnml-save-marks): Use nnml-group-pathname instead of
7489         nnmail-group-pathname.
7490
7491         (nnml-request-create-group, nnml-request-expire-articles)
7492         (nnml-request-move-article, nnml-request-delete-group)
7493         (nnml-deletable-article-p, nnml-possibly-create-directory)
7494         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7495         (nnml-open-marks): Bind file-name-coding-system to
7496         nnmail-pathname-coding-system.
7497
7498         (nnml-request-article): Pass server argument to nnml-find-group-number.
7499         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7500         server argument to nnml-possibly-create-directory.
7501         (nnml-request-accept-article): Pass server argument to
7502         nnml-active-number and nnml-save-mail.
7503         (nnml-find-group-number): Pass server argument to nnml-find-id.
7504         (nnml-request-update-info): Pass server argument to
7505         nnml-marks-changed-p.
7506
7507         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7508         (nnml-save-mail, nnml-active-number): Add server argument.
7509
7510         (nnml-request-delete-group): Warn if group is missing.
7511         (nnml-get-nov-buffer): Decode group name.
7512         (nnml-generate-active-info): Encode group name.
7513         (nnml-open-marks): Decode group name in messages.
7514
7515 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7518         if it is not specified.
7519         (gnus-article-pipe-part, gnus-article-save-part)
7520         (gnus-article-interactively-view-part, gnus-article-copy-part)
7521         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7522         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7523         (gnus-article-replace-part, gnus-article-delete-part)
7524         (gnus-article-view-part-as-type): Pass raw prefix argument to
7525         gnus-article-part-wrapper.
7526
7527 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-agent.el (gnus-agent-save-active): Bind
7530         nnheader-file-coding-system to gnus-agent-file-coding-system.
7531
7532         * gnus-cache.el (gnus-cache-save-buffers)
7533         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7534         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7535         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7536         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7537         (gnus-cache-generate-active, gnus-cache-rename-group)
7538         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7539         (gnus-cache-update-overview-total-fetched-for): Bind
7540         file-name-coding-system to nnmail-pathname-coding-system.
7541         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7542         variables.
7543         (gnus-cache-decoded-group-name): New function.
7544         (gnus-cache-file-name): Use it.
7545         (gnus-cache-generate-active): Use non-decoded group name for active.
7546
7547         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7548         right place.
7549         (gnus-write-active-file): Don't break non-ASCII group names.
7550
7551         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7552         nnmail-pathname-coding-system.
7553
7554         * lpath.el: Bind default-file-name-coding-system,
7555         file-name-coding-system and language-info-alist for XEmacs.
7556
7557         * gnus-uu.el (gnus-uu-decode-save): Typo.
7558
7559 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7562
7563 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7566         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7567         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7568         (gnus-agent-flush-group, gnus-agent-flush-cache)
7569         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7570         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7571         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7572         (gnus-agent-regenerate-group)
7573         (gnus-agent-update-files-total-fetched-for)
7574         (gnus-agent-update-view-total-fetched-for): Bind
7575         file-name-coding-system to nnmail-pathname-coding-system.
7576         (gnus-agent-group-pathname): Don't encode file names by
7577         nnmail-pathname-coding-system.
7578         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7579         coding-system-for-write instead of buffer-file-coding-system to
7580         gnus-agent-file-coding-system.
7581
7582         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7583         Decode group name.
7584
7585         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7586
7587         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7588         (gnus-read-newsrc-el-file): Make group names unibyte.
7589
7590         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7591         nnmail-pathname-coding-system.
7592
7593         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7594         (nnrss-request-delete-group): Bind file-name-coding-system to
7595         nnmail-pathname-coding-system.
7596         (nnrss-read-server-data, nnrss-read-group-data): Bind
7597         file-name-coding-system correctly.
7598         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7599
7600         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7601         (nntp-server-to-method-cache): New variable.
7602         (nntp-group-pathname): New function that decodes non-ASCII group names.
7603         (nntp-possibly-create-directory, nntp-marks-changed-p)
7604         (nntp-save-marks, nntp-open-marks): Use it.
7605         (nntp-possibly-create-directory, nntp-open-marks):
7606         Bind file-name-coding-system to nnmail-pathname-coding-system.
7607         (nntp-open-marks): Decode group names when bootstrapping marks.
7608
7609         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7610         Newsgroups and Folowup-To headers.
7611
7612 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7615         (gnus-server-closed-face, gnus-server-denied-face)
7616         (gnus-server-offline-face): Remove variable.
7617         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7618
7619         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7620         of modifying message-stack directly for XEmacs.
7621
7622         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7623         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7624         if the coding-system argument is nil for XEmacs.
7625
7626         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7627         mm-charset-override-alist.
7628
7629         * rfc2047.el: Don't require base64; require rfc2045 for the function
7630         rfc2045-encode-string.
7631         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7632         to quote the parameter value.
7633
7634 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7637         form in gnus-group-name-charset-method-alist.
7638
7639         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7640         overrides the default layout edit-form.
7641
7642         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7643
7644         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7645
7646 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7649         as unfetched articles.
7650
7651 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7654
7655 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7658         original back end that keeps marks in the local system.
7659
7660 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7663         arg of pop-to-buffer for XEmacs.
7664         (gnus-article-read-summary-keys): Ditto; don't restore window
7665         configuration if summary command ends up with neither article buffer
7666         nor summary buffer; describe bindings if summary keys end with C-h.
7667
7668 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * message.el (message-fix-before-sending): Skip raw message part to be
7671         forwarded while checking illegible text.
7672         (message-forward-make-body-mime, message-forward-make-body): Mark
7673         signed or encrypted raw message as having no illegible text.
7674
7675 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7678         (gnus-message-with-timestamp-1): New macro.
7679         (gnus-message-with-timestamp): New function.
7680         (gnus-message): Use them.
7681
7682         * nnheader.el (nnheader-message): Use them.
7683
7684 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7687         .newsrc.eld file.
7688
7689 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-agent.el (gnus-agent-fetch-headers)
7692         (gnus-agent-retrieve-headers): Bind
7693         gnus-decode-encoded-address-function to identity.
7694
7695         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7696         available also when the server returns simply a dot.
7697
7698         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7699
7700 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7703
7704 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-ems.el (gnus-x-splash): Make it work.
7707
7708         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7709         from being used.
7710
7711         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7712
7713 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7716         4th and the 5th arguments.
7717
7718         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7719         the front stickiness.
7720         (gnus-article-summary-command-nosave): Correct the order of the
7721         arguments passed to pop-to-buffer.
7722         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7723         summary command ends up with the article buffer.
7724
7725         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7726         the same faces.
7727
7728 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7729
7730         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7731
7732 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7733
7734         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7735         * gnus-sum.el (gnus-summary-highlight):
7736         * pgg.el (pgg-sign-region, pgg-sign):
7737         * mail-source.el (mail-source-delete-old-incoming-confirm):
7738         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7739
7740 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-art.el (gnus-mime-view-part-externally)
7743         (gnus-mime-view-part-internally): Fix predicate function passed to
7744         completing-read.
7745
7746         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7747
7748         * gnus.el (gnus-update-message-archive-method): Add :version.
7749
7750 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * gnus.el (gnus-update-message-archive-method): New variable.
7753
7754         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7755         according to gnus-message-archive-method if
7756         gnus-update-message-archive-method is non-nil.
7757
7758 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7761         by Loic Dachary <loic@dachary.org>.
7762         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7763
7764 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * message.el (message-pop-to-buffer): Add switch-function argument.
7767         (message-mail): Pass switch-function argument to it.
7768
7769 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7772         Improve doc string.
7773
7774 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7777         (gnus-header-content)
7778         * gnus-cite.el (gnus-cite-10)
7779         * gnus-srvr.el (gnus-server-closed)
7780         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7781         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7782         (gnus-group-mail-3-empty, gnus-group-mail-low)
7783         (gnus-group-mail-low-empty, gnus-splash)
7784         * message.el (message-header-to, message-header-cc)
7785         (message-header-subject, message-header-other, message-header-name)
7786         (message-header-xheader, message-separator, message-cited-text)
7787         (message-mml): Lighten colors of faces used for dark background.
7788
7789 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7790
7791         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7792         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7793
7794 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * message.el (message-narrow-to-headers-or-head):
7797         Ignore mail-header-separator in the body.
7798
7799 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7802         same as window size.
7803
7804 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7805
7806         * message.el (message-font-lock-keywords): Use message-header-xheader
7807         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7808         ahead of the anything pattern, to get it recognised.
7809
7810 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7813         spam.el loads uses it in the compiled defadvice form.
7814
7815 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7816
7817         * gnus-sum.el (gnus-articles-to-read)
7818         (gnus-summary-insert-old-articles): Don't truncate group name for
7819         `read-string'.
7820
7821         * gnus-util.el (gnus-limit-string): Delete this function.
7822
7823         * gnus-sum.el (gnus-simplify-subject-fully): Use
7824         `truncate-string-to-width' instead.
7825
7826 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7827
7828         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7829         if, on summary exit, the next group has to be selected.
7830         (gnus-summary-exit): Use it.
7831
7832 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7835         non-break space.
7836
7837 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7840         Check if group is not a directory.
7841         (nnfolder-request-expire-articles): Don't delete articles if the target
7842         group is not available.
7843
7844         * nnml.el (nnml-request-create-group): Properly check if group is not a
7845         file.
7846         (nnml-request-expire-articles): Don't delete articles if the target
7847         group is not available.
7848
7849         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7850         Don't quote characters that are within parentheses.
7851
7852 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7855         (gnus-handle-ephemeral-exit): Select article according to it.
7856
7857 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7858
7859         * message.el (message-insert-formated-citation-line): Remove newline.
7860         (message-citation-line-format): Add final \n here so that the user can
7861         avoid a blank line.
7862
7863 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7864
7865         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7866         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7867         Update lanl/arXiv support.
7868
7869 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7870
7871         * gnus.el: Bump version number.
7872
7873 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7874
7875         * gnus.el (gnus-version-number): Bump version.
7876
7877 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7878
7879         * gnus.el: No Gnus v0.6 is released.
7880
7881 2007-04-27  Didier Verna  <didier@xemacs.org>
7882
7883         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7884         * gmm-utils.el (gmm-regexp-concat): here.
7885         * message.el: Don't require 'gnus-util.
7886         (message-dont-reply-to-names): Handle name change above.
7887         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7888
7889 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7892         since the initial value varies according to the system.
7893
7894 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7897
7898 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7899
7900         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7901
7902 2007-04-24  Didier Verna  <didier@xemacs.org>
7903
7904         Improve the type of gnus-ignored-from-addresses.
7905         * gnus-util.el (gnus-orify-regexp): New function.
7906         * message.el (gnus-util): Require it.
7907         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7908         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7909         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7910
7911 2007-04-24  Didier Verna  <didier@xemacs.org>
7912
7913         * gnus-sum.el:
7914         * gnus-utils.el: Fix some trailing whitespaces.
7915
7916 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7919         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7920         article's Message-ID; refer parent article in summary buffer.
7921
7922         * message.el (message-bounce): Call mime-to-mml.
7923
7924         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7925         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7926         optimize and/or forms properly.
7927
7928 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7931         URL.
7932
7933 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7936
7937 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7940         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7941         displayed of multipart/alternative part if it is invoked from summary
7942         buffer.
7943
7944         * mm-view.el (mm-inline-text-html-render-with-w3m)
7945         (mm-inline-text-html-render-with-w3m-standalone)
7946         (mm-inline-render-with-function): Use mail-parse-charset by default.
7947
7948 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7949
7950         * parse-time.el (parse-time-string-chars): Check if CHAR
7951         is less than the length of parse-time-syntax.
7952
7953 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7956         from gnus-newsgroup-processable.
7957
7958 2007-04-16  Didier Verna  <didier@xemacs.org>
7959
7960         * gnus-msg.el (gnus-configure-posting-styles): Handle
7961         message-signature-directory properly with :file syntax.  Reported by
7962         "Leo".
7963
7964 2007-04-11  Didier Verna  <didier@xemacs.org>
7965
7966         New user option: message-signature-directory.
7967         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7968         * message.el (message-insert-signature): Ditto.
7969         * message.el (message-signature-file): Doc update.
7970         * message.el (message-signature-directory): New.
7971
7972 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-msg.el (gnus-inews-yank-articles): Use
7975         message-exchange-point-and-mark instead of exchange-point-and-mark.
7976
7977 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * message.el (message-yank-original): Make sure cited text ends with
7980         newline; don't exchange point and mark.
7981
7982 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7983
7984         * tls.el (open-tls-stream): Properly handle case where there
7985         is no associated buffer.
7986
7987 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7988
7989         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7990         message-yank-original, make sure (< mark TEXT point).
7991
7992 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * message.el (message-fill-column): New variable.
7995         (message-mode): Use it.  Add comment on a possible new hook.
7996
7997         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7998         (nnmail-get-new-mail): Reformat.
7999
8000         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8001
8002         * gmm-utils.el: Fix Commentary.
8003         (gmm-tool-bar-from-list): Fix typo in doc string.
8004
8005 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8006
8007         * message.el (message-yank-original): Don't switch point and mark
8008         unnecessarily to put point and mark as documented.
8009
8010 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011
8012         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8013         from the message heads.
8014
8015 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8016
8017         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8018         article buffer does not have a window.  This may not be the best
8019         solution but is certainly better than setting the start of the null,
8020         that is the current, window.
8021
8022 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8025         (gnus-draft-setup): Run it.
8026
8027         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8028         gnus-score-fast-scoring.  Allow regexp.
8029         (gnus-score-headers): Use it.
8030
8031         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8032         XEmacs.
8033
8034         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8035         string.
8036         (gnus-button-alist): Also catch `<f1> k ...'.
8037         (gnus-treat-display-x-face): Fix doc string.
8038
8039 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8040
8041         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8042         evaluation of gnus-extended-version to ensure correct generation of the
8043         User-Agent header when message-generate-headers-first is used.
8044
8045 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8046
8047         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8048         hashcash-path is nil.  Don't call callback with incorrect number of
8049         parameters if val is 0.
8050
8051 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8052
8053         * message.el (message-required-news-headers):
8054         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8055
8056 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8057
8058         * tls.el (open-tls-stream): In handshake-waiting loop,
8059         don't wait more if there is output available to process.
8060
8061 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8062
8063         * tls.el (tls-program): Doc fix.
8064
8065 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * message.el (message-generate-new-buffers): Change the meaning of the
8068         nil value; add `standard' to the choices; treat t as `unique'; improve
8069         doc string.
8070         (gnus-select-frame-set-input-focus): Autoload.
8071         (message-buffer-name): Search for the existing message buffer if
8072         message-generate-new-buffers is nil or `standard'; treat the value t of
8073         message-generate-new-buffers as `unique'.
8074         (message-pop-to-buffer): Raise the frame already displaying the message
8075         buffer; clear the echo area after querying.
8076         (message-setup): Pass the `continue' argument to compose-mail.
8077         (message-mail): Prefer `switch-function' if it is given; search for the
8078         existing message buffer if the `continue' argument is non-nil; pass
8079         continue and switch-function arguments to compose-mail by way of
8080         message-setup.
8081         (message-mail-other-window): Adjust argument of message-setup.
8082         (message-mail-other-frame): Ditto.
8083
8084 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8087         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8088         to turn font-lock on when turning gnus-message-citation-mode on.
8089
8090 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8091
8092         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8093         (mml-smime-function-alist): New variable; add epg as the backend.
8094         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8095         mml-smime- functions instead.
8096         * mm-view.el: Require smime.
8097
8098 2007-03-05  Didier Verna  <didier@xemacs.org>
8099
8100         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8101         instead of just inheritance for posting styles.
8102         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8103
8104 2007-02-24  Chris Moore  <dooglus@gmail.com>
8105
8106         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8107         * pgg-pgp.el (pgg-pgp-encrypt-region):
8108         * pgg-gpg.el (pgg-gpg-encrypt-region):
8109         Check pgg-encrypt-for-me if no other recipients.
8110
8111 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8112
8113         * tls.el (tls-certtool-program): Fix custom type.
8114
8115 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8118         and point-at-eol instead of line-(beginning|end)-position.
8119
8120         * assistant.el (assistant-parse-buffer): Ditto.
8121
8122         * netrc.el (netrc-parse-services): Ditto.
8123
8124 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8125
8126         * mml2015.el (mml2015-epg-find-usable-key): New function.
8127         (mml2015-epg-sign): Use it.
8128         (mml2015-epg-encrypt): Use it.
8129
8130 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * message.el (message-make-in-reply-to): Quote name containing
8133         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8134         if there are special characters.  Reported by NAKAJI Hiroyuki
8135         <nakaji@jp.freebsd.org>.
8136
8137 2007-02-27  Didier Verna  <didier@xemacs.org>
8138
8139         Include the group parameters as well as the topic ones in the
8140         inheritance filter process.
8141         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8142         argument GROUP-PARAMS-LIST.
8143         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8144
8145 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * nntp.el (nntp-never-echoes-commands)
8148         (nntp-open-connection-functions-never-echo-commands): New variables.
8149         (nntp-send-command): Use them.
8150
8151 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8152
8153         * mml2015.el (mml2015-epg-verify): Simplified.
8154
8155 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * mml.el (mml-content-disposition-alist): New user option.
8158         (mml-content-disposition): New function.
8159         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8160         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8161
8162 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8163
8164         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8165         verification.
8166
8167 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8168
8169         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8170         articles posted in the last 24 hours.
8171
8172 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8173
8174         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8175
8176 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8177
8178         * nntp.el (nntp-send-command): Don't wait for echoes when
8179         nntp-open-ssl-stream is used.
8180
8181 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8184         (gnus-message-add-citation-keywords)
8185         (gnus-message-remove-citation-keywords): Remove.
8186         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8187         directly, make the variables in font-lock-defaults buffer-local, add
8188         gnus-message-citation-keywords to them and then update the value of
8189         font-lock-keywords.
8190
8191 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * message.el (message-cite-original-1): Don't call
8194         gnus-article-highlight-citation.
8195
8196         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8197         citations; fix line count.
8198
8199 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8202         (gnus-message-add-citation-keywords)
8203         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8204         versions of font-lock-add-keywords and font-lock-remove-keywords to
8205         work with XEmacs correctly.
8206
8207 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-cite.el (gnus-cite-face-list): Set the values of
8210         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8211         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8212         (gnus-message-cite-prefix-regexp): New variable.
8213         (gnus-message-search-citation-line): Use it; protect against long
8214         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8215         the 0th match data for Emacs.
8216         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8217         (gnus-message-add-citation-keywords): Append keywords rather than
8218         prepending; emulate font-lock-add-keywords if it is not available.
8219         (gnus-message-remove-citation-keywords): Emulate
8220         font-lock-remove-keywords if it is not available.
8221
8222         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8223
8224         * message.el (message-cite-prefix-regexp): Set the value of
8225         gnus-message-cite-prefix-regexp.
8226
8227 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8228
8229         * nnweb.el (nnweb-google-parse-1): Update parser.
8230
8231 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8232
8233         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8234
8235 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8236
8237         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8238         regexp.
8239
8240 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8243         string-to-multibyte.
8244         (uudecode-decode-region-internal): Use it.
8245
8246         * lpath.el: Fbind string-as-multibyte for XEmacs.
8247
8248 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8251         custom choice.
8252
8253         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8254
8255 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8256
8257         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8258
8259         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8260         `write-region' to respect `mm-inhibit-file-name-handlers'.
8261
8262 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8263
8264         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8265         Use gnus-home-directory instead of "~/" or "$HOME".
8266
8267 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8268
8269         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8270         to mention filename.
8271         Add comments at beginning regarding usage.
8272         (encrypt-write-file-contents): Change interactive so a string is
8273         acceptable.  If the file has no associated model, show an error instead
8274         of a nonsense prompt.
8275
8276 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8277
8278         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8279         Thanks to Yoshihiko Yamada for kind notification of this typo.
8280
8281 2007-01-12  Kenichi Handa  <handa@m17n.org>
8282
8283         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8284         multibyte buffer.
8285
8286 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8287
8288         * gnus-score.el (gnus-score-fast-scoring): New variable.
8289         (gnus-score-headers): Use it.
8290
8291         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8292
8293         * message.el (message-cite-original-1): Call
8294         gnus-article-highlight-citation if requested.
8295         (message-make-from): Allow name and address as optional arguments.
8296
8297         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8298
8299         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8300         bugs to doc string.
8301         (gnus-button-alist): Add mid\\|message-id.
8302         (gnus-button-fetch-group): Extend for use in
8303         `browse-url-browser-function'.
8304         (gnus-button-url-regexp): Try to catch paired parentheses like in
8305         Wikipedia URLs.
8306
8307         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8308         Suggested by Simon Krahnke <overlord@gmx.li>.
8309
8310 2007-01-13  Romain Francoise  <romain@orebokech.com>
8311
8312         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8313         Update copyright.
8314
8315 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8316
8317         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8318
8319 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8320
8321         * gnus-registry.el (gnus-registry-unfollowed-groups)
8322         (gnus-registry-split-fancy-with-parent): Fix documentation.
8323
8324 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325
8326         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8327         from nnweb groups.
8328
8329 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8330
8331         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8332         Xref urls.  Erase buffer before requesting head.
8333
8334 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8337         customizable.
8338
8339 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8340
8341         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8342         no signing key is found.
8343         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8344         no encrypting and/or signing key is found.
8345
8346 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8349
8350 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8351
8352         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8353         headers read from disk with the ones newly found in the current search.
8354         This should no longer cause problems, because the article numbers in
8355         Gmane's `nov.php' output are ignored since the previous change.
8356
8357 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8358
8359         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8360
8361 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8364         replace-regexp-in-string; bind url-version; fbind display-images-p and
8365         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8366         find-face and set-itimer-function for Emacs; bind itimer-list for
8367         Emacs.
8368
8369         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8370
8371 2007-01-01  Romain Francoise  <romain@orebokech.com>
8372
8373         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8374
8375 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8376
8377         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8378         `define-minor-mode' macro definition expanded properly.
8379         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8380         exclude it there.
8381
8382         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8383         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8384         `fboundp' test.
8385         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8386         This is OK to autoload in (S)XEmacs now.
8387
8388 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8389
8390         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8391         keystroke.
8392         (gnus-summary-limit-to-singletons): Fix typo.
8393
8394         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8395         else fails.
8396
8397 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8398
8399         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8400         docstring.
8401
8402         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8403         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8404         (gnus-summary-insert-dormant-articles): Fix typo in message.
8405
8406 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8409         nil for XEmacs.
8410         (gnus-message-citation-mode): Don't autoload in XEmacs.
8411
8412         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8413
8414 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8415
8416         * nnimap.el (nnimap-expunge-search-string): Mention
8417         nnimap-search-uids-not-since-is-evil in docstring.
8418
8419 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * spam.el: Revert to make-obsolete-variable because
8422         define-obsolete-variable-alias is not supported in Emacs 21.
8423
8424         * spam.el (spam-ifile-path, spam-ifile-database-path)
8425         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8426         make-obsolete-variable.
8427         (spam-bsfilter-path, spam-bsfilter-program)
8428         (spam-spamassassin-path, spam-spamassassin-program)
8429         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8430         use "path" inappropriately.
8431         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8432         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8433         variable names.
8434
8435 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8436
8437         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8438         summary buffer.
8439
8440         * password.el (password-cache-remove): Use clear-string to burn
8441         password, if available.
8442
8443 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8444
8445         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8446
8447         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8448
8449         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8450         (gnus-message-highlight-citation): Move defcustom here from
8451         gnus-cite.el.
8452         (gnus-message-citation-mode): Autoload.
8453
8454         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8455         checks to make it compile with XEmacs.
8456         (gnus-message-citation-mode): New minor mode.
8457         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8458         (gnus-message-highlight-citation): New variables.
8459         (gnus-message-search-citation-line)
8460         (gnus-message-add-citation-keywords)
8461         (gnus-message-remove-citation-keywords)
8462         (turn-on-gnus-message-citation-mode)
8463         (turn-off-gnus-message-citation-mode): New functions.
8464
8465 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8466
8467         * gnus-cite.el: Enable highlighting of different citation levels in
8468         message-mode.
8469
8470 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * message.el (message-make-fqdn): Fix comment.
8473         (message-bogus-system-names): Add ".local".
8474
8475         * spam.el (spam-ifile-path, spam-ifile-program)
8476         (spam-ifile-database-path, spam-ifile-database)
8477         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8478         Don't use "path" inappropriately.
8479         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8480         strings.
8481         (spam-check-ifile, spam-ifile-register-with-ifile)
8482         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8483         new variable names.
8484
8485         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8486         (gnus-treat-display-smileys): Simplify using
8487         gnus-image-type-available-p.
8488
8489         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8490         available.
8491
8492         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8493         `display-images-p' if available.
8494
8495 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8498         one after turning on the buffer's multibyteness instead of decoding
8499         them directly in the unibyte buffer that causes unexpected conversion
8500         in Emacs 23 (unicode).
8501
8502 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8503
8504         * message.el (message-generate-hashcash): Fix custom type.
8505
8506 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8509
8510 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8513         disconnect icons.  Add help text.
8514
8515 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8516
8517         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8518         negated to be consistent with the others we handle.
8519
8520 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8523         version of gnus-summary-buffer to something, so that we can use two
8524         article buffers at the same time.
8525
8526 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8527
8528         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8529         trigger all the extra headers.
8530         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8531         sorting.
8532
8533 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8534
8535         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8536         solid groups.
8537
8538 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8539
8540         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8541
8542 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * legacy-gnus-agent.el: Add Copyright notice.
8545
8546 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8547
8548         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8549
8550 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8553
8554         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8555         to make it work reliably in CVS Emacs.
8556         (gnus-summary-limit-strange-charsets-predicate)
8557         (gnus-summary-limit-to-predicate): New functions.
8558
8559 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8560
8561         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8562         specifying array size.
8563         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8564         array if it is too small.
8565         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8566         (gnus-sort-threads-loop): New function.
8567
8568 2006-12-06  Chris Moore  <dooglus@gmail.com>
8569
8570         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8571         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8572
8573 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8574
8575         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8576         options.
8577
8578 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8579
8580         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8581         DOS-ing the recipient.
8582
8583         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8584         the headers when creating the mapping to avoid mismappings.
8585         (nnweb-gmane-create-mapping): Always nix out old mapping.
8586
8587 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8590         and mm-verify-option to never.
8591
8592 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * message.el (message-signed-or-encrypted-p): New function.
8595         (message-forward-make-body): Use it.
8596
8597         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8598         Replace encode-coding-string with mm-encode-coding-string.
8599
8600 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * nneething.el (nneething-decode-file-name): Replace
8603         decode-coding-string with mm-decode-coding-string.
8604
8605         * gnus-int.el (gnus-open-server): Say failed server's name.
8606
8607 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8608
8609         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8610         strings to a single string.  Quote `errors-file-name'.
8611         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8612         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8613         Adjust calls.  Use `shell-quote-argument'.
8614
8615 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8616
8617         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8618         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8619
8620         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8621         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8622         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8623         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8624         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8625         (gnus-subscribe-newsgroup, gnus-1):
8626         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8627         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8628         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8629         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8630
8631 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8634         keystroke.
8635         (gnus-summary-limit-to-bodies): Implement headersp.
8636
8637 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8638
8639         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8640
8641 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8644
8645 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8646
8647         * message.el (message-generate-hashcash): Expand range of values to
8648         include `opportunistic'.
8649         (message-send-mail): Use it.
8650
8651 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8652
8653         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8654         and comment it.
8655
8656         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8657
8658 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * gnus-util.el (gnus-extract-address-components): Improve comment.
8661
8662 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * gnus-util.el (gnus-extract-address-components): Work with address in
8665         which the name portion contains @.
8666
8667         * lpath.el: Fbind custom-autoload.
8668
8669 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8670
8671         * gnus.el (gnus-start): Move custom group up.
8672         (gnus-select-method): Don't autoload, but make it available for
8673         `customize-variable'.
8674         (gnus-getenv-nntpserver): Don't autoload.
8675
8676 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8677
8678         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8679
8680 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * message.el (message-sendmail-extra-arguments): New variable.
8683         (message-send-mail-with-sendmail): Use it.
8684
8685 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8688         mm-with-unibyte-current-buffer to make string unibyte.
8689
8690         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8691         mm-string-as-multibyte.
8692
8693 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8694
8695         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8696         Reported by Werner Koch <wk@gnupg.org>.
8697
8698 2006-11-14  Daiki Ueno  <ueno@p360>
8699
8700         * mml2015.el: Autoload epa-select-keys when compiling.
8701
8702 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8703
8704         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8705         message-options.
8706         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8707
8708 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8709
8710         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8711         EasyPG (< 0.0.6).
8712         (mml2015-always-trust): New user option.
8713         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8714         prompt.
8715
8716 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * nntp.el (nntp-authinfo-force): New variable.
8719         (nntp-send-authinfo): Use it.
8720
8721 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8724         decode encoded words.  Improve prompt.  Add comment about forwarding.
8725         (message-replacement-char): Move up.
8726
8727 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8728
8729         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8730         instead of gnus-intersection because arguments of gnus-sorted-nunion
8731         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8732
8733 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8736         (message-simplify-subject-functions): Enable
8737         message-strip-subject-encoded-words by default.
8738
8739 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * message.el (message-strip-subject-encoded-words): New function.
8742         (message-simplify-subject-functions): New variable.
8743         (message-simplify-subject): Use it.  Fix typo in doc string.
8744         Support message-strip-subject-encoded-words.
8745
8746 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8747
8748         * gnus-diary.el (gnus-diary-delay-format-function):
8749         * nndiary.el (nndiary-reminders):
8750         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8751
8752 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8753
8754         * gnus-art.el (article-hide-boring-headers): Fetch date from
8755         gnus-original-article-buffer to avoid problems with localized date
8756         strings.
8757
8758 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8761
8762 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8765         New variables.
8766         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8767         (mm-charset-synonym-alist): Move some entries to
8768         mm-codepage-iso-8859-list.
8769         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8770         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8771
8772 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8775
8776 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8779         with Emacs 21 and XEmacs.
8780
8781 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8782
8783         * spam.el (spam-parse-address): New function for better parsing,
8784         catching errors, etc.
8785         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8786
8787 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * mm-view.el: Add interactive arg to html2text autoload.
8790
8791 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8794
8795 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8798         variables.
8799         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8800         (mm-charset-synonym-alist): Move some entries to
8801         mm-codepage-iso-8859-list.
8802
8803         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8804
8805 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * message.el (message-citation-line-format)
8808         (message-insert-formated-citation-line): Fix implementation of %E, %N
8809         and %n according to the doc string.
8810
8811 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8812
8813         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8814         car-safe to avoid bad parses.
8815
8816 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8819         names.
8820
8821         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8822
8823 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8826         header.
8827
8828         * message.el (message-draft-headers): Add Date.
8829         (message-headers-to-generate): Fix typo in docstring.
8830
8831         * nndraft.el (nndraft-required-headers): New variable.
8832         (nndraft-generate-headers): Use it.
8833
8834         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8835
8836 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8837
8838         * gnus-registry.el (gnus-registry-wash-for-keywords)
8839         (gnus-registry-find-keywords): New functions to allow easy searching of
8840         articles that are in the registry.
8841
8842 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8843
8844         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8845         ietf-drums-parse-address instead of gnus-extract-address-components.
8846         Reported by Damien Elmes <damien@repose.cx>.
8847
8848 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * gnus.el (gnus-mime): Remove unused custom group.
8851
8852 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8853
8854         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8855         "blank line" when searching for end of armor headers.
8856
8857 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * gmm-utils.el (gmm-write-region): Fix variable name.
8860
8861 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * gmm-utils.el (gmm-write-region): New function based on compatibility
8864         code from `mm-make-temp-file'.
8865
8866         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8867
8868         * nnmaildir.el (nnmaildir--update-nov)
8869         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8870         Use `gmm-write-region'.
8871
8872 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8873
8874         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8875         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8876
8877         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8878
8879         * message.el (message-replacement-char): New variable.
8880         (message-fix-before-sending): Use it.
8881         (message-simplify-subject): New function to remove duplicate code.
8882         (message-reply, message-followup): Use it.
8883
8884         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8885         gnus-summary-limit-to-articles.
8886
8887 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-util.el (gnus-with-local-quit): New macro.
8890
8891         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8892
8893 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8894
8895         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8896         ignore non-string data.
8897
8898 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8899
8900         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8901         non-string data (needs to be done in the registry too).
8902
8903 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8904
8905         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8906         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8907         (gnus-registry-split-fancy-with-parent)
8908         (gnus-registry-fetch-simplified-message-subject-fast)
8909         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8910         Remove text properties on ingress into the registry and when it's saved.
8911         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8912         registry from entries with no groups.
8913
8914 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8915
8916         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8917         function to remove string properties.
8918
8919 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * gmm-utils.el (gmm): Adjust custom version.
8922
8923         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8924         custom version.
8925
8926         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8927
8928 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * gnus-art.el (gnus-insert-prev-page-button)
8931         (gnus-insert-next-page-button): Simplify.  Reformat.
8932
8933 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8934
8935         * gnus-art.el (gnus-insert-prev-page-button)
8936         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8937
8938 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8939
8940         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8941
8942 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8943
8944         * gnus-art.el (gnus-insert-mime-button)
8945         (gnus-insert-mime-security-button):
8946         Apply gnus-article-button-face to MIME and security buttons.
8947
8948 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8951         readable.
8952
8953 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8956
8957 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8958
8959         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8960         `browse-url-of-file' instead of `browse-url'.
8961
8962 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8963
8964         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8965         regexp.  Articles containing quotation were cut prematurely.
8966
8967 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * message.el (message-cite-original-1): Use nobody by default for the
8970         value of From header.
8971         (message-reply): Ditto.
8972
8973 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8974
8975         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8976         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8977         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8978
8979 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8982         mails in the doc string.  Add some URLs in comment.
8983         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8984
8985 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8988         backslashes handling and the way to find boundaries of quoted strings.
8989
8990 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8991
8992         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8993         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8994         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8995         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8996
8997 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9000         doc string.
9001         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9002
9003 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * lpath.el: Fbind epg-check-configuration.
9006
9007 2006-09-06  Simon Josefsson  <jas@extundo.com>
9008
9009         * mml2015.el (mml2015-use): Doc fix, mention epg.
9010
9011 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9012
9013         * mml2015.el (mml2015-use): Default to epg, if available.
9014
9015 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9016
9017         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9018         message-sender.
9019         (mml1991-epg-encrypt): Ditto.
9020         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9021         message-sender.
9022         (mml2015-epg-encrypt): Ditto.
9023
9024 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9025
9026         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9027         several common directories.
9028
9029 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9030
9031         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9032         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9033
9034 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * gnus-art.el (article-decode-encoded-words): Make it fast.
9037
9038 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9041
9042         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9043         in quoted string into `\'.
9044
9045 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9048         Use standard-syntax-table.
9049
9050 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-art.el (gnus-decode-address-function): New variable.
9053         (article-decode-encoded-words): Use it to decode headers which are
9054         assumed to contain addresses.
9055         (gnus-mime-delete-part): Remove useless `or'.
9056
9057         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9058         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9059         (gnus-nov-parse-line): Use it to decode From header.
9060         (gnus-get-newsgroup-headers): Ditto.
9061         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9062
9063         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9064         (mail-decode-encoded-address-string): New alias.
9065
9066         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9067         New function.
9068         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9069         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9070         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9071         (rfc2047-decode-string): Ditto.
9072         (rfc2047-decode-address-region): New function.
9073         (rfc2047-decode-address-string): New function.
9074
9075 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * message.el (message-caesar-buffer-body): Allow rotating headers.
9078
9079         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9080
9081         * message.el (message-insert-formated-citation-line): Fix %f.
9082         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9083
9084 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9087         (gnus-bookmark-mouse-available-p): New macro.
9088         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9089         (gnus-bookmark-bmenu-show-infos): Use it.
9090         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9091         (gnus-bookmark-bmenu-hide-infos): Ditto.
9092         (gnus-bookmark-remove-properties): New function.
9093         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9094         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9095         (gnus-bookmark-write-file): Bind coding-system-for-write.
9096         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9097         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9098         group before selecting it.
9099         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9100         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9101         quit-window if it is not available; use gnus-mouse-2 and bind it to
9102         gnus-bookmark-bmenu-select-by-mouse.
9103         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9104         (gnus-bookmark-bmenu-select-by-mouse): New function.
9105
9106 2006-08-13  Romain Francoise  <romain@orebokech.com>
9107
9108         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9109         space.
9110
9111 2006-08-10  Romain Francoise  <romain@orebokech.com>
9112
9113         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9114         (dns-mode-soa-auto-increment-serial): New user option.
9115         (dns-mode-soa-maybe-increment-serial): New function.
9116         (dns-mode): Add the latter to `write-contents-functions'.
9117
9118 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * compface.el (uncompface): Use binary rather than raw-text-unix.
9121
9122 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * compface.el (uncompface): Make sure the eol conversion doesn't take
9125         place when communicating with the external programs.  Reported by
9126         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9127
9128 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9131
9132 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9133
9134         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9135         Make it more robust by parsing author and date independently.
9136
9137 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9140
9141 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9142
9143         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9144         first matching secret key.
9145         (mml2015-epg-encrypt): Ditto.
9146
9147         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9148         first matching secret key.
9149         (mml1991-epg-encrypt): Ditto.
9150
9151         * mml2015.el (mml2015-encrypt-to-self): New user option.
9152         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9153         mml2015-epg-encrypt-to-self is set.
9154
9155         * mml1991.el (mml1991-encrypt-to-self): New variable.
9156         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9157         mml1991-epg-encrypt-to-self is set.
9158
9159         * mml2015.el (mml2015-signers): New user option.
9160         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9161         (mml2015-epg-encrypt): Allow to select signing keys.
9162
9163         * mml1991.el (mml1991-signers): New variable.
9164         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9165         (mml1991-epg-encrypt): Allow to select signing keys.
9166
9167 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * nnheader.el (nnheader-insert-head): Make it work even if the file
9170         uses CRLF for the line-break code.
9171
9172 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9173
9174         * mml2015.el: Require mml-sec instead of password.
9175         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9176         (mml2015-cache-passphrase): Inherit the default value from
9177         mml-secure-cache-passphrase.
9178         (mml2015-passphrase-cache-expiry): Inherit the default value from
9179         mml-secure-passphrase-cache-expiry.
9180
9181         * mml1991.el: Require mml-sec instead of password.
9182         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9183         (mml1991-cache-passphrase): Inherit the default value from
9184         mml-secure-cache-passphrase.
9185         (mml1991-passphrase-cache-expiry): Inherit the default value from
9186         mml-secure-passphrase-cache-expiry.
9187
9188         * mml-sec.el: Require password.
9189         (mml-secure-verbose): New user option.
9190         (mml-secure-cache-passphrase): New user option.
9191         (mml-secure-passphrase-cache-expiry): New user option.
9192
9193 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9194
9195         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9196         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9197         andreas@altroot.de (Andreas Vögele).
9198
9199         FIXME: Use `tiny change'?
9200
9201 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9202
9203         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9204         workaround for the url package included with Emacs.
9205
9206         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9207
9208 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9211         correctly.  This fixes a bug caused by the 2006-05-12 change.
9212
9213 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9214
9215         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9216         some information about the error when saying that the `bogus' mail
9217         group will be used.
9218
9219 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9222         string.
9223
9224 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9225
9226         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9227
9228 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9229
9230         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9231
9232 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9233
9234         * mml1991.el (mml1991-function-alist): Add epg.
9235         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9236         (mml1991-epg-encrypt): New functions.
9237
9238 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9239
9240         * mml2015.el (mml2015-verbose): New variable.
9241         (mml2015-cache-passphrase): Ditto.
9242         (mml2015-passphrase-cache-expiry): Ditto.
9243         (mml2015-function-alist): Add epg.
9244         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9245         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9246         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9247         functions.
9248
9249 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9250
9251         * message.el (message-cite-original-1): Preserve region when removing
9252         quoted text due to X-No-Archive in order to avoid bogus attribution
9253         when citing multiple messages.
9254
9255 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9256
9257         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9258         Kenneth Jacker <khj@be.cs.appstate.edu>.
9259
9260 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * gnus-diary.el (gnus-user-format-function-d)
9263         (gnus-user-format-function-D): Autoload.
9264
9265         * imap.el (Commentary): Fix typo.
9266
9267         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9268         2006-04-22 contribution.
9269
9270 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9271
9272         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9273         It didn't really fix the bogosity I'm seeing with solid web groups.
9274
9275 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9276
9277         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9278         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9279         created using server names.  If we use the feature without declaring
9280         it, Gnus does not properly manage server and group state.
9281
9282         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9283         bound.
9284
9285 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9286
9287         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9288         looking up the method using GROUP's prefix before inventing a new one.
9289         It is used on killed/unknown groups in various places where returning
9290         an all-new method isn't expected by the caller.
9291
9292         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9293         and match semantics of gnus-group-real-prefix.
9294
9295 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9296
9297         * nnmail.el (nnmail-broken-references-mailers): New variable.
9298         (nnmail-ignore-broken-references): New function generalizing
9299         nnmail-fix-eudora-headers.
9300         (nnmail-fix-eudora-headers): Now obsolete.
9301
9302         * gnus-art.el (gnus-button-handle-custom): Support
9303         `customize-apropos*'.
9304
9305 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9306
9307         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9308
9309         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9310         articles.
9311
9312 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9313
9314         * message.el (message-cite-reply-above): New variable.
9315         (message-yank-original): Use it.
9316
9317 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9320
9321 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9324         as read.
9325
9326         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9327
9328 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9331         (gnus-bookmark-default-file): Use gnus-directory.
9332         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9333         Remove "*" in doc string.
9334         (gnus-bookmark-write-file): Simplify.
9335         (gnus-bookmark-maybe-sort-alist): Use `when'.
9336         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9337         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9338         FIXME about Emacs 21 and XEmacs compatibility.
9339         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9340         compatibility.
9341         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9342         compatibility.
9343         (gnus-bookmark-menu-heading): Fix version.
9344
9345 2006-06-19  Bastien Guerry  <bzg@altern.org>
9346
9347         * gnus-bookmark.el: New file.
9348
9349 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * message.el (message-syntax-checks): Doc fix.
9352
9353 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9354
9355         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9356         unsubscribed groups as if they were killed ones.  It causes duplicate
9357         entries in gnus-newsrc-alist.
9358
9359 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * message.el (message-syntax-checks): Doc fix.
9362         (message-send-mail): Add check for continuation headers.
9363         (message-check-news-header-syntax): Fix regexp used to check for
9364         continuation headers.
9365
9366 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9369
9370 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9373
9374 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9377         default-truncate-lines.
9378
9379 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9382         to fill the utf-8 entry.
9383
9384         * lpath.el: Fbind unicode-precedence-list.
9385
9386 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9387
9388         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9389
9390 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9391
9392         * gnus-agent.el (directory-files-and-attributes): Move all the way
9393         forward (the third and final move).
9394         (gnus-agent-read-agentview): Trap reconstruction errors due to
9395         nonexistant directory.  Handle by returning nil.
9396
9397 2006-05-30  Didier Verna  <didier@xemacs.org>
9398
9399         * message.el (message-dont-reply-to-names): Update the custom type.
9400         * message.el (message-dont-reply-to-names): New defsubst: potentially
9401         convert a list of regexps into a single one.
9402         * message.el (message-get-reply-headers): Use it.
9403         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9404
9405 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-agent.el (directory-files-and-attributes): Move forward.
9408
9409 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * gnus-ml.el (gnus-mailing-list-subscribe)
9412         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9413         (gnus-mailing-list-message): Fix doc strings.
9414
9415 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9416
9417         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9418         of doing it manually.
9419
9420 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9423         comment.
9424
9425 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9426
9427         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9428         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9429         (gnus-agent-read-local): All symbols allocated in my-obarray.
9430         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9431         (gnus-agent-regenerate-group): Check numeric names to see if they are
9432         messages or groups.
9433         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9434         better way of do this...)
9435
9436         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9437         'dummy.group' (there should be a better way of do this...)
9438
9439 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9442         (gnus-saved-headers): Ditto.
9443         (gnus-default-article-saver): Mention functions may have properties.
9444         (gnus-article-save): Override gnus-save-all-headers and
9445         gnus-saved-headers by :headers property which saver function may have.
9446         (gnus-summary-save-in-file): Add :headers property.
9447         (gnus-summary-write-to-file): Ditto.
9448
9449         * gnus-sum.el (gnus-summary-save-article): Bind
9450         gnus-prompt-before-saving to t when saving many articles in a file;
9451         always show all headers.
9452
9453         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9454
9455 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9458         marks.
9459
9460         * message.el (message-indent-citation): Add optional arguments to allow
9461         using it outside of message buffers.
9462
9463         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9464         (gnus-article-treat-unfold-headers): Use it.
9465         (gnus-article-truncate-lines): New variable.
9466         (gnus-article-mode): Use it.
9467         (gnus-article-toggle-truncate-lines): New function.
9468
9469         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9470         gnus-article-toggle-truncate-lines.
9471
9472         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9473         coding system in XEmacs, use binary.
9474
9475 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9478         after-load-alist.
9479
9480         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9481         this function should save decoded articles.
9482         (gnus-summary-write-to-file): Use property to specify this function
9483         should save decoded articles and specify gnus-summary-save-in-file
9484         should be used to save articles other than the first one when saving
9485         many articles.
9486         (gnus-summary-save-body-in-file): Use property to specify this
9487         function should save decoded articles.
9488         (gnus-summary-write-body-to-file): Use property to specify this
9489         function should save decoded articles and specify
9490         gnus-summary-save-body-in-file should be used to save articles other
9491         than the first one when saving many articles.
9492
9493         * gnus-sum.el (gnus-summary-save-article): Simplify.
9494
9495 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * gnus-art.el (gnus-default-article-saver): Add
9498         gnus-summary-write-body-to-file.
9499         (gnus-article-save-coding-system): Don't use coding system object
9500         in XEmacs.
9501         (gnus-read-save-file-name): Add optional `dir-var' argument which
9502         specifies directory in which files are saved; work even if optional
9503         `variable' argument is not specified.
9504         (gnus-summary-write-to-file): Read file name.
9505         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9506         (gnus-summary-write-body-to-file): New function.
9507
9508         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9509         (gnus-summary-local-variables): Add it.
9510         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9511         (gnus-summary-save-article): Remove optional `decode' argument;
9512         determine whether to decode articles by the value of
9513         gnus-default-article-saver; when saving many files using
9514         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9515         it first and use gnus-summary-save-in-file or
9516         gnus-summary-save-body-in-file thereafter unless
9517         gnus-prompt-before-saving is always; move point to article which
9518         will be saved.
9519         (gnus-summary-save-article-file): Revert.
9520         (gnus-summary-write-article-file): Revert.
9521         (gnus-summary-save-article-body-file): Revert.
9522         (gnus-summary-write-article-body-file): New function.
9523
9524 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-art.el (gnus-default-article-saver): Doc fix.
9527         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9528         from gnus-summary-save-article-coding-system, and default to a
9529         certain coding system.
9530         (gnus-output-to-file): Add coding cookie and encode text according
9531         to gnus-article-save-coding-system; don't use mm-append-to-file.
9532
9533         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9534         gnus-art.el and rename to gnus-article-save-coding-system.
9535         (gnus-summary-save-article): Require gnus-art; don't show all
9536         headers if it decodes articles; don't add coding cookie here;
9537         don't bind mm-text-coding-system-for-write.
9538         (gnus-summary-save-article-file): Save decoded articles.
9539         (gnus-summary-write-article-file): When saving many files, use
9540         gnus-summary-write-to-file first and gnus-summary-save-in-file
9541         thereafter unless gnus-prompt-before-saving is always.
9542         (gnus-summary-save-article-body-file): Save decoded articles.
9543
9544         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9545
9546 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * nnrss.el (nnrss-check-group): Bind hash-index.
9549
9550 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9551
9552         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9553         its hash index.  Store this hash in `nnrss-group-data'.
9554         (nnrss-read-group-data): Update accordingly.
9555
9556 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9559         entry.
9560
9561         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9562         gnus-article-browse-html-article.
9563
9564 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9565
9566         * gnus-sum.el (gnus-summary-mime-map): Add
9567         gnus-article-browse-html-article.
9568
9569         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9570
9571 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9574         suitable coding systems in customize.
9575
9576 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * mail-source.el (mail-sources): Fix custom type.
9579
9580 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9583         (gnus-summary-expire-articles-now): Shorten prompt.
9584
9585         * gmm-utils.el (wid-edit): Require.
9586         (defun-gmm): Renamed from `gmm-defun-compat'.
9587         (gmm-image-search-load-path): Use it.
9588         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9589
9590 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9593         variable.
9594         (gnus-summary-save-article): Add optional `decode' argument.  If
9595         it is set and gnus-summary-save-article-coding-system is non-nil,
9596         save decoded article.
9597         (gnus-summary-write-article-file): Save decoded article if
9598         gnus-summary-save-article-coding-system is non-nil.
9599
9600         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9601         type.
9602
9603 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9606
9607 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9610         first to test gnus-single-article-buffer which may be buffer-local.
9611
9612         * gnus-sum.el (gnus-summary-setup-buffer): Make
9613         gnus-single-article-buffer buffer-local and nil in ephemeral
9614         group; make gnus-article-buffer, gnus-article-current, and
9615         gnus-original-article-buffer always buffer-local.
9616         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9617         group.
9618         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9619
9620 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * nnml.el (nnml-request-compact-group): Compressed files might not
9623         have .gz extension.
9624
9625 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9626
9627         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9628         (mm-copy-to-buffer): Use with-current-buffer.
9629         (mm-display-part): Simplify.
9630         (mm-inlinable-p): Add optional arg `type'.
9631
9632 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9633
9634         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9635         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9636         Try harder to show the attachment internally or externally using
9637         gnus-mime-view-part-as-type.
9638
9639 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * message.el (message-from-style, message-signature-separator)
9642         (message-user-organization-file, message-send-mail-function)
9643         (message-citation-line-function, message-yank-prefix)
9644         (message-indent-citation-function, message-signature)
9645         (message-signature-file, message-signature-insert-empty-line):
9646         Remove autoloads.
9647
9648         * gnus-art.el (gnus-buttonized-mime-types): Remove
9649         "multipart/signed".  Revert 2006-04-26 change.
9650
9651 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * gnus.el (gnus-version-number): Bump version.
9654
9655 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9656
9657         * gnus.el: No Gnus v0.5 is released.
9658
9659 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9660
9661         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9662         fetching articles by message-id.
9663
9664 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665
9666         * message.el (hashcash): Require hashcash as normal.
9667
9668         * ecomplete.el (ecomplete-highlight-match-line): Use
9669         point-at-eol.
9670         (ecomplete-highlight-match-line): Use `highlight', because that
9671         face exists in both Emacs and XEmacs.
9672
9673         * message.el (message-display-abbrev): Use point-at-bol.
9674
9675         * mail-source.el: Don't require timer/timer-funcs.
9676
9677         * gnus-async.el: Ditto.
9678
9679         * password.el: Ditto.
9680
9681         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9682
9683         * mm-url.el: Ditto.
9684
9685         * gnus-xmas.el: Don't require timer-funcs.
9686
9687         * mm-util.el: Require timer/timer-funcs.
9688
9689 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9690
9691         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9692         Close.
9693
9694 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9697         unibyte after clear-decrypt function runs.
9698
9699         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9700         returns as a unibyte string.
9701
9702 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * lpath.el: Revert.
9705
9706         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9707         (pgg-gpg-process-sentinel): Revert.
9708
9709         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9710         (pgg-pgp-lookup-key): Revert.
9711
9712         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9713         (pgg-pgp5-lookup-key): Revert.
9714
9715         * pgg.el (pgg-fetch-key): Revert.
9716
9717 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * lpath.el: Fbind string-as-multibyte for XEmacs.
9720
9721         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9722         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9723         (mml1991-pgg-encrypt): Ditto.
9724
9725         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9726         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9727         a multibyte buffer.
9728
9729         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9730         (pgg-pgp-lookup-key): Ditto.
9731
9732         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9733         (pgg-pgp5-lookup-key): Ditto.
9734
9735         * pgg.el (pgg-fetch-key): Ditto.
9736
9737 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * message.el (message-user-organization-file): Check several
9740         locations of the organization file.
9741
9742         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9743         Add gnus-article-view-part-as-type.
9744
9745         * gnus-art.el (gnus-article-view-part-as-type): New function.
9746
9747         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9748         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9749
9750         * mml.el: Simplify autoload.
9751         (mml-mode): defvar dnd-protocol-alist instead of using
9752         symbol-value.
9753         (mml-default-directory): New variable.
9754         (mml-minibuffer-read-file): Use it.
9755         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9756
9757         * message.el (message-citation-line-format): New variable.
9758         (message-insert-formated-citation-line): New function.
9759         (message-citation-line-function): Add
9760         `message-insert-formated-citation-line' to custom type.
9761
9762         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9763         to doc string.
9764
9765         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9766         depending on mm-verify-option.
9767
9768 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9771         binding pgg-* variables; reimplement the section which prevents
9772         MIME header from being signed.
9773         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9774         pgg-text-mode; remove a blank line at the top of body.
9775
9776         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9777         lines at the top of body; use gnus-newsgroup-charset if there's no
9778         Charset header.
9779
9780 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * message.el (message-self-insert-commands): Doc fix.
9783
9784         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9785         (mm-uu-pgp-encrypted-test): Ditto.
9786         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9787         between header and body; return application/pgp-encrypted handle
9788         if decryption failed; decode decrypted body by charset.
9789
9790         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9791         element match to application/pgp-*.
9792
9793 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9794
9795         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9796         HTML.
9797
9798 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * mail-source.el (mail-source-call-script): Message the error
9801         string.
9802
9803 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804
9805         * gnus-util.el (gnus-byte-compile): Use it.
9806
9807 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9808
9809         * gnus-util.el (kill-empty-logs): New function.
9810
9811 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9812
9813         * message.el (message-mail-alias-type): Doc fix.
9814         (message-mail-alias-type-p): New function.
9815         (message-send): Use it.
9816         (message-mode): Ditto.
9817         (message-strip-forbidden-properties): Ditto.
9818
9819         * ecomplete.el (ecomplete-database-file-coding-system): New
9820         variable.
9821         (ecomplete-save): Use it.
9822         (ecomplete-setup): Use it.
9823
9824 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * message.el (message-self-insert-commands): New variable.
9827         (message-strip-forbidden-properties): Use it.
9828
9829 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9832         that doesn't make XEmacs choke.
9833
9834 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * gnus-util.el (gnus-replace-in-string):
9837         Prefer replace-regexp-in-string over of replace-in-string.
9838
9839 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * gnus-util.el (gnus-select-frame-set-input-focus):
9842         Use select-frame-set-input-focus if it is available in XEmacs; use
9843         definition defined in Emacs 22 for old Emacsen.
9844
9845         * dgnushack.el: Autoload unmorse-region for XEmacs.
9846
9847         * lpath.el: Bind cursor-in-non-selected-windows and
9848         select-frame-set-input-focus for XEmacs.
9849
9850 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9853
9854 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9855
9856         * gnus-registry.el (gnus-registry-cache-save): Remove text
9857         properties when saving via the temp buffer.
9858
9859 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * message.el (message-generate-hashcash): Honor custom type.
9862
9863 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * message.el (message-generate-hashcash): Default to non-nil when
9866         hashcash is found.
9867
9868         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9869         (gnus-refer-thread-limit): Increase default to 500.
9870
9871         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9872
9873         * flow-fill.el (fill-flowed): Allow delete-space.
9874
9875 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9878         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9879         Remove autoloads.
9880
9881 2006-04-18  Simon Josefsson  <jas@extundo.com>
9882
9883         * message.el (message-generate-hashcash): Default to.
9884
9885 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9888         concatenating segments rather than before concatenating them.
9889
9890 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9893
9894 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9895
9896         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9897
9898         * message.el (message-forward-make-body-plain): Allow
9899         message-forward-ignored-headers to be a list.
9900         (message-remove-ignored-headers): Factor out into function.
9901         (message-forward-make-body-mml): Use it.
9902
9903         * imap.el (imap-quote-specials): New function.
9904         (imap-login-auth): Quote specials.
9905
9906         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9907         (rfc2231-parse-string): Allow concatanation of parameters that
9908         aren't contiguous.  The test case is
9909           (mail-header-parse-content-type "message/external-body;
9910             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9911             access-type=LOCAL-FILE;
9912             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9913
9914 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9915
9916         * nntp.el (nntp-accept-process-output): Return the value of
9917         `nnheader-accept-process-output'.
9918
9919 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9922         (gnus-button-alist): Recognize more diff formats.
9923         (gnus-button-patch): Strip directory.
9924
9925 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9928         Emacs 22 when setting focus.
9929
9930 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9931
9932         * gnus-art.el (gnus-article-treat-types): Do treatment of
9933         text/x-verbatim parts.
9934         (gnus-button-patch): New command.
9935
9936         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9937         addresses that contain invalid characters.
9938
9939 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9940
9941         * message.el (message-put-addresses-in-ecomplete): Use
9942         gnus-replace-in-string.
9943         (message-is-yours-p): Use the more correct
9944         mail-header-parse-address instead of
9945         mail-extract-address-components.
9946         (message-put-addresses-in-ecomplete): Fix typo.
9947
9948         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9949         keystroke.
9950
9951         * gnus-art.el (gnus-treatment-function-alist): Change order of
9952         newsgroups/generic header folding to avoid double-folding.
9953
9954         * message.el (message-hidden-headers): Add X-Draft-From.
9955
9956         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9957         command.
9958         (gnus-summary-repeat-search-article-backward): New command.
9959
9960         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9961         groups in the parent topic.
9962
9963 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9964
9965         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9966         (spam-extra-header-to-number): Return the CRM114 number as a
9967         number instead of a string.
9968
9969 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9970
9971         * gnus-art.el (gnus-face-properties-alist): Moved here from
9972         gnus-fun.
9973
9974         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9975
9976 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9977
9978         * message.el (message-strip-forbidden-properties): Only display on
9979         self-insert-command.
9980
9981         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9982         reindent.
9983         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9984
9985 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9986
9987         * smiley.el (smiley-style): Fix typo.
9988
9989 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9990
9991         * hashcash.el (hashcash-insert-payment-async-2): Use
9992         message-goto-eoh instead of doing it manually.
9993         (mail-add-payment): Use message-narrow-to-header instead of trying
9994         to do the same itself.
9995
9996         * message.el (message-hidden-headers): Add Face.
9997
9998         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9999         reparenting code.
10000         (gnus-summary-reparent-children): Refactored out code.
10001         (gnus-summary-thread-map): New keystroke.
10002         (gnus-summary-reparent-children): Make into command.
10003
10004         * smiley.el (smiley-style): Default to `medium' if using a large
10005         font.
10006
10007         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10008         does it itself.
10009
10010         * message.el (message-point-in-header-p): Simplify definition.
10011
10012 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10013
10014         * nnagent.el (nnagent-request-set-mark): Silence log file
10015         writing.
10016         (nnagent-request-set-mark): Use write-region instead of
10017         append-to-file.
10018
10019         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10020         strange select method.
10021
10022         * ecomplete.el (ecomplete-display-matches): Get highlightling
10023         right.
10024         (ecomplete-display-matches): Use literals.
10025         (ecomplete-display-matches): Disable message logging.
10026
10027         * message.el (message-display-abbrev): Small optimization.
10028
10029         * ecomplete.el (ecomplete-display-matches): Allow automatic
10030         display.
10031
10032         * message.el (message-strip-forbidden-properties): Display
10033         abbrevs.
10034         (message-display-abbrev): Get automatic display right.
10035
10036         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10037         keystrokes.
10038
10039 2006-04-13  Romain Francoise  <romain@orebokech.com>
10040
10041         TODO: Backport to v5-10!
10042
10043         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10044         Moved here (and renamed) from gnus-registry.el.
10045
10046         * gnus-registry.el: Require gnus-util.
10047         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10048
10049 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * gnus-group.el (gnus-group-catchup-current): Change
10052         if-then-else-if-then-else into cond.
10053         (gnus-group-catchup): Indent.
10054         (group-name-at-point): New function.
10055         (gnus-fetch-group): Provide default from thing at point.
10056
10057 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10058
10059         * message.el (message-display-abbrev): Fix regexp.
10060
10061         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10062         choosing.
10063         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10064         dead variables.
10065
10066         * message.el (message-newline-and-indent): Remove debugging.
10067         (message-display-abbrev): Use new implementation.
10068
10069 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10070
10071         * gnus-art.el (gnus-article-mode): Set
10072         cursor-in-non-selected-windows to nil.
10073
10074         * smiley.el: Revert previous change.
10075         (smiley-data-directory): defvar it before using it in the
10076         defcustom of `smiley-style'.
10077
10078 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * message.el (message-newline-and-indent): New function.
10081
10082         * ecomplete.el: Implement more bits.
10083
10084         * message.el (message-put-addresses-in-ecomplete): Clean up the
10085         string.
10086
10087         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10088
10089         * gnus-sum.el (gnus-summary-save-parts): Bind
10090         gnus-summary-save-parts-counter and use it to make unique file
10091         names.
10092
10093         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10094
10095         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10096         parameter to say whether to actually parse the individual
10097         addresses.
10098
10099         * message.el (message-put-addresses-in-ecomplete): New function.
10100         (ecomplete): Require.
10101         (message-mail-alias-type): Add ecomplete as an option.
10102
10103 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10104
10105         * flow-fill.el (fill-flowed): Remove trailing space from blank
10106         quoted lines.
10107
10108 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10109
10110         * smiley.el (smiley-style): Move definition later to avoid a
10111         compilation warning.
10112
10113 2006-04-12  Kenichi Handa  <handa@m17n.org>
10114
10115         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10116         buffer and then decode the buffer text if necessary.
10117         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10118         first, and after mm-encode-body, change the buffer to unibyte.
10119         Use mm-disable-multibyte instead of set-buffer-multibyte.
10120
10121 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10124         Content-Type header instead of Content-Disposition header.
10125         (gnus-mime-inline-part): Ditto.
10126         (gnus-mime-view-part-as-charset): Ignore charset that the part
10127         specifies.
10128
10129         * mm-decode.el (mm-display-part): Work with external parts and
10130         usual parts similarly.
10131
10132         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10133         instead of gnus-display-mime.
10134
10135         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10136         instead of with-temp-buffer.
10137
10138         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10139         tag to summarized topics part in order to encode non-ASCII text.
10140
10141 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * smiley.el (smiley-style): New variable.
10144         (smiley-directory): New function.
10145         (smiley-data-directory): Derive from `smiley-style' using
10146         `smiley-directory'.
10147         (smiley-regexp-alist): Add new entries.
10148
10149         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10150         (gnus-article-browse-delete-temp): Add :version.
10151
10152 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10153
10154         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10155         the sieve region.
10156
10157 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10158
10159         * gnus.el (gnus-version-number): Bump version.
10160
10161 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus.el: No Gnus v0.4 is released.
10164
10165 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10166
10167         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10168         layout.
10169
10170         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10171         unknown charset.
10172
10173         * message.el (message-header-synonyms): Add Original-To to the
10174         default.
10175
10176         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10177         optional parameter.
10178
10179 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * gnus-fun.el (gnus): Require it for gnus-directory.
10182
10183 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10186
10187 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10188
10189         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10190
10191 2006-04-05  Simon Josefsson  <jas@extundo.com>
10192
10193         * password.el (password-reset): New function.
10194
10195 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10196
10197         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10198         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10199
10200 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10201
10202         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10203         Some whitespace was matched into the url, which broke browsing hits
10204         > 100 when mm-url-use-external was nil.
10205
10206 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10209         gnus-extra-headers for 'Newsgroups.
10210
10211         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10212         bound.
10213
10214 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10215
10216         * pgg-gpg.el: Clean up process buffers every time gpg processes
10217         complete.
10218
10219 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10220
10221         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10222         doc string.
10223
10224 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10225
10226         * pgg-gpg.el (pgg-gpg-process-filter)
10227         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10228
10229         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10230         lines, temporary fix.
10231
10232 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10235
10236 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10237
10238         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10239         default-enable-multibyte-characters.  This reverts the change from
10240         revision 6.17 which is no longer necessary because the passphrase
10241         is sent separately now.  GnuPG messages are unreadable under
10242         multibyte locales with default-enable-multibyte-characters set to
10243         nil.
10244
10245 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * message.el (message-tool-bar-gnome): Move "spell".
10248
10249 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10252         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10253         instead.
10254
10255 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10256
10257         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10258         newsgroups handling for NNTP overviews which don't include
10259         Newsgroups.
10260
10261 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10262
10263         * message.el (message-resend): Bind message-generate-hashcash to nil.
10264
10265 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10266
10267         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10268         when searching for already-paid recipients.
10269
10270 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10271
10272         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10273         passphrases when it is not needed.
10274         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10275         passphrase stuff from gpg, should only be necessary when you use
10276         gpg with a smartcard.
10277
10278 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * mml.el (mml-insert-mime): Ignore cached contents of
10281         message/external-body part.
10282
10283         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10284         (mm-insert-part): Ditto.
10285
10286 2006-03-23  Simon Josefsson  <jas@extundo.com>
10287
10288         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10289         Reiner.
10290         (pgg-gpg-use-agent-p): Use it again.
10291
10292 2006-03-23  Simon Josefsson  <jas@extundo.com>
10293
10294         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10295         older emacsen.
10296         (pgg-gpg-use-agent-p): Don't use it.
10297
10298 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10301         if we can.
10302
10303 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10304
10305         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10306         (pgg-gpg-update-agent): New function.
10307         (pgg-gpg-use-agent-p): New function.
10308         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10309         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10310         (pgg-gpg-sign-region): Use it.
10311
10312 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10315         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10316
10317 2006-03-21  Simon Josefsson  <jas@extundo.com>
10318
10319         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10320         <wilde@sha-bang.de>.
10321         (pgg-gpg-use-agent): New variable.
10322         (pgg-gpg-process-region): Use it.
10323         (pgg-gpg-encrypt-region): Likewise.
10324         (pgg-gpg-encrypt-symmetric-region): Likewise.
10325         (pgg-gpg-decrypt-region): Likewise.
10326         (pgg-gpg-sign-region): Likewise.
10327         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10328
10329 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10332
10333         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10334         Add comment on version.
10335
10336 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10337
10338         * smiley.el: Add missing test smiley.
10339
10340 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * mm-decode.el (mm-with-part): New macro.
10343         (mm-get-part): Use it; work with message/external-body as well.
10344         (mm-save-part): Treat name and filename equally.
10345
10346         * mm-extern.el (mm-extern-cache-contents): New function.
10347         (mm-inline-external-body): Use it; force the part to be displayed;
10348         move undisplayer added to the cached handle to the parent.
10349
10350         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10351         (gnus-mime-view-part-as-type): Work with message/external-body.
10352
10353         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10354
10355 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10358         images in image-load-path.  [Sync with image.el, revision 1.60, in
10359         Emacs.]
10360
10361 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10362
10363         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10364         path rather than symbol.  Always return list of directories.
10365         Guarantee that image directory comes first.  [Sync with image.el,
10366         revision 1.59, in Emacs.]
10367
10368         * message.el (message-make-tool-bar): Adjust to new API of
10369         `gmm-image-load-path-for-library'.
10370
10371         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10372
10373         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10374
10375 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10376
10377         * gnus-art.el (gnus-article-only-boring-p):
10378         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10379         intangible text.
10380         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10381
10382 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10385         `defun' instead of `gmm-defun-compat'.
10386
10387 2006-03-14  Simon Josefsson  <jas@extundo.com>
10388
10389         * message.el (message-unique-id): Don't use message-number-base36
10390         if (user-uid) is a float.
10391         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10392
10393 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10396
10397         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10398         empty line between a part and a message part.
10399
10400 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * smiley.el: Add more test smileys.
10403         (smiley-data-directory, smiley-regexp-alist)
10404         (gnus-smiley-file-types): Fix doc strings.
10405         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10406         adding new elements.
10407         (smiley-mouse-map): Unused code.  Make it a comment.
10408
10409 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10412         scan latest NoCeM messages instead of old ones.
10413         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10414         delimiters that are recently used.
10415         (gnus-nocem-load-cache): Add autoload cookie.
10416
10417         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10418
10419         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10420         level which is larger than gnus-use-nocem is specified.
10421
10422         * gnus-group.el (gnus-group-get-new-news): Ditto.
10423
10424 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * gnus-util.el (gnus-tool-bar-update): New function.
10427
10428         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10429         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10430
10431         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10432
10433         * gnus-group.el (gnus-group-redraw-when-idle)
10434         (gnus-group-redraw-check): Remove.
10435         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10436
10437 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10440         if optional last element is specified in splits (FIELD VALUE...).
10441
10442 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10443
10444         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10445         to gmm-image-load-path-for-library.  Call with no-error argument.
10446         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10447
10448         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10449
10450         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10451
10452         * gmm-utils.el (gmm-image-load-path): Remove alias.
10453
10454 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * gmm-utils.el (gmm-image-load-path): Add alias.
10457
10458         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10459         nnml-generate-nov-databases-1.
10460         (nnml-generate-nov-databases): Use it.
10461         (nnml-generate-nov-databases-directory): Document no-active
10462         argument.
10463
10464         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10465         directory if path is t.  Add no-error.
10466
10467         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10468         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10469
10470         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10471         resetting gnus-article-browse-html-temp-list.
10472
10473         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10474         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10475         Add example to docstring.  Rename local variables.  Move error
10476         checks to default case in cond and simplify.
10477
10478 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10481         handle is multipart when calling it recursively.
10482         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10483
10484 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10485
10486         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10487         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10488
10489 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10492         is loaded.
10493
10494         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10495         loaded.
10496
10497 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10500         to "Emacs 23 (unicode)" in doc string.
10501
10502         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10503         "Emacs 23 (unicode)" in comment.
10504
10505 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10508
10509         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10510         characters 160 through 255 in Emacs 23.
10511
10512 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10515         gnus-article-browse-html-temp.
10516         (gnus-article-browse-delete-temp): Make it customizable.  Add
10517         `file'.  Adjust doc string.
10518         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10519         query for each file.  Adjust doc string.
10520         (gnus-article-browse-html-parts): Add
10521         `gnus-article-browse-delete-temp-files' to
10522         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10523
10524 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10525
10526         * gnus-art.el (gnus-article-browse-html-temp)
10527         (gnus-article-browse-delete-temp): New variables.
10528         (gnus-article-browse-delete-temp-files): New function.
10529         (gnus-article-browse-html-parts): Use it.
10530
10531 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10532
10533         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10534
10535         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10536         string.
10537
10538         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10539         gnus-summary-insert-new-articles when unplugged.  Remove
10540         gnus-summary-search-article-forward.
10541
10542         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10543         display-visual-class instead of display-color-cells.
10544
10545 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * dgnushack.el: Autoload customize-group for XEmacs.
10548
10549         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10550         message/* containing non-ASCII text properly.
10551
10552 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * message.el: Require gmm-utils, remove autoloads.
10555         (message-tool-bar): Set default based on
10556         gmm-tool-bar-style.
10557         (message-tool-bar-gnome): Add gmm-customize-mode.
10558
10559         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10560         gmm-tool-bar-style.
10561         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10562
10563         * gnus-group.el (gnus-group-tool-bar): Set default based on
10564         gmm-tool-bar-style.
10565         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10566
10567         * gmm-utils.el (gmm-image-directory): Rename variable from
10568         gmm-image-load-path.
10569         (gmm-image-load-path): Use gmm-image-directory.
10570         (gmm-customize-mode): New function.
10571         (gmm-tool-bar-style): New variable.
10572
10573         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10574         gnus-group-redraw-line-number.
10575         (gnus-group-redraw-check): Simplify.
10576         (gnus-group-tool-bar-update): Remove redraw check.
10577         (gnus-group-make-tool-bar): Add redraw check.
10578
10579 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10580
10581         * gnus-art.el (gnus-button): Add missing parentheses.
10582
10583 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * lpath.el: Fbind line-number-at-pos.
10586
10587 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10590
10591 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * gnus-art.el (gnus-button): New face.
10594         (gnus-article-button-face): Use it.
10595
10596         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10597         gnus-summary-next-page.  Re-order.
10598
10599         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10600         next-node are now included.
10601         (gnus-group-redraw-line-number): New internal variable.
10602         (gnus-group-redraw-check): Helper function for updating the tool
10603         bar.
10604         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10605
10606         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10607
10608         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10609         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10610         Use it to match format of Spamassassin 3.0 and later.  Reported by
10611         IRIE Tetsuya <irie@t.email.ne.jp>.
10612         (spam-check-bogofilter)
10613         (spam-bogofilter-register-with-bogofilter): Fix args of
10614         `gnus-error' calls.
10615
10616 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10617
10618         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10619         unnecessary interaction when sending queued mails.  Reported by
10620         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10621
10622 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10625         first or last are nil.
10626
10627 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10628
10629         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10630
10631 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10632
10633         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10634
10635 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * dns.el (query-dns): Protect more against buggy tcp output.
10638
10639 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10640
10641         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10642         nov.php.
10643
10644 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10645
10646         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10647         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10648         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10649         output on the server side.
10650         (nnweb-google-create-mapping): Update regexps and add some
10651         progress indication.
10652
10653 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10656         gnus-agent-toggle-plugged.  Re-order icons.
10657         (gnus-group-tool-bar-gnome): Add
10658         gnus-group-{prev,next}-unread-group.
10659         (gnus-group-tool-bar-gnome): Re-order icons.
10660
10661         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10662         gnus-summary-insert-new-articles.
10663
10664         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10665         comments.
10666
10667         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10668         also available in Emacs 21.3.
10669
10670         * message.el (message-fix-before-sending): Change "Emacs 22" to
10671         "Emacs 23 (unicode)" in comment.
10672
10673         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10674         "Emacs 23 (unicode)" in comment.
10675
10676         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10677         comment.
10678         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10679
10680         * mm-view.el (mm-fill-flowed): Add :version.
10681
10682 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10685         and load-path.
10686
10687 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * message.el: Autoload gmm-image-load-path.
10690         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10691         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10692         consitency.
10693
10694         * gmm-utils.el (gmm-image-load-path): Also search in
10695         "../etc/images".  Don't set gmm-image-load-path if we don't find
10696         the image.
10697
10698 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * gmm-utils.el (gmm-image-load-path): Don't make
10701         `gmm-image-load-path' include subdirectories which the second arg
10702         `image' might specify.
10703
10704         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10705         subdirectory to icon file names.
10706
10707         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10708
10709 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10712         gmm-image-load-path calls.
10713
10714         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10715
10716         * message.el (message-make-tool-bar): Ditto.
10717
10718         * mml.el (mml-preview): Added comment concerning tool bar icons.
10719
10720         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10721         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10722
10723         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10724         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10725
10726         * message.el (message-tool-bar-gnome): Use new icon names.
10727         (message-make-tool-bar): Use `gmm-image-load-path'.
10728
10729         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10730         functions from MH-E.
10731         (gmm-image-load-path): New variable from MH-E.
10732         (gmm-image-load-path): New function from MH-E.  Added arguments
10733         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10734         *-image-load-path-called-flag.
10735
10736 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10737
10738         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10739
10740 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10741
10742         * nnimap.el (nnimap-request-move-article): Change folder back to
10743         source group before deleting.
10744
10745 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10748
10749         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10750         mm-url.
10751
10752         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10753
10754 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10757         coding system which mm-charset-to-coding-system returns for a
10758         given charset is valid.
10759
10760 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10761
10762         * html2text.el (html2text-remove-tag-list):
10763         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10764
10765 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10766
10767         * gnus-cus.el: Revert 2005-10-17 change.
10768
10769 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-art.el (article-strip-banner): Call
10772         article-really-strip-banner only when the regexp match is made.
10773
10774 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-art.el (article-strip-banner): Use
10777         gnus-extract-address-components instead of
10778         mail-header-parse-addresses to make it work with non-ASCII text;
10779         remove mail-encode-encoded-word-string.
10780
10781         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10782         values which are surrounded with \"...\"; make it never cause a
10783         Lisp error; give up parsing of parameters if it failed in
10784         extracting type.
10785
10786 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10787
10788         * smime.el (smime-cert-by-ldap-1): Fix bug where
10789         `smime-ldap-search' returns results without userCertificates.
10790
10791 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10794
10795 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * spam.el (spam-check-spamassassin-headers): Adapt format for
10798         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10799         <ari@mbf.ocn.ne.jp>.
10800         (spam-list-of-processors): Add spam-use-gmane.
10801
10802 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10805         make-temp-file; make it work with XEmacs as well.
10806
10807         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10808         mm-make-temp-file.
10809
10810         * mm-decode.el (mm-display-external): Use the 3rd arg of
10811         mm-make-temp-file.
10812         (mm-create-image-xemacs): Ditto.
10813
10814 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10817         with message-narrow-to-headers.
10818         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10819         (gnus-draft-check-draft-articles): New function.
10820         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10821
10822 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-art.el (gnus-article-browse-html-parts):
10825         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10826         Don't use suffix argument for mm-make-temp-file for Emacs 21
10827         compatibility.  Remove useless `format'.
10828
10829 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10830
10831         * nnweb.el (nnweb-google-wash-article): Update regexps.
10832         (nnweb-group-alist): Use defvoo instead of defvar.
10833
10834 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10837         re-loading nn* modules.
10838
10839 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10842         for `tool-bar-mode' and don't check it's default-value.
10843
10844         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10845
10846         * message.el (message-make-tool-bar): Ditto.
10847
10848         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10849         `substring'.  Shorten tmp-file name.
10850
10851         * gnus.el: Remove bogus comment.
10852
10853 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10854
10855         * gnus-art.el (gnus-article-browse-html-parts): New function.
10856         (gnus-article-browse-html-article): New function for viewing html
10857         articles with a browser.
10858
10859 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10860
10861         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10862         in elisp.
10863         (pgg-gpg-encrypt-symmetric-region): Ditto.
10864         (pgg-gpg-sign-region): Ditto.
10865
10866         * pgg-def.el (pgg-text-mode): New variable.
10867
10868         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10869         (mml2015-pgg-encrypt): Ditto.
10870
10871         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10872         (mml1991-pgg-encrypt): Ditto.
10873
10874 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10877         message-make-date instead of current-time-string.
10878
10879         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10880         to gnus-decoded which mm-uu might set.
10881
10882 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10885         don't decode quoted parameters; remove misimported Emacs code.
10886         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10887         (rfc2231-decode-encoded-string): Don't use split-string which
10888         behaves differently according to Emacs version; use
10889         mm-decode-coding-region to convert charset to coding-system.
10890         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10891         (rfc2231-encode-string): Remove misimported Emacs code.
10892
10893 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10896         when calling mail-header-parse-content-type.
10897         (article-de-quoted-unreadable): Ditto.
10898         (article-de-base64-unreadable): Ditto.
10899         (article-wash-html): Ditto.
10900
10901         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10902         calling mail-header-parse-content-type and
10903         mail-header-parse-content-disposition.
10904         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10905         mail-header-parse-content-type.
10906
10907         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10908         insert charset and format parameters; encode description after
10909         inserting it to buffer.
10910         (mml-insert-parameter): Fold lines properly even if a parameter is
10911         segmented into two or more lines; change the max column to 76.
10912
10913         * rfc1843.el (rfc1843-decode-article-body): Don't use
10914         ignore-errors when calling mail-header-parse-content-type.
10915
10916         * rfc2231.el (rfc2231-parse-string): Return at least type if
10917         possible; don't cause an error even if it fails in parsing of
10918         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10919         (rfc2231-encode-string): Don't break lines at the beginning, leave
10920         it to mml-insert-parameter.
10921
10922         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10923         calling mail-header-parse-content-type.
10924
10925 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * spam-report.el (spam-report-gmane-use-article-number):
10928         Improve doc string.
10929         (spam-report-gmane-internal): Check if a suitable header was found
10930         in the article.
10931
10932 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10935         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10936
10937 2006-02-05  Romain Francoise  <romain@orebokech.com>
10938
10939         Update copyright notices of all files in the gnus directory.
10940
10941 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10942
10943         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10944
10945 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10948         segmented lines of parameter value to cope with Thunderbird 1.5
10949         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10950         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10951         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10952
10953 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10954
10955         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10956         parts.
10957
10958 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10959
10960         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10961         there's only one active file for all servers.
10962         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10963         solid groups.  Gnus might have used a FAST request to select the group.
10964         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10965         and nnweb-search redundantly in the active file.
10966         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10967         (nnweb-request-create-group): Don't use ARGS.
10968         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10969         initialisations.  Let nnoo do the work.
10970
10971 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10974         Say the part has been decoded.
10975
10976         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10977
10978 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10979
10980         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10981         mailcap-viewer-test-cache when there's no 'test clause, since that
10982         will invert the meaning of a "nil" test previously determined by
10983         mailcap-mailcap-entry-passes-test.
10984
10985 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10988         compiling.
10989
10990         * gnus-sum.el: Ditto.
10991
10992         * message.el: Don't bind tool-bar-map when compiling.
10993
10994 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10995
10996         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10997
10998 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10999
11000         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11001         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11002         current Google Groups.
11003
11004 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11007         and tool-bar-mode.
11008
11009         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11010         and tool-bar-mode.
11011
11012         * message.el (message-tool-bar-update): Simplify.
11013         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11014
11015         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11016         gnus-summary-buffer.
11017         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11018         gnus-summary-reply.
11019
11020         * gmm-utils.el (gmm): Add :version.
11021
11022 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * Makefile.in (clean): New rule.
11025         (distclean): Use it.
11026
11027 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11028
11029         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11030         autoload.
11031
11032 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * gmm-utils.el (gmm-verbose): Add :group.
11035
11036 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * message.el: Change some comments WRT tool-bars.
11039
11040         * gnus-sum.el (gnus-summary-tool-bar)
11041         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11042         (gnus-summary-tool-bar-zap-list): New variables.
11043         (gnus-summary-make-tool-bar): Complete rewrite using
11044         `gmm-tool-bar-from-list'.
11045
11046         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11047         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11048         variables.
11049         (gnus-group-make-tool-bar): Complete rewrite using
11050         `gmm-tool-bar-from-list'.
11051         (gnus-group-tool-bar-update): New function.
11052
11053         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11054
11055 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11058         is dissected into a single part of which the type is the same as
11059         the given one; decode charset.
11060
11061 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11062
11063         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11064         into alists as symbol not string, since that's what
11065         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11066         look for.
11067
11068 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11069
11070         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11071         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11072
11073         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11074
11075 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11078         (gnus-xmas-mime-security-button-menu): New function.
11079
11080         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11081         (gnus-mime-security-button-menu): New definition.
11082         (gnus-mime-security-button-map): Use them.
11083         (gnus-mime-security-button-menu): New function.
11084         (gnus-insert-mime-security-button): Addition to help echo.
11085         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11086         (gnus-mime-security-pipe-part): New functions.
11087
11088         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11089         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11090
11091         * mm-decode.el (mm-handle-set-disposition): Remove.
11092         (mm-handle-set-description): Remove.
11093
11094 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11097         (mm-w3m-standalone-supports-m17n-p): New function.
11098         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11099         w3m usage.
11100
11101         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11102         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11103
11104 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * message.el (message-tool-bar-zap-list): Use
11107         gmm-tool-bar-zap-list as custom type.
11108         (message-tool-bar-update): New function.
11109         (message-tool-bar, message-tool-bar-gnome)
11110         (message-tool-bar-retro): Add message-tool-bar-update.
11111         (message-tool-bar-gnome): Add flyspell-buffer.
11112
11113         * gnus-util.el (gnus-error): Describe `args'.
11114
11115         * gmm-utils.el (gmm-error): Describe `args'.
11116         (gmm-tool-bar-zap-list): New widget.
11117         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11118
11119 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11122         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11123         the number of recursive calls.
11124
11125         * mm-decode.el (mm-handle-set-disposition): New macro.
11126         (mm-handle-set-description): New macro.
11127
11128 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11131         encoding.
11132
11133 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * message.el (message-tool-bar-zap-list, message-tool-bar)
11136         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11137         (message-tool-bar-local-item-from-menu): Remove.
11138         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11139         (message-make-tool-bar): New function.
11140         (message-mode): Use `message-make-tool-bar'.
11141
11142         * gmm-utils.el: New file.
11143         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11144         (gmm-lazy): New widget copied from `nnmail.el'.
11145         (gmm-tool-bar-from-list): New function for creating customizable
11146         tool bars.
11147         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11148         output.
11149         (gmm): Add :prefix to defgroup.
11150
11151 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11152
11153         * gmm-utils.el (gmm-widget-p): New function.
11154
11155 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11156
11157         * mml.el (mml-attach-file): Describe `description' in doc string.
11158         (mml-menu): Add Emacs MIME manual and PGG manual.
11159
11160 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11161
11162         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11163
11164 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11165
11166         * nntp.el (nntp-end-of-line): Doc fix.
11167
11168 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11169
11170         * imap.el (imap-open): Handle case where buffer is a buffer
11171         object.
11172
11173 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11174
11175         * gnus-delay.el (gnus-delay): Don't autoload.
11176         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11177         to be re-loaded when customizing the `gnus-delay' group.
11178
11179 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11180
11181         * message.el (message-insert-citation-line): Use newlines.
11182
11183 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11184
11185         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11186         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11187         these routines, so the passphrase can be managed externally and
11188         passed in to the system.
11189         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11190         pgg-add-passphrase-to-cache function.
11191
11192         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11193         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11194         these routines, so the passphrase can be managed externally and
11195         passed in to the system.
11196         (pgg-pgp5-sign-region): Use new name of
11197         pgg-add-passphrase-to-cache function.
11198
11199 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11200
11201         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11202         part of the decoded armor to find the key-identifier.
11203         (pgg-gpg-lookup-key-owner): New function to return the
11204         human-readable identifier of a key owner.
11205         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11206         itself.
11207         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11208         the key value) if we have a key and can match it against a secret
11209         key.  Also, added a note pointing out fact that the prompt only
11210         indicates the first matching key.
11211
11212         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11213         pgg-decrypt-region.
11214         (pgg-add-passphrase-to-cache): Rename from
11215         `pgg-add-passphrase-cache' to reduce confusion (all callers
11216         changed).
11217         (pgg-remove-passphrase-from-cache): Rename from
11218         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11219         changed).
11220         (pgg-read-passphrase, pgg-add-passphrase-cache)
11221         (pgg-remove-passphrase-cache): Add informative docstrings.
11222         (pgg-decrypt): Convey provided passphrase in subordinate call to
11223         pgg-decrypt-region.
11224
11225 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11226
11227         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11228         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11229         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11230         'passphrase' argument, so the passphrase can be managed externally
11231         and then passed in to the system.
11232
11233         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11234         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11235         so the passphrase cache can be used reliably with identifiers
11236         besides a pgp packet's key id.
11237
11238         * pgg-gpg.el (pgg-gpg-encrypt-region)
11239         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11240         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11241         these routines, so the passphrase can be managed externally and
11242         passed in to the system.
11243
11244         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11245         'notruncate' argument, so the passphrase cache can be used
11246         reliably with identifiers besides a pgp packet's key id.
11247
11248 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11249
11250         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11251         symmetric encryption.
11252         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11253         encrypted session key.
11254         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11255         message ask for the passphrase in a proper way.
11256
11257         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11258         New user commands for symmetric encryption.
11259
11260 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11263
11264         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11265
11266 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11267
11268         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11269
11270 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * mm-decode.el (mm-inlined-types): Add application/pgp.
11273         (mm-automatic-display): Ditto.
11274
11275         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11276         part as text.
11277
11278 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * nnrss.el: Update copyright.
11281         (nnrss-opml-import): Query whether to subscribe to each entry.
11282
11283         * gnus-art.el:
11284         * gnus-sum.el:
11285         * gnus-xmas.el:
11286         * messagexmas.el:
11287         * mm-uu.el:
11288         * mm-view.el: Update copyright.
11289
11290 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * message.el (message-info): New function.
11293         (message-mode-menu): Add it.
11294         Update copyright.
11295
11296         * ChangeLog: Fix and update copyright.
11297
11298 2006-01-13  Romain Francoise  <romain@orebokech.com>
11299
11300         * message.el (message-forward-subject-name-subject): Prefer the
11301         address to 'nowhere' if the sender has no name.
11302         Fix typo.  Update copyright year.
11303
11304 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-art.el (article-wash-html): Use
11307         gnus-summary-show-article-charset-alist if a numeric arg is given.
11308         (gnus-article-wash-html-with-w3m-standalone): New function.
11309
11310         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11311         mm-inline-text-html-render-with-w3m-standalone.
11312         (mm-text-html-washer-alist): Map w3m-standalone to
11313         gnus-article-wash-html-with-w3m-standalone.
11314         (mm-inline-text-html-render-with-w3m-standalone): New function.
11315
11316 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11319         Improve LaTeX.
11320
11321 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11324         (nnrss-request-article): Render text/plain parts as HTML.
11325
11326         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11327         the buffer.
11328
11329 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11332         custom definition of `gnus-posting-styles'.
11333
11334         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11335         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11336
11337 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11340         Use nntp for bug archive.
11341
11342 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11345         parts.
11346         (nnrss-normalize-date): New function converts ISO 8601 date into
11347         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11348         (nnrss-check-group): Use it.
11349
11350 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11353
11354         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11355         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11356         (nnrss-insert-w3): Ditto.
11357
11358 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11361         the articles to be forwarded including the case where neither a
11362         number of articles nor a region is specified.
11363
11364 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * nnrss.el (nnrss-request-article): Fix last change; fill
11367         text/plain parts.
11368
11369 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11372         in text/plain part.
11373         (nnrss-check-group): Don't add excessive newline to dc:subject.
11374
11375 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11376
11377         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11378         article.
11379
11380 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11383         (nnml-use-compressed-files, nnml-save-mail): Support other
11384         comression programs such as bzip2.
11385
11386 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11387
11388         * dns.el (query-dns): Make sure we check the buffer size before
11389         removing tcp headers.
11390
11391 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11394         remove MIME buttons associated with multipart/alternative parts.
11395         (gnus-mime-display-alternative): Tag buttons using `article-type'
11396         text property.
11397
11398         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11399         associated with multipart/alternative parts.
11400
11401         * gnus-art.el (gnus-signature-separator): Fix custom type.
11402
11403         * mm-decode.el (mm-inlined-types): Fix custom type.
11404         (mm-keep-viewer-alive-types): Ditto.
11405         (mm-automatic-display): Ditto.
11406         (mm-attachment-override-types): Ditto.
11407         (mm-inline-override-types): Ditto.
11408         (mm-automatic-external-display): Ditto.
11409
11410 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * spam-report.el (spam-report-user-mail-address)
11413         (spam-report-user-agent): New variables.
11414         (spam-report-url-ping-plain): Use spam-report-user-agent.
11415
11416 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11417
11418         * gnus-art.el (gnus-button-handle-custom): Do not just use
11419         `customize-apropos' for any "M-x customize-*" button but the
11420         function called for.  Accept both the function name and its
11421         argument in order to achieve this.
11422         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11423         function name to `gnus-button-handle-custom' in case of "M-x
11424         customize-*" buttons.
11425
11426 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11429         multipart/alternative and add xref to mm-discouraged-alternatives
11430         in doc string.
11431
11432         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11433         gnus-buttonized-mime-types in doc string.
11434
11435 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11438         Suggest image/.* in the doc string.
11439
11440 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11443         message-marks (Debian bug #342521).
11444
11445 2005-12-12  Simon Josefsson  <jas@extundo.com>
11446
11447         * password.el (password-read-from-cache): Add.
11448         (password-read): Use it.
11449
11450 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11453         us-ascii as a MIME charset.
11454
11455         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11456         against the case where the 2nd arg TYPE is nil.
11457
11458 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11459
11460         * pop3.el (pop3-stream-type): Fix custom version.
11461
11462         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11463
11464 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11465
11466         * mm-decode.el (mm-display-external): Add missing cdr.
11467
11468 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11471         RFC1524) if it is in mailcap or add a suffix according to
11472         mailcap-mime-extensions when generating a temp filename; postpone
11473         deleting a temp file for 2 seconds for some wrappers, shell
11474         scripts, and so on, which might exit right after having started a
11475         viewer command as a background job.
11476
11477 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * nntp.el (nntp-marks-directory): Fix custom group.
11480
11481         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11482         steps when < 10.
11483
11484         * gnus-start.el (gnus-no-server-1): Mention
11485         `gnus-level-default-subscribed' in doc string.
11486
11487 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11488
11489         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11490         parens.
11491
11492 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-xmas.el (gnus-use-toolbar): Revert.
11495         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11496         gnus-use-toolbar is default.
11497
11498         * messagexmas.el (message-use-toolbar): Revert.
11499         (message-setup-toolbar): Use global default-toolbar if
11500         message-use-toolbar is default.
11501
11502 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11505         according to default-toolbar-visible-p.
11506
11507         * messagexmas.el (message-use-toolbar): Ditto.
11508
11509 2005-11-26  Dave Love  <fx@gnu.org>
11510
11511         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11512         (tls-program, tls-success): Provide openssl alternative.
11513
11514         * starttls.el: Doc fixes.
11515         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11516         SERVICE to PORT.
11517
11518         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11519         port null or service name.
11520         (starttls-negotiate): Autoload.
11521
11522 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * message.el (message-kill-to-signature): Fix interactive spec.
11525
11526 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * pop3.el (pop3-open-server): Recognize a string as a service name.
11529
11530 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11531
11532         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11533
11534 2005-11-23  Dave Love  <fx@gnu.org>
11535
11536         Add pop3s, pop3/starttls.
11537
11538         * pop3.el (pop3-authentication-scheme): Clarify doc.
11539         (open-tls-stream, starttls-open-stream): Autoload.
11540         (pop3-stream-type): New.
11541         (pop3-open-server): Use it.
11542
11543         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11544         for POP.
11545         (mail-source-keyword-map): Add :stream for POP.
11546         (mail-source-fetch-pop): Use pop3-stream-type.
11547
11548 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11551         of current-time-string.
11552
11553 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11554
11555         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11556         date header.
11557
11558 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11559
11560         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11561         it can seriously impact performance as it bypasses the agent's
11562         local caches.
11563
11564 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11565
11566         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11567         must be explicitly online rather than "not explicitly offline" for
11568         its flags to be synchronized.
11569
11570         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11571         that gnus-uu-unmark-thread will function correctly.
11572
11573         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11574         1024K is instead displayed as 1M.
11575
11576 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11577
11578         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11579
11580 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11581
11582         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11583
11584 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11585
11586         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11587         error message to display actual error condition.
11588         (gnus-agent-save-local): Avoid saving symbols that are bound to
11589         nil as they simply result in a warning message in
11590         gnus-agent-read-local.
11591
11592 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11595         rather than make-variable-buffer-local for file-precious-flag.
11596
11597 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11598
11599         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11600         for duplicates which are removed.  The invalid sort check then
11601         triggers a rescan after the sort as sorting may have moved
11602         duplicate entries such that they can be cheaply detected.
11603
11604 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11607
11608 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11609
11610         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11611         internal variable to a custom variable.  Changed default value
11612         from compressed(2) to uncompressed(1).
11613         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11614         support for uncompressed agentview files.  Taken together, reading
11615         the agentview file should now be 6-7 times faster.
11616
11617 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11618
11619         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11620         as a buffer-local variable.  This avoids creating truncated
11621         dribble files as a result of a hang up, eg.
11622
11623 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11624
11625         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11626         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11627         XEmacs.
11628
11629 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * gnus-start.el (gnus-start-draft-setup): Enforce
11632         `gnus-draft-mode' for nndraft:drafts at startup.
11633
11634         * gnus.el (gnus-splash): Change custom group.
11635         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11636         allow-list argument.
11637
11638         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11639         string.
11640
11641 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * gnus-art.el (gnus-default-article-saver): Add user-defined
11644         `function' to custom type.
11645
11646 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11647
11648         * imap.el (imap-open): Handle case where buffer is a buffer
11649         object.
11650
11651 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11654         long lines.
11655         (gnus-cache-delete-group): Wrap doc strings.
11656
11657         * gnus-agent.el (gnus-agent-rename-group)
11658         (gnus-agent-delete-group): Wrap doc strings.
11659
11660 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * messagexmas.el (message-use-toolbar): Change the valid values
11663         into default, top, bottom, left, and right.
11664         (message-toolbar-thickness): New variable.
11665         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11666         well.
11667         (message-setup-toolbar): Make it work.
11668
11669         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11670         (gnus-use-toolbar): Change the valid values into default, top,
11671         bottom, left, and right.
11672         (gnus-toolbar-thickness): New variable.
11673         (gnus-xmas-setup-toolbar): New function.
11674         (gnus-xmas-setup-group-toolbar): Use it.
11675         (gnus-xmas-setup-summary-toolbar): Use it.
11676
11677 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11678
11679         * gnus-start.el (gnus-1): Add "native" to
11680         gnus-predefined-server-alist.
11681
11682         * gnus.el (gnus-method-to-server): Don't add "native" to the
11683         lists here, because that leads to problems when
11684         gnus-select-method is bound.
11685
11686 2005-11-09  Simon Josefsson  <jas@extundo.com>
11687
11688         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11689         use (not sort-by-date) instead.
11690
11691 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11692
11693         * gnus-delay.el (gnus-delay-group): Don't autoload.
11694         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11695         to be re-loaded when customizing the `gnus-delay' group.
11696
11697 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11698
11699         * message.el: Revert last changes.
11700         (message-insert-citation-line): Use newlines.
11701
11702 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11703
11704         * message.el (message-courtesy-message)
11705         (message-mark-insert-begin, message-mark-insert-end)
11706         (message-elide-ellipsis, message-cancel-message)
11707         (message-add-header, message-change-subject)
11708         (message-cross-post-followup-to-header)
11709         (message-cross-post-insert-note, message-reduce-to-to-cc)
11710         (message-widen-reply, message-delete-not-region)
11711         (message-kill-to-signature, message-insert-signature)
11712         (message-insert-importance-high, message-insert-importance-low)
11713         (message-insert-or-toggle-importance)
11714         (message-insert-disposition-notification-to)
11715         (message-indent-citation, message-yank-original)
11716         (message-cite-original-without-signature, message-cite-original)
11717         (message-insert-citation-line, message-position-on-field)
11718         (message-fix-before-sending, message-send-mail-partially)
11719         (message-send-mail, message-send-mail-with-sendmail)
11720         (message-send-mail-with-qmail, message-send-news)
11721         (message-check-news-header-syntax, message-generate-headers)
11722         (message-insert-courtesy-copy, message-fill-address)
11723         (message-fill-header, message-shorten-references)
11724         (message-setup-1, message-cancel-news)
11725         (message-forward-make-body-plain, message-forward-make-body-mime)
11726         (message-forward-make-body-mml, message-encode-message-body)
11727         (message-forward-make-body-digest-plain)
11728         (message-forward-make-body-digest-mime)
11729         (message-use-alternative-email-as-from): Insert `hard-newline'
11730         instead of ordinary newlines.
11731
11732 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * message.el (message-generate-headers): Downcase the argument
11735         given to message-check-element.
11736
11737 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11738
11739         * nntp.el (nntp-authinfo-rejected): New error condition.
11740         (nntp-wait-for): Use new error condition to signal authentication
11741         error.
11742         (nntp-retrieve-data): Rethrow new error condition to break out of
11743         recursive call to nntp-send-authinfo.
11744
11745 2005-11-08  Romain Francoise  <romain@orebokech.com>
11746
11747         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11748         (gnus-summary-exit-map): Bind to `Z p'.
11749         (gnus-summary-make-menu-bar): Add menu item.
11750
11751 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11754         (gnus-treat-*): Add `first' in all doc strings.
11755
11756         * gnus-group.el (gnus-group-compact-group): Fix typo.
11757
11758 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus.el (gnus-parameters-case-fold-search): New variable.
11761         (gnus-parameters-get-parameter): Use it.
11762
11763         * gnus-score.el (gnus-home-score-file): Doc fix.
11764
11765 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11766
11767         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11768
11769 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * mm-util.el (mm-special-display-p): New function.
11772
11773         * mml.el (mml-preview): Use it; doc fix.
11774
11775 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11776
11777         * imap.el (imap-open): Handle case where buffer is a buffer object.
11778
11779 2005-10-29  Romain Francoise  <romain@orebokech.com>
11780
11781         * message.el (message-fix-before-sending): Fix comment.
11782
11783 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11784
11785         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11786
11787 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11788
11789         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11790         Used in gnus-score.el.
11791
11792 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11795
11796 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11799         whitespace removed in revision 7.8.  Use concatenated string to
11800         protect trailing whitespace.
11801
11802 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11803
11804         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11805         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11806         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11807         Courier IMAP ("some version from 2004").  Mostly based on similar
11808         code in the same function.
11809
11810 2005-10-26  Didier Verna  <didier@xemacs.org>
11811
11812         * gnus-group.el (gnus-group-compact-group): Invalidate original
11813         article buffer.
11814         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11815         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11816         NOV database and in article itself.
11817         Invalidate article backlog.
11818
11819 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11820
11821         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11822
11823 2005-10-26  Simon Josefsson  <jas@extundo.com>
11824
11825         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11826         part of 2004-07-25 change.
11827
11828 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * message.el (message-display-completion-list): New function.
11831         (message-expand-group): Use it; make sure the Completions buffer
11832         is modifiable.
11833 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11834
11835         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11836         user-mail-name is an empty string.
11837
11838 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11839
11840         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11841         depending on gnus-score-decay-constant.
11842
11843         * encrypt.el (encrypt-insert-file-contents)
11844         (encrypt-write-file-contents): Don't use `gnus-message'.
11845
11846         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11847         arguments.
11848         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11849         arguments to mm-uu-verbatim-marks-extract.
11850         (mm-uu-hide-markers): New variable.
11851         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11852
11853         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11854         (gnus-convert-image-to-face-command): Use "convert" by default to
11855         allow other input image formats.
11856         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11857         accordingly.
11858
11859 2005-10-23  Simon Josefsson  <jas@extundo.com>
11860
11861         * imap.el (imap-gssapi-program): Align command line parameters
11862         with latest GNU SASL.
11863         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11864
11865 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11866
11867         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11868         HTML.
11869         (nnslashdot-request-article): Ditto.
11870
11871         * lpath.el (featurep): Add nobreak-char-display.
11872
11873 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11874
11875         * mail-source.el (mail-source-fetch-pop): Require pop3.
11876         (mail-source-check-pop): Ditto.
11877
11878 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11881         errors.
11882
11883 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11886         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11887
11888         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11889
11890         * mm-bodies.el (mm-decode-string): Call
11891         `mm-charset-to-coding-system' with allow-override argument.
11892
11893 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11896         (rfc2047-charset-to-coding-system): New function.
11897         (rfc2047-decode-encoded-words): New function.
11898         (rfc2047-decode-region): Use them.
11899         (rfc2047-decode-cte): Remove.
11900         (rfc2047-parse-and-decode): Remove.
11901         (rfc2047-decode): Remove.
11902
11903 2005-10-15  Kenichi Handa  <handa@m17n.org>
11904
11905         * rfc2047.el (rfc2047-decode-cte): New function.
11906         (rfc2047-decode-region): Change the way to decode successive
11907         encoded-words: decode B- or Q-encoding in each encoded-word,
11908         concatenate them, and decode it as charset.
11909
11910 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * lpath.el: Fbind codepage-setup for XEmacs.
11913
11914 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11915
11916         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11917         widget-move-and-invoke.
11918         (gnus-custom-mode): Use gnus-custom-map.
11919
11920 2005-10-15  Bill Wohler  <wohler@newt.com>
11921
11922         * message.el (message-tool-bar-map): Renamed image file from
11923         mail_send to mail/send.
11924
11925 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11926
11927         * message.el (message-expand-group): Pass the common
11928         prefix substring of completion to `display-completion-list'.
11929
11930 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * mml-sec.el (mml-secure-method): New internal variable.
11933         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11934         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11935         functions using mml-secure-method.
11936
11937         * mml.el (mml-mode-map): Add key bindings for those functions.
11938         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11939         Harder <harder@myrealbox.com>.
11940         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11941         end of message if point is the headers of the message.
11942
11943         * message.el (message-in-body-p): New function.
11944
11945         * assistant.el: Autoload gnus-util and netrc.
11946
11947         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11948         Use `mm-charset-override-alist' only when decoding.
11949
11950         * mm-bodies.el (mm-decode-body): Call
11951         `mm-charset-to-coding-system' with allow-override argument.
11952
11953         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11954         `filename' from Content-Disposition if Content-Type doesn't
11955         provide `name'.
11956         (gnus-mime-view-part-as-type): Set default instead of
11957         initial-input.
11958
11959 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11960
11961         * format-spec.el (format-spec): Propagate text properties of % spec.
11962
11963 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * gnus-art.el (gnus-treat-predicate): Add `first'.
11966
11967 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11968
11969         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11970         (mm-charset-override-alist): New variable.
11971         (mm-charset-to-coding-system): Use it.
11972         (mm-codepage-setup): New helper function.
11973         (mm-charset-eval-alist): New variable.
11974         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11975         about unknown charsets.
11976
11977         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11978
11979 2005-10-04  David Hansen  <david.hansen@gmx.net>
11980
11981         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11982         (nnrss-check-group): Ditto.
11983
11984 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11987         Rename x-gnus-verbatim to x-verbatim.
11988         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11989
11990         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11991         x-verbatim.
11992
11993         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11994
11995         * gnus-util.el (gnus-remove-duplicates): Remove.
11996
11997         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11998         instead of gnus-remove-duplicates.
11999
12000         * message.el (message-remove-duplicates): Remove.
12001         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12002         message-remove-duplicates.
12003
12004         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12005         available, else use implementation from `delete-dups'.
12006
12007         * message.el (message-insert-expires): New function.
12008         (message-mode-map): Add key binding.
12009         (message-mode-field-menu): Add menu entry.
12010         (message-mode): Document it.
12011         (message-make-expires-date): Use `message-make-date'.
12012
12013 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12014
12015         * message.el (message-make-expires-date): New function.
12016
12017 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * Makefile.in (list-installed-shadows): New entry.
12020         (install): Use it.
12021         (remove-installed-shadows): New entry.
12022
12023         * dgnushack.el (dgnushack-default-load-path): New variable.
12024         (dgnushack-find-lisp-shadows): New function.
12025         (dgnushack-remove-lisp-shadows): New function.
12026
12027 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * Makefile.in (install-el-elc): New entry.
12030         (install): Use it so that .el files are necessarily installed.
12031
12032 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12035
12036 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12037
12038         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12039         function rather than the diff-mode.el package.
12040         (mm-display-external): Use with-current-buffer.
12041         (mm-viewer-completion-map, mm-viewer-completion-map):
12042         Move initialization inside declaration.
12043
12044 2005-09-29  Simon Josefsson  <jas@extundo.com>
12045
12046         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12047         autoload mail-check-payment.
12048         (spam-check-hashcash): Define unconditionally, since hashcash.el
12049         is part of Gnus now.  Ignore errors from payment checking.
12050
12051 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * message.el (message-bold-region, message-unbold-region): Rename
12054         from `bold-region' and `unbold-region'.
12055
12056         * message.el: Remove useless autoloads.
12057
12058 2005-09-28  Simon Josefsson  <jas@extundo.com>
12059
12060         * message.el (message-use-idna): Default to t.
12061         (message-use-idna): Test whether encoding works too.  Doc fix.
12062
12063 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * nntp.el (nntp-warn-about-losing-connection): Remove.
12066
12067 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12068
12069         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12070         customizable.  Change default value.
12071         (mm-uu-diff-groups-regexp): Change default value.
12072         (mm-uu-type-alist): Add doc string.
12073         (mm-uu-configure): Add doc string.  Make it interactive.
12074         (mm-uu-tex-groups-regexp): New variable.
12075         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12076         (mm-uu-type-alist): Add LaTeX documents.
12077         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12078         of "text/verbatim".
12079         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12080
12081         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12082         instead of "text/verbatim".
12083
12084         * message.el (message-mark-inserted-region)
12085         (message-mark-insert-file): Use slrn style marks when called with
12086         prefix argument.
12087
12088 2005-09-27  Simon Josefsson  <jas@extundo.com>
12089
12090         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12091
12092 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12093
12094         * message.el (message-remove-duplicates): New function.
12095         Implementation borrowed from `gnus-remove-duplicates'.
12096         (message-idna-to-ascii-rhs): Also encode idna addresses in
12097         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12098         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12099         only ask about the same idna domain once per header and also tell
12100         in what header to replace the idna domain.
12101
12102         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12103         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12104         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12105         a header is decoded and not just the last one.
12106
12107 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12110         has been decoded.
12111
12112         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12113         (mm-insert-part): Don't modify text if it has been decoded.
12114
12115         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12116         decoded.
12117
12118         * mm-view.el (mm-inline-text): Don't strip text props unless
12119         decoding enriched or richtext parts.
12120
12121 2005-09-25  Romain Francoise  <romain@orebokech.com>
12122
12123         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12124         * gnus-start.el (gnus-subscribe-interactively):
12125         * gnus-uu.el (gnus-uu-grab-articles):
12126         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12127         space.
12128
12129 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12130
12131         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12132         * mm-view.el (mm-view-pkcs7-decrypt):
12133         * gnus-sum.el (gnus-summary-limit-to-extra)
12134         (gnus-summary-respool-article, gnus-read-move-group-name):
12135         * gnus-score.el (gnus-summary-increase-score):
12136         * gnus-util.el (gnus-completing-read-with-default):
12137         * gnus-art.el (gnus-read-save-file-name)
12138         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12139         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12140         * message.el (message-check-news-header-syntax):
12141         Follow convention for reading with the minibuffer.
12142
12143 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * spam-report.el (spam-report-url-ping-plain):
12146         Use gnus-extended-version as User-Agent.
12147
12148         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12149         default value is nil.
12150
12151         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12152         (mm-uu-verbatim-marks-extract): New function.
12153         (mm-uu-extract): New face.
12154         (mm-uu-copy-to-buffer): Use it.
12155
12156         * spam-report.el (spam-report-gmane-ham): Renamed from
12157         `spam-report-gmane-unspam'.
12158         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12159         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12160
12161         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12162         Autoload.
12163         (spam-report-gmane-unregister-routine): Renamed
12164         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12165
12166 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12167
12168         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12169         (spam-report-gmane-unregister-routine): Add support for gmane
12170         unregistration.
12171
12172         * spam-report.el (spam-report-gmane-unspam)
12173         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12174         (spam-report-gmane): Change to take a single article and do unspam
12175         registration.
12176
12177 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * mm-url.el (mm-url-decode-entities): Fix regexp.
12180
12181 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12182
12183         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12184         default to nil, to be able to use Gnus at all.  If the default
12185         switches to something else, then the function should be fixed not
12186         be exceedingly slow.
12187
12188 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12189
12190         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12191         fail hard.
12192
12193         * spam-report.el: Add better Keywords line.
12194
12195         * spam.el: Add Maintainer and better Keywords line.
12196
12197 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * gnus-art.el (gnus-article-replace-part)
12200         (gnus-mime-replace-part): New functions.
12201         (gnus-mime-action-alist, gnus-mime-button-commands)
12202         (gnus-mime-save-part-and-strip): Added file argument.
12203         (gnus-article-part-wrapper): Added interactive argument.
12204
12205         * gnus-sum.el (gnus-summary-mime-map): Add
12206         `gnus-article-replace-part'.
12207
12208 2005-09-19  Didier Verna  <didier@xemacs.org>
12209
12210         The nnml compaction feature:
12211         * nnml.el (nnml-request-compact-group): New function.
12212         * nnml.el (nnml-request-compact): New function.
12213         * gnus-int.el (gnus-request-compact-group): New function.
12214         * gnus-int.el (gnus-request-compact): New function.
12215         * gnus-group.el (gnus-group-compact-group): New function.
12216         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12217         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12218         * gnus-srvr.el (gnus-server-compact-server): New function.
12219         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12220         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12221
12222 2005-09-18  Deepak Goel  <deego@gnufans.org>
12223
12224         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12225         format spec.
12226
12227 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12230
12231 2005-09-15  Romain Francoise  <romain@orebokech.com>
12232
12233         * message.el (message-fill-paragraph): Clarify docstring.
12234
12235 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12236
12237         * gnus-art.el (gnus-mime-display-part): Protect against broken
12238         MIME messages.
12239
12240 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12243         before parsing header.
12244
12245 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12246
12247         * html2text.el (html2text-replace-list): Add new entities.
12248
12249 2005-09-11  Romain Francoise  <romain@orebokech.com>
12250
12251         * message.el (message-alternative-emails): Improve docstring.
12252         (message-setup-1): Call `message-use-alternative-email-as-from'
12253         after `message-setup-hook' to give it precedence over posting
12254         styles, etc.
12255         (message-use-alternative-email-as-from): Add docstring.  Remove
12256         the original From header if present.
12257
12258         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12259         (nnml-save-mail): Use it.
12260
12261         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12262         articles.  Add new argument `silent'.
12263         (gnus-uu-mark-all): Report the total number of marked articles.
12264
12265 2005-09-10  Romain Francoise  <romain@orebokech.com>
12266
12267         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12268         (gnus-uu-mark-series): Likewise.
12269
12270 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12271
12272         * spam-report.el (spam-report-gmane): Fix generation of spam
12273         report URL.
12274
12275 2005-09-10  Simon Josefsson  <jas@extundo.com>
12276
12277         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12278         t, based on discussion on the ding list with Robert Epprecht
12279         <epprecht@solnet.ch>.
12280
12281 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * spam-report.el (spam-report-gmane): Make it work without
12284         X-Report-Spam header.  Gmane now only provides Archived-At.
12285         This is only used if `spam-report-gmane-use-article-number' is nil.
12286         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12287
12288         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12289         make `gnus-summary-sort-by-recipient' work with threading.
12290
12291         * nnweb.el (nnweb-google-wash-article): Print a message if article
12292         is not available.
12293
12294 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12295
12296         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12297         change.  Decode text/* parts content before displaying.
12298
12299 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12302
12303 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12306
12307         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12308         url-package-name, url-package-version,
12309         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12310         w3m-display-inline-images, and w3m-minor-mode-map.
12311
12312 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * message.el (message-tab-body-function): Fix mismatched custom type.
12315
12316         * gnus.el (gnus-group-change-level-function): Ditto.
12317
12318         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12319
12320         * gnus-art.el (gnus-signature-limit)
12321         (gnus-article-mime-part-function): Ditto.
12322
12323 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * mml.el (mml-mode): Silence the byte compiler.
12326
12327         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12328         using `(sit-for 0)' before moving the point to the specified part;
12329         skip unbuttonized parts.
12330         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12331         return to the summary window if gnus-auto-select-part is non-nil.
12332
12333 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12336         variables.
12337         (mml-dnd-attach-file, mml-mode): Use them.
12338
12339         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12340         Make fetching article by MID work again for Google Groups.  Added
12341         FIXME concerning gnus-group-make-web-group.
12342
12343         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12344         Don't depend on Gnus by using mail-extract-address-components if
12345         gnus-extract-address-components is not bound.
12346
12347 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12348
12349         * gnus-art.el (gnus-mime-display-security): Don't display the
12350         signature, but only the signed part.
12351
12352 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12355
12356         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12357         list, not listp.
12358
12359 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12360
12361         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12362         when encoding.
12363
12364         * mm-bodies.el (mm-decode-content-transfer-encoding):
12365         De-canonicalize CRLF for all text content types, not just
12366         text/plain.
12367
12368 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12371         valid article; point arrow and cursor at the MIME button.
12372
12373 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12376         Suggested by Dan Christensen <jdc@uwo.ca>.
12377
12378         * mm-decode.el (mm-save-part): Enable change of prompt.
12379
12380 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12381
12382         * gnus-msg.el (gnus-inews-add-send-actions): Made
12383         `message-post-method' lambda parameter ARG `&optional'.
12384
12385 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12386
12387         * gnus-sum.el (gnus-summary-mime-map): Added
12388         gnus-article-save-part-and-strip, gnus-article-delete-part and
12389         gnus-article-jump-to-part.
12390
12391         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12392         (gnus-article-edit-part): Use it.
12393         (gnus-article-part-wrapper): Added no-handle argument.
12394         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12395         functions.
12396
12397 2005-08-29  Romain Francoise  <romain@orebokech.com>
12398
12399         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12400         docstring.
12401         (gnus-face-from-file): Likewise.
12402
12403 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12406         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12407         non-nil.
12408         (gnus-auto-select-part): New variable.
12409         (gnus-article-jump-to-part): New function.
12410         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12411         (gnus-mime-delete-part): Allow selecting specified part after
12412         deleting or stripping parts.
12413         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12414         part if argument is bogus.
12415
12416 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12417
12418         * gnus-art.el (w3m-minor-mode-map):
12419         * gnus-spec.el (gnus-newsrc-file-version):
12420         * gnus-util.el (nnmail-active-file-coding-system)
12421         (gnus-original-article-buffer, gnus-user-agent):
12422         * gnus.el (gnus-ham-process-destinations)
12423         (gnus-parameter-ham-marks-alist)
12424         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12425         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12426         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12427         * mm-decode.el (gnus-current-window-configuration):
12428         * mm-extern.el (gnus-article-mime-handles):
12429         * mm-url.el (url-current-object, url-package-name)
12430         (url-package-version):
12431         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12432         (smime-keys, w3m-cid-retrieve-function-alist)
12433         (w3m-current-buffer, w3m-display-inline-images)
12434         (w3m-minor-mode-map):
12435         * mml-smime.el (gnus-extract-address-components):
12436         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12437         (gnus-newsrc-hashtb, message-default-charset)
12438         (message-deletable-headers, message-options)
12439         (message-posting-charset, message-required-mail-headers)
12440         (message-required-news-headers):
12441         * mml1991.el (mc-pgp-always-sign):
12442         * mml2015.el (mc-pgp-always-sign):
12443         * nnheader.el (nnmail-extra-headers):
12444         * rfc1843.el (gnus-decode-encoded-word-function)
12445         (gnus-decode-header-function, gnus-newsgroup-name):
12446         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12447
12448 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12449
12450         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12451         the end of the date treatments.
12452
12453 2005-08-15  Simon Josefsson  <jas@extundo.com>
12454
12455         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12456         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12457         Capello and Romain Francoise.
12458         (pgg-fetch-key-function): Removed, not used?
12459         (pgg-insert-url-with-w3): Require url, to get
12460         url-insert-file-contents regardless of where it is defined.
12461
12462 2005-08-13  Romain Francoise  <romain@orebokech.com>
12463
12464         * message.el (message-cite-original-1): New function.
12465         (message-cite-original): Use it.
12466         (message-cite-original-without-signature): Ditto.
12467
12468 2005-08-08  Romain Francoise  <romain@orebokech.com>
12469
12470         * message.el (message-yank-empty-prefix): New variable.
12471         (message-indent-citation): Use it.
12472         (message-cite-original-without-signature): Respect X-No-Archive.
12473
12474 2005-08-08  Simon Josefsson  <jas@extundo.com>
12475
12476         * pgg.el: Autoload url-insert-file-contents instead of loading
12477         w3/url.
12478         (pgg-insert-url-with-w3): Don't load url here.
12479
12480 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12481
12482         * message.el (message-kill-to-signature): Don't insert newline at
12483         bol.
12484         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12485
12486 2005-08-06  Romain Francoise  <romain@orebokech.com>
12487
12488         * message.el (message-user-fqdn): Fix typo in docstring.
12489
12490 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12491
12492         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12493
12494         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12495
12496 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * mm-bodies.el (mm-encode-body): Use coding system rather than
12499         charset to encode text.
12500
12501         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12502         number of charsets if utf-8 is available (XEmacs).
12503
12504 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12507         taken from `gnus-button-mid-or-mail-regexp'.
12508         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12509         (gnus-button-alist): Improve regexp for domain part of the MIDs
12510         for news:localpart@domain buttons.
12511         (gnus-button-ctan-directory-regexp): Update.
12512
12513 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * sieve-manage.el (sieve-manage-interactive-login): Use
12516         make-local-variable rather than make-variable-buffer-local.
12517         (sieve-manage-open): Ditto.
12518         (sieve-manage-authenticate): Ditto.
12519
12520         * mml.el (mml-generate-mime-1): Make the content type default to
12521         text/plain if the filename is not specified.
12522
12523 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12526         instead of insert-buffer.
12527
12528         * message.el (message-yank-original): Ditto; set the mark at the
12529         end of the yanked message.
12530
12531 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12534         lines to scroll rather than to stop it.
12535
12536         * mml.el (mml-generate-default-type): Add doc string.
12537         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12538         default to application/octet-stream when determining the content
12539         type if it is not specified for the part or the mml contents; add
12540         a comment about mml-generate-default-type.
12541
12542 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12545         make it default to application/octet-stream when determining the
12546         content type if it is not specified for the external contents.
12547
12548 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12551         segmented parameter but also other parameters might be there.
12552
12553 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * mm-decode.el (mm-display-external): Delete temp file, directory
12556         and buffer immediately if the external process is exited.
12557
12558 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12561         fewer lines than that of scroll-margin.
12562         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12563
12564 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-art.el (gnus-article-next-page): Revert.
12567         (gnus-article-beginning-of-window): New macro.
12568         (gnus-article-next-page-1): Use it.
12569         (gnus-article-prev-page): Ditto.
12570         (gnus-article-edit-part): Use insert-buffer-substring instead of
12571         insert-buffer.
12572         (gnus-article-edit-exit): Ditto.
12573
12574         * gnus-util.el (gnus-beginning-of-window): Remove.
12575         (gnus-end-of-window): Remove.
12576
12577         * lpath.el: Don't bind header-line-format and scroll-margin.
12578
12579 2005-07-25  Simon Josefsson  <jas@extundo.com>
12580
12581         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12582         to have the url package without w3.  Reported by Daiki Ueno
12583         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12584
12585 2005-07-20  Didier Verna  <didier@xemacs.org>
12586
12587         * gnus-diary.el: Remove the description comment (nndiary is now
12588         properly documented in the Gnus manual).
12589         Fix the spelling of "Back End".
12590         * nndiary.el: Ditto.
12591         Fix the copyright notice.
12592
12593 2005-07-18  Romain Francoise  <romain@orebokech.com>
12594
12595         * gnus-sum.el (gnus-summary-to-prefix)
12596         (gnus-summary-newsgroup-prefix): New variables.
12597         (gnus-summary-from-or-to-or-newsgroups): Use them.
12598
12599 2005-07-17  Romain Francoise  <romain@orebokech.com>
12600
12601         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12602         space as it's generally not especially interesting to the user.
12603
12604 2005-07-16  Romain Francoise  <romain@orebokech.com>
12605
12606         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12607         nil to avoid prompting and file modification if one of the
12608         messages at the top of the nnfolder file contains a copyright
12609         notice.
12610         Update copyright notice.
12611
12612         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12613         instead of `current-time-string' as the latter creates a time
12614         string that is not RFC 2822 compliant (it lacks the zone).
12615         Update copyright notice.
12616
12617 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12618
12619         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12620         for text/rtf.  Display default in prompt.  Pass default for M-n.
12621
12622         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12623
12624 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12625
12626         * gnus-msg.el (gnus-button-mailto): Remove
12627         save-selected-window-window hackery because it relies on
12628         save-selected-window internals.
12629
12630 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12633         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12634         (gnus-article-prev-page): Ditto.
12635
12636         * gnus-util.el (gnus-beginning-of-window): New function.
12637         (gnus-end-of-window): New function.
12638
12639         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12640
12641 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12642
12643         * gnus-score.el (gnus-score-edit-all-score): Set
12644         gnus-score-edit-exit-function to gnus-score-edit-done and call
12645         gnus-message.
12646
12647 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12648
12649         * gnus-msg.el (gnus-button-mailto): Remove
12650         save-selected-window-window hackery because it relies on
12651         save-selected-window internals.
12652
12653 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12656         add-minor-mode.
12657         (gnus-binary-mode): Ditto.
12658
12659         * gnus-topic.el (gnus-topic-mode): Ditto.
12660
12661 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12662
12663         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12664         (gnus-article-prev-page): Take scroll-margin into consideration.
12665
12666 2005-07-04  Lute Kamstra  <lute@gnu.org>
12667
12668         Update FSF's address in GPL notices.
12669
12670 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12671
12672         * gnus.el (gnus-exit):
12673         * gnus-group.el (gnus-group-icons):
12674         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12675
12676         * gnus-nocem.el (gnus-nocem):
12677         * message.el (message-various, message-buffers, message-sending)
12678         (message-interface, message-forwarding, message-insertion)
12679         (message-headers, message-news, message-mail):
12680         * pgg-gpg.el (pgg-gpg):
12681         * pgg-parse.el (pgg-parse):
12682         * pgg-pgp.el (pgg-pgp):
12683         * pgg-pgp5.el (pgg-pgp5):
12684         * pop3.el (pop3): Finish `defgroup' description with period.
12685
12686 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * gnus-art.el (article-display-face): Improve the efficiency.
12689         (article-display-x-face): Ditto; remove grey x-face stuff.
12690
12691 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * gnus-art.el (article-display-face): Correct the position in
12694         which Faces are inserted.
12695
12696 2005-06-29  Didier Verna  <didier@xemacs.org>
12697
12698         * gnus-art.el (article-display-face): Display faces in correct
12699         order.
12700
12701 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12704         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12705         (gnus-nocem-check-article): Fetch the Type header.
12706         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12707         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12708         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12709         make sure gnus-nocem-hashtb is initialized.
12710         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12711         (gnus-nocem-unwanted-article-p): Ditto.
12712
12713         * pgg.el (pgg-verify): Return the verification result.
12714
12715 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12716
12717         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12718         is ascii.
12719
12720 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12721
12722         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12723         `show-nonbreak-escape'.
12724
12725 2005-06-23  Lute Kamstra  <lute@gnu.org>
12726
12727         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12728
12729         * dig.el (dig-mode):
12730         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12731
12732 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12733
12734         * nnimap.el (nnimap-split-download-body): Fix spellings.
12735
12736 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12737
12738         * gnus-art.el (gnus-article-encrypt-body):
12739         * gnus-cus.el (gnus-score-customize):
12740         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12741         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12742
12743 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12744
12745         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12746         header by looking for magic "MII" at the beginnig.
12747
12748 2005-06-16  Miles Bader  <miles@gnu.org>
12749
12750         * gnus-xmas.el (gnus-xmas-group-startup-message):
12751         Use renamed gnus-splash face.
12752
12753         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12754         (assistant-field-face): New backward-compatibility alias for renamed
12755         face.
12756         (assistant-render-text): Use renamed assistant-field face.
12757
12758         * spam.el (spam): Remove "-face" suffix from face name.
12759         (spam-face): New backward-compatibility alias for renamed face.
12760         (spam-face, spam-initialize): Use renamed spam face.
12761
12762         * message.el (message-header-to, message-header-cc)
12763         (message-header-subject, message-header-newsgroups)
12764         (message-header-other, message-header-name)
12765         (message-header-xheader, message-separator, message-cited-text)
12766         (message-mml): Remove "-face" suffix from face names.
12767         (message-header-to-face, message-header-cc-face)
12768         (message-header-subject-face, message-header-newsgroups-face)
12769         (message-header-other-face, message-header-name-face)
12770         (message-header-xheader-face, message-separator-face)
12771         (message-cited-text-face, message-mml-face):
12772         New backward-compatibility aliases for renamed faces.
12773         (message-font-lock-keywords): Use renamed message faces.
12774
12775         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12776         (sieve-test-commands, sieve-tagged-arguments):
12777         Remove "-face" suffix from face names.
12778         (sieve-control-commands-face, sieve-action-commands-face)
12779         (sieve-test-commands-face, sieve-tagged-arguments-face):
12780         New backward-compatibility aliases for renamed faces.
12781         (sieve-control-commands-face, sieve-action-commands-face)
12782         (sieve-test-commands-face, sieve-tagged-arguments-face):
12783         Use renamed sieve faces.
12784
12785         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12786         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12787         (gnus-group-news-3-empty, gnus-group-news-4)
12788         (gnus-group-news-4-empty, gnus-group-news-5)
12789         (gnus-group-news-5-empty, gnus-group-news-6)
12790         (gnus-group-news-6-empty, gnus-group-news-low)
12791         (gnus-group-news-low-empty, gnus-group-mail-1)
12792         (gnus-group-mail-1-empty, gnus-group-mail-2)
12793         (gnus-group-mail-2-empty, gnus-group-mail-3)
12794         (gnus-group-mail-3-empty, gnus-group-mail-low)
12795         (gnus-group-mail-low-empty, gnus-summary-selected)
12796         (gnus-summary-cancelled, gnus-summary-high-ticked)
12797         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12798         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12799         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12800         (gnus-summary-low-undownloaded)
12801         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12802         (gnus-summary-low-unread, gnus-summary-normal-unread)
12803         (gnus-summary-high-read, gnus-summary-low-read)
12804         (gnus-summary-normal-read, gnus-splash):
12805         Remove "-face" suffix from face names.
12806         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12807         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12808         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12809         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12810         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12811         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12812         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12813         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12814         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12815         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12816         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12817         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12818         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12819         (gnus-summary-normal-ticked-face)
12820         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12821         (gnus-summary-normal-ancient-face)
12822         (gnus-summary-high-undownloaded-face)
12823         (gnus-summary-low-undownloaded-face)
12824         (gnus-summary-normal-undownloaded-face)
12825         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12826         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12827         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12828         (gnus-splash-face):
12829         New backward-compatibility aliases for renamed faces.
12830         (gnus-group-startup-message): Use renamed gnus faces.
12831
12832         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12833         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12834         (gnus-server-agent): Remove "-face" suffix from face names.
12835         (gnus-server-agent-face, gnus-server-opened-face)
12836         (gnus-server-closed-face, gnus-server-denied-face)
12837         (gnus-server-offline-face):
12838         New backward-compatibility aliases for renamed faces.
12839         (gnus-server-agent-face, gnus-server-opened-face)
12840         (gnus-server-closed-face, gnus-server-denied-face)
12841         (gnus-server-offline-face): Use renamed gnus faces.
12842
12843         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12844         Remove "-face" suffix from face names.
12845         (gnus-picon-xbm-face, gnus-picon-face):
12846         New backward-compatibility aliases for renamed faces.
12847
12848         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12849         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12850         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12851         (gnus-cite-11): Remove "-face" suffix from face names.
12852         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12853         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12854         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12855         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12856         New backward-compatibility aliases for renamed faces.
12857         (gnus-cite-attribution-face, gnus-cite-face-list)
12858         (gnus-article-boring-faces): Use renamed gnus faces.
12859
12860         * gnus-art.el (gnus-signature, gnus-header-from)
12861         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12862         (gnus-header-content): Remove "-face" suffix from face names.
12863         (gnus-signature-face, gnus-header-from-face)
12864         (gnus-header-subject-face, gnus-header-newsgroups-face)
12865         (gnus-header-name-face, gnus-header-content-face):
12866         New backward-compatibility aliases for renamed faces.
12867         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12868
12869         * gnus-sum.el (gnus-summary-selected-face)
12870         (gnus-summary-highlight): Use renamed gnus faces.
12871         * gnus-group.el (gnus-group-highlight): Likewise.
12872
12873 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12874
12875         * gnus-sieve.el (gnus-sieve-article-add-rule):
12876         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12877         * spam-stat.el (spam-stat-buffer-change-to-spam)
12878         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12879
12880         * message.el (message-is-yours-p):
12881         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12882
12883 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * mm-view.el (mm-inline-text): Withdraw the last change.
12886
12887 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12890         executing enriched-decode.
12891
12892 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12895         charset of tar files.
12896
12897 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12898
12899         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12900
12901 2005-06-04  Lute Kamstra  <lute@gnu.org>
12902
12903         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12904         information is never recorded.
12905
12906 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12907
12908         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12909
12910 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * pop3.el (pop3-apop): Run md5 in the binary mode.
12913
12914         * starttls.el (starttls-set-process-query-on-exit-flag):
12915         Use eval-and-compile.
12916
12917 2005-05-31  Simon Josefsson  <jas@extundo.com>
12918
12919         * smime.el (smime-replace-in-string): Define.
12920         (smime-cert-by-ldap-1): Use it.
12921
12922 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * gnus-art.el (article-display-x-face): Replace
12925         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12926
12927         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12928         set-process-query-on-exit-flag or process-kill-without-query.
12929
12930         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12931         loop instead of replace-regexp.
12932
12933         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12934         instead of process-kill-without-query if it is available.
12935
12936         * lpath.el: Fbind ldap-search-entries.
12937
12938         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12939         instead of find-file-hooks if it is available.
12940
12941         * mml1991.el: Bind pgg-default-user-id when compiling.
12942
12943         * mml2015.el: Bind pgg-default-user-id when compiling.
12944
12945         * nndraft.el (nndraft-request-associate-buffer):
12946         Use write-contents-functions instead of write-contents-hooks if it is
12947         available.
12948
12949         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12950         instead of find-file-hooks if it is available.
12951
12952         * nntp.el (nntp-open-connection): Replace
12953         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12954         (nntp-open-ssl-stream): Ditto.
12955         (nntp-open-tls-stream): Ditto.
12956
12957         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12958         set-process-query-on-exit-flag or process-kill-without-query.
12959         (starttls-open-stream-gnutls): Use it instead of
12960         process-kill-without-query.
12961         (starttls-open-stream): Ditto.
12962
12963 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12964
12965         * smime.el (smime-cert-by-ldap-1): Don't use
12966         replace-regexp-in-string.
12967
12968 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12969
12970         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12971
12972         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12973         in PEM format.  Adjust to the XEmacs compability.
12974
12975 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12978         by `string-to-number'.
12979         * gnus-agent.el (gnus-agent-regenerate-group)
12980         (gnus-agent-fetch-articles): Ditto.
12981         * gnus-art.el (gnus-button-fetch-group): Ditto.
12982         * gnus-cache.el (gnus-cache-generate-active)
12983         (gnus-cache-articles-in-group): Ditto.
12984         * gnus-group.el (gnus-group-set-current-level)
12985         (gnus-group-insert-group-line): Ditto.
12986         * gnus-score.el (gnus-score-set-expunge-below)
12987         (gnus-score-set-mark-below, gnus-summary-score-effect)
12988         (gnus-summary-score-entry): Ditto.
12989         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12990         (gnus-soup-pack): Ditto.
12991         * gnus-spec.el (gnus-xmas-format): Ditto.
12992         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12993         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12994         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12995         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12996         * nndb.el (nndb-get-remote-expire-response): Ditto.
12997         * nndiary.el (nndiary-parse-schedule-value)
12998         (nndiary-string-to-number, nndiary-request-replace-article)
12999         (nndiary-request-article): Ditto.
13000         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13001         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13002         * nneething.el (nneething-make-head): Ditto.
13003         * nnfolder.el (nnfolder-request-article)
13004         (nnfolder-retrieve-headers): Ditto.
13005         * nnheader.el (nnheader-file-to-number): Ditto.
13006         * nnkiboze.el (nnkiboze-request-article): Ditto.
13007         * nnmail.el (nnmail-process-unix-mail-format)
13008         (nnmail-process-babyl-mail-format): Ditto.
13009         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13010         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13011         (nnmh-request-create-group, nnmh-request-list-1)
13012         (nnmh-request-group, nnmh-request-article): Ditto.
13013         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13014         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13015         * nnsoup.el (nnsoup-make-active): Ditto.
13016         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13017         * nntp.el (nntp-find-group-and-number)
13018         (nntp-retrieve-headers-with-xover): Ditto.
13019         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13020         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13021         (pgg-format-key-identifier): Ditto.
13022         * pop3.el (pop3-last, pop3-stat): Ditto.
13023         * qp.el (quoted-printable-decode-region): Ditto.
13024
13025         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13026         of concat.
13027
13028 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13031
13032         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13033
13034         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13035
13036         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13037
13038         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13039
13040         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13041
13042         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13043         (gnus-carpal-mode): Ditto.
13044
13045         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13046         (gnus-browse-mode): Ditto.
13047
13048         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13049
13050         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13051
13052 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13053
13054         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13055
13056 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-util.el (gnus-run-mode-hooks): New function.
13059
13060         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13061
13062         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13063         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13064
13065 2005-05-27  Lute Kamstra  <lute@gnu.org>
13066
13067         * dns-mode.el (dns-mode): Specify customization group.
13068
13069 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13070
13071         * gnus-agent.el (gnus-agent-make-mode-line-string):
13072         Use mode-line-highlight as mouse-face.
13073
13074 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * canlock.el (canlock): Change the parent group to news.
13077
13078         * deuglify.el (gnus-outlook-deuglify): Add :group.
13079
13080         * dig.el (dig): Add :group.
13081
13082         * dns-mode.el (dns-mode): Add :group.
13083
13084         * encrypt.el (encrypt): Add :group.
13085
13086         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13087         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13088         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13089         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13090         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13091
13092         * gnus-diary.el (gnus-diary): Add :group.
13093
13094         * gnus.el (gnus-group-news-1-face): Add :group.
13095         (gnus-group-news-1-empty-face): Ditto.
13096         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13097         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13098         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13099         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13100         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13101         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13102         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13103         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13104         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13105         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13106         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13107         (gnus-summary-high-ticked-face): Ditto.
13108         (gnus-summary-low-ticked-face): Ditto.
13109         (gnus-summary-normal-ticked-face): Ditto.
13110         (gnus-summary-high-ancient-face): Ditto.
13111         (gnus-summary-low-ancient-face): Ditto.
13112         (gnus-summary-normal-ancient-face): Ditto.
13113         (gnus-summary-high-undownloaded-face): Ditto.
13114         (gnus-summary-low-undownloaded-face): Ditto.
13115         (gnus-summary-normal-undownloaded-face): Ditto.
13116         (gnus-summary-high-unread-face): Ditto.
13117         (gnus-summary-low-unread-face): Ditto.
13118         (gnus-summary-normal-unread-face): Ditto.
13119         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13120         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13121
13122         * hashcash.el (hashcash): New custom group.
13123         (hashcash-default-payment): Add :group.
13124         (hashcash-payment-alist): Ditto.
13125         (hashcash-default-accept-payment): Ditto.
13126         (hashcash-accept-resources): Ditto.
13127         (hashcash-path): Ditto.
13128         (hashcash-extra-generate-parameters): Ditto.
13129         (hashcash-double-spend-database): Ditto.
13130         (hashcash-in-news): Ditto.
13131
13132         * message.el (message-minibuffer-local-map): Add :group.
13133
13134         * netrc.el (netrc): Add :group.
13135
13136         * sieve-manage.el (sieve-manage-log): Add :group.
13137         (sieve-manage-default-user): Diito.
13138         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13139         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13140         (sieve-manage-authenticators): Ditto.
13141         (sieve-manage-authenticator-alist): Ditto.
13142         (sieve-manage-default-port): Ditto.
13143
13144         * sieve-mode.el (sieve-control-commands-face): Add :group.
13145         (sieve-action-commands-face): Ditto.
13146         (sieve-test-commands-face): Ditto.
13147         (sieve-tagged-arguments-face): Ditto.
13148
13149         * smime.el (smime): Add :group.
13150
13151         * spam-report.el (spam-report): Add :group.
13152
13153         * spam.el (spam, spam-face): Add :group.
13154
13155 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13156
13157         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13158         return \n.\n.\n at the end of articles.  Protect against that.
13159         (nntp-with-open-group): Allow debugging.
13160
13161         * nnheader.el (mail-header-set-extra): Make into a function
13162         because I just could't understand how to quote the list properly.
13163
13164         * dns.el (query-dns-cached): New function.
13165
13166 2005-05-26  Lute Kamstra  <lute@gnu.org>
13167
13168         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13169
13170 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13173
13174         * gnus-art.el: Don't autoload mail-extract-address-components.
13175
13176         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13177         eval-and-compile to evaluate it.
13178
13179         * hashcash.el: Don't autoload executable-find.
13180
13181         * nndb.el: Don't declare the nndb back end two or more times; don't
13182         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13183
13184         * nntp.el: Autoload format-spec instead of format; use
13185         eval-and-compile to evaluate autoload forms.
13186
13187 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13188
13189         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13190
13191 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13192
13193         * gnus.el (gnus-version-number): Bump version.
13194
13195 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13196
13197         * gnus.el: No Gnus v0.3 is released.
13198
13199 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13200
13201         * lpath.el (featurep): Bind show-nonbreak-escape.
13202
13203 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-art.el (gnus-article-edit-part): Disable undo.
13206
13207 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13210         gnus-article-date-lapsed-new-header is t if date timer is active;
13211         skip headers in which the original date value is empty.
13212         (gnus-article-save-original-date): Redefine it as a macro.
13213         (gnus-display-mime): Use it.
13214
13215 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * gnus-art.el (article-date-ut): Support converting date in
13218         forwarded parts as well.
13219         (gnus-article-save-original-date): New function.
13220         (gnus-display-mime): Use it.
13221
13222 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13223
13224         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13225         enclosure element of <item>.
13226
13227 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * message.el (message-kill-buffer-query): Renamed from
13230         `message-kill-buffer-query-if-modified'.  Added :version.
13231
13232 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13235         window layout.
13236
13237 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * mml.el: Autoload dnd when compiling.
13240
13241 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13244         x-dnd-*.
13245
13246 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * qp.el (quoted-printable-encode-region): Save excursion.
13249
13250 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13251
13252         * message.el (message-kill-buffer-query-if-modified): Add new variable
13253         so the user can kill a modified message buffer quickly.
13254         (message-kill-buffer): Use it.
13255
13256 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * lpath.el: Fbind display-time-event-handler; don't fbind
13259         string-to-multibyte.
13260
13261         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13262
13263 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13266         contained in text because xml.el decodes entities) with LFs.
13267
13268 2005-04-11  Lute Kamstra  <lute@gnu.org>
13269
13270         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13271         differently.
13272
13273 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13274
13275         * mm-util.el (mm-detect-coding-region): Typo.
13276
13277 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13280
13281 2005-04-06  Deepak Goel  <deego@gnufans.org>
13282
13283         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13284         user-function allow user modifications of the scores.
13285         (spam-stat-score-buffer-user): New function, to allow
13286         user-computed modifications to the score.
13287         (spam-stat-score-buffer-user-functions): List of additional
13288         scoring functions.
13289         (spam-stat-error-holder): Global temporary error holder.
13290         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13291         variable.
13292
13293 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13294
13295         * gnus-registry.el (gnus-registry-clean-empty-function)
13296         (gnus-registry-trim, gnus-registry-fetch-groups)
13297         (gnus-registry-delete-group): Groups that match
13298         `gnus-registry-ignored-groups' are removed from the registry
13299         entries, not just ignored for splitting.  This helps clean up the
13300         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13301         to get all the groups a message ID is in.
13302
13303         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13304         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13305         (spam-stat-score-buffer-user-functions): Add :number custom type.
13306
13307 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13310         argument in XEmacs.
13311
13312         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13313         (nnrss-request-group): Decode group name first.
13314         (nnrss-request-article): Make a text/plain article if mml-to-mime
13315         failed.
13316         (nnrss-get-encoding): Return a compatible encoding according to
13317         nnrss-compatible-encoding-alist.
13318         (nnrss-find-el): Use consp instead of listp.
13319         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13320
13321 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13324         which Emacs 20 doesn't support.
13325         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13326
13327 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13330         silence the byte compiler inside the defun.
13331
13332         * gnus-demon.el (parse-time-string): Add autoload.
13333
13334         * gnus-delay.el (parse-time-string): Add autoload.
13335
13336         * gnus-art.el (parse-time-string): Add autoload.
13337
13338         * nnultimate.el (parse-time): Require for `parse-time-string'.
13339
13340 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13343
13344         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13345
13346         * smime.el (smime-ldap-host-list): Add :version.
13347
13348 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13349
13350         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13351         pass it to `gnus-browse-read-group'.
13352         (gnus-browse-read-group): Add NUMBER argument and pass it to
13353         `gnus-group-read-ephemeral-group'.
13354
13355         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13356         argument and pass it to `gnus-group-read-group'.
13357
13358 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13359
13360         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13361         mm-xemacs-find-mime-charset-1 if we have the mule feature
13362         available at runtime.
13363
13364 2005-03-25  Werner Lemberg  <wl@gnu.org>
13365
13366         * nnmaildir.el: Replace `illegal' with `invalid'.
13367
13368 2005-03-23  Lute Kamstra  <lute@gnu.org>
13369
13370         * time-date.el: Add comment on time value formats.
13371         Don't require parse-time.
13372         (with-decoded-time-value): New macro.
13373         (encode-time-value): New function.
13374         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13375         (days-to-time): Return a valid time value when arg is huge.
13376         (time-since): Use time-subtract.
13377         (time-to-number-of-days): Use time-to-seconds.
13378
13379 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13380
13381         * gnus-start.el (gnus-display-time-event-handler):
13382         Check display-time-timer at runtime rather than only at load time
13383         in case display-time-mode is turned off in the mean time.
13384
13385 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13388         used.
13389
13390         * nneething.el (nneething-map-file-directory): Derive from
13391         `gnus-directory'.
13392
13393         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13394         the To/Cc button.
13395
13396 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * nnmaildir.el (nnmaildir-request-accept-article):
13399         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13400
13401 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13402
13403         * gnus-async.el: Require timer-funcs at compile time when in
13404         XEmacs for `run-with-idle-timer'.
13405
13406 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13407
13408         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13409         autoloaded function.
13410
13411 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13412
13413         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13414
13415 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13416
13417         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13418
13419 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13420
13421         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13422         gnus-expert-user to default.
13423
13424 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13425
13426         * nnimap.el (nnimap-open-server): Ditto.
13427
13428         * imap.el (imap-authenticate): Fix typo.
13429
13430 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13431
13432         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13433         buffer (since IMAP server might return FETCH response out of
13434         order, and the nntp buffer must be sorted).
13435
13436 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13437
13438         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13439         comparison on string.
13440
13441         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13442         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13443         (gnus-agent-summary-fetch-series): Modified to protect against
13444         gnus-agent-summary-fetch-group clearing processable flags.
13445         (gnus-agent-synchronize-group-flags): Update live group buffer as
13446         synchronization may occur due to the user toggle the plugged
13447         status.
13448         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13449         successfully downloaded.
13450         (gnus-agent-expire-group-1): Avoid using markers when the overview
13451         is in ascending order; greatly improves performance.
13452         (gnus-agent-regenerate-group): Use
13453         gnus-agent-synchronize-group-flags to reset read status in both
13454         gnus and server.
13455         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13456
13457 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * message.el: Don't autoload former message-utils variables.
13460         (message-strip-subject-trailing-was): Change doc string.
13461
13462         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13463         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13464         (nnweb-google-search): Add "hl=en" here.
13465         (nnweb-google-parse-1, nnweb-google-create-mapping):
13466         Don't hardcode URL.
13467
13468 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * message.el (message-get-reply-headers, message-followup):
13471         Mention related variables `message-use-followup-to' and
13472         `message-use-mail-followup-to', in the information buffer.
13473
13474         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13475         of broken groups(-beta).google.com.
13476
13477 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13478
13479         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13480         parameter to invoked gnus-request-move-article; remove the
13481         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13482         all at once instead of once per article.
13483         (gnus-summary-remove-process-mark): Accept a list of articles as
13484         well as a single article for processing.
13485
13486         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13487         parameter.
13488
13489         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13490
13491         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13492
13493         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13494         parameter.
13495
13496         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13497         parameter.
13498
13499         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13500         parameter and remove the gnus-sum-hint-move-is-internal variable.
13501
13502         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13503         parameter.
13504
13505         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13506         parameter.
13507
13508         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13509         parameter.
13510
13511         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13512
13513         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13514         parameter.
13515
13516         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13517         parameter.
13518
13519 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13520
13521         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13522         a more conservative way.
13523
13524 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13525
13526         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13527         buffer, so it moves the window's cursor.
13528
13529 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13530
13531         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13532         `mm-dissect-multipart' and receive the from field as an (optional)
13533         argument from `mm-dissect-multipart'.
13534         (mm-dissect-multipart): Receive the from field as an argument and
13535         pass it on when we call `mm-dissect-buffer' on MIME parts.
13536         Fixes verification/decryption of signed/encrypted MIME parts.
13537
13538 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13539
13540         * gnus-sum.el (gnus-summary-move-article): Set
13541         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13542         whatever it calls (right now, only nnimap-request-move article
13543         respects it).
13544
13545         * nnimap.el (nnimap-request-move-article): When
13546         gnus-sum-hint-move-is-internal is set, don't do the extra
13547         nnimap-request-article.
13548
13549 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13552
13553         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13554         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13555
13556         * gnus-sum.el (gnus-summary-caesar-message):
13557         Apply `gnus-treat-article' after rotation.
13558
13559         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13560         doc string.
13561
13562 2005-02-22  Simon Josefsson  <jas@extundo.com>
13563
13564         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13565         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13566         <arne@arnested.dk>.
13567         (encrypt): Add password-cache and password-cache-expiry as group
13568         members.
13569
13570 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13571
13572         * smime.el (smime-ldap-host-list): Doc fix.
13573         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13574         cache) password.
13575         (smime-sign-region): Use it.
13576         (smime-decrypt-region): Use it.
13577         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13578         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13579         fails.
13580         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13581         certificate from DER to PEM format rather than calling openssl.
13582
13583         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13584
13585         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13586         for signing/encryption.
13587
13588         * mml.el (mml-parse-1): Use them.
13589
13590 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13591
13592         * nnrss.el (nnrss-verbose): Removed.
13593         (nnrss-request-group): Use `nnheader-message' instead.
13594
13595 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13596
13597         * nnrss.el (nnrss-verbose): New variable.
13598         (nnrss-request-group): Make it say nnrss is requesting a group.
13599
13600 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13601
13602         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13603         Handle news URL with given port correctly.
13604
13605 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13608         containing special characters.
13609
13610         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13611
13612         * mml.el (mime-to-mml): Ditto.
13613
13614         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13615         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13616         (rfc2047-decode-region): Quote decoded words containing special
13617         characters when rfc2047-quote-decoded-words-containing-tspecials
13618         is non-nil.
13619
13620 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13621
13622         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13623
13624         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13625
13626 2005-02-15  Simon Josefsson  <jas@extundo.com>
13627
13628         * nnimap.el (nnimap-debug): Doc fix.
13629
13630         * imap.el (imap-debug): Doc fix.
13631
13632 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13635
13636 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13637
13638         * gnus.el (spam-contents): Improve docs for spam-contents
13639         parameter in its variable incarnation.
13640
13641 2005-02-14  Simon Josefsson  <jas@extundo.com>
13642
13643         * smime-ldap.el: Use require instead of load-library for ldap.
13644         (smime-ldap-search): Indent.
13645         (smime-ldap-search-internal): Shorten line.
13646
13647         * smime.el (smime-cert-by-dns): Add doc-string.
13648         (smime-cert-by-ldap-1): Indent.
13649
13650         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13651         mml-smime-get-dns-ldap.
13652         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13653
13654 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13655
13656         * smime.el: Require smime-ldap.
13657         (smime-ldap-host-list): New variable.
13658         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13659
13660         * mml-smime.el (mml-smime-encrypt-query): New function.
13661         (mml-smime-encrypt-query): Use it.
13662
13663         * smime-ldap.el: New file.
13664
13665 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13668
13669 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13672         argument in doc string.  Make query for type more clear.
13673
13674 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13675
13676         * gnus.el (gnus-group-startup-message): Search for gnus images in
13677         etc/images/gnus.
13678         * mm-util.el (mm-image-load-path): Likewise.
13679         * smiley.el (smiley-data-directory): Search for smilies in
13680         etc/images/smilies.
13681
13682 2005-02-09  Kim F. Storm  <storm@cua.dk>
13683
13684         Change Emacs release version from 21.4 to 22.1 throughout.
13685         Change Emacs development version from 21.3.50 to 22.0.50.
13686
13687 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13690
13691         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13692         non-Mule XEmacs as well.
13693         (mm-decompress-buffer): Signal an error intentionally if it does
13694         not decompress compressed data because auto-compression-mode is
13695         disabled.
13696
13697 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13698
13699         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13700         an ID in the registry even if it has no groups.
13701
13702 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13705         merge it into mm-decompress-buffer.
13706         (gnus-mime-copy-part): Use the MIME part charset, the value which
13707         a user specified or gnus-newsgroup-charset for decoding, like
13708         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13709         save-buffer what was used.  Suggested by Kevin Ryde
13710         <user42@zip.com.au>.
13711         (gnus-mime-inline-part): Allow the name parameter as well as the
13712         filename parameter; force decompressing of compressed data; always
13713         display contents being not decoded as unibyte.
13714
13715         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13716         as well as the filename parameter.
13717
13718         * mm-util.el (mm-decompress-buffer): Merge
13719         gnus-mime-jka-compr-maybe-uncompress.
13720         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13721         of compressed data.
13722
13723 2005-02-08  Simon Josefsson  <jas@extundo.com>
13724
13725         * imap.el (imap-log): Doc fix.
13726
13727 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13730         the coding cookies; decompress compressed parts.
13731
13732         * mml.el (mml-generate-mime-1): Add the charset parameter according
13733         to the value which a user specified manually or the coding cookie.
13734
13735         * mm-util.el (mm-string-to-multibyte): New function.
13736         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13737         (mm-coding-system-to-mime-charset): New function.
13738         (mm-decompress-buffer): New function.
13739         (mm-find-buffer-file-coding-system): New function.
13740
13741         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13742         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13743         parts.
13744
13745 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13746
13747         * mm-view.el (mm-display-inline-fontify): Decode a part according
13748         to the charset parameter.
13749
13750 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13753         prefix arg is neither nil nor a number, as info specifies.
13754
13755 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13758         timestamps.
13759
13760 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13761
13762         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13763         groups error checking and notify user.
13764
13765 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13766
13767         * message.el (message-send-mail-function): Check existence of
13768         sendmail-program first before using default value
13769         `message-send-mail-with-sendmail'.  Otherwise use more generic
13770         `smtpmail-send-it'.
13771
13772 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * nntp.el (nntp-request-update-info): Always return nil.
13775
13776 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13777
13778         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13779
13780 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13781
13782         * message.el (message-beginning-of-line): Change the behavior when
13783         invoked between BOL and : so that it first moves backward.
13784
13785 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13788         article buffer when editing of the article is discarded.
13789         (gnus-article-prepare): Revert.
13790
13791 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * gnus-art.el (gnus-article-prepare):
13794         Remove message-strip-forbidden-properties from the local hook.
13795
13796 2005-01-27  Simon Josefsson  <jas@extundo.com>
13797
13798         * password.el (password-cache-add): Only start one timer per key.
13799         Reported by Derek Atkins <warlord@MIT.EDU>.
13800
13801 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13802
13803         * run-at-time.el: Removed.  It is no longer needed as
13804         timer-funcs.el in the xemacs-base package has a working version of
13805         `run-at-time'.
13806
13807         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13808
13809         * password.el: Require timer-funcs instead of run-at-time in
13810         XEmacs.
13811         Remove `password-run-at-time' macro.
13812         (password-cache-add): Use `run-at-time' instead of
13813         `password-run-at-time'.
13814
13815         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13816         Remove `nnheader-cancel-function-timers' alias,
13817         `cancel-function-timers' exists in XEmacs in timer-funcs.
13818
13819         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13820         for `run-with-idle-timer'.
13821
13822         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13823         for `run-at-time'.
13824
13825         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13826         for `with-timeout'.
13827
13828         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13829         the same as for XEmacs 21.4.
13830         No need to ignore `run-with-idle-timer', this function exists in
13831         XEmacs now in timer-funcs.el in the xemacs-base package.
13832         (dgnushack-compile): No need to delete
13833         run-at-time.el from the list of files to compile because it
13834         doesn't exist anymore.
13835
13836 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13839         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13840
13841 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13842
13843         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13844         sensitively.
13845
13846 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13847
13848         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13849
13850 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13853         which will be inserted according to the multibyteness of a buffer
13854         rather than the type of contents.  Suggested by ARISAWA Akihiro
13855         <ari@mbf.ocn.ne.jp>.
13856
13857         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13858         of string which old xml.el may return rather than a string.
13859
13860 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13863
13864 2005-01-16  Simon Josefsson  <jas@extundo.com>
13865
13866         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13867         idn/idna.el isn't available.
13868         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13869         <michael@waxrat.com>.
13870
13871         * hashcash.el: Remove non-FSF copyright header.
13872
13873         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13874         (hashcash-generate-payment): Use it.
13875         (hashcash-generate-payment-async): Use it.
13876
13877 2005-01-15  Simon Josefsson  <jas@extundo.com>
13878
13879         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13880         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13881
13882         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13883         gnus-summary-idna-message.
13884         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13885         (gnus-summary-idna-message): New function.
13886
13887 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13888
13889         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13890         gnus-novice-user.
13891
13892 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * nnrss.el (nnrss-request-delete-group): Delete entries in
13895         nnrss-group-alist as well.
13896         (nnrss-save-server-data): Insert newline.
13897
13898 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * gnus.el (gnus-user-agent): Use list of symbols instead of
13901         symbols.  Display full version number for (S)XEmacs.  Optionally
13902         display (S)XEmacs codename.
13903
13904         * gnus-util.el (gnus-emacs-version): Update for new
13905         `gnus-user-agent'.
13906
13907         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13908         Gnus version.
13909
13910 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13913         which is unreadable in some setups.
13914
13915 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * gnus-spec.el (gnus-update-format-specifications): Flush the
13918         group format spec cache if it doesn't support decoded group names.
13919
13920 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13921
13922         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13923         Allow to apply decay on score files matching a regexp.
13924
13925 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13928         compatibility in %g and %c.
13929
13930 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13933         name for only %g and %c.
13934         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13935         of gnus-tmp-group to decoded group name.
13936         (gnus-group-make-rss-group): Exclude `/'s from group names.
13937
13938 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * nnrss.el (nnrss-get-encoding): Fix regexp.
13941
13942 2004-12-27  Simon Josefsson  <jas@extundo.com>
13943
13944         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13945         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13946         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13947
13948 2004-12-17  Kim F. Storm  <storm@cua.dk>
13949
13950         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13951
13952         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13953
13954 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13955
13956         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13957
13958 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * nnrss.el: Require rfc2047 and mml.
13961         (nnrss-file-coding-system): New variable.
13962         (nnrss-format-string): Redefine it as an inline function.
13963         (nnrss-decode-group-name): New function.
13964         (nnrss-string-as-multibyte): Remove.
13965         (nnrss-retrieve-headers): Decode group name; don't use
13966         nnrss-format-string.
13967         (nnrss-request-group): Decode group name.
13968         (nnrss-request-article): Decode group name; allow a Message-ID as
13969         well as an article number; don't use nnrss-format-string; encode a
13970         Message-ID string which may contain non-ASCII characters; use
13971         mml-to-mime to compose a MIME article.
13972         (nnrss-request-expire-articles): Decode group name.
13973         (nnrss-request-delete-group): Decode group name.
13974         (nnrss-fetch): Clarify error message.
13975         (nnrss-read-server-data): Use insert-file-contents instead of load;
13976         bind file-name-coding-system; use multibyte buffer.
13977         (nnrss-save-server-data): Bind coding-system-for-write to the
13978         value of nnrss-file-coding-system; bind file-name-coding-system;
13979         add coding cookie.
13980         (nnrss-read-group-data): Use insert-file-contents instead of load;
13981         bind file-name-coding-system; use multibyte buffer.
13982         (nnrss-save-group-data): Bind coding-system-for-write to the
13983         value of nnrss-file-coding-system; bind file-name-coding-system.
13984         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13985         make it work with non-ASCII text.
13986         (nnrss-find-el): Make it work with old xml.el as well.
13987
13988 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13989
13990         * nnrss.el (nnrss-get-encoding): New function.
13991         (nnrss-fetch): Use unibyte buffer initially; bind
13992         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13993         decode contents according to the encoding attribute.
13994         (nnrss-save-group-data): Add coding cookie.
13995         (nnrss-mime-encode-string): New function.
13996         (nnrss-check-group): Use it to encode subject and author.
13997
13998 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13999
14000         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14001         imaginary variable.
14002
14003 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14006         correctly even if there are wide characters.
14007
14008 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14009
14010         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14011         downcased symbol names; make a new cache instead of reusing
14012         bbdb-hashtable.
14013
14014 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14017         concatenating segments rather than before concatenating them.
14018         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14019
14020         * message.el (message-get-reply-headers): Bind `extra'.
14021
14022 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14023
14024         * message.el (message-extra-wide-headers): New variable.
14025         (message-get-reply-headers): Use it.
14026
14027 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14030         (gnus-agent-group-pathname): Ditto.
14031
14032         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14033
14034         * gnus-group.el (gnus-group-make-group): Decode group name.
14035         (gnus-group-make-rss-group): Register the group data after opening
14036         the nnrss group.
14037
14038 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14039
14040         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14041         by expiry now get marked as read.
14042
14043 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14046
14047 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14048
14049         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14050         unify Latin characters in XEmacs.
14051         (mm-find-mime-charset-region): Use it.
14052
14053 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-util.el (gnus-delete-directory): New function.
14056
14057         * gnus-agent.el (gnus-agent-delete-group): Use it.
14058
14059         * gnus-cache.el (gnus-cache-delete-group): Use it.
14060
14061 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14064         names.
14065
14066 2004-12-16  Simon Josefsson  <jas@extundo.com>
14067
14068         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14069
14070 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14073
14074         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14075         (gnus-group-set-current-level): Decode group name.
14076
14077 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14078
14079         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14080         failed.
14081
14082 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * gnus-group.el (gnus-group-delete-group): Decode group name.
14085         (gnus-group-make-rss-group): Encode group name.
14086         (gnus-group-catchup-current): Decode group name.
14087         (gnus-group-kill-group): Decode group name.
14088
14089 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14090
14091         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14092
14093 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * gnus-group.el (gnus-group-make-rss-group):
14096         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14097
14098         * gnus-start.el (gnus-setup-news): Honor user's setting to
14099         gnus-message-archive-method.  Suggested by Lute Kamstra
14100         <lute@gnu.org>.
14101
14102 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14103
14104         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14105         global counterparts of the buffer-local variables.
14106
14107 2004-11-16  Romain Francoise  <romain@orebokech.com>
14108
14109         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14110         counterparts of the buffer-local variables.
14111
14112 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14113
14114         * message.el (message-forbidden-properties): Fixed typo in doc
14115         string.
14116
14117 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * gnus-util.el (gnus-replace-in-string): Added doc string.
14120
14121         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14122         to avoid problems when splitting mails with many recipients.
14123
14124 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14125
14126         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14127         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14128
14129 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14130
14131         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14132         if there is no hashtable in memory or file modification time is
14133         newer than cached timestamp.
14134
14135 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14138         not-matching option.
14139
14140 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14141
14142         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14143         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14144         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14145         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14146         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14147         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14148
14149 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * message.el (message-forward-make-body-mml): Remove headers
14152         according to message-forward-ignored-headers if a message is decoded.
14153
14154 2004-12-02  Romain Francoise  <romain@orebokech.com>
14155
14156         * message.el (message-forward-make-body-plain): Always remove
14157         headers according to message-forward-ignored-headers.
14158
14159 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14160
14161         * spam.el (spam-summary-prepare-exit): Remove the
14162         gnus-summary-limit pop for now, it has problems with ham marks for
14163         me.
14164
14165 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14166
14167         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14168         correctly.
14169
14170 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14171
14172         * format-spec.el (format-spec): Message the char.
14173
14174 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14175
14176         * gnus-art.el (gnus-split-methods): Reformat comments.
14177
14178         * spam.el (spam-summary-prepare-exit): Remove article limits
14179         before exiting the summary buffer.
14180
14181 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14184         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14185
14186         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14187         order to silence the byte compiler.
14188
14189         * spam.el: Fix the way to silence the byte compiler, which
14190         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14191         bbdb-search-simple, spam-BBDB-register-routine,
14192         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14193         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14194         spam-stat-buffer-is-spam, spam-stat-load,
14195         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14196         spam-stat-save and spam-stat-split-fancy.
14197
14198 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14201         which may confuse users.
14202         (canlock-password-for-verify): Ditto.
14203
14204         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14205
14206         * gnus-art.el (gnus-emphasis-alist): Ditto.
14207
14208         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14209
14210         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14211
14212         * gnus-start.el (gnus-save-killed-list): Ditto.
14213
14214         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14215         (gnus-sum-thread-tree-root): Ditto.
14216         (gnus-sum-thread-tree-false-root): Ditto.
14217         (gnus-sum-thread-tree-single-indent): Ditto.
14218
14219         * message.el (message-courtesy-message): Ditto.
14220         (message-archive-note): Ditto.
14221         (message-subscribed-address-file): Ditto.
14222         (message-user-fqdn): Ditto.
14223
14224         * spam-report.el (spam-report-gmane-regex): Ditto.
14225
14226         * spam.el (spam-blackhole-good-server-regex): Ditto.
14227
14228 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * mml.el (mml-preview): Widen the message buffer before copying
14231         the contents to the preview buffer; sort headers before previewing.
14232
14233         * message.el (message-hidden-headers): Fix the way to avoid a bug
14234         in the `repeat' widget in Emacs 21.3 or earlier.
14235
14236 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * message.el (message-hidden-headers): Default to "^References:".
14239         Improve customization type.  Suggested by Reiner Steib
14240         <Reiner.Steib@gmx.de>.
14241
14242 2004-11-25  Romain Francoise  <romain@orebokech.com>
14243
14244         * message.el (message-strip-forbidden-properties): Remove check for
14245         obsolete `message-hidden' text property, hidden headers are not
14246         accessible in the buffer anymore.
14247
14248 2004-11-22  Romain Francoise  <romain@orebokech.com>
14249
14250         * message.el (message-header-format-alist): Add `From' in list
14251         so that it can be sorted.
14252         (message-fix-before-sending): Widen and sort headers before
14253         sending.
14254         (message-hide-headers): Use narrowing to hide headers by moving
14255         them to the top of the buffer and narrowing to the region
14256         underneath.
14257
14258 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14259
14260         * message.el (message-strip-forbidden-properties): Bind
14261         buffer-read-only (etc) to nil.
14262
14263 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14266         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14267
14268 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14269
14270         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14271
14272 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14273
14274         * dns.el (query-dns): Use sit-for to time instead of
14275         accept-process-output, since that doesn't seem to work on udp
14276         sockets.
14277
14278 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14281
14282 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14283
14284         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14285         doc string.  Improve doc string.
14286
14287 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * nntp.el (nntp-request-update-info): Return nil if
14290         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14291         may not call gnus-activate-group which uselessly issues the GROUP
14292         commands for all nntp groups and wastes time.  Reported by Romain
14293         Francoise <romain@orebokech.com>.
14294
14295         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14296
14297 2004-11-15  Simon Josefsson  <jas@extundo.com>
14298
14299         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14300         headers separately.
14301         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14302         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14303
14304 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * gnus-start.el (gnus-convert-old-newsrc):
14307         Assign legacy-gnus-agent to 5.10.7.
14308
14309 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14310
14311         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14312         start of the lines.
14313
14314 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14315
14316         * hashcash.el (hashcash-default-payment): Change default to 20.
14317         (hashcash-default-accept-payment): Change default to 20.
14318         (hashcash-process-alist): New variable.
14319         (hashcash-generate-payment-async): Add.
14320         (hashcash-already-paid-p): Add.
14321         (hashcash-insert-payment): Don't generate payments twice.
14322         (hashcash-insert-payment-async): Add.
14323         (hashcash-insert-payment-async-2): Add.
14324         (hashcash-cancel-async): Add.
14325         (hashcash-wait-async): Add.
14326         (hashcash-processes-running-p): Add.
14327         (hashcash-wait-or-cancel): Add.
14328         (mail-add-payment): New optional argument.  Conditionally start
14329         asynchronous calculation.
14330         (mail-add-payment-async): Add.
14331
14332         * message.el (message-send-mail): Wait for asynchronous hashcash
14333         results.  Don't clobber existing X-Hashcash headers.
14334         (message-setup-1): Call mail-add-payment-async when
14335         message-generate-hashcash is non-nil.
14336
14337 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14338
14339         * message.el (message-use-alternative-email-as-from): Examine the
14340         From header as well; use message-make-from in order to include a
14341         user's full name.
14342
14343 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14346         default; improve customization type.
14347         (gnus-emphasis-custom-with-format): New macro.
14348         (gnus-emphasis-custom-value-to-external): New function.
14349         (gnus-emphasis-custom-value-to-internal): New function.
14350
14351 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14352
14353         * dns.el (query-dns): Resolve reverse addresses.
14354
14355 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14356
14357         * gnus-group.el (gnus-group-get-new-news): Use it.
14358
14359         * gnus-start.el (gnus-check-reasonable-setup): New function.
14360
14361 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14364         "Args out of range" error.  Reported by Arnaud Giersch
14365         <arnaud.giersch@free.fr>.
14366
14367 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14368
14369         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14370
14371 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14372
14373         * spam.el (spam group): Add :version.
14374
14375         * pgg-def.el (pgg group): Add :version.
14376
14377 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-art.el (gnus-article-edit-article): Don't associate the
14380         article buffer with a draft file.  This is a temporary measure
14381         against the 2004-08-22 change to gnus-article-edit-mode.
14382
14383 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14386         (html2text-format-tags): Remove unused variable `attr'.
14387
14388 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14389
14390         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14391
14392         * tls.el (tls-process-connection-type, tls-success)
14393         (tls-certtool-program): Add :version.
14394
14395         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14396         (starttls-extra-arguments, starttls-process-connection-type)
14397         (starttls-connect, starttls-failure, starttls-success): Add :version.
14398
14399         * spam-stat.el (spam-stat): Add :version.
14400
14401         * sieve.el (sieve): Add :version.
14402
14403         * sha1.el (sha1): Add :version.
14404         (sha1-use-external): Remove redundant version.
14405
14406         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14407         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14408         (nnmail-split-fancy-match-partial-words)
14409         (nnmail-split-lowercase-expanded): Add :version.
14410
14411         * nndiary.el (nndiary): Add :version.
14412
14413         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14414
14415         * mml-sec.el (mml-default-sign-method)
14416         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14417         Add :version.
14418
14419         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14420
14421         * mm-url.el (mm-url-use-external, mm-url-program)
14422         (mm-url-arguments): Add :version.
14423
14424         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14425         (mm-attachment-file-modes, mm-decrypt-option)
14426         (mm-w3m-safe-url-regexp): Add :version.
14427
14428         * message.el (message-cite-prefix-regexp)
14429         (message-sendmail-envelope-from, message-minibuffer-local-map)
14430         (message-user-fqdn, message-completion-alist): Add :version.
14431
14432         * gnus-win.el (gnus-configure-windows-hook)
14433         (gnus-use-frames-on-any-display): Add :version.
14434
14435         * gnus-art.el (gnus-article-address-banner-alist)
14436         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14437         (gnus-treat-from-picon, gnus-treat-mail-picon)
14438         (gnus-treat-x-pgp-sig): Add :version.
14439
14440         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14441         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14442         (gnus-summary-article-delete-hook)
14443         (gnus-summary-display-while-building): Add :version.
14444
14445         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14446         (gnus-get-top-new-news-hook): Add :version.
14447
14448         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14449         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14450
14451         * gnus-registry.el (gnus-registry): Add :version.
14452
14453         * gnus-spec.el (gnus-use-correct-string-widths)
14454         (gnus-make-format-preserve-properties): Add :version.
14455
14456         * gnus.el (gnus-group-charter-alist)
14457         (gnus-group-fetch-control-use-browse-url)
14458         (gnus-install-group-spam-parameters): Add :version.
14459
14460         * gnus-diary.el (gnus-diary): Add :version.
14461
14462         * gnus-delay.el (gnus-delay): Add :version.
14463
14464         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14465         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14466         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14467         Add :version.
14468
14469         * gnus-agent.el (gnus-agent-max-fetch-size)
14470         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14471         (gnus-agent-prompt-send-queue): Add :version.
14472
14473         * deuglify.el (gnus-outlook-deuglify): Add :version.
14474
14475         * html2text.el: Beautify code.  Improve doc strings.  Some
14476         checkdoc cleanup.
14477         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14478
14479 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14480
14481         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14482
14483 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14484
14485         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14486         when package is loaded.
14487
14488         * spam.el (spam-summary-score-preferred-header): Add global preference
14489         for people who want to override the default SpamAssassin over
14490         Bogofilter preference (when both are set).
14491         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14492         (spam-user-format-function-S): Check
14493         spam-summary-score-preferred-header.
14494         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14495         (spam-user-format-function-S): Format the score correctly.
14496
14497 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14500         signature file.  Suggested by Manoj Srivastava
14501         <srivasta@golden-gryphon.com>.
14502
14503         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14504         iso-2022-jp even in the Japanese language environment.
14505         Suggested by Jason Rumney <jasonr@gnu.org>.
14506
14507 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14510         use the same characters as the dummy marks; make it free from
14511         getting affected by the language environment.
14512         (gnus-summary-read-group-1): Update mark positions only when the
14513         format spec is updated.
14514
14515         * gnus-spec.el (gnus-update-format-specifications): Return a list
14516         of updated types.
14517
14518 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14521         of boundp to check if display-warning is available.
14522
14523 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14524
14525         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14526
14527 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * nnspool.el (nnspool-spool-directory): Use news-path if the
14530         news-directory variable is not bound.
14531
14532         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14533         function instead of display-warning if it is not available.
14534
14535 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14536
14537         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14538         v5-10: Use `point-at-bol'.
14539
14540 2004-10-26  Simon Josefsson  <jas@extundo.com>
14541
14542         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14543         <chenggao@gmail.com>.
14544
14545 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14546
14547         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14548         instead.
14549
14550 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14551
14552         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14553         to remove a server from the nnimap-server-buffer-alist.
14554         (nnimap-open-connection, nnimap-close-server): Use it.
14555
14556         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14557
14558 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14561         running the major-mode function.
14562
14563 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14566         dummy marks in the right way.
14567
14568 2004-10-18  David Edmondson  <dme@dme.org>
14569
14570         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14571         excessively.
14572
14573 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14574
14575         * gnus-util.el (gnus-split-references): Accept a nil references
14576         string and go on blissfully.
14577
14578         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14579         cases where the references string is non-nil but has no references.
14580
14581         * encrypt.el: Add autoload tags.
14582
14583         * spam.el (spam-resolve-registrations-routine): Remove article
14584         from unregistration list too.  Reported by David Hanak
14585         <dhanak@isis.vanderbilt.edu>
14586
14587 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14590         nil.  Changed custom type.
14591
14592 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14595
14596         * gnus-sum.el (gnus-summary-move-article): Use it.
14597
14598 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14599
14600         * encrypt.el: Add autoload cookies.
14601
14602         * spam.el (spam-backend-article-list-property)
14603         (spam-backend-get-article-todo-list)
14604         (spam-backend-put-article-todo-list)
14605         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14606         Resolve registrations separately.
14607         (spam-register-routine): Format comments.
14608         (spam-unregister-routine, spam-register-routine): Always call with
14609         specific-articles, no default list.
14610         (spam-summary-prepare-exit): Use the spam-classifications function.
14611
14612         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14613         gnus-encrypt.el.
14614
14615         * encrypt.el: Copied from gnus-encrypt.el.
14616
14617         * gnus-encrypt.el: Commented that it's obsolete.
14618
14619 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14620
14621         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14622         (gnus-score-save): Use it.
14623
14624         * message.el (message-bury): Use `window-dedicated-p'.
14625
14626 2004-10-15  Simon Josefsson  <jas@extundo.com>
14627
14628         * pop3.el (top-level): Don't require nnheader.
14629         (pop3-read-timeout): Add.
14630         (pop3-accept-process-output): Add.
14631         (pop3-read-response, pop3-retr): Use it.
14632
14633 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14634
14635         * spam.el (spam-register-routine): Move comment.
14636         (spam-verify-bogofilter): Use 'unknown for the initial
14637         spam-bogofilter-valid state, not 'never.
14638
14639         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14640         for netrc-machine.
14641
14642         * nnimap.el (nnimap-open-connection): Use
14643         netrc-machine-user-or-password.
14644
14645 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14646
14647         * gnus-registry.el (gnus-registry-unload-hook):
14648         Set as a variable with add-hook.
14649
14650         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14651         of news-path.
14652
14653         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14654
14655         * spam.el: Delete duplicate `provide'.
14656         (spam-unload-hook): Set as a variable with add-hook.
14657
14658 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14661         in the doc string.
14662
14663         * message.el (message-ignored-news-headers)
14664         (message-ignored-supersedes-headers)
14665         (message-ignored-resent-headers)
14666         (message-forward-ignored-headers): Improve custom type.
14667
14668 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * message.el (message-tokenize-header): Fix 2004-09-06 change
14671         which used point-min in the wrong place.
14672
14673 2004-10-12  Simon Josefsson  <jas@extundo.com>
14674
14675         * tls.el (tls-certtool-program): New variable.
14676         (tls-certificate-information): New function, based on
14677         ssl-certificate-information.
14678
14679 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * compface.el: Move the version of ELisp-based uncompface program
14682         to the contrib directory because of the copyright problem.
14683
14684 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * message.el (message-kill-buffer): Raise the current frame.
14687
14688 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14691
14692         * gnus.el (message-y-or-n-p): Autoload.
14693
14694         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14695         (pop3-password-required, pop3-authentication-scheme)
14696         (pop3-leave-mail-on-server): Made customizable.
14697         (pop3): New custom group.
14698         (pop3-retr): Remove `sleep-for' statements.
14699         Suggested by Dave Love <fx@gnu.org>.
14700
14701         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14702         Windows/DOS.
14703
14704         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14705         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14706         Dave Love <fx@gnu.org>.
14707
14708         * mml.el (mml-minibuffer-read-disposition): Require match.
14709         Suggested by Dave Love <fx@gnu.org>.
14710
14711 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14712
14713         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14714         doc string.
14715
14716 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14719
14720 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14721
14722         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14723         instead of calling `mm-insert-inline', to decode text/* parts
14724         before displaying them.
14725
14726 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * mm-uu.el (mm-uu-text-plain-type): New variable.
14729         (mm-uu-pgp-signed-extract-1): Use it.
14730         (mm-uu-pgp-encrypted-extract-1): Use it.
14731         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14732         bind mm-uu-text-plain-type with that value.
14733         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14734         mm-uu-dissect.
14735
14736 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * gnus-group.el (gnus-update-group-mark-positions):
14739         * gnus-sum.el (gnus-update-summary-mark-positions):
14740         * message.el (message-check-news-body-syntax):
14741         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14742         of string-as-multibyte.
14743
14744 2004-10-05  Juri Linkov  <juri@jurta.org>
14745
14746         * gnus-group.el (gnus-update-group-mark-positions):
14747         * gnus-sum.el (gnus-update-summary-mark-positions):
14748         * message.el (message-check-news-body-syntax):
14749         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14750         8-bit unibyte values to a multibyte string for search functions.
14751
14752 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14755         (mm-uu-dissect-text-parts): New function.
14756
14757         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14758         dissect text parts.
14759
14760         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14761         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14762
14763         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14764
14765         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14766         gnus-current-topics instead of gnus-current-topic.
14767
14768 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14769
14770         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14771
14772 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14773
14774         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14775         where approriate.
14776
14777         * nnml.el (nnml-generate-active-info): do.
14778
14779         * nndiary.el (nndiary-generate-active-info): do.
14780
14781         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14782         (gnus-topic-move): do.
14783
14784         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14785         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14786
14787         * gnus-srvr.el (gnus-server-prepare)
14788         (gnus-server-open-all-servers): do.
14789
14790         * gnus-msg.el (gnus-summary-cancel-article)
14791         (gnus-summary-resend-message)
14792         (gnus-summary-mail-crosspost-complaint): do.
14793
14794         * gnus-move.el (gnus-change-server): do.
14795
14796         * gnus-group.el (gnus-group-unmark-all-groups)
14797         (gnus-group-set-current-level): do.
14798
14799 2004-10-04  Simon Josefsson  <jas@extundo.com>
14800
14801         * message.el (message-generate-hashcash): Doc fix.
14802
14803 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14804
14805         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14806         avoid infinite recursion via gnus-get-function.
14807
14808 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14809
14810         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14811
14812         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14813
14814         * nnmail.el (nnmail-split-history): do.
14815
14816         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14817         (nnml-request-delete-group): do.
14818
14819         * nnslashdot.el (nnslashdot-read-groups): do.
14820
14821         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14822         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14823
14824         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14825         (nnspool-sift-nov-with-sed): Use last.
14826         (nnspool-retrieve-headers-with-nov): Use mapc.
14827         (nnspool-request-newgroups): Use dolist.
14828         (nnspool-request-group): Use last.
14829
14830         * nntp.el (nntp-read-server-type): Use dolist.
14831
14832         * nnvirtual.el (nnvirtual-create-mapping)
14833         (nnvirtual-update-read-and-marked): Use dolist.
14834         (nnvirtual-convert-headers): Simplify.
14835
14836 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14837
14838         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14839         support for sync'ing tick marks.
14840
14841 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14844         there's no visible header.
14845
14846 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14847
14848         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14849         necessary, pass full group name to gnus-request-set-marks.
14850
14851 2004-10-01  Simon Josefsson  <jas@extundo.com>
14852
14853         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14854         acroread.
14855
14856 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14857
14858         * spam-report.el (spam-report-gmane): Fix interactive.
14859
14860         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14861
14862         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14863         when writing file.
14864         (gnus-agent-synchronize-flags): Don't default to being
14865         interactive.
14866
14867 2004-09-30  Simon Josefsson  <jas@extundo.com>
14868
14869         * message.el (message-generate-hashcash): Add.
14870         (message-send-mail): Use it, call mail-add-payment.
14871
14872 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14873
14874         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14875
14876 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14877
14878         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14879         gnus-requst-update-info with explicit code to sync the in-memory
14880         info read flags with the marks being sync'd to the backend.
14881
14882         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14883
14884 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14885
14886         * spam.el (spam-verify-bogofilter): Add new function.
14887         (spam-check-bogofilter)
14888         (spam-bogofilter-register-with-bogofilter): Use it.
14889         (spam-verify-bogofilter): Add small fixes.
14890
14891 2004-09-28  Simon Josefsson  <jas@extundo.com>
14892
14893         * hashcash.el (hashcash-generate-payment): Revert.
14894
14895 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14896
14897         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14898         gnus-extract-references instead of gnus-split-references.
14899
14900         * gnus-util.el (gnus-extract-references): Add new function, analogous
14901         to gnus-split-references but extracts only the message-ID without
14902         anything extra.
14903
14904         * hashcash.el (hashcash-generate-payment)
14905         (hashcash-check-payment): Do the right thing if hashcash-path is
14906         nil (because the hashcash program could not be found).
14907
14908         * spam.el (spam-use-hashcash): Remove comment.
14909
14910 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14911
14912         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14913         (gnus-cache-enter-article, gnus-cache-remove-article)
14914         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14915
14916         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14917
14918         * gnus-art.el (article-hide-boring-headers)
14919         (article-translate-strings, article-display-face)
14920         (gnus-article-mime-match-handle-first)
14921         (gnus-article-highlight-headers)
14922         (gnus-article-add-buttons-to-head): do.
14923
14924 2004-09-27  Simon Josefsson  <jas@extundo.com>
14925
14926         * hashcash.el: New version, from
14927         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14928         ../contrib/.
14929
14930 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14933
14934 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14935
14936         * gnus-dup.el (gnus-dup-open): Use mapc.
14937         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14938
14939         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14940         Reported by Stefan Wiens <s.wi@gmx.net>.
14941
14942         * gnus.el (gnus-shutdown): Use dolist.
14943
14944         * gnus-undo.el (gnus-undo): Use mapc.
14945
14946         * nnrss.el (nnrss-generate-active): do.
14947
14948         * message.el (message-cite-original-without-signature)
14949         (message-cite-original): Use mapc.
14950         (message-do-actions, message-make-forward-subject): Use dolist.
14951
14952 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14953
14954         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14955         deletion to remove entire duplicate line.  Fixes merged article
14956         number bug.
14957
14958 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14959
14960         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14961         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14962         first ask if you want to open a server and then, even when you
14963         responded with no, asking if you want to synchronize the server's
14964         flags.
14965         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14966         multi-line expressions.
14967         (gnus-agent-synchronize-group-flags): New internal function.
14968         Updates marks in memory (in the info structure) AND in the
14969         backend.
14970
14971         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14972
14973         * nnagent.el (nnagent-request-set-mark): Use
14974         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14975         method, to ensure that synchronization updates marks in the
14976         backend and in the info (in memory) structure.
14977
14978 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14981         convention fully; don't miss the root article of a thread; make
14982         the X-Draft-From header with correct article numbers.
14983
14984 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14985
14986         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14987         unless plugged.  Disable the agent so that an open failure causes
14988         an error.
14989
14990         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14991         Reverted 2004-09-21 change.  The backend must be opened while
14992         synchronizing flags even when the backend stores the flags
14993         locally.
14994
14995 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14996
14997         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14998         in `header' match.  Reported by Svend Tollak Munkejord.
14999
15000         * message.el (message-cite-original): Fix use of
15001         `message-cite-articles-with-x-no-archive'.
15002
15003 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15006         (gnus-window-to-buffer): Ditto.
15007
15008         * mml.el (mml-preview-buffer): New variable.
15009         (mml-preview): Manage window layout with gnus-buffer-configuration.
15010
15011         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15012         X-Draft-From header even if those articles aren't quoted.
15013
15014 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15015
15016         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15017         (gnus-request-set-mark, gnus-request-update-mark): Use new
15018         g-s-t-u-l-m to decide to use backend even when unplugged.
15019
15020 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15023         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15024
15025 2004-09-20  Simon Josefsson  <jas@extundo.com>
15026
15027         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15028         "utf-16-le".
15029
15030 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15031
15032         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15033
15034 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15035
15036         * uudecode.el (uudecode-use-external): Add :version.
15037
15038         * smime.el (smime-CA-file, smime-encrypt-cipher)
15039         (smime-dns-server): Add :version.
15040
15041         * smiley.el (gnus-smiley-file-types): Add :version.
15042
15043         * sha1.el (sha1-use-external): Add :version.
15044
15045         * pgg-def.el (pgg-query-keyserver): Add :version.
15046
15047         * nnmail.el (nnmail-fancy-expiry-targets)
15048         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15049         Add :version.
15050
15051         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15052         (nnimap-retrieve-groups-asynchronous): Add :version.
15053         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15054
15055         * mml.el (mml-content-disposition-parameters)
15056         (mml-insert-mime-headers-always): Add :version.
15057
15058         * mm-util.el (mm-coding-system-priorities): Add :version.
15059
15060         * mm-decode.el (mm-inline-text-html-with-images)
15061         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15062         (mm-verify-option): Add :version.
15063         (mm-text-html-renderer): Change :version.
15064
15065         * message.el (message-fcc-externalize-attachments)
15066         (message-required-headers, message-draft-headers)
15067         (message-subject-trailing-was-query)
15068         (message-subject-trailing-was-ask-regexp)
15069         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15070         (message-mark-insert-end, message-archive-header)
15071         (message-archive-note, message-cross-post-default)
15072         (message-cross-post-note, message-followup-to-note)
15073         (message-cross-post-note-function, message-use-mail-followup-to)
15074         (message-subscribed-address-functions)
15075         (message-subscribed-address-file, message-subscribed-addresses)
15076         (message-subscribed-regexps, message-allow-no-recipients)
15077         (message-yank-cited-prefix, message-signature-insert-empty-line)
15078         (message-hidden-headers, message-hierarchical-addresses)
15079         (message-mail-user-agent, message-use-idna)
15080         (message-valid-fqdn-regexp)
15081         (message-strip-special-text-properties, message-header-synonyms)
15082         (message-beginning-of-line, message-tab-body-function): Add :version.
15083         (message-insert-canlock, message-wide-reply-confirm-recipients):
15084         Change :version.
15085
15086         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15087         and :version.
15088         (mail-source-delete-old-incoming-confirm)
15089         (mail-source-movemail-program): Add :version.
15090
15091         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15092         (gnus-agent-cache, gnus-agent): Change :version.
15093
15094         * gnus-util.el (gnus-use-byte-compile): Change :version.
15095
15096         * gnus-sum.el (gnus-summary-make-false-root-always)
15097         (gnus-summary-default-high-score)
15098         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15099         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15100         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15101         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15102         (gnus-sum-thread-tree-single-indent)
15103         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15104         (gnus-sum-thread-tree-leaf-with-other)
15105         (gnus-sum-thread-tree-single-leaf): Add :version.
15106         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15107         (gnus-article-loose-mime): Change :version.
15108
15109         * gnus-start.el (gnus-backup-startup-file)
15110         (gnus-save-startup-file-via-temp-buffer): Add :version.
15111
15112         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15113         (gnus-server-offline-face): Add :version.
15114
15115         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15116
15117         * gnus-msg.el (gnus-gcc-externalize-attachments)
15118         (gnus-debug-files, gnus-debug-exclude-variables)
15119         (gnus-discouraged-post-methods): Change :version.
15120         (gnus-confirm-mail-reply-to-news)
15121         (gnus-confirm-treat-mail-like-news): Add :version.
15122
15123         * gnus-int.el (gnus-server-unopen-status): Add :version.
15124
15125         * gnus-group.el (gnus-group-jump-to-group-prompt)
15126         (gnus-large-ephemeral-newsgroup)
15127         (gnus-fetch-old-ephemeral-headers): Add :version.
15128
15129         * gnus-fun.el (gnus-x-face-directory)
15130         (gnus-convert-pbm-to-x-face-command)
15131         (gnus-convert-image-to-x-face-command)
15132         (gnus-convert-image-to-face-command): Add :version.
15133
15134         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15135
15136         * gnus-cite.el (gnus-cite-blank-line-after-header)
15137         (gnus-article-boring-faces): Add :version.
15138
15139         * gnus-art.el (gnus-buttonized-mime-types)
15140         (gnus-inhibit-mime-unbuttonizing)
15141         (gnus-treat-display-face)
15142         (gnus-treat-body-boundary): Change :version.
15143         (gnus-body-boundary-delimiter, gnus-picon-databases)
15144         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15145         (gnus-treat-date-english, gnus-treat-fold-headers)
15146         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15147         (gnus-treat-mail-picon, gnus-treat-wash-html)
15148         (gnus-article-encrypt-protocol)
15149         (gnus-use-idna, gnus-article-over-scroll)
15150         (gnus-mime-display-multipart-alternative-as-mixed)
15151         (gnus-mime-display-multipart-related-as-mixed)
15152         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15153         (gnus-ctan-url, gnus-button-ctan-handler)
15154         (gnus-button-handle-ctan-bogus-regexp)
15155         (gnus-button-ctan-directory-regexp)
15156         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15157         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15158         (gnus-button-man-level, gnus-button-emacs-level)
15159         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15160
15161         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15162         (gnus-agent-go-online): Change :version.
15163         (gnus-agent-expire-unagentized-dirs)
15164         (gnus-agent-auto-agentize-methods): Add :version.
15165
15166         * flow-fill.el (fill-flowed-display-column)
15167         (fill-flowed-encode-column): Add :version.
15168
15169         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15170         (gnus-outlook-deuglify-unwrap-max)
15171         (gnus-outlook-deuglify-cite-marks)
15172         (gnus-outlook-deuglify-unwrap-stop-chars)
15173         (gnus-outlook-deuglify-no-wrap-chars)
15174         (gnus-outlook-deuglify-attrib-cut-regexp)
15175         (gnus-outlook-deuglify-attrib-verb-regexp)
15176         (gnus-outlook-deuglify-attrib-end-regexp)
15177         (gnus-outlook-display-hook): Add :version.
15178
15179         * binhex.el (binhex-use-external): Add :version.
15180
15181 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15184         and `invisible'.
15185
15186 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15187
15188         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15189         in gnus-registry-trim.
15190
15191 2004-09-13  Simon Josefsson  <jas@extundo.com>
15192
15193         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15194
15195         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15196
15197         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15198         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15199         <yamaoka@jpl.org>.
15200         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15201         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15202         <yamaoka@jpl.org>.
15203
15204         * sieve.el (sieve-manage-mode): Ditto.
15205
15206 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15207
15208         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15209
15210 2004-09-11  Simon Josefsson  <jas@extundo.com>
15211
15212         * dns-mode.el: Add.
15213
15214         * mm-view.el (mm-display-dns-inline): Add.
15215
15216         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15217         (mm-automatic-display): Ditto.
15218
15219         * mailcap.el (mailcap-mime-data): Add text/dns.
15220         (mailcap-mime-extensions): Map .soa to text/dns.
15221
15222 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15223
15224         * gnus-art.el (article-decode-mime-words, article-babel)
15225         (gnus-article-highlight-signature, gnus-article-add-buttons)
15226         (gnus-signature-toggle): Remove unnecessary bindings of
15227         `inhibit-read-only' inherited from v5.10 merge.
15228
15229 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15230
15231         * nntp.el (nntp): New customization group.
15232         (nntp-authinfo-file): Add customization group.
15233
15234         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15235
15236         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15237
15238         * gnus.el (to-address, to-list, subscribed)
15239         (large-newsgroup-initial): Ditto.
15240
15241         * flow-fill.el (fill-flowed-display-column)
15242         (fill-flowed-encode-column): Ditto.
15243
15244 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15245
15246         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15247         Use point-min rather than 1.
15248         (message-send-mail): Use buffer-size rather than point-max.
15249
15250         * gnus-sum.el (gnus-summary-search-article-forward):
15251         Signal a specific `search-failed' rather than a generic `error'.
15252
15253         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15254         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15255         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15256
15257 2004-09-10  Simon Josefsson  <jas@extundo.com>
15258
15259         * nndb.el (require): Remove tcp and duplicate cl.
15260
15261 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gnus-agent.el (directory-files-and-attributes): Move forward.
15264
15265 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15266
15267         * gnus-agent.el (directory-files-and-attributes): Optionally
15268         defined to support XEmacs.
15269
15270 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15271
15272         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15273         to avoid run-time CL dependencies.
15274         (gnus-agent-unfetch-articles): New function.
15275         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15276         article numbers even when local .overview file is missing.
15277         (gnus-agent-read-article-number): New function.  Only accepts
15278         27-bit article numbers.
15279         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15280         gnus-agent-read-article-number.
15281         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15282         from backend while recognizing that article numbers in .overview
15283         must be valid.
15284         (gnus-agent-update-files-total-fetched-for): Use
15285         directory-files-and-attributes to improve performance.
15286         * gnus-int.el (gnus-request-move-article): Use
15287         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15288         improve performance.
15289
15290         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15291         some users confused by references to .newsrc when they only have a
15292         .newsrc.eld file.
15293         (gnus-convert-mark-converter-prompt)
15294         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15295         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15296         New function.  Used internally to only display 'gnus converting
15297         files' message when actually necessary.
15298
15299         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15300         methods now autoloaded.
15301
15302 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15305         identifiers.
15306
15307 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15308
15309         * gnus-picon.el: Fix indentation and closing parenthesis.
15310
15311 2004-09-01  Simon Josefsson  <jas@extundo.com>
15312
15313         * message.el (message-canlock-generate): Require sha1, not
15314         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15315         to require within a function.  Sadly, if sha1.el isn't loaded, the
15316         let binding in m-c-g will hide the defcustom definition, which is
15317         bad.)
15318
15319         * canlock.el: Require sha1, not sha1-el.
15320
15321         * message.el: Don't autoload sha1 (there is a autoload cookie in
15322         sha1.el).
15323
15324         * sha1-el.el: Renamed to sha1.el.
15325
15326 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15327
15328         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15329
15330 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15331
15332         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15333
15334 2004-08-30  Kim F. Storm  <storm@cua.dk>
15335
15336         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15337
15338         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15339         Add :group 'nnimap.
15340
15341 2004-08-30  Andreas Schwab  <schwab@suse.de>
15342
15343         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15344         ?* and ?\;.
15345
15346         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15347         and ?\' to symbol instead of whitespace.
15348
15349 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15352
15353         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15354         instead of re-search-forward.
15355
15356         * gnus-uu.el (gnus-uu-save-article): Ditto.
15357         (gnus-uu-post-encode-uuencode): Ditto.
15358
15359         * html2text.el (html2text-clean-list-items): Ditto.
15360         (html2text-clean-dtdd): Ditto.
15361         (html2text-format-tags): Ditto.
15362
15363         * message.el (message-send-mail-with-sendmail): Fix regexp.
15364         (message-fill-field-general): Use search-forward instead of
15365         re-search-forward.
15366         (unbold-region): Ditto.
15367
15368         * nnrss.el (nnrss-request-article): Ditto.
15369
15370         * nnslashdot.el (nnslashdot-request-article): Ditto.
15371
15372         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15373
15374         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15375         "Unrecognized menu descriptor" error in XEmacs.
15376
15377 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15378
15379         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15380         parent article of a sparse article in the thread hashtb.
15381
15382 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15383
15384         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15385         (nnmail-expand-newtext): Lowercase expanded entries if
15386         nnmail-split-lowercase-expanded is non-nil.
15387
15388 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15391
15392         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15393         of gnus-tmp-news-method into string under XEmacs.  It will be
15394         passed to gnus-correct-length which takes only a string argument.
15395
15396 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-util.el (gnus-bind-print-variables): New macro.
15399         (gnus-prin1): Use it.
15400         (gnus-prin1-to-string): Use it.
15401         (gnus-pp): New function.
15402         (gnus-pp-to-string): New function.
15403
15404         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15405         Replace pp-to-string with gnus-pp-to-string.
15406         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15407         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15408         * gnus-msg.el (gnus-debug): Ditto.
15409         * gnus-score.el (gnus-score-save): Ditto.
15410         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15411         gnus-pp-to-string.
15412         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15413         with gnus-pp.
15414         * score-mode.el (gnus-score-pretty-print): Ditto.
15415         * webmail.el (webmail-debug): Ditto.
15416
15417 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * gnus-art.el (article-display-face, article-display-x-face):
15420         Use buffer-read-only.
15421
15422 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * gnus-art.el (article-hide-list-identifiers):
15425         Bind inhibit-read-only as t.
15426
15427 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15428
15429         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15430
15431 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15432
15433         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15434         (gnus-narrow-to-page): Don't assume point-min == 1.
15435         (gnus-article-edit-mode): Derive from message-mode.
15436
15437         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15438         point-min == 1.
15439
15440         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15441         Disable incorrect use of `assert'.
15442
15443         * message.el (message-mode): Set comment-start-skip.
15444
15445
15446 2004-08-22  Sam Steingold  <sds@gnu.org>
15447
15448         * pop3.el (pop3-leave-mail-on-server): New user variable.
15449         (pop3-movemail): Delete mail only when it is nil.
15450
15451 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15454
15455         * mml.el (mml-preview): Use `pop-to-buffer'.
15456
15457         * message.el (message-goto-mail-followup-to): Insert after "To".
15458         (message-carefully-insert-headers): Add comment.
15459
15460         * gnus.el: Remove unused variable `gnus-article-check-size'.
15461
15462         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15463
15464         * gnus-art.el (gnus-button-alist): Improve
15465         `gnus-button-handle-library' entry.
15466
15467 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15468
15469         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15470         downcase, since XEmacs capitalizes error messages differently.
15471
15472 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15473
15474         * nntp.el: Add (require 'gnus) due to reference to
15475         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15476
15477 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15478
15479         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15480         `mm-fill-flowed'.
15481
15482         * mm-decode.el (mm-dissect-singlepart): Check it.
15483
15484 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15485
15486         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15487         'imap' for netrc parsing.
15488
15489 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15490
15491         * mailcap.el (mailcap-mime-data): Mark as risky.
15492
15493 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15496         may be included in the encoded word.
15497         (rfc2047-encode): Don't append a space if the encoded word
15498         includes close parenthesis.
15499
15500 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15503         of text within parentheses.
15504
15505 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15506
15507         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15508         (gnus-encrypt-write-file-contents): Make the password key the file
15509         name PLUS the cipher, not just the cipher.  Also remove failed
15510         passwords from the cache.
15511
15512 2004-08-06  Simon Josefsson  <jas@extundo.com>
15513
15514         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15515         fix.
15516
15517 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15520         LWSP.
15521
15522 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15523
15524         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15525         to append in-reply-to: data to the references: header.
15526
15527         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15528         (netrc-parse): Use gnus-encrypt.el functions.
15529
15530         * gnus-encrypt.el: Add new file for encryption support; currently
15531         does only a few GPG ciphers and an internal XOR cipher.
15532
15533         * password.el: Add comments on using password-read-and-add.
15534         (password-read-and-add): Add function to read and add the
15535         password to the cache at once.
15536
15537 2004-07-28  Simon Josefsson  <jas@extundo.com>
15538
15539         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15540         parameter (but don't use it, for now).
15541
15542         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15543         instead of hard coding to nil.
15544
15545 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15548         as mm-inline-image-xemacs does.
15549
15550 2004-07-26  Simon Josefsson  <jas@extundo.com>
15551
15552         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15553         Revert part of 2004-07-17 change below.
15554
15555 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15558         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15559
15560 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15561
15562         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15563         quotes that actually start with ">" at the beginning of the
15564         lines.
15565
15566 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * rfc2047.el (rfc2047-encode-region): Fix last change.
15569         (rfc2047-encode-parameter): Remove useless concat.
15570
15571 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15574         encode special characters; fix some kind of misconfigured headers;
15575         signal a real error if debug-on-quit or debug-on-error is non-nil.
15576         (rfc2047-encode-max-chars): New variable.
15577         (rfc2047-encode-1): Use it.
15578         (rfc2047-encode-parameter): New function.
15579
15580         * mml.el (mml-insert-parameter): Remove an excessive space.
15581
15582 2004-07-17  Simon Josefsson  <jas@extundo.com>
15583
15584         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15585         Kai Grossjohann <kai@emptydomain.de>.
15586         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15587         (gnus-group-make-menu-bar): Ditto.
15588
15589         * gnus-util.el (gnus-group-server): Add.
15590
15591 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15592
15593         * message.el (message-clone-locals): Clone sendmail and smtp
15594         variables.
15595
15596 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * rfc2047.el (rfc2047-encode-region): Fix last change.
15599
15600 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15603         characters as non-special.
15604
15605 2004-07-09  Simon Josefsson  <jas@extundo.com>
15606
15607         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15608         Users will lose all flag changes made while unplugged with
15609         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15610         good default.  See numerous reports on ding mailing list.
15611
15612 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15615         add generate-head-function and generate-article-function to the
15616         rfc822-forward entry.
15617         (nndoc-rfc822-forward-generate-article): New function.
15618         (nndoc-rfc822-forward-generate-head): New function.
15619
15620         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15621
15622 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15623
15624         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15625         respect display group parameter and gnus-summary-expunge-below.
15626         (gnus-articles-to-read): Remove unused reference to display group
15627         parameter.
15628
15629 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15630
15631         * nnheader.el (nnheader-uniquify-message-id): New experimental
15632         variable.
15633         (nnheader-nov-read-message-id): Use it.
15634
15635         * spam-report.el (spam-report-gmane): Add interactive.
15636
15637 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15640         qp-or-base64 for the application/* types.
15641
15642 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15643
15644         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15645
15646 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15647
15648         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15649         trim value.
15650
15651 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15652
15653         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15654         New macro and function.
15655         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15656
15657 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15660         after-load-alist.
15661
15662 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15663
15664         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15665         update info that isn't there.
15666
15667 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15668
15669         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15670         entry.
15671
15672 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * mm-view.el (mm-inline-render-with-function): Use multibyte
15675         buffer; decode html source by charset.
15676
15677         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15678
15679         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15680         Mule-UCS is loaded under XEmacs.
15681         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15682
15683 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15684
15685         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15686
15687 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * mm-util.el (mm-coding-system-p): Return a coding-system.
15690         (mm-mime-mule-charset-alist): Use shift_jis instead of
15691         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15692         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15693         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15694         instead of japanese-shift-jis and iso-latin-1 respectively in
15695         order to share the default value with both Emacs and XEmacs-mule.
15696         (mm-mule-charset-to-mime-charset): Make
15697         mm-coding-system-priorities effective.
15698         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15699         while predicating of candidates upon the priorities.
15700
15701 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15702
15703         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15704         gnus-uu-invert-processable.
15705
15706         * gnus.el: Autoload gnus-uu-invert-processable.
15707
15708 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * mm-util.el (mm-with-multibyte-buffer): New macro.
15711
15712         * rfc2047.el (rfc2047-encode-string): Use it.
15713         (rfc2047-encode-region): Move point to the end of the region after
15714         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15715
15716 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15719         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15720
15721 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15724         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15725         Karl Chen <quarl@nospam.quarl.org>.
15726
15727 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15728
15729         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15730         invalid addresses.
15731
15732 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15733
15734         * spam.el: Change section markers, revise TODO list.
15735         (spam-backends): Make new master list of all installed backends.
15736         (spam-summary-exit-behavior): Add new variable to determine how
15737         messages moves are done at summary exit.
15738         (spam-move-spam-nonspam-groups-only)
15739         (spam-process-ham-in-nonham-groups)
15740         (spam-process-ham-in-spam-groups): Remove variables, the
15741         spam-summary-exit-behavior variable should be used to manage this
15742         behavior.
15743         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15744         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15745         and spam-old-spam-articles.
15746         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15747         Add empty variables, placeholders for the backends they represent.
15748         (spam-set-difference): Move, unchanged.
15749         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15750         unless the user has a processor variable.
15751         (spam-classifications, spam-classification-valid-p)
15752         (spam-backend-properties, spam-backend-property-valid-p)
15753         (spam-backend-function-type-valid-p)
15754         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15755         (spam-report-articles-gmane, spam-report-articles-resend):
15756         Remove functions, they are not needed.
15757         (spam-install-backend-super, spam-backend-list)
15758         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15759         (spam-backend-function, spam-backend-ham-registration-function)
15760         (spam-backend-spam-registration-function)
15761         (spam-backend-ham-unregistration-function)
15762         (spam-backend-spam-unregistration-function)
15763         (spam-backend-statistical-p, spam-backend-mover-p)
15764         (spam-install-backend-alias, spam-install-checkonly-backend)
15765         (spam-install-mover-backend, spam-install-nocheck-backend)
15766         (spam-install-backend, spam-install-statistical-backend)
15767         (spam-install-statistical-checkonly-backend): Add backend installation
15768         support.
15769         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15770         (spam-group-processor-p): Use the new backend code and respect the
15771         summary exit behavior.
15772         (spam-mark-spam-as-expired-and-move-routine): Remove.
15773         (spam-summary-prepare): Change to use the new spam-old-articles
15774         variable.
15775         (spam-copy-or-move-routine, spam-copy-spam-routine)
15776         (spam-move-spam-routine, spam-copy-ham-routine)
15777         (spam-move-ham-routine): Add code to copy/move ham or spam.
15778         (spam-fetch-field-fast): Improve doc and code, plus allow the
15779         'number request.
15780         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15781         variables.
15782         (spam-split, spam-find-spam): Use the new backend code.
15783         (spam-registration-functions): Remove variable.
15784         (spam-unregister-routine): Add convenience wrapper.
15785         (spam-log-undo-registration, spam-register-routine)
15786         (spam-log-processing-to-registry)
15787         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15788         where possible.
15789         (spam-check-gmane-xref, spam-check-regex-headers)
15790         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15791         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15792         (spam-check-bogofilter-headers, spam-check-spamoracle)
15793         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15794         (spam-check-crm114-headers): Use the spam-split-group that
15795         spam-split prepares, no need to determine it every time.
15796
15797         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15798         to the nnheader-parse-naked-head call.
15799
15800         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15801
15802         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15803         the nnheader-nov-read-message-id call.
15804
15805 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15808         gnus-activate-group twice.  Suggested by Markus Peter
15809         <warp@spin.de>.
15810
15811 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-art.el (gnus-article-time-format): Exchange the order of
15814         day and month in the default value; fix customization type.
15815         (article-date-ut): Use add-text-properties.
15816         (article-make-date-line): Use message-make-date instead of
15817         current-time-string.
15818
15819         * message.el (message-fetch-field): Don't use set-text-properties.
15820         (message-make-date): Simplify.
15821
15822         * messagexmas.el (message-xmas-make-date): New function.
15823         (message-xmas-redefine): Defalias message-make-date to it.
15824
15825 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15828         (rfc2047-encode-region): Treat text within parentheses as special;
15829         show the original text when error has occurred.
15830
15831         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15832         already-computed method to gnus-activate-group.
15833
15834         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15835         same select-methods identical Lisp objects.
15836
15837         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15838         object when modifying the info.
15839
15840 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15843         gnus-opened-servers since it has never been opened with the new
15844         configuration yet.
15845
15846 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15849         arg to nnheader-generate-fake-message-id.
15850
15851 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15852
15853         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15854         number and build a fake message ID localized to a group and
15855         article number (so it's repeatable from that point on).
15856         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15857         ID format.
15858
15859         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15860         nnheader-generate-fake-message-id with the article number.
15861
15862 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15863
15864         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15865         end-of-buffer.
15866
15867 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15868
15869         * message.el (message-ignored-supersedes-headers): Add Approved.
15870
15871 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15874         goto-char.
15875         (rfc2047-encode): Fold the line before encoding.
15876
15877 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15878
15879         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15880         folding -- not all headers can be folded, and this should be done
15881         by the message composition mode.  Probably.  I think.
15882
15883 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15886         fast.
15887
15888         * gnus-ems.el (gnus-remove-image): Don't use
15889         message-text-with-property; remove only the image found first.
15890
15891         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15892         found first.
15893
15894 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15895
15896         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15897
15898 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * message.el (message-text-with-property): Make it fast and accept
15901         optional arguments.
15902         (message-strip-forbidden-properties): Use it.
15903         (message-fix-before-sending): Follow the m-t-w-p change.
15904
15905         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15906
15907 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * gnus-art.el (article-hide-headers): Don't change the buffer
15910         mistakenly when performing mml-preview even if
15911         gnus-single-article-buffer is nil.
15912
15913 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15914
15915         * message.el (message-expand-name-databases): New user option.
15916         (message-expand-name): Use it.
15917
15918 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15919
15920         * spam.el (spam-report-articles-resend)
15921         (spam-report-resend-register-routine): Allow ham reporting.
15922         (spam-report-resend-register-ham-routine): Add wrapper.
15923         (spam-registration-functions): Add ham resending functions.
15924         (spam-list-of-processors): Add ham resend processor.
15925
15926         * gnus.el (ham-resend-to): Add new group parameter.
15927         (spam-process): Add ham resend option.
15928
15929         * spam-report.el (spam-report-resend): Allow reporting ham.
15930         (spam-report-resend-ham): Add wrapper.
15931
15932 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15933
15934         * message.el (message-cite-articles-with-x-no-archive): New
15935         variable.
15936         (message-cite-original): Use it.
15937
15938 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15939
15940         * message.el (message-cite-original): Respect X-No-Archive.
15941
15942 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * gnus-art.el (article-hide-headers): Refer to the values for
15945         gnus-ignored-headers and gnus-visible-headers in the summary
15946         buffer since a user may have set them as group parameters.
15947
15948 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15949
15950         * assistant.el (assistant-node-name): Add convenience function.
15951         (assistant-render-text, assistant-render-node): Add error handling,
15952         plus handle multiple next nodes.
15953         (assistant-find-next-node): Comment out for now.
15954         (assistant-find-next-nodes): Add function, returns list of next
15955         nodes.
15956
15957 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * mail-source.el (mail-source-directory): Fix doc-string.
15960
15961 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15962
15963         * assistant.el (assistant-render-text, assistant-eval): Add :set
15964         widget type, which is different because it takes and returns a
15965         list.  Much hilarity ensues.
15966
15967 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15968
15969         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15970
15971         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15972         doc-string.
15973
15974         * gnus-start.el (gnus-activate-group): Added doc-string.
15975
15976 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15979
15980 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15981
15982         * assistant.el (assistant-render-text): Try to add a :set
15983         widget, more to come.
15984
15985         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15986         strings.
15987         (spam-report-articles-resend)
15988         (spam-register-routine): Do registration iff any articles warrant
15989         it.
15990         (spam-summary-prepare-exit): Change log message for nil group
15991         destinations.
15992
15993 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15994
15995         * spam.el (spam-report-resend-register-routine): Allow
15996         spam-report-resend-to to be a group parameter or a global value.
15997
15998 2004-05-26  Simon Josefsson  <jas@extundo.com>
15999
16000         * starttls.el: Merge with my GNUTLS based starttls.el.
16001         (starttls-gnutls-program, starttls-use-gnutls)
16002         (starttls-extra-arguments, starttls-process-connection-type)
16003         (starttls-connect, starttls-failure, starttls-success): New
16004         variables.
16005         (starttls-program, starttls-extra-args): Doc fix.
16006         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16007         functions.
16008         (starttls-negotiate, starttls-open-stream): Check
16009         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16010         function if it is set.
16011
16012 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16013
16014         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16015         structured fields.
16016
16017 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16020
16021 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16022
16023         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16024         variable.
16025         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16026         assigning the spam-mark to new messages.
16027
16028 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16029
16030         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16031
16032 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16035
16036         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16037         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16038         default.
16039
16040 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16041
16042         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16043         correct data.
16044
16045 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16046
16047         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16048         (spam-group-processor-p): Fix function.
16049         (spam-group-processor-multiple-p)
16050         (spam-group-spam-processor-report-gmane-p)
16051         (spam-group-spam-processor-report-resend-p)
16052         (spam-group-spam-processor-bogofilter-p)
16053         (spam-group-spam-processor-blacklist-p)
16054         (spam-group-spam-processor-ifile-p)
16055         (spam-group-ham-processor-ifile-p)
16056         (spam-group-spam-processor-spamoracle-p)
16057         (spam-group-spam-processor-crm114-p)
16058         (spam-group-ham-processor-bogofilter-p)
16059         (spam-group-spam-processor-stat-p)
16060         (spam-group-ham-processor-stat-p)
16061         (spam-group-ham-processor-whitelist-p)
16062         (spam-group-ham-processor-BBDB-p)
16063         (spam-group-ham-processor-spamoracle-p)
16064         (spam-group-ham-processor-copy-p): Remove functions with some
16065         prejudice against unneeded code.
16066         (spam-report-articles-resend)
16067         (spam-report-resend-register-routine): Allow the group/topic
16068         spam-resend-to value to override spam-report-resend-to.
16069         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16070         properly now.
16071
16072         * gnus.el (spam-resend-to): Add group/topic parameter.
16073         (spam-process): Move the OBSOLETE processors to the end of the
16074         choices.
16075
16076 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16077
16078         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16079         with resend-to set to nil, and then ask the user if necessary.
16080         (spam-report-resend): spam-report-resend takes a list of articles, not
16081         separate article numbers.
16082
16083 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16086         addition to emacs-w3m.
16087
16088 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16089
16090         * assistant.el (assistant-authinfo-data): New function.
16091         (assistant-eval): Eval for entire assistant.
16092
16093         * netrc.el (netrc-services-file): New variable.
16094         (netrc-parse-services): New function.
16095         (netrc-find-service-name): New function.
16096         (netrc-find-service-number): New function.
16097         (netrc-port-equal): New function.
16098         (netrc-machine): Use it.
16099
16100         * nnimap.el (nnimap-open-connection): Use netrc.
16101
16102         * gnus-util.el (gnus-netrc-get): Remove aliases.
16103
16104         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16105
16106         * assistant.el (wid-edit): Fix compilation.
16107
16108         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16109
16110 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16111
16112         * gnus-util.el (gnus-set-file-modes): New function.  (small
16113         patch).
16114
16115 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16116
16117         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16118
16119         * assistant.el (assistant-render-node): Fix up rendering and
16120         read-only text.
16121         (assistant-render-node): Reset.
16122         (assistant-make-read-only): Not sticky.
16123
16124 2004-05-20  Danny Siu  <dsiu@adobe.com>
16125
16126         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16127         centered even when gnus-auto-center-summary is t.
16128
16129 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16130
16131         * dns.el (dns-get-txt-answer): New function.
16132         (dns-read-txt): Ditto.
16133         (query-dns): Use it.
16134
16135 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16138         active for foreign groups even if the group level is higher than
16139         the specified value.
16140
16141 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16142
16143         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16144         non-active groups.
16145
16146         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16147
16148 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16149
16150         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16151
16152 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16153
16154         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16155         (spam-crm114-header, spam-crm114-spam-switch)
16156         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16157         (spam-crm114-positive-spam-header)
16158         (spam-crm114-database-directory, spam-list-of-processors)
16159         (spam-group-spam-processor-crm114-p)
16160         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16161         (spam-generic-score, spam-list-of-checks)
16162         (spam-list-of-statistical-checks, spam-registration-functions)
16163         (spam-check-crm114-headers, spam-crm114-score)
16164         (spam-check-crm114, spam-crm114-register-with-crm114)
16165         (spam-crm114-register-spam-routine)
16166         (spam-crm114-unregister-spam-routine)
16167         (spam-crm114-register-ham-routine)
16168         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16169         asjo@koldfront.dk (Adam Sjøgren).
16170
16171         * gnus.el: Add spam-use-crm114.
16172
16173         * spam.el (spam-list-of-processors, spam-registration-functions):
16174         Add spam-use-resend.
16175         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16176         (spam-report-articles-gmane): Add doc fix.
16177         (spam-report-articles-resend, spam-report-resend-register-routine):
16178         Add wrappers around spam-report-resend-to.
16179
16180         * spam-report.el (spam-report-resend-to, spam-report-resend):
16181         Add support for resending spam.
16182         (spam-report-gmane): Fix line length >80.
16183
16184         * gnus.el (spam-process): Add spam-use-resend.
16185
16186 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16187
16188         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16189         number of processed spam messages.
16190         (spam-ham-copy-or-move-routine): Return the number of processed
16191         ham messages.
16192         (spam-summary-prepare-exit): Use the above values to decide
16193         whether status messages shouled be displayed.
16194
16195 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16198         `rfc2047-encoding-function-alist' in order to avoid conflicting
16199         with the old version.
16200         (rfc2047-encode-region): Concatenate words containing non-ASCII
16201         characters in structured fields; don't encode space-delimited
16202         ASCII words even in unstructured fields; don't break words at
16203         char-category boundaries.
16204         (rfc2047-encode-1): New function.
16205         (rfc2047-encode): Use it; encode text so that it occupies the
16206         maximum width within 76-column; work correctly on Q encoding for
16207         iso-2022-* charsets.
16208         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16209         sure not to break a line just after the header name.
16210         (rfc2047-b-encode-region): Removed.
16211         (rfc2047-b-encode-string): New function.
16212         (rfc2047-q-encode-region): Removed.
16213         (rfc2047-q-encode-string): New function.
16214
16215         * mm-util.el (mm-replace-in-string): New function.
16216
16217 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16218
16219         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16220         get it right.
16221         (gnus-inews-make-draft): Really.
16222
16223 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16224
16225         * nnmh.el (nnmh-request-list-1): Don't check the link count
16226         before descending.  (small patch)
16227
16228 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16229
16230         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16231         stuff.
16232
16233         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16234         on real group name.
16235
16236         * gnus-art.el (gnus-signature-limit): Doc fix.
16237
16238         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16239
16240         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16241
16242 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16243
16244         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16245         isn't a string.
16246
16247 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16248
16249         * gnus-draft.el (gnus-draft-send): Bind
16250         rfc2047-encode-encoded-words.
16251
16252         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16253         (rfc2047-encodable-p): Say that =? needs encoding.
16254         (rfc2047-encode-encoded-words): New variable.
16255
16256         * gnus-group.el (gnus-group-select-group): Doc fix.
16257
16258         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16259
16260         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16261         to nil.
16262
16263         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16264
16265         * nnheader.el (nnheader-get-lines-and-char): New function.
16266
16267 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16268
16269         * gnus-msg.el (gnus-summary-followup-with-original): Document
16270         yanking of region when active.
16271
16272 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16273
16274         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16275         groups if the group level is higher than the specified value.
16276
16277 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16280         (gnus-group-jump-to-group): Added prefix argument using
16281         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16282         non-active group.
16283
16284         * compface.el (uncompface): Be verbose when changing
16285         `uncompface-use-external'.
16286
16287         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16288         handle manual section.
16289
16290 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16291
16292         * gnus-art.el (gnus-button-alist): Revert previous change.
16293
16294 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16295
16296         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16297
16298 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16299
16300         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16301         whether backend can accept message.
16302
16303         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16304
16305 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16306
16307         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16308         Avoid creating directory when nntp-marks-is-evil is true.
16309         Reported by Reiner Steib.
16310
16311 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16312
16313         * gnus-picon.el (gnus-picon-style): New variable.
16314         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16315         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16316         Jesper Harder <harder@ifa.au.dk>.
16317
16318 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16319
16320         * message.el (message-fill-field): Return point.
16321         (message-generate-headers): Go to end of field.
16322
16323         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16324         stuff for non-living groups.
16325
16326 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16327
16328         * gnus-art.el (gnus-article-followup-with-original)
16329         (gnus-article-reply-with-original): gnus-mark-active-p ->
16330         gnus-region-active-p.
16331
16332 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16333
16334         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16335         only when there is spam or ham to be processed.
16336
16337 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16338
16339         * mail-source.el (mail-source-delete-crash-box): Refactor.
16340         (mail-source-fetch): Use it.
16341         (mail-source-fetch-file): Ditto.
16342         (mail-source-fetch-directory): Run postscript in loop.
16343         (mail-source-fetch-pop): Delete.
16344         (mail-source-fetch-maildir): Ditto.
16345         (mail-source-fetch-imap): Ditto.
16346
16347         * imap.el (imap-authenticators): Comment out sasl.
16348
16349         * message.el (message-skip-to-next-address): New function.
16350         (message-fill-header-address): Refactor.
16351         (message-fill-address): Use it.
16352         (message-delete-address): Use it.
16353         (message-fill-header-general): Refactor.
16354         (message-fill-field-address): Rename.
16355         (message-narrow-to-field): Find the start of the header.
16356         (message-header-format-alist): Don't pre-fill.
16357         (message-fill-header): Removed.
16358         (message-insert-header): New function.
16359         (message-shorten-references): Use it.
16360
16361         * rfc2047.el (rfc2047-field-value): Strip props.
16362
16363         * mail-parse.el (mail-header-make-address): New alias.
16364
16365         * ietf-drums.el (ietf-drums-make-address): New function.
16366
16367         * imap.el: Add compiler directives.
16368
16369         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16370
16371         * gnus-art.el (article-decode-idna-rhs): Don't use
16372         message-idna-inside-rhs-p.
16373
16374 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16375
16376         * message.el (message-idna-inside-rhs-p): Removed.
16377         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16378
16379         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16380         false positives.
16381
16382 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16383
16384         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16385
16386 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16387
16388         * nneething.el (nneething-file-name): Don't create spurious
16389         files.
16390
16391         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16392         (gnus-inews-do-gcc): Remove sleep.
16393
16394         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16395         part under point.
16396
16397         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16398         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16399
16400 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16401
16402         * spam.el (spam-summary-prepare-exit): Fixed (length).
16403
16404 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16405
16406         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16407         as expired without moving it" message when there are spam
16408         messages left.
16409
16410 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16411
16412         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16413         header is not nil.
16414
16415 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16416
16417         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16418         nntp-possibly-create-directory, not nntp-possibly-change-group.
16419         (nntp-marks-changed-p): New arg SERVER.
16420         (nntp-request-update-info): Adjust caller.
16421
16422 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16423
16424         * nntp.el (nntp-save-marks): Pass missing arg.
16425
16426 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16427
16428         * nntp.el: Support marks.
16429         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16430         (nntp-marks-modtime, nntp-marks-directory): New variables.
16431         (nntp-request-set-mark, nntp-request-update-info)
16432         (nntp-possibly-create-directory, nntp-marks-changed-p)
16433         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16434         functions.
16435
16436 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16437
16438         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16439         (gnus-xmas-redefine): Rename.
16440
16441         * gnus-score.el (gnus-score-insert-help): Use
16442         gnus-select-lowest-window.
16443
16444         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16445         appt-select-lowest-window and rename to gnus-select-lowest-window.
16446
16447         * gnus.el: do.
16448
16449 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16450
16451         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16452         encodings of MIME-encoded words, in order to improve
16453         interoperability with several broken MUAs.
16454
16455 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16456
16457         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16458         tags, only when charsets are not specified in headers.
16459         (mm-inline-text-html-render-with-w3m): Ditto.
16460
16461         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16462         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16463
16464 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16465
16466         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16467         instead of MIME-decoded from fields when checking
16468         `gnus-article-address-banner-alist'.
16469
16470 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16471
16472         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16473         description rather than subject.
16474
16475 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16476
16477         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16478
16479 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16480
16481         * gnus.el (gnus-version-number): Bump.
16482
16483 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16484
16485         * gnus.el: No Gnus v0.2 is released.
16486
16487 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16488
16489         * gnus-agent.el (gnus-agent-read-agentview): Inline
16490         gnus-uncompress-range.
16491
16492 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16493
16494         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16495         `exec-installed-p'.
16496
16497 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16498
16499         * gnus.el (spam-process, spam-autodetect-methods): Add
16500         bsfilter and bsfilter-headers.
16501
16502         * spam.el (spam-bsfilter): New customize group.
16503         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16504         (spam-bsfilter-header, spam-bsfilter-probability-header)
16505         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16506         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16507         (spam-bsfilter-database-directory): New options.
16508         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16509         (spam-list-of-statistical-checks, spam-registration-functions):
16510         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16511         (spam-bsfilter-score): New command.
16512         (spam-check-bsfilter-headers, spam-check-bsfilter)
16513         (spam-bsfilter-register-with-bsfilter)
16514         (spam-bsfilter-register-spam-routine)
16515         (spam-bsfilter-unregister-spam-routine)
16516         (spam-bsfilter-register-ham-routine)
16517         (spam-bsfilter-unregister-ham-routine): New functions.
16518         (spam-generic-score): Support bsfilter; Accept an optional argument
16519         to recalcurate spam score even if scoring header has already been
16520         added.
16521         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16522         optional argument to recalcurate spam score even if scoring header
16523         has already been added.
16524
16525 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16526
16527         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16528         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16529         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16530         link is missing.
16531
16532 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16533
16534         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16535         (html2text-get-attr): Rewrite.
16536
16537         * message.el (message-setup-1): Remove redundant put-text-property
16538         on mail-header-separator.
16539
16540 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16541
16542         * gnus-registry.el (gnus-registry-cache-whitespace)
16543         (gnus-registry-action, gnus-registry-spool-action)
16544         (gnus-registry-split-fancy-with-parent): Change message levels
16545         from 5 to 3 or 7, as needed.
16546
16547         * spam.el (spam-summary-prepare-exit)
16548         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16549         (spam-split, spam-find-spam, spam-log-undo-registration)
16550         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16551         level from 5 to 6.
16552
16553 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16556         2004-03-04 change).
16557
16558 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16559
16560         * sieve-manage.el (sieve-manage-open):
16561         * nnweb.el (nnweb-insert-html):
16562         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16563         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16564         * nnspool.el (nnspool-request-group):
16565         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16566         * nnml.el (nnml-request-update-info):
16567         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16568         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16569         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16570         (nnimap-request-set-mark):
16571         * nnfolder.el (nnfolder-request-update-info):
16572         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16573         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16574         * gnus-uu.el (gnus-uu-find-articles-matching):
16575         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16576         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16577         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16578         * gnus-nocem.el (gnus-nocem-scan-groups):
16579         * gnus-int.el (gnus-start-news-server):
16580         * gnus-group.el (gnus-group-make-kiboze-group)
16581         (gnus-group-browse-foreign-server):
16582         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16583         Use mapc when appropriate.
16584
16585 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16586
16587         FIXME: Make separate entries for each person.
16588
16589         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16590         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16591         <shields@msrl.com>:
16592
16593         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16594         may need for spam sorting and scoring.
16595         (spam-user-format-function-S): Add user format function suitable for
16596         general use.
16597         (spam-article-sort-by-spam-status): Add sorting function for summary
16598         sorting.
16599         (spam-extra-header-to-number): Add function to get a score from a
16600         header.
16601         (spam-summary-score): Add function to get a numeric score from the
16602         headers.
16603         (spam-generic-score): Fix function doc, was in wrong place.
16604         (spam-initialize): Take symbols when it's run, and install the
16605         extra headers that spam-necessary-extra-headers thinks we need.
16606
16607 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16608
16609         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16610         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16611
16612 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16613
16614         * gnus-sum.el (gnus-set-global-variables)
16615         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16616         (gnus-article-get-xrefs, gnus-summary-best-group)
16617         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16618         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16619         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16620         Use with-current-buffer.
16621
16622 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16623
16624         * spam.el (spam-summary-prepare-exit): Simplify logic.
16625         (spam-fetch-article-header): Read the article header if it's not
16626         available.
16627         (spam-list-articles): Simplify logic.
16628         (spam-filelist-register-routine): Fix bug with unregister-list.
16629
16630         * gnus-registry.el: Fix comments at beginning.
16631
16632 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16633
16634         * message.el (message-cater-to-broken-inn): Remove.
16635         (message-shorten-references): Make sure the total folded length of
16636         References is shorter than 998 characters to cater to a bug in INN
16637         2.3.  Also, don't pretend that references aren't folded -- this
16638         hasn't worked for a while.
16639
16640 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16641
16642         * gnus-agent.el (gnus-agentize):
16643         gnus-agent-send-mail-real-function no longer set to current value
16644         of message-send-mail-function but rather a lambda that calls
16645         message-send-mail-function.  The change makes the agent real-time
16646         responsive to user changes to message-send-mail-function.
16647
16648 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16649
16650         * legacy-gnus-agent.el
16651         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16652         help from Florian Weimer <fw@deneb.enyo.de>
16653
16654 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * nnmail.el (nnmail-cache-insert): Revert last change.
16657
16658 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * nnmail.el (nnmail-cache-insert): Always check whether
16661         nnmail-cache-ignore-groups matches a group name.
16662
16663 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16664
16665         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16666         (spam-find-spam, spam-log-processing-to-registry)
16667         (spam-log-registered-p, spam-log-unregistration-needed-p)
16668         (spam-log-undo-registration): Use gnus-message instead of
16669         gnus-error, none of these errors are fatal.
16670
16671         * gnus-registry.el (gnus-registry-clean-empty-function)
16672         (gnus-registry-clean-empty): Remove only empty entries without
16673         extra data.
16674
16675 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16676
16677         * spam-stat.el (spam-stat-buffer-change-to-spam)
16678         (spam-stat-buffer-change-to-non-spam): Change (error) to
16679         (gnus-message 8) invocation.
16680
16681 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * nntp.el (nntp-via-netcat-command): New variable.
16684         (nntp-via-netcat-switches): New variable.
16685         (nntp-open-via-rlogin-and-netcat): New function.
16686         (nntp-open-connection-function): Doc fix.
16687         (nntp-telnet-command): Doc fix.
16688         (nntp-end-of-line): Doc fix.
16689         (nntp-via-rlogin-command): Doc fix.
16690         (nntp-via-user-name): Doc fix.
16691         (nntp-via-address): Doc fix.
16692
16693 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16696         error in Emacs 21.1.
16697
16698 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16699
16700         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16701
16702 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16703
16704         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16705         (gnus-agent-with-refreshed-group): New macro.
16706         (gnus-agent-rename-group): New function.
16707         (gnus-agent-delete-group): New function.
16708         (gnus-agent-save-group-info): Use gnus-command-method when
16709         `method' parameter is nil.  Don't write nil entries into the
16710         active file.
16711         (gnus-agent-get-group-info): New function.
16712         (gnus-agent-fetch-articles): Use
16713         gnus-agent-update-files-total-fetched-for to increment disk space
16714         used.
16715         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16716         gnus-agent-update-view-total-fetched-for to increment disk space
16717         used.
16718         (gnus-agent-get-local): Added optional parameters to avoid calling
16719         gnus-group-real-name and gnus-find-method-for-group.
16720         (gnus-agent-set-local): Delete stored entry if either min, or max,
16721         are nil.
16722         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16723         quit, use gnus-agent-regenerate-group to record existance of any
16724         articles fetched to disk before the quit occurred.
16725         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16726         gnus-agent-update-view-total-fetched-for, and
16727         gnus-agent-update-files-total-fetched-for to decrement disk space
16728         used.
16729         (gnus-agent-retrieve-headers): Use
16730         gnus-agent-update-view-total-fetched-for to increment disk space
16731         used.
16732         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16733         with gnus-agent-update-files-total-fetched-for to decrement disk
16734         space and fresh group buffer.
16735         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16736         (gnus-agent-need-update-total-fetched-for): New variable.
16737         (gnus-agent-update-files-total-fetched-for): New function.
16738         (gnus-agent-update-view-total-fetched-for): New function.
16739         (gnus-agent-total-fetched-for): New function.
16740
16741         * gnus-cache.el (gnus-cache-save-buffers): Use
16742         gnus-cache-update-overview-total-fetched-for to change disk space
16743         used by this group.
16744         (gnus-cache-possibly-enter-article): Use
16745         gnus-cache-update-file-total-fetched-for to increment disk space
16746         used by this group.
16747         (gnus-cache-possibly-remove-article): Use
16748         gnus-cache-update-file-total-fetched-for to decrement disk space
16749         used by this group.
16750         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16751         (gnus-cache-rename-group): New function.
16752         (gnus-cache-delete-group): New function.
16753         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16754         (gnus-cache-need-update-total-fetched-for): New variable.
16755         (gnus-cache-with-refreshed-group): New macro.
16756         (gnus-cache-update-file-total-fetched-for): New function.
16757         (gnus-cache-update-overview-total-fetched-for): New function.
16758         (gnus-cache-rename-group-total-fetched-for): New function.
16759         (gnus-cache-delete-group-total-fetched-for): New function.
16760         (gnus-cache-total-fetched-for): New function.
16761
16762         * gnus-group.el: Require gnus-sum and autoload functions to
16763         resolve warnings when gnus-group.el compiled alone.
16764         (gnus-group-line-format): Documented new %F.
16765         (size of Fetched data) group line format; identifies disk space
16766         used by agent and cache.
16767         (gnus-group-line-format-alist): Defined new F format.
16768         (gnus-total-fetched-for): New function.
16769         (gnus-group-delete-group): No longer update
16770         gnus-cache-active-altered as gnus-request-delete-group now keeps
16771         the cache in sync.
16772         (gnus-group-list-active): Let the agent store a server's active
16773         list if currently plugged.
16774
16775         * gnus-int.el (gnus-request-delete-group):
16776         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16777         local disk in sync with the server.
16778         (gnus-request-rename-group):
16779         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16780         local disk in sync with the server.
16781
16782         * gnus-start.el (gnus-get-unread-articles):
16783         Cosmetic simplification to logic.
16784
16785         * gnus-util.el (gnus-rename-file): New function.
16786
16787 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16788
16789         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16790
16791 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16792
16793         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16794         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16795
16796 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16797
16798         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16799         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16800
16801 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16802
16803         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16804
16805 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16806
16807         * spam.el (spam-set-difference): Add function to replace
16808         gnus-set-difference in spam.el.
16809         (spam-summary-prepare-exit): Use spam-set-difference.
16810
16811 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16812
16813         * gnus-registry.el (gnus-registry-cache-file): Update to use
16814         gnus-dribble-directory OR gnus-home-directory OR ~.
16815         (gnus-registry-split-fancy-with-parent): Fix doc.
16816
16817 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * message.el (message-exchange-point-and-mark): Use
16820         message-mark-active-p.  Suggested by Jesper Harder
16821         <harder@ifa.au.dk>.
16822
16823 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * message.el (message-exchange-point-and-mark): Don't activate
16826         region if it was inactive.  Suggested by Hiroshi Fujishima
16827         <pooh@nature.tsukuba.ac.jp>.
16828
16829 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * gnus-art.el (article-display-face): Display Faces in the same
16832         order as X-Faces.
16833
16834 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16837
16838 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16841         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16842         (gnus-article-mime-hierarchy): Remove.
16843         (gnus-article-mime-hierarchy-next): Remove.
16844         (gnus-article-mode): Revert 2004-03-19 change.
16845         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16846         (gnus-insert-mime-button): Revert 2004-03-19 change.
16847         (gnus-mime-accumulate-hierarchy): Remove.
16848         (gnus-mime-enter-multipart): Remove.
16849         (gnus-mime-leave-multipart): Remove.
16850         (gnus-mime-display-part): Revert 2004-03-19 change.
16851         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16852
16853         * mml.el (mml-preview): Revert 2004-03-19 change.
16854
16855 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16856
16857         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16858
16859 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16862         t while entering a file name using the mm-with-multibyte macro.
16863         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16864
16865         * mm-util.el (mm-with-multibyte): New macro.
16866
16867 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16870         user option.
16871         (gnus-mime-multipart-functions): Doc and customization fix.
16872         (gnus-article-mime-hierarchy): New variable.
16873         (gnus-article-mime-hierarchy-next): New variable.
16874         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16875         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16876         gnus-article-mime-hierarchy-next to nil.
16877         (gnus-insert-mime-button): Show hierarchy numbers.
16878         (gnus-mime-accumulate-hierarchy): New function.
16879         (gnus-mime-enter-multipart): New function.
16880         (gnus-mime-leave-multipart): New function.
16881         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16882         (gnus-mime-display-alternative): Show hierarchy numbers.
16883
16884         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16885         gnus-article-mime-hierarchy-next to nil.
16886
16887 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16888
16889         * dns.el: Don't require gnus-xmas.
16890
16891 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16892
16893         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16894         inline PGP.
16895         (mml-menu): Disable mml-quote-region if mark is inactive.
16896
16897 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16900         when the group's active is not available.
16901
16902 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16905         error.
16906
16907 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16908
16909         * imap.el (imap-store-password): New variable.
16910         (imap-interactive-login): Use it.
16911         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16912
16913 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16916         window-start and hscroll to summary window.
16917
16918 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16919
16920         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16921         conversion message to newsrc-dribble when an actual conversion is
16922         performed.
16923
16924 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16925
16926         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16927
16928 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * mm-decode.el (mm-complicated-handles): New function reviving
16931         former definition of mm-multiple-handles.
16932
16933         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16934         (gnus-mime-delete-part): Use it.
16935
16936 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16937
16938         * gnus-agent.el (gnus-agent-read-local): Bind
16939         nnheader-file-coding-system to gnus-agent-file-coding-system to
16940         avoid the implicit assumption that they will always be equal.
16941         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16942         coding-system-for-write, as the with-temp-file macro first prints
16943         to a buffer then saves the buffer.
16944
16945 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * gnus-art.el (gnus-article-edit-part): New function.
16948         (gnus-mime-save-part-and-strip): Use it; do query instead of
16949         signaling an error; don't use mm-multiple-handles.
16950         (gnus-mime-delete-part): Ditto.
16951
16952 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16953
16954         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16955         old file versions.
16956         (gnus-group-prepare-hook): Removed function that converted list
16957         form of gnus-agent-expire-days to group properties.
16958
16959         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16960         (gnus-request-accept-article): Re-indented.
16961
16962         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16963         converters to handle old agent file formats.  Added logic for a
16964         "backup before upgrading warning".
16965         (gnus-convert-mark-converter-prompt): Developers can mark
16966         functions as needing (default), or not needing,
16967         gnus-convert-old-newsrc's "backup before upgrading warning".
16968         (gnus-convert-converter-needs-prompt): Tests whether the user
16969         should be protected from potentially irreversable changes by the
16970         function.
16971
16972         * legacy-gnus-agent.el: New.  Provides converters that are only
16973         loaded when gnus-convert-old-newsrc needs to call them.
16974
16975 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * mail-source.el (mail-source-touch-pop): Doc fix.
16978
16979         * message.el (message-smtpmail-send-it): Doc fix.
16980
16981 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16982
16983         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16984
16985         * nnmail.el (nnmail-split-fancy): do.
16986
16987         * gnus-kill.el (gnus-kill, gnus-execute): do.
16988
16989 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16990
16991         * gnus-sum.el (gnus-widget-reversible-match)
16992         (gnus-widget-reversible-to-internal)
16993         (gnus-widget-reversible-to-external): New functions.
16994         (gnus-widget-reversible): New widget.
16995         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16996
16997 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16998
16999         * gnus-sum.el (gnus-thread-sort-functions)
17000         (gnus-article-sort-functions): Document `(not F)' items.
17001
17002 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17003
17004         * spam.el (spam-use-gmane-xref): Add new backend.
17005         (spam-gmane-xref-spam-group): Add variable to control the name of the
17006         Gmane spam group.
17007         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17008         (spam-regex-headers-spam, spam-regex-headers-ham)
17009         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17010         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17011         backends and checks.
17012         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17013
17014         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17015         an autodetect method.
17016
17017 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17018
17019         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17020         articles are being added to a group.
17021         (gnus-request-replace-article): Inform the agent that articles
17022         need to be uncached as the cached contents are no longer valid.
17023
17024 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * binhex.el: Don't autoload executable-find.
17027
17028         * canlock.el: Don't autoload mail-fetch-field.
17029
17030         * dgnushack.el: Autoload c-mode for XEmacs.
17031
17032         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17033
17034         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17035         rmail-dont-reply-to and rmail-output.
17036
17037         * gnus-score.el: Don't autoload ffap-string-at-point.
17038
17039         * gnus-setup.el: Don't autoload sc-cite-original.
17040
17041         * imap.el: Don't autoload base64-decode-string,
17042         base64-encode-string and md5.
17043
17044         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17045         and rmail-msg-restore-non-pruned-header.
17046
17047         * mm-decode.el: Don't autoload executable-find.
17048
17049         * mm-url.el: Don't autoload executable-find.
17050
17051         * mm-view.el: Don't autoload diff-mode.
17052
17053         * nndb.el: Don't autoload news-reply-mode, news-setup,
17054         cancel-timer and telnet.
17055
17056         * password.el: Don't autoload run-at-time for Emacs.
17057
17058         * sha1-el.el: Don't autoload executable-find.
17059
17060         * sieve-mode.el: Don't autoload c-mode.
17061
17062         * uudecode.el: Don't autoload executable-find.
17063
17064 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17065
17066         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17067         (gnus-agent-possibly-alter-active): Avoid null in numeric
17068         comparison.
17069         (gnus-agent-set-local): Refuse to save null in local object table.
17070         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17071         list of articles that will be marked as unread.
17072
17073 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17076
17077 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17078
17079         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17080         language tags.
17081
17082 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17083
17084         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17085         Don't bind "obarray".
17086
17087         * gnus-sum.el (gnus-thread-sort-functions): Added
17088         `gnus-thread-sort-by-most-recent-number' and
17089         `gnus-thread-sort-by-most-recent-date'.
17090         Reported by Kai Grossjohann <kai@emptydomain.de>.
17091
17092 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17095
17096 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17097
17098         * gnus-cus.el (gnus-agent-customize-category): Removed
17099         ignore-errors macro reference that required cl to be loaded at
17100         run-time.
17101
17102         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17103         single-interval range of the form (min . max).  Previously the
17104         range had to look like ((min . max)).  Likewise, return
17105         (min . max) rather than ((min . max)).
17106         (gnus-range-map): Use gnus-range-normalize to accept
17107         single-interval range.
17108
17109         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17110         the cache, but not the agent, now appear with their usual face.
17111
17112         * dgnushack.el (loaddir): New variable that is bound to the
17113         directory containing the dgnushack.el file. Use loaddir, rather
17114         than srcdir, to update load-path. Change lets dgnushack compile
17115         code in directories other than GNUS/lisp.
17116
17117 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * lpath.el: Don't bind w3m-safe-url-regexp.
17120
17121         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17122         w3m-safe-url-regexp variable buffer-local.
17123
17124         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17125
17126 2004-02-27  Simon Josefsson  <jas@extundo.com>
17127
17128         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17129         gnus-group-real-prefix.
17130         (gnus-summary-move-article): Use it, instead of
17131         gnus-group-real-prefix.
17132
17133 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * lpath.el: Bind w3m-safe-url-regexp.
17136
17137         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17138         w3m-safe-url-regexp variable buffer-local and set it as the value
17139         of mm-w3m-safe-url-regexp.
17140
17141         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17142
17143         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17144         parsing gnus-posting-styles when the message is not for replying.
17145
17146         * dgnushack.el: Autoload sgml-mode for XEmacs.
17147
17148         * nnrss.el (nnrss-opml-export): Use
17149         mm-set-buffer-file-coding-system instead of
17150         set-buffer-file-coding-system.
17151
17152 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17153
17154         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17155         of checkdoc.el).
17156         * nnrss.el: do.
17157         * gnus-mlspl.el: do.
17158         * gnus-ml.el: do.
17159         * gnus-srvr.el: do.
17160
17161         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17162
17163 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17164
17165         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17166         Corrections to custom-manual links.
17167
17168         * gnus-art.el (gnus-article): Ditto.
17169
17170         * mm-decode.el (mime-display, mime-security): Ditto.
17171
17172 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17173
17174         * flow-fill.el: Typo.
17175
17176 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17177
17178         * spam-wash.el: New file.
17179
17180 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17181
17182         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17183
17184 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17185
17186         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17187         to be run with new-articles as LIST1, not LIST2.
17188         (spam-registration-functions): Add spam-use-ham-copy as a nil
17189         registration backend.
17190
17191 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17192
17193         * spam-stat.el (spam-stat-washing-hook): New option.
17194         (spam-stat-buffer-words): Use it.
17195         (spam-stat-process-directory, spam-stat-test-directory): Use
17196         insert-file-contents-literally.
17197         (spam-stat-coding-system): New variable.
17198         (spam-stat-load, spam-stat-save): Use it.
17199
17200 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * spam-report.el (spam-report-plug-agent): Quote
17203         spam-report-url-to-file and spam-report-url-ping-plain.
17204
17205 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17208         / in mailto URLs.
17209
17210 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17211
17212         * spam-report.el (spam-report-process-queue): Fix interactive use.
17213         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17214         (spam-report-unplug-agent): Doc fixes.
17215         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17216         (spam-report-agentize, spam-report-deagentize): Autoload.
17217
17218 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17219
17220         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17221
17222         * message.el (message-setup-fill-variables): Add mml tags to
17223         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17224         <ajk@iu.edu>.
17225         (message-mode): Don't modify paragraph-separate there.
17226
17227 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * compface.el (uncompface-use-external): Default to undecided.
17230         (uncompface-use-external-threshold): New variable.
17231         (uncompface-float-time): New macro.
17232         (uncompface): Determine whether to use the external decoder if
17233         uncompface-use-external is undecided.
17234
17235 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17236
17237         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17238         after images.
17239
17240         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17241
17242 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17243
17244         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17245
17246         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17247
17248         * gnus-sum.el (gnus-summary-limit-to-age)
17249         (gnus-summary-limit-children): do.
17250
17251         * gnus-int.el (gnus-request-scan): do.
17252
17253         * gnus-group.el (gnus-group-suspend): do.
17254
17255         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17256
17257         * gnus-cite.el (gnus-cite-parse-attributions): do.
17258
17259         * gnus-agent.el (gnus-summary-set-agent-mark)
17260         (gnus-agent-regenerate-group): do.
17261
17262         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17263
17264         * binhex.el (binhex-decode-region-internal): do.
17265
17266 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17267
17268         * gnus-fun.el (gnus-face-properties-alist): New user option.
17269         (gnus-display-x-face-in-from): Use it.
17270
17271         * gnus-art.el (article-display-face): Ditto.
17272
17273         * compface.el (uncompface-use-external): Default to nil.
17274
17275 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17276
17277         * nntp.el (nntp-erase-buffer): New function.
17278         (nntp-retrieve-data, nntp-send-command)
17279         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17280         (nntp-possibly-change-group): Use it.
17281
17282         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17283         with-current-buffer.
17284
17285 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17286
17287         * compface.el: Merge the ELisp-based uncompface program.
17288         (compface): New customization group.
17289         (uncompface-use-external): New user option.
17290         (uncompface): Call uncompface-internal if uncompface-use-external
17291         is nil.
17292         (uncompface-internal): New function.  Note that there are also
17293         some other functions and variables added for this function.
17294
17295 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17296
17297         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17298         if necessary.
17299
17300 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17301
17302         * spam-report.el (spam-report-unplug-agent)
17303         (spam-report-plug-agent, spam-report-deagentize)
17304         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17305         Add support for the Agent in spam-report: when unplugged, report to a
17306         file; when plugged, submit all the requests.
17307
17308         * spam.el (spam-register-routine): Fix message about
17309         registration.
17310
17311 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17312
17313         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17314         dependencies.
17315         (rfc2047-encode): Use it.
17316
17317         * gnus-art.el (gnus-button-marker-list): Move before first
17318         reference.
17319
17320         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17321         (imap-parse-body): Fix format string mismatch.
17322
17323         * gnus-score.el (gnus-summary-increase-score): do.
17324
17325         * nnrss.el (nnrss-close): New function.
17326
17327 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17328
17329         * nnrss.el (nnrss-make-filename): New function.
17330         (nnrss-request-delete-group, nnrss-read-server-data)
17331         (nnrss-save-server-data, nnrss-read-group-data)
17332         (nnrss-save-group-data): Use it.
17333         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17334         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17335         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17336
17337 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17338
17339         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17340
17341 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17342
17343         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17344         files.
17345
17346         * message.el (message-generate-headers-first): Don't quote nil
17347         and t in docstrings.
17348
17349         * imap.el (imap-id): do.
17350
17351         * gnus-agent.el (gnus-agent-consider-all-articles)
17352         (gnus-agent-queue-mail): do.
17353
17354 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17355
17356         * spam-report.el (spam-report-process-queue): New function.
17357         Process requests from `spam-report-requests-file'.
17358         (spam-report-process-queue): Doc fix.
17359
17360 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17361
17362         * spam.el (spam-register-routine)
17363         (spam-log-processing-to-registry, spam-log-registered-p)
17364         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17365         Change "check" to "spam-check" for semi-clarity.
17366
17367 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17368
17369         * pop3.el: Require nnheader.
17370
17371         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17372
17373         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17374
17375         * gnus-picon.el: Require cl.
17376
17377         * gnus-fun.el: Require gnus-ems and gnus-util.
17378
17379         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17380
17381         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17382
17383         * gnus-art.el (gnus-article-edit-mode): Define before first
17384         reference.
17385
17386 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17387
17388         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17389         (gnus-uu-post-encoded): Use point-at-bol.
17390
17391         * gnus-topic.el (gnus-group-active-topic-p): do.
17392
17393         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17394
17395         * gnus-group.el (gnus-group-kill-region): do.
17396
17397         * gnus-art.el (article-date-ut): do.
17398
17399         * message.el (message-fetch-field): Remove redundant
17400         case-fold-search binding.
17401         (message-narrow-to-field): Simplify.
17402
17403 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17404
17405         * spam.el (spam-directory): Derive from `gnus-directory'.
17406
17407         * spam-report.el (spam-report-url-to-file)
17408         (spam-report-requests-file): New function and variable for offline
17409         reporting.
17410         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17411         and user defined function.
17412         (spam-report-url-ping-mm-url): Remove doubled slash.
17413
17414 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17415
17416         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17417
17418 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17419
17420         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17421         format string mismatch.
17422
17423         * sieve.el (sieve-deactivate-all): do.
17424
17425         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17426
17427         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17428
17429         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17430
17431         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17432
17433 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17434
17435         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17436         the list of checks.
17437
17438 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17439
17440         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17441         padding.
17442
17443 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17444
17445         * mm-view.el (mm-fill-flowed): New variable.
17446         (mm-inline-text): Use it.
17447
17448 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17449
17450         * spam.el (spam-spamassassin-register-ham-routine)
17451         (spam-spamassassin-register-spam-routine): Fix function names.
17452
17453 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus.el (gnus-tmp-grouplens): Remove.
17456         (gnus-summary-line-format): Remove grouplens.
17457
17458         * gnus-group.el (gnus-group-line-format): Ditto.
17459
17460         * gnus-spec.el (gnus-format-specs): Ditto.
17461         (gnus-update-format-specifications): Flush the group format spec
17462         cache if there's the grouplens stuff.
17463         (gnus-parse-simple-format): Replace %l with the empty string.
17464
17465 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17466
17467         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17468         omission.
17469
17470 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17473         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17474
17475 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17476
17477         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17478         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17479         New macros and functions.
17480         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17481         Handle > NLINK_MAX messages.
17482         * nnmaildir.el (nnmaildir-request-set-mark): Use
17483         nnmaildir--emlink-p and nnmaildir--eexist-p.
17484
17485 2004-01-25  Alex Schroeder  <alex@gnu.org>
17486
17487         * spam-stat.el (spam-stat-process-directory-age): New option.
17488         (spam-stat-process-directory): Use it.
17489
17490 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17491
17492         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17493         (spam-stat-save): Accept prefix argument.
17494
17495 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17496
17497         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17498         links" error.
17499
17500 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17503         the rest of the and/or forms.
17504
17505 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17506
17507         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17508         compatibility with old .newsrc.eld files.
17509
17510         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17511
17512         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17513
17514         * gnus-start.el (gnus-1): do.
17515
17516         * gnus-group.el (gnus-group-line-format-alist): do.
17517
17518         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17519
17520         * gnus-gl.el: Remove.
17521
17522 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17523
17524         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17525         marks consisting of a single range {for example, (3 . 5)} rather
17526         than a list of a single range { ((3 . 5)) }.
17527
17528 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17531         with-current-buffer.
17532         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17533         avoid consing a string.
17534
17535         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17536         Remove obsolete entries for big5 and gb2312.
17537
17538 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17539
17540         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17541         uncompressed list.
17542
17543 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17544
17545         * spam-stat.el (spam-stat-strip-xref): New function.
17546         (spam-stat-process-directory): Use it.
17547
17548         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17549         here -- it's done in message-fetch-field.
17550
17551 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17552
17553         * gnus-agent.el (gnus-agent-queue-mail)
17554         (gnus-agent-prompt-send-queue): New variables.
17555         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17556         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17557         "nndraft:queue" along to gnus-draft-send.  Use
17558         gnus-agent-prompt-send-queue.
17559         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17560         is "nndraft:queue".  Suggested by Gaute Strokkenes
17561         <gs234@srcf.ucam.org>
17562
17563         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17564         (agent-enable-undownloaded-faces): Added.
17565         (gnus-agent-cat-groups): Use eval-and-compile, not
17566         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17567         method of gnus-agent-cat-groups even when the buffer has been
17568         evaled.
17569         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17570         delete gnus-agent-save-active-1.
17571         (gnus-agent-save-groups): Deleted.  Identical to
17572         gnus-agent-save-active.
17573         (gnus-agent-write-active): No longer adjust agent's copy of active
17574         file as agent's adjustments are now stored in their own
17575         file.  Removed optional parameter.
17576         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17577         servers.  Add use of min/max range limits from server's local
17578         file.
17579         (gnus-agent-save-alist): Removed unused optional argument.
17580         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17581         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17582         (gnus-agent-set-local): A per-server file that keeps min/max range
17583         limits for articles known to the agent.  Provides a fast mechanism
17584         for altering many active ranges.
17585         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17586         active file (local makes it unnecessary).
17587         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17588
17589         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17590         (agent-enable-undownloaded-faces): Added.
17591
17592         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17593         disable it when sending to "nndraft:queue".
17594         (gnus-group-send-queue): Add safety check to avoid sending queue
17595         when unplugged.
17596
17597         * gnus-group.el (gnus-group-catchup): Use new
17598         gnus-sequence-of-unread-articles, not
17599         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17600         numbers of articles.  Use gnus-range-map to avoid having to
17601         uncompress the unread list.
17602         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17603         Fixed invalid ange-ftp reference.
17604
17605         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17606         (gnus-sorted-range-intersection): Intersection of two ranges
17607         without requiring that they first be uncompressed.
17608
17609         * gnus-start.el (gnus-activate-group): Unless blocked by the
17610         caller, possibly expand the active range to include both cached
17611         and agentized articles.
17612         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17613         multiple version-dependent converters.
17614         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17615         gnus-agent-save-active.
17616         (gnus-save-newsrc-file): Save dirty agent range limits.
17617
17618         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17619         gnus-agent-possibly-alter-active.
17620         (gnus-adjust-marked-articles): Faster handling of simple lists.
17621
17622 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17623
17624         * spam-stat.el (spam-stat-test-directory): New optional argument
17625         displays a list of files detected.  Suggested by Andrew Cohen
17626         <cohen@andy.bu.edu>.
17627         (spam-stat-buffer-words-with-scores): Don't narrow and change
17628         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17629
17630 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17631
17632         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17633         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17634         (spam-spamassassin-arguments)
17635         (spam-spamassassin-spam-flag-header)
17636         (spam-spamassassin-positive-spam-flag-header)
17637         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17638         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17639         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17640         (spam-list-of-processors, spam-list-of-checks)
17641         (spam-list-of-statistical-checks, spam-registration-functions)
17642         (spam-check-spamassassin-headers, spam-check-spamassassin)
17643         (spam-spamassassin-score)
17644         (spam-spamassassin-register-with-sa-learn)
17645         (spam-spamassassin-register-spam-routine)
17646         (spam-spamassassin-register-ham-routine)
17647         (spam-assassin-register-spam-routine)
17648         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17649         (spam-bogofilter-score): Fix to show article before scoring.
17650
17651 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17652
17653         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17654         default scoring function.
17655         (spam-generic-score): Call spam-spamassassin-score if
17656         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17657         spam-bogofilter-score otherwise.
17658
17659         * gnus.el (spam-process, spam-autodetect-methods): Add
17660         spamassassin and spamassassin-headers.
17661
17662 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17663
17664         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17665         Suppress unnecessary messages.
17666
17667 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17668
17669         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17670         make-hash-table.
17671
17672 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * canlock.el (base64-encode-string): Don't autoload it.
17675
17676 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * run-at-time.el: Remove useless (require 'itimer),
17679         eval-and-compile and (featurep 'xemacs).
17680
17681 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17682
17683         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17684         GROUP is a virtual group.
17685
17686 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17687
17688         * gnus.el: Autoload `message-y-or-n-p'.
17689
17690 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17691
17692         * pgg-parse.el: Remove unnecessary (require 'custom).
17693
17694         * pgg-def.el: do.
17695
17696         * nnmail.el: do.
17697
17698         * gnus-undo.el: do.
17699
17700         * gnus-picon.el: do.
17701
17702         * gnus-util.el: do.
17703
17704 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17705
17706         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17707
17708 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17711         handle, as well as a list.
17712
17713         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17714         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17715         (mm-w3m-cid-retrieve): Simplify.
17716
17717 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17718
17719         * message.el (message-kill-to-signature): Allow prefix arg to
17720         specify number of lines to keep before signature.
17721
17722 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17723
17724         * message.el (message-kill-to-signature): Change docstring.
17725
17726 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * canlock.el: Always require sha1-el.
17729         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17730
17731         * message.el: Autoload sha1 only when compiling.
17732
17733         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17734         eudc-expand-inline for XEmacs.
17735
17736 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * message.el (message-canlock-generate): Require sha1-el.
17739
17740 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17741
17742         * message.el (message-expand-name): Silence the byte compiler.
17743
17744         * lpath.el: Add detect-coding-system.
17745
17746         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17747         cus-edit.
17748
17749 2004-01-13  Simon Josefsson  <jas@extundo.com>
17750
17751         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17752         Invoke gnus-score-mode.  Reported by
17753         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17754
17755         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17756         Jim Blandy <jimb@redhat.com> (tiny change).
17757
17758 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17759
17760         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17761
17762 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17763
17764         * spam.el (spam-get-article-as-string): Update to use
17765         gnus-request-article-this-buffer, much simpler.
17766         (spam-get-article-as-buffer): Remove.
17767
17768 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17769
17770         * message.el (message-expand-name): Use EUDC if the user uses that.
17771
17772 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17773
17774         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17775         character for the encoding to avoid consing a string.
17776
17777         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17778         unnecessarily.
17779
17780         * mm-util.el (mm-replace-chars-in-string): Remove.
17781
17782         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17783         of mm-replace-chars-in-string.
17784
17785 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17786
17787         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17788
17789         * mm-util.el (mm-subst-char-in-string): Support inplace.
17790
17791         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17792         a new string in every iteration.  Use shy groups.
17793
17794 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17795
17796         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17797         * gnus-soup.el (gnus-soup-group-brew):
17798         * gnus-msg.el (gnus-put-message):
17799         * gnus-move.el (gnus-group-move-group-to-server):
17800         * gnus-kill.el (gnus-batch-score):
17801         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17802         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17803         (gnus-group-update-group, gnus-group-read-group)
17804         (gnus-group-make-group, gnus-group-make-help-group)
17805         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17806         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17807         (gnus-group-sort-by-unread, gnus-group-catchup)
17808         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17809         (gnus-group-yank-group, gnus-group-set-info)
17810         (gnus-group-list-groups):
17811         * gnus.el (gnus-generate-new-group-name):
17812         * gnus-delay.el (gnus-delay-send-queue):
17813         * nnvirtual.el (nnvirtual-catchup-group):
17814         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17815         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17816         (gnus-group-prepare-topics, gnus-topic-check-topology):
17817         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17818         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17819         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17820         (gnus-group-make-articles-read):
17821         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17822         (gnus-group-change-level, gnus-kill-newsgroup)
17823         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17824         (gnus-get-unread-articles, gnus-make-articles-unread)
17825         (gnus-make-ascending-articles-unread): Use accessor
17826         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17827         to get group information for improved readability.
17828
17829
17830 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17831
17832         * gnus-art.el (article-decode-mime-words, article-babel)
17833         (gnus-article-highlight-signature, gnus-article-add-buttons)
17834         (gnus-signature-toggle): Use gnus-with-article-buffer.
17835
17836         * gnus-art.el (gnus-article-highlight-headers)
17837         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17838
17839         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17840         (gnus-article-set-globals, gnus-request-article-this-buffer)
17841         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17842         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17843         (gnus-mime-display-alternative): Use with-current-buffer.
17844
17845 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17846
17847         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17848         also under 80 char limit, and call gnus-error if needed.
17849         (spam-fetch-article-header): Fix - it was a
17850         buffer-local variable (gnus-newsgroup-data).
17851         (spam-find-spam): Use spam-generate-fake-headers, forget about
17852         spam-insert-fake-headers.
17853         (spam-insert-fake-headers): Remove.
17854
17855 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17856
17857         * deuglify.el (gnus-article-outlook-unwrap-lines)
17858         (gnus-outlook-rearrange-article)
17859         (gnus-outlook-repair-attribution-outlook)
17860         (gnus-outlook-repair-attribution-block)
17861         (gnus-outlook-repair-attribution-other): Remove redundant
17862         save-excursion.
17863
17864 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17865
17866         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17867         (spam-fetch-field-subject-fast)
17868         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17869         (spam-fetch-article-header): Add functions to deal with Gnus
17870         internals for fast retrieval of article header data.
17871         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17872
17873 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17874
17875         * pop3.el (pop3-md5): Remove.
17876         (pop3-apop): Replace pop3-md5 with md5.
17877
17878         * mm-bodies.el: base64 is always built-in.
17879
17880         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17881         with-current-buffer.
17882
17883 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * canlock.el (canlock-insert-header): Remove excessive grouping in
17886         regexp.
17887
17888         * gnus-sum.el (gnus-summary-read-document): Ditto.
17889
17890         * gnus-uu.el (gnus-uu-part-number): Ditto.
17891
17892         * html2text.el (html2text-remove-tags): Ditto.
17893         (html2text-format-tags): Ditto.
17894         (html2text-format-single-elements): Ditto.
17895
17896         * mml.el (mml-parse-1): Ditto.
17897
17898 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17899
17900         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17901
17902         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17903
17904         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17905
17906         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17907
17908 2003-11-15  Simon Josefsson  <jas@extundo.com>
17909
17910         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17911         (pgg-gpg-lookup-key): Use regexp match instead of
17912         split-string (split-string is different between emacs 21.2 and
17913         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17914
17915 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17916
17917         * gnus-art.el (gnus-mime-view-all-parts)
17918         (gnus-article-part-wrapper, gnus-article-view-part): Use
17919         with-current-buffer.
17920
17921 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17922
17923         * spam.el (spam-disable-spam-split-during-ham-respool)
17924         (spam-spamoracle-database, spam-cache-lookups)
17925         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17926         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17927         (spam-group-ham-marks, spam-group-spam-marks)
17928         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17929         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17930         also add spam-use-blackholes to the statistical checks.
17931         (spam-fetch-field-fast): Add interface to fetching fields, may
17932         become a macro.
17933         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17934         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17935         (spam-insert-fake-headers): Fake an article when needed.
17936         (spam-find-spam): Fake article when possible.
17937         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17938         (spam-check-bogofilter-headers): Use message-fetch-field instead
17939         of nnmail-fetch-field.
17940
17941 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17942
17943         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17944
17945 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17946
17947         * spam.el (spam-split): Do not require spam-use-CHECK to be
17948         enabled if that check is passed to spam-split explicitly; also
17949         fix so 'spam doesn't get converted to spam-split-group when
17950         spam-split-symbolic-return is t.
17951         (spam-find-spam): Find registrations of the article and use those
17952         instead of re-running spam-split to find the spam/ham
17953         classification of the article.
17954         (spam-log-processing-to-registry, spam-log-registered-p)
17955         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17956         Use gnus-error instead of gnus-message.
17957         (spam-log-registration-type): Add function to determine the
17958         classification of a message based on registry entries; will
17959         return nil if both 'spam and 'ham are found.
17960         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17961         a reasonably fast local cache without the loading errors.
17962         (spam-cache-lookups): Set to t by default.
17963         (spam-find-spam): Don't try to guess spam-cache-lookups.
17964         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17965         spam-caches entry.
17966         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17967         caching of whitelist/blacklist entries.
17968         (spam-check-whitelist, spam-check-blacklist): Invoke
17969         spam-from-listed-p with a type, not a cache variable.
17970         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17971
17972 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17973
17974         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17975
17976         * nnmail.el (nnmail-split-fancy): do.
17977
17978         * mml.el (mml-parse): do.
17979
17980         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17981         (gnus-score-adaptive): do.
17982
17983 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17986         (gnus-mime-button-map): Don't set keymap parent.
17987         (gnus-button-ctan-directory-regexp): Use shy grouping.
17988         (gnus-prev-page-map): Don't set keymap parent.
17989         (gnus-prev-page-map): Remove duplicated one.
17990         (gnus-next-page-map): Don't set keymap parent.
17991         (gnus-mime-security-button-map): Ditto.
17992
17993         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17994         version number.
17995
17996         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17997
17998 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * canlock.el (canlock-sha1-function): Remove.
18001         (canlock-sha1-function-for-verify): Remove.
18002         (canlock-openssl-program): Remove.
18003         (canlock-openssl-args): Remove.
18004         (canlock-ignore-errors): Remove.
18005         (canlock-sha1-with-openssl): Remove.
18006         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18007         (canlock-verify): Don't use canlock-ignore-errors.
18008
18009         * sha1-el.el (sha1-string-external): Make it can return a string
18010         in binary form.
18011         (sha1-region-external): Ditto.
18012         (sha1-string-internal): Ditto.
18013         (sha1-region-internal): Ditto.
18014         (sha1-region): Ditto.
18015         (sha1-string): Ditto.
18016         (sha1): Ditto.
18017
18018 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18019
18020         * spam.el (spam-report-articles-gmane): New command.
18021
18022 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18025
18026         * run-at-time.el (run-at-time-saved): Remove.
18027         (run-at-time): Doc fix.
18028
18029 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18030
18031         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18032         (gnus-summary-limit-map): Add it.
18033         (gnus-summary-make-menu-bar): do.
18034
18035 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18036
18037         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18038         Make attempt at some caching support (done for BBDB only now).
18039         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18040         addresses to be checked.
18041         (spam-clear-cache-BBDB): Add function, to be invoked by
18042         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18043         (spam-check-BBDB): Check and use the caches, if
18044         spam-cache-lookups is on, remove superfluous (provide).
18045
18046 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18047
18048         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18049
18050 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18051
18052         * run-at-time.el (run-at-time-saved): Move to after the definition
18053         of `run-at-time'.
18054
18055         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18056
18057 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18060         mm-w3m-local-map-property.
18061
18062         * mm-view.el (mm-w3m-mode-map): Remove.
18063         (mm-w3m-local-map-property): Remove.
18064         (mm-inline-text-html-render-with-w3m): Don't use
18065         mm-w3m-local-map-property.
18066
18067 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18068
18069         * run-at-time.el: New file.
18070
18071         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18072         under Emacs.
18073
18074         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18075         of gnus-set-text-properties.
18076
18077         * gnus-uu.el (gnus-uu-save-article): Ditto.
18078
18079         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18080
18081         * gnus-cite.el (gnus-cite-parse): Ditto.
18082
18083         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18084         of gnus-.
18085
18086         * gnus-xmas.el (run-at-time): Require run-at-time.
18087
18088         * gnus.el: Changed calls to nnheader-run-at-time and
18089         password-run-at-time throughout to use run-at-time directly.
18090
18091         * password.el: Removed definition of run-at-time.
18092
18093         * nnheaderxm.el: Remove definition of run-at-time.
18094
18095 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18096
18097         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18098         in prompt.
18099
18100 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18101
18102         * messagexmas.el (message-xmas-redefine): Alias
18103         `message-make-caesar-translation-table' to
18104         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18105         version.
18106
18107         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18108         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18109         `gnus-xmas-set-text-properties'.
18110         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18111         `gnus-xmas-completing-read'.
18112         (gnus-xmas-completing-read): Removed.
18113         (gnus-xmas-open-network-stream): Removed.
18114
18115         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18116         XEmacs version.
18117
18118         * dns.el (dns-make-network-process): Use `open-network-stream'
18119         instead of `gnus-xmas-open-network-stream'.
18120
18121         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18122
18123         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18124
18125 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18126
18127         * gnus-art.el (gnus-mime-display-alternative)
18128         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18129         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18130         Don't use gnus-local-map-property.
18131
18132         * gnus-util.el (gnus-local-map-property): Remove.
18133
18134         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18135         gnus-completing-read-maybe-default with completing-read.
18136
18137         * gnus-util.el (gnus-completing-read): do.
18138         (gnus-completing-read-maybe-default): Remove.
18139
18140 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18141
18142         * password.el: Only autoload `run-at-time' if not XEmacs.
18143         Only autoload the itimer functions if XEmacs.
18144
18145 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18146
18147         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18148         XEmacsen.
18149
18150         * dgnushack.el: Autoload executable-find for XEmacs.
18151
18152 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18153
18154         * gnus-art.el (gnus-read-string): Remove.
18155         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18156         read-string.
18157
18158 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18159
18160         * netrc.el: Autoload password-read.
18161         (netrc): Add configuration group.
18162         (netrc-encoding-method, netrc-openssl-path): Add
18163         variables for encoding and decoding of files with symmetric
18164         ciphers.
18165         (netrc-encode): Add assistant function to encode a file with
18166         netrc-encoding-method.
18167         (netrc-parse): Add interactive parameter, added optional
18168         decoding if netrc-encoding-method is non-nil but otherwise
18169         behavior is standard.
18170         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18171         Do s/encode/encrypt/ everywhere.
18172
18173         * spam.el: Remove executable-find autoload.
18174
18175 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18176
18177         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18178
18179         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18180
18181 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18182
18183         * gnus-art.el (gnus-treat-ansi-sequences)
18184         (article-treat-ansi-sequences): New variable and function.
18185         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18186
18187         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18188         Use it.
18189
18190 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18191
18192         * mm-util.el (mm-quote-arg): Remove.
18193
18194         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18195         shell-quote-argument.
18196
18197         * gnus-uu.el (gnus-uu-command): do.
18198
18199         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18200
18201         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18202         with make-char.
18203
18204         * mm-util.el (mm-make-char): Remove.
18205
18206         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18207         add-minor-mode.
18208
18209         * gnus-undo.el (gnus-undo-mode): do.
18210
18211         * gnus-topic.el (gnus-topic-mode): do.
18212
18213         * gnus-sum.el (gnus-dead-summary-mode): do.
18214
18215         * gnus-start.el (gnus-slave-mode): do.
18216
18217         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18218
18219         * gnus-ml.el (gnus-mailing-list-mode): do.
18220
18221         * gnus-gl.el (gnus-grouplens-mode): do.
18222
18223         * gnus-draft.el (gnus-draft-mode): do.
18224
18225         * gnus-dired.el (gnus-dired-mode): do.
18226
18227         * gnus-ems.el (gnus-add-minor-mode): Remove.
18228
18229         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18230         Replace gnus-char-width with char-width.
18231
18232         * gnus-ems.el (gnus-char-width): Remove.
18233
18234         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18235         Replace gnus-char-width with char-width.
18236
18237         * gnus-ems.el (gnus-char-width): Remove.
18238
18239         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18240         definition.
18241         Remove Emacs 20 hash table compatibility code.
18242
18243         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18244         20 compatibility code.
18245
18246         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18247
18248         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18249
18250         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18251         with point-at-{eol,bol}.
18252
18253         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18254
18255         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18256
18257         * flow-fill.el (fill-flowed-point-at-bol)
18258         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18259
18260         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18261         Replace with point-at-{eol,bol} throughout all files.
18262
18263 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * ntlm.el (ntlm-string-as-unibyte): New macro.
18266         (ntlm-build-auth-response): Use it.
18267
18268         Remove Emacs 20 stuff:
18269         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18270         (butlast, mapc, remove): Remove the compiler macros.
18271         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18272         of delq and copy-sequence.
18273         * gnus-art.el (popup-menu): Remove the compiler macro.
18274         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18275         Emacs 20.
18276
18277 2004-01-05  Simon Josefsson  <jas@extundo.com>
18278
18279         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18280         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18281         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18282         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18283         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18284         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18285         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18286         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18287         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18288         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18289         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18290         string-xor into ntlm-string-xor.  Suggested by
18291         Jesper Harder <harder@myrealbox.com>.
18292
18293         * ntlm.el: Don't include poem.
18294
18295         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18296         Jesper Harder <harder@myrealbox.com>.
18297
18298         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18299
18300         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18301         probably breaks emacs with DL patch, but do we care? Is anyone
18302         still using the DL stuff?)
18303
18304         * sieve-manage.el: Use the password package.
18305         (sieve-manage-read-passwd): Remove.
18306         (sieve-manage-interactive-login): Use password.  Re-add
18307         condition-case around loop.
18308
18309         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18310         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18311         the password package.
18312
18313 2003-02-19  Simon Josefsson  <jas@extundo.com>
18314
18315         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18316         token.
18317
18318 2002-08-07  Simon Josefsson  <jas@extundo.com>
18319
18320         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18321         (sieve-manage-authenticators):
18322         (sieve-manage-authenticator-alist): Add some SASL mechs.
18323         (sieve-sasl-auth): New function.
18324         (sieve-manage-cram-md5-auth):
18325         (sieve-manage-plain-auth): Rewrite using SASL library.
18326         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18327         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18328         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18329         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18330
18331 2004-01-05  Simon Josefsson  <jas@extundo.com>
18332
18333         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18334         New files.
18335
18336 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18337
18338         * gnus-group.el (gnus-no-groups-message): Update.
18339
18340         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18341
18342 2003-11-09  Simon Josefsson  <jas@extundo.com>
18343
18344         * imap.el: Support for ID IMAP extension (RFC 2971).
18345         (imap-local-variables): Add imap-id.
18346         (imap-id): New variable.
18347         (imap-id): New function.
18348         (imap-parse-response): Parse untagged ID response.
18349         * nnimap.el (nnimap-id): New variable.
18350         (nnimap-open-connection): Use it.
18351
18352 2003-12-28  Simon Josefsson  <jas@extundo.com>
18353
18354         * gnus-score.el (gnus-score-edit-all-score): New.
18355         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18356
18357 2004-01-04  Simon Josefsson  <jas@extundo.com>
18358
18359         * password.el: Add.
18360
18361 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18362
18363         * dns.el (dns-query-types): Fix typo.
18364         (dns-query-types): New function.
18365         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18366         PTR and SOA replies, see RFC 1035.
18367
18368 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18369
18370         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18371
18372         * Moved to Changelog.2.
18373
18374 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18375
18376         * gnus.el (gnus-version-number): Bump version.
18377
18378 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18379
18380         * gnus.el: No Gnus v0.1 is released.
18381
18382 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18383
18384         * gnus.el: No Gnus v0.0 is released.
18385
18386 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18387
18388         * gnus.el (gnus-version-number): Bump.
18389         (gnus-version): No.
18390
18391 See ChangeLog.2 for earlier changes.
18392
18393     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18394       Free Software Foundation, Inc.
18395
18396   This file is part of GNU Emacs.
18397
18398   GNU Emacs is free software: you can redistribute it and/or modify
18399   it under the terms of the GNU General Public License as published by
18400   the Free Software Foundation, either version 3 of the License, or
18401   (at your option) any later version.
18402
18403   GNU Emacs is distributed in the hope that it will be useful,
18404   but WITHOUT ANY WARRANTY; without even the implied warranty of
18405   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18406   GNU General Public License for more details.
18407
18408   You should have received a copy of the GNU General Public License
18409   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18410
18411 ;; Local Variables:
18412 ;; coding: utf-8
18413 ;; fill-column: 79
18414 ;; add-log-time-zone-rule: t
18415 ;; End: