Allow nnimap article editing (sort of).
[gnus] / lisp / ChangeLog
1 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4         that have gotten new numbers.
5
6         * nnimap.el (nnimap-request-replace-article): New function.
7
8 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
11         (nnrss-request-article): Don't use special html washing code.
12
13 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * shr.el (shr-tag-table): Remove useless nconc.
16
17 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-art.el (article-wash-html): Simplify and remove the charset
20         stuff.  Use the normal html rendering code instead of the special html
21         washing code.
22
23         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
24         `gnus-w3m' symbols.
25         (mm-text-html-washer-alist): Removed.
26
27         * mm-decode.el (mm-inline-text-html-renderer): Removed.
28         (mm-inline-media-tests): Removed use.
29         (mm-text-html-renderer): Change default to the `shr' symbol.
30
31         * mm-view.el (mm-inline-text-html): Removed use.
32
33         * gnus-art.el (gnus-blocked-images): New function.  Allow the
34         `gnus-blocked-images' to be a function.
35         (gnus-article-wash-function): Removed.
36
37 2010-10-20  Julien Danjou  <julien@danjou.info>
38
39         * spam.el (spam-list-of-processors): Mark as obsolete.
40
41         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
42         (nnimap-insert-partial-structure): Fix boundary detection.
43
44 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
45
46         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
47         run file-truename on remote files.  This can be expensive and even
48         prevent one from editing drafts if some unrelated buffer has a stale
49         connection.
50
51 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
54         kinsoku-eol regardless of shr-kinsoku-shorten.
55         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
56         (shr-tag-table): Support caption, thead, and tfoot.
57
58 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
61         lines.
62         (shr-save-contents): New command and keystroke.
63
64         * nndoc.el (nndoc-type-alist): Add git support.
65         (nndoc-git-type-p): New function.
66         (nndoc-transform-git-article): Ditto.
67         (nndoc-transform-git-headers): Ditto.
68         (nndoc-transform-git-headers): Generate Subject headers.
69
70         * shr.el (shr-parse-style): New function.
71         (shr-tag-span): Ditto.
72
73         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
74         to `G G' to avoid collisions.
75
76 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * shr.el: Load kinsoku if necessary.
79         (shr-kinsoku-shorten): New internal variable.
80         (shr-find-fill-point): Make kinsoku shorten text line if
81         shr-kinsoku-shorten is bound to non-nil.
82         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
83         shr-indentation too when testing if table is wider than frame width.
84         (shr-insert-table): Use `string-width' instead of `length' to measure
85         text width.
86         (shr-insert-table-ruler): Make sure indentation is done at bol.
87
88 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
89
90         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
91         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
92         undecoded network data.
93
94 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
97         name in the mode line spec so that the mode line menu works
98         (bug #2431).
99
100         * message.el (message-get-reply-headers): If we're fed `to-address',
101         then always use that.
102
103         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
104         aren't so wide as to need to switch off the edit menu.
105
106         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
107         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
108
109         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
110         `M-g'.
111         (nnimap-update-info): Update flags/read marks even if \* isn't part of
112         the permanent marks.
113
114 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
115
116         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
117         Splitting according to references/in-reply-to obeys the ignore-groups
118         variable, while splitting by sender and subject do not.
119
120 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
123         alist, so that we can look for non-Unicode chars.
124         (article-translate-strings): Allow both character and string maps.
125
126 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * shr.el (shr-insert): Don't insert space behind a wide character
129         categorized as kinsoku-bol, or between characters both categorized as
130         nospace.
131
132 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
133
134         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
135         headers to gnus-newsgroup-headers.
136
137 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * shr.el (shr-tag-img): Don't align images -- since we're not
140         rescaling, this often leads to ugly displays.
141
142 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
143
144         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
145         duplicates.
146
147 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
148
149         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
150         call.
151
152 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus.el: Autoload gnus-html-show-images.
155
156         * nnimap.el: Use nnheader-message throughout.
157
158         * shr.el (shr-tag-img): Ignore images with no data.
159
160 2010-10-15  Julien Danjou  <julien@danjou.info>
161
162         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
163         a possibility to disable format=flow encoding when using hard newlines.
164
165 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * shr.el (shr-insert): Remove space inserted before or after a
168         breakable character or at the beginning or the end of a line.
169         (shr-find-fill-point): Do kinsoku; find the second best point or give
170         it up if there's no breakable point.
171
172 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * nnimap.el (nnimap-open-connection): Message when opening connection
175         for debugging purposes.
176
177         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
178         on every setup buffer call to allow this to change from article to
179         article.
180
181         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
182         buffers where we have a wide table.
183
184 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
185
186         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
187         uses *-request-thread.
188
189 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * nnimap.el (nnimap-open-connection): Remove %s from openssl
192         incantation, which is no longer valid.
193
194 2010-10-14  Julien Danjou  <julien@danjou.info>
195
196         * shr.el: Fix defcustom type (char -> character).
197
198 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * nnimap.el (nnimap-open-connection): tls-program should be a list of
201         programs.
202
203 2010-10-14  Julien Danjou  <julien@danjou.info>
204
205         * shr.el (shr-tag-a): Use url-link as widget type.
206
207         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
208         `gnus-group-get-icon'.
209
210 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
213         This should make server editing work better.
214
215         * shr.el (shr-find-fill-point): Don't inloop on indented text.
216
217         * tls.el (tls-program): Remove spurious %s from openssl.
218
219         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
220         (nnimap-parse-flags): Fix regexp.
221
222         * shr.el (shr-find-fill-point): Use a filling algorithm that should
223         probably work for CJVK text, too.
224
225         * nnimap.el (nnimap-extend-tls-programs): Removed.
226         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
227
228         * tls.el (tls-starttls-switches): Remove starttls hack.
229         (open-tls-stream): Ditto.
230         (tls-find-starttls-argument): Ditto.
231
232 2010-10-13  Julien Danjou  <julien@danjou.info>
233
234         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
235         responses.
236
237 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
240
241         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
242         anything in Emacs.
243
244         * shr.el (shr-current-column): Remove buggy and unnecessary function.
245
246 2010-10-13  Julien Danjou  <julien@danjou.info>
247
248         * shr.el (shr-width): Make shr-width a defcustom with default to
249         fill-column.
250         (shr-tag-img): Use shr-width rather than fill-column.
251
252 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * dgnushack.el (byte-optimize-apply)
255         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
256
257         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
258         position when (X-)Faces exist.
259         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
260         avatars when called interactively.
261
262 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
265         gnus-article-x-face-too-ugly is bound.
266
267 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
270
271         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
272         mailbox that doesn't exist.
273
274 2010-10-12  Julien Danjou  <julien@danjou.info>
275
276         * shr.el (shr-tag-img): Encode URL properly when retrieving.
277         (shr-get-image-data): Encode URL properly when fetching from cache.
278         (shr-tag-img): Use aligned-to spaces to align correctly images.
279
280         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
281         before inserting the Gravatar.
282
283         * shr.el (shr-tag-img): Add align attribute support for <img>.
284
285 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * gnus-gravatar.el (gnus-art): Required.
288
289         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
290         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
291         Remove long obsoleted functions.
292
293 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
296
297         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
298
299         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
300         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
301         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
302         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
303         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
304         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
305         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
306
307 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * nnimap.el (nnimap-request-rename-group): Select group read-only
310         before renaming it.
311
312         * shr.el (shr-insert): Fix up the white space only regexp.
313
314         * nnimap.el (nnimap-transform-split-mail): Not all articles have
315         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
316
317         * shr.el (shr-current-column): New function.
318         (shr-find-fill-point): New function.
319
320 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
321
322         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
323         numbers.
324
325 2010-10-11  Julien Danjou  <julien@danjou.info>
326
327         * shr.el (shr-hr-line): Add.
328         (shr-tag-hr): Use shr-hr-line to specify which character to use to
329         display hr lines.
330         (shr-max-columns): Do not change state to nil if we just inserting
331         spaces.
332
333 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * gnus-topic.el (gnus-topic-read-group): If after the last group,
336         select the last group.
337
338 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
339
340         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
341
342 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
343
344         * dig.el (dig-mode-map): Declare and define in one step.
345
346 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
349         for Gnus.
350         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
351         (nnimap-update-qresync-info): Mark \Seen articles as read.
352
353         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
354         non-variable, too.
355
356         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
357         available.
358         (nnimap-update-info): Rely more on the current active than the param
359         active to avoid marking articles as read too much.
360
361         * auth-source.el (auth-source-create): Use (user-login-name) for the
362         user name default.
363
364         * nnimap.el (nnimap-update-info): If the server doesn't return any
365         useful info, just use the previous info.
366         (nnimap-update-info): Prefer old info over start-article.
367         (nnimap-update-qresync-info): Finish implementing QRESYNC.
368
369 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
370
371         * nnir.el (autoload): Clean up autoloads.
372         (nnir-imap-default-search-key): Renamed from
373         nnir-imap-search-field. Use key rather than value.
374         (nnir-imap-search-other): New variable.
375         (nnir-read-parm): Use it.
376         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
377         (gnus-summary-nnir-goto-thread): Modify to work with imap.
378
379 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
380
381         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
382         the process, too.
383
384 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
387         Allbery.
388
389         * shr.el: Rework the way things are indented by <li> slightly.
390
391         * gnus.el (gnus-group-set-parameter): Fix typo.
392
393         * nnimap.el: Start implementing QRESYNC support.
394
395 2010-10-09  Julien Danjou  <julien@danjou.info>
396
397         * nnir.el (nnir-engines): Fix too many arguments.
398
399 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
402         group is the "last", so that the backends like nnfolder actually save
403         their folders.
404
405         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
406         try to use that for the tls stream.
407         (nnimap-retrieve-group-data-early): Rework the marks code to heed
408         UIDVALIDITY and find out which groups are read-only and not.
409         (nnimap-get-flags): Use the same marks parsing code as the rest of
410         nnimap.
411
412 2010-10-09  Julien Danjou  <julien@danjou.info>
413
414         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
415
416         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
417         retrieving gravatars.
418
419         * shr.el (shr-table-corner): Add.
420         (shr-table-line): Add.
421         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
422
423 2010-10-08  Julien Danjou  <julien@danjou.info>
424
425         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
426
427 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
428
429         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
430
431         * gnus-sum.el (gnus-mark-article-as-unread)
432         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
433         (gnus-summary-set-bookmark): Use it.
434
435         * gnus-msg.el (gnus-setup-message): Use it.
436
437         * gnus-demon.el (gnus-demon-remove-handler): Use it.
438
439         * gnus.el (gnus-group-remove-parameter): Use it.
440
441         * gnus-group.el (gnus-group-make-web-group): Use it.
442
443         * gnus-demon.el (gnus-demon-remove-handler): Use it.
444
445         * nnregistry.el: Update docs to mention manual.
446
447         * gnus-registry.el: Update docs to mention nnregistry.el.
448         (gnus-registry-initialize): Don't install nnregistry refer method
449         automatically.
450         (gnus-registry-install-nnregistry): Remove it.
451
452 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * shr.el (shr-insert): Don't insert double spaces.
455
456 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * gnus-gravatar.el (gnus-treat-from-gravatar)
459         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
460         called interactively.
461
462         * gnus-art.el (gnus-mime-view-part-externally)
463         (gnus-mime-view-part-internally): Make predicate function passed to
464         gnus-mime-view-part-as-type assume argument is a mime type, not a list
465         of a mime type.
466
467         * shr.el (shr-table-widths): Don't use cl function `reduce'.
468
469 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * shr.el (require): Require cl when compiling.
472         (shr-tag-hr): New function.
473
474         * nnimap.el (nnimap-update-info): Remove double setting of high.
475         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
476         makes nnimap work properly on Courier again.
477
478         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
479         the variable for backwards compatability.
480
481         * mm-decode.el (mm-save-part): If given a non-directory result, expand
482         the file name before using to avoid setting mm-default-directory to
483         nil.
484
485         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
486         bidning gnus-agent variables.
487
488         * shr.el (shr-render-td): Use a cache for the table rendering function
489         to avoid getting an exponential rendering behaviour in nested tables.
490         (shr-insert): Rework the line-breaking algorithm.
491         (shr-insert): Don't leave trailing spaces.
492         (shr-insert-table): Also insert empty TDs.
493         (shr-tag-blockquote): Ensure paragraphs after </ul>.
494
495 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
496
497         * gnus-sum.el (gnus-number): Rename from `number'.
498         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
499         (gnus-summary-limit-children): Update uses correspondingly.
500
501 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
504         (gnus-gravatar-transform-address): Don't show avatars of people of
505         which mail addresses match gnus-gravatar-too-ugly.
506
507 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * shr.el (shr-table-widths): Expand TD elements to fill available
510         space.
511
512 2010-10-07  Julien Danjou  <julien@danjou.info>
513
514         * nnimap.el (nnimap-request-rename-group): Add this method.
515
516 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
519         name from XEmacs' function-arglist.
520
521         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
522         gravatar under XEmacs.
523
524 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
525
526         * auth-source.el: Update docs with TODO items.
527
528         * gnus-sync.el: Update docs to explain state and plans.
529
530         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
531         Hooks for mark updates.
532         (gnus-request-set-mark, gnus-request-update-mark): Use them.
533
534         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
535         hooks with arguments, which is needed for mark update hooks.
536
537 2010-10-06  Julien Danjou  <julien@danjou.info>
538
539         * gnus.el (gnus-expand-group-parameter): Only return and act on what
540         was matched.
541
542         * sieve-manage.el: Update example in `Commentary'.
543
544         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
545
546         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
547         not 2000.
548         (sieve-manage-authenticate): Re-add function.
549
550 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * shr.el (shr-insert): Get 'space transition right.
553         (shr-render-td): Only delete space at the end of the TD.
554
555         * nnimap.el (nnimap-open-connection): Prepare to support
556         open-gnutls-stream.
557
558         * shr.el: Rearrange function order to be more logical.
559
560 2010-10-06  Julien Danjou  <julien@danjou.info>
561
562         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
563         (nnrss-discover-feed): Remove 404 URL in docstring.
564
565         * nnir.el: Fix Swish-E URL.
566         Fix Namazu URL.
567
568         * message.el (message-change-subject): Remove 404 URL in a comment.
569
570 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
573         called interactively.
574
575         * gnus-util.el (gnus-remove-if): Allow hash table.
576         (gnus-remove-if-not): New function.
577
578         * gnus-art.el (gnus-mime-view-part-as-type)
579         * gnus-score.el (gnus-summary-score-effect)
580         * gnus-sum.el (gnus-read-move-group-name):
581         Replace remove-if-not with gnus-remove-if-not.
582
583         * gnus-group.el (gnus-group-completing-read):
584         Regard collection as a hash table if it is not a list.
585
586 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * shr.el (shr-render-td): Allow blank/missing <TD>s.
589
590         * shr.el: Document the table-rendering algorithm.
591
592 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
595         for Emacsen having no `libxml-parse-html-region' support.
596
597 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
600         invalid URLs.
601
602         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
603         line-broken.
604         (shr-tag-img): Ignore image fetching errors.
605         (shr-overlays-in-region): Compute overlay positions correctly.
606
607         * mm-decode.el (mm-shr): Require shr.
608
609         * gnus-art.el (gnus-blocked-images): Move variable here.
610
611         * shr.el (shr-insert-table): Bind free variable.
612
613         * mm-decode.el (mm-shr): Bind shr-content-function.
614
615         * shr.el (shr-content-function): New variable.
616
617         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
618         added for symmetry.
619
620         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
621
622         * gnus-group.el (gnus-group-make-group): Doc fix.
623
624         * nnimap.el (nnimap-request-newgroups): Return success.
625
626         * shr.el (shr-find-elements): New function.
627         (shr-tag-table): Put all the images after the table.
628         (shr-tag-table): Really inhibit images inside the table.
629         (shr-collect-overlays): Copy over overlays from the TD elements to the
630         main document.
631
632         * mm-decode.el (mm-shr): Bind shr-blocked-images to
633         gnus-blocked-images.
634
635 2010-10-05  Julien Danjou  <julien@danjou.info>
636
637         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
638
639         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
640         (gnus-html-maximum-image-size): Add this function.
641         (gnus-html-put-image): Use gnus-html-maximum-image-size.
642
643         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
644         server-value of the capability is nil.
645
646 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * shr.el (shr-tag-em): Add <EM> tag.
649
650 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
651
652         * sieve-manage.el (sieve-manage-default-stream): Make default stream
653         customizable.
654
655         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
656         handing broken links to browse-url.
657
658 2010-10-05  Julien Danjou  <julien@danjou.info>
659
660         * gnus-util.el (gnus-emacs-completing-read)
661         (gnus-iswitchb-completing-read): Use autoload rather than require.
662
663 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
666         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
667         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
668         iswitchb-temp-buflist for XEmacs.
669
670         * gnus-util.el (gnus-completing-read-function): Exclude
671         gnus-icompleting-read and gnus-ido-completing-read from candidates for
672         XEmacs since iswitchb.el is very old and ido.el is unavailable in
673         XEmacs.
674
675         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
676         not to use `delete-dups' that is unavailable in XEmacs 21.4.
677
678         * gnus-html.el: Don't require help-fns under XEmacs.
679         (gnus-html-schedule-image-fetching): Work for XEmacs.
680
681         * mm-decode.el (mm-shr): Decode contents by charset.
682
683 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
686         unknown.
687
688         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
689         (shr-get-image-data): Ensure against the cache file missing.
690
691         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
692         for data.
693
694         * spam-report.el (spam-report-url-ping-plain): Don't query about
695         killing the process.
696
697         * shr.el (shr-render-td): Protect against too-wide text.
698
699 2010-10-04  Julien Danjou  <julien@danjou.info>
700
701         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
702         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
703
704         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
705         retrieved.
706
707 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * shr.el (browse-url): Required.
710         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
711         lines.
712         (shr-show-alt-text, shr-browse-image): New commands.
713         (shr-browse-url, shr-copy-url): New commands.
714
715         * gnus-sum.el (gnus-widen-article-window): New variable.
716         (gnus-summary-select-article-buffer): Use it.
717
718         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
719         without @ signs.
720
721 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
722
723         * nnir.el (nnir-run-imap): Remove spurious space in search string.
724
725 2010-10-04  Julien Danjou  <julien@danjou.info>
726
727         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
728         for XEmacs.
729
730 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
733
734         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
735         (nnimap-close-server): Implement.
736
737         * dgnushack.el (iswitchb): Require to shut up the compiler.
738
739         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
740         (shr-insert): Tweak line breaking.
741         (shr-insert): Handle <pre> better.
742         (shr-tag-li): Get <li> indentation right.
743         (shr-tag-li): Get <li> indentation even righter.
744         (shr-tag-blockquote): Ensure paragraph start.
745         (shr-make-table): Tweak table generation.
746         (shr-make-table): Fix typo.
747
748         * shr.el: Implement table rendering.
749
750 2010-10-04  Julien Danjou  <julien@danjou.info>
751
752         * gnus-html.el (gnus-html-put-image): Fix resize image code.
753
754 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * shr.el (shr-insert): Use string anchors instead of line anchors.
757
758 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * shr.el: Add headings.
761         (shr-ensure-paragraph): Actually work.
762         (shr-tag-li): Make <ul> prettier.
763         (shr-insert): Get white space at the beginning/end of elements right.
764         (shr-tag-p): Collapse subsequent <p>s.
765         (shr-ensure-paragraph): Don't insert double line feeds after blank
766         lines.
767         (shr-insert): \t is also space.
768         (shr-tag-s): Fix "s" tag name function.
769         (shr-tag-s): Fix face prop name.
770
771 2010-10-03  Julien Danjou  <julien@danjou.info>
772
773         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
774
775         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
776         gnus-window-inside-pixel-edges.
777
778         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
779         gnus-ems.
780
781         * mm-view.el (mm-inline-image-emacs): Support image resizing.
782
783         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
784         function.
785
786         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
787         resize choice.
788
789 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
792         beginning of the buffer.
793
794         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
795         article buffer again.
796
797         * shr.el (shr-tag-p): Don't insert newlines at the start of the
798         buffer.
799
800         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
801         when it's at the start of the buffer.
802
803         * shr.el (shr-tag-blockquote): Convert name.
804         (shr-rescale-image): Use the right image-size variant.
805
806         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
807         buffer isn't shown, then select the current article first instead of
808         bugging out.
809         (gnus-summary-select-article-buffer): Show both the article and summary
810         buffers again.
811
812         * shr.el (shr-fontize-cont): Protect against regions with no text.
813         Rename tag functions to shr-tag-* for enhanced security.
814         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
815
816 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
817
818         * shr.el (shr-insert):
819         * pop3.el (pop3-movemail):
820         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
821         loaded.
822
823 2010-10-03  Glenn Morris  <rgm@gnu.org>
824
825         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
826
827         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
828
829         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
830
831         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
832
833         * gnus-util.el (gnus-make-local-hook): Simplify.
834
835 2010-10-02  Julien Danjou  <julien@danjou.info>
836
837         * gnus-util.el (gnus-iswitchb-completing-read): New function.
838         (gnus-ido-completing-read): New function.
839         (gnus-emacs-completing-read): New function.
840         (gnus-completing-read): Use gnus-completing-read-function.
841         Add gnus-completing-read-function.
842
843 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * shr.el (shr-insert-document): Autoload.
846         (shr-img): Be silent.
847         (shr-insert): Add a newline after every picture before text.
848         (shr-add-font): Use overlays for combining faces.
849         (shr-insert): Pass upwards the text start point.
850
851         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
852         possible.
853         (mm-shr): New function.
854
855 2010-10-02  Julien Danjou  <julien@danjou.info>
856
857         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
858         should go backward.
859
860 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
861
862         * shr.el (shr): Fix typo in provide call.
863
864 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * shr.el: New file.
867
868         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
869
870         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
871         completing read.
872
873 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
876         we're being queried about.  Suggested by Dan Jacobson.
877
878         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
879         by Jason Eisner.
880
881         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
882         table, too.  Suggested by Stefan Wiens.
883         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
884         the table unnecessary.  Suggested by Stefan Wiens.
885
886         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
887         longer needed, and probably doesn't work either, as pointed out by
888         Stefan Wiens.
889         (gnus-summary-exit): Remove call to the clearing function.
890         (gnus-summary-exit-no-update): Ditto.
891
892         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
893         instead of gnus-eval-in-buffer-window to avoid popping up frames.
894         Reported by Stefan Monnier.
895         (gnus-summary-save-in-rmail): Ditto.
896
897         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
898         article buffer, instead of both the article buffer and the summary
899         buffer.  Sort of suggested by Dan Jacobson.
900
901         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
902
903         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
904         Suggested by Dan Jacobson.
905
906         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
907         documentation clearer.
908
909         * message.el (message-shorten-references): Comment on the number "21".
910         Suggested by Stefan Monnier.
911
912         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
913         Suggested by Dan Jacobson.
914
915         * gnus.el (gnus-large-newsgroup): Mention
916         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
917
918         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
919         externalize attachments.  Bug reported by Steve Wen.
920
921         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
922         really message anything to the user.
923
924         * nnmail.el (nnmail-article-group): Allow using the fancy split method
925         directly.
926
927         * nnimap.el (nnimap-request-group): Low higher than high to signal no
928         messages in empty groups.
929
930 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
931
932         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
933         non-UIDNEXT group.
934
935 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
938         not the value from the collection.
939
940         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
941         values.  This sometimes happens on some groups that have no info.
942         (nnimap-request-newgroups): New function.
943
944 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
945
946         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
947         check into `gnus-registry-initialize'.
948         (gnus-registry-initialize): Ditto.
949         Fix and extend header docs.
950
951 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
954         regexp backtrace overflows.
955
956         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
957         for starttls that tls.el implements; i.e. openssl.
958
959         * tls.el (tls-starttls-switches): Give up on using starttls with
960         gnutls-cli.
961         (tls-program): Add --insecure to be consistent with the defaults from
962         openssl s_client.  Now all three commands are insecure.
963
964 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * lpath.el: Bind completion-styles-alist for XEmacs.
967
968         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
969         (gravatar-create-image): New function that's an alias to
970         gnus-xmas-create-image, gnus-create-image, or create-image.
971         (gravatar-data->image): Use it.
972
973 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
974
975         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
976         install the nnregistry refer method.
977         (gnus-registry-install-hooks): Use it.
978         (gnus-registry-unfollowed-groups): Add nnmairix to the default
979         unfollowed groups.
980
981 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
982
983         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
984         expanding threads.
985
986 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * nnir.el: Use the server names without suffixes (bug #7009).
989
990         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
991         unencrypted to STARTTLS, if possible.
992
993 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
994
995         * message.el (message-ignored-supersedes-headers): Strip Injection-*
996         headers before superseding.
997
998 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * nnrss.el (nnrss-use-local): Add documentation.
1001
1002         * nnimap.el (nnimap-extend-tls-programs): New function.
1003         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1004         (nnimap-wait-for-connection): Accept the greeting from the stupid
1005         output from openssl s_client -starttls, too.
1006
1007         * tls.el (tls-starttls-switches): New variable.
1008         (tls-find-starttls-argument): Use it.
1009         (open-tls-stream): Ditto.
1010
1011         * netrc.el (netrc-credentials): Return the value of the "default"
1012         entry.
1013         (netrc-machine): Ditto.
1014
1015         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1016         article number.
1017         (nnimap-split-fancy): New variable.
1018         (nnimap-split-incoming-mail): Use it.
1019
1020         * nntp.el (nntp-server-list-active-group): Document.
1021
1022         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1023         SELECT to get the message-id.
1024
1025         * mail-source.el (mail-sources): Removed webmail support.
1026         (defvar): Ditto.
1027         (mail-source-fetcher-alist): Ditto.
1028         (mail-source-fetch-webmail): Removed.
1029
1030         * webmail.el: Removed -- doesn't seem relevant any more.
1031
1032         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1033
1034         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1035         the \r.
1036
1037 2010-09-30  Julien Danjou  <julien@danjou.info>
1038
1039         * gnus-agent.el (gnus-agent-add-group): Fix call to
1040         gnus-completing-read.
1041
1042 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * nndoc.el (nndoc-retrieve-groups): New function.
1045
1046         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1047         `default', use nnmail-split-methods.
1048         (nnimap-request-article): Downcase the NILs so that they are nil.
1049
1050         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1051         symbol.
1052
1053         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1054         code, since if the user has requested network, that's what they ought
1055         to get.
1056         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1057         (nnimap-split-rule): Mark as obsolete.
1058
1059         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1060         variable.
1061
1062         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1063         correct slot, too.
1064
1065 2010-09-29  Julien Danjou  <julien@danjou.info>
1066
1067         * gnus.el (gnus-local-domain): Declare variable obsolete.
1068
1069         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1070         computing.
1071         (gnus-ido-completing-read): Require ido.
1072
1073 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1076         build Gnus.
1077
1078         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1079         when interpreting the structures.
1080         (nnimap-request-accept-article): Add \r\n to the lines to make this
1081         work with Cyrus.
1082
1083         * nndraft.el (nndraft-request-expire-articles): Use the group name
1084         instead if "nndraft".  Fix found by Nils Ackermann.
1085
1086 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1087
1088         * nnregistry.el: Added.
1089
1090 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1091
1092         * nnmail.el (group, group-art-list, group-art):
1093         Remove unneeded directives.
1094
1095 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1098         (mm-mime-charset)
1099         * rfc2047.el (rfc2047-syntax-table)
1100         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1101
1102         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1103         rather than `insert-file-contents' and `eval-region'.
1104
1105         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1106         construction.
1107
1108         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1109
1110         * time-date.el: No need to require cl for Emacs 21.
1111
1112 2010-09-29  Julien Danjou  <julien@danjou.info>
1113
1114         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1115         replacement of `gnus-gravatar-relief' to mimic
1116         `gnus-faces-properties-alist'.
1117         Add :version property.
1118
1119 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * mail-source.el (mail-source-report-new-mail)
1122         * message.el (message-default-mail-headers)
1123         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1124
1125         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1126
1127 2010-09-28  Julien Danjou  <julien@danjou.info>
1128
1129         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1130         mail-address contains the same string as real-name.
1131
1132         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1133         non-blank in header, otherwise it'll get stripped.
1134
1135         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1136         real-name, and then for mail address rather than doing : or , search.
1137
1138 2010-09-27  Julien Danjou  <julien@danjou.info>
1139
1140         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1141         (gnus-server-goto-server): Use gnus-completing-read.
1142
1143         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1144
1145         * mm-util.el (defalias): Use gnus-completing-read.
1146         (mm-codepage-setup): Use gnus-completing-read.
1147
1148         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1149         (smime-decrypt-buffer): Use gnus-completing-read.
1150
1151         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1152
1153         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1154         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1155         (mml-insert-multipart): Use gnus-completing-read.
1156
1157         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1158
1159         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1160
1161         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1162
1163         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1164
1165         * gnus.el (gnus-read-method): Use gnus-completing-read.
1166
1167         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1168
1169         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1170         (gnus-mime-action-on-part): Use gnus-completing-read.
1171         (gnus-article-encrypt-body): Use gnus-completing-read.
1172
1173         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1174         (gnus-topic-move-matching): Use gnus-completing-read.
1175         (gnus-topic-copy-matching): Use gnus-completing-read.
1176         (gnus-topic-sort-topics): Use gnus-completing-read.
1177         (gnus-topic-move): Use gnus-completing-read.
1178
1179         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1180         (gnus-agent-add-group): Use gnus-completing-read.
1181
1182         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1183         gnus-completing-read.
1184         (nnmairix-update-groups): Use gnus-completing-read.
1185         (nnmairix-get-server): Use gnus-completing-read.
1186         (nnmairix-backend-to-server): Use gnus-completing-read.
1187         (nnmairix-goto-original-article): Use gnus-completing-read.
1188         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1189
1190         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1191
1192         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1193         (gnus-group-make-useful-group): Use gnus-completing-read.
1194         (gnus-group-make-web-group): Use gnus-completing-read.
1195         (gnus-group-add-to-virtual): Use gnus-completing-read.
1196         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1197
1198         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1199         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1200         (gnus-summary-execute-command): Use gnus-completing-read.
1201         (gnus-summary-respool-article): Use gnus-completing-read.
1202         (gnus-read-move-group-name): Use gnus-completing-read.
1203
1204         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1205         (gnus-summary-score-effect): Use gnus-completing-read.
1206
1207         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1208
1209         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1210         right completing-read function.
1211         (gnus-use-ido): New variable
1212         (gnus-completing-read-with-default): Remove.
1213
1214 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1217         x-focus-frame.
1218
1219         * nnimap.el (auth-source-forget-user-or-password)
1220         (auth-source-user-or-password): Autoload.
1221
1222         * message.el (message-from-style, message-interactive)
1223         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1224         (message-yank-prefix, message-indentation-spaces, message-signature)
1225         (message-signature-file): Add comment.
1226
1227 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1230         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1231         new articles.
1232
1233         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1234         parts.
1235         (nnimap-request-article): Work with the t setting, too.
1236
1237         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1238         that you don't get flashes of other buffers.
1239         (gnus-summary-show-complete-article): Intern before setting.
1240
1241 2010-09-27  David Engster  <dengste@eml.cc>
1242
1243         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1244         well as HEADERS.
1245         (nnmairix-retrieve-headers): Provide new argument for the above.
1246
1247 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * gnus-sum.el (gnus-summary-move-article): Don't alter
1250         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1251         group.
1252
1253         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1254
1255         * message.el (message-cite-prefix-regexp): Revert my last edit.
1256
1257         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1258         variable instead of the Gnus variable.
1259
1260         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1261
1262         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1263         again.
1264
1265         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1266         since some servers don't like it.
1267         (nnimap-open-connection): Forget credentials if the server says the
1268         password was wrong.
1269         (nnimap-parse-line): Protect against invalid data.
1270
1271         * gnus-sum.el (gnus-summary-move-article): Add comment.
1272         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1273         nothing alters it while scanning for new messages.
1274
1275         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1276         which may or may not help.
1277         (nnimap-open-connection): If we're doing a stream connection, and then
1278         discover we're on a STARTTLS-capable server, then open a STARTTLS
1279         connection instead.
1280
1281 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * nnimap.el (utf7): Required.
1284
1285         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1286         prefix.
1287
1288 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1289
1290         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1291
1292 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * nnimap.el (nnimap-request-accept-article): Message the error on
1295         error.
1296
1297 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1300
1301 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * nndoc.el (nndoc-request-list): Return success always.
1304
1305         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1306         `fetch-old' -- we only want to fetch the articles we've requested.  The
1307         rest are in the agent, probably.
1308         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1309         disappeared server" to something low.  It's not important.
1310
1311         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1312         arrived before the FETCH data.
1313
1314         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1315         target here, because we don't know the Gnus name of the group.
1316
1317         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1318         for the correct group.
1319
1320         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1321
1322         * gnus.el (gnus): Give a final warning after startup.
1323
1324         * gnus-util.el (gnus-action-message-log): New variable.
1325         (gnus-message): Use it.
1326         (gnus-final-warning): New function.
1327
1328         * nnimap.el (nnimap-open-connection): Record the greeting.
1329         (nnimap): Add greeting.
1330
1331 2010-09-26  Julien Danjou  <julien@danjou.info>
1332
1333         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1334         arguments.
1335         (gnus-html-wash-images): Fix spec computing to include start/end.
1336
1337         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1338
1339 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1342         deletion.
1343         (nnimap-retrieve-headers): Don't select the group, because that's
1344         already done by nnimap-possibly-change-group.
1345
1346         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1347         (gnus-picon-transform-address): Use it.
1348
1349         * mail-source.el (mail-source-value): Revert previous patch.
1350
1351         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1352         on failure.
1353         (nnimap-open-connection): Look up both virtual and physical server name
1354         credentials.
1355
1356         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1357
1358 2009-02-07  Dave Love  <fx@gnu.org>
1359
1360         * tls.el (open-tls-stream): Don't query killing process.
1361
1362 2009-02-08  Dave Love  <fx@gnu.org>
1363
1364         * gnus-win.el (gnus-window-to-buffer-helper,
1365         gnus-all-windows-visible-p): Function needn't be a symbol.
1366
1367         * mail-source.el (mail-source-value): Function needn't be a symbol.
1368
1369 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * message.el (message-cite-prefix-regexp): Remove } from the cite
1372         prefix.
1373
1374         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1375         highlight again, so that the highlight is correct.
1376
1377         * gnus-picon.el (gnus-picon): Remove again.
1378         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1379
1380         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1381         doing the header highlightling, so that the background colour of the
1382         picon is correct.
1383
1384         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1385         (gnus-picon): Ditto.
1386         (gnus-picon): Reinstate.  The background colour for picons is white.
1387         (gnus-picon-insert-glyph): Make the background white.
1388
1389         * nnml.el (nnml-open-nov): Don't return dead buffers.
1390
1391         * auth-source.el (auth-source-create): Query the user for whether to
1392         store the credentials.
1393
1394         * netrc.el (netrc-store-data): New function.
1395
1396         * auth-source.el (auth-source-user-or-password): Use the existing auth
1397         sources, if any, for creation.
1398
1399         * gnus.el (gnus-group-fast-parameter): Return the last matching
1400         parameter instead of the first matching parameter.
1401
1402 2010-09-26  Julien Danjou  <julien@danjou.info>
1403
1404         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1405
1406 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * mml2015.el (mml2015-use): Remove gpg support.
1409
1410         * mml1991.el (mml1991-function-alist): Remove gpg function.
1411         (mml1991-gpg-sign): Removed.
1412
1413 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1414
1415         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1416         (gnus-browse-unsubscribe-current-group): Document it.
1417         (gnus-browse-unsubscribe-group): Use it.
1418
1419 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1422         address to the To list for easier response.
1423
1424         * gnus.el (gnus-play-startup-jingle): Removed.
1425         (gnus-splash): Don't play jingle.
1426         (gnus): Silence gnus-load message.
1427
1428         * gnus-art.el (gnus-treat-play-sounds): Removed.
1429
1430         * gnus.el (gnus-play-jingle): Remove audio support.
1431
1432         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1433
1434         * earcon.el: Removed -- no users.
1435
1436         * gnus-audio.el: Removed -- no users of this package.
1437
1438         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1439
1440         * gnus-start.el (gnus-setup-news): Remove nocem support.
1441
1442         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1443
1444         * gnus.el (gnus-use-nocem): Removed.
1445
1446         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1447         Removed.
1448
1449         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1450         uses NoCeM any more.
1451
1452         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1453         (gnus-button-ctan-handler): Ditto.
1454         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1455         (gnus-button-ctan-directory-regexp): Ditto.
1456         (gnus-button-handle-ctan): Ditto.
1457         (gnus-button-tex-level): Ditto.
1458         (gnus-button-alist): Removed CTAN stuff.
1459
1460 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1463         nnimap-streaming test.
1464
1465         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1466         servers twice.
1467
1468         * nnimap.el (nnimap-open-connection): Add more error reporting when
1469         nnimap fails early.
1470
1471         * nnheader.el (nnheader-get-report-string): New function.
1472         (nnheader-get-report): Use it.
1473
1474         * gnus-int.el (gnus-check-server): Say what the error was when opening
1475         failed.
1476
1477         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1478         using streaming.
1479
1480 2010-09-25  Julien Danjou  <julien@danjou.info>
1481
1482         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1483         gnus-window-inside-pixel-edges.
1484
1485 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1488
1489         * mm-decode.el (mm-save-part): Allow saving to other directories the
1490         normal Emacs way.
1491
1492         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1493         by Jay Berkenbilt.
1494
1495         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1496         there isn't a single byte.
1497
1498         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1499         just do it.  It doesn't really seem to matter what the user responds
1500         here, I think, so it's just a confusing question.
1501
1502         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1503         non-streaming case.
1504
1505         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1506         (gnus-article-encrypt-body): Use it.
1507
1508         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1509         keystroke.
1510
1511         * nnimap.el (nnimap-find-wanted-parts-1): Use
1512         gnus-fetch-partial-articles.
1513
1514         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1515
1516         * nnimap.el (nnimap-insert-partial-structure): New function.
1517         (nnimap-get-partial-article): New function.
1518         (nnimap-request-article): Use it.
1519         (nnimap-wait-for-response): Return whether the wait was successful.
1520         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1521         retrieval wasn't successful.
1522         (nnimap-retrieve-group-data-early): Allow throttling servers.
1523         (nnimap-streaming): New variable.
1524         (nnimap-fetch-partial-articles): Removed.
1525
1526         * mm-decode.el (mm-with-part): Protect against killed buffers.
1527
1528         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1529         for prettier summary display.
1530
1531 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1532
1533         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1534         directly.
1535
1536 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1539         apparently third-party libraries depend on it.
1540
1541         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1542         before starting negotiation.
1543
1544         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1545         privacy reasons.
1546         (gnus-treat-mail-gravatar): Ditto.
1547
1548         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1549         buffer when inserting images.  Inserting text into the headers, for
1550         instance, can make them invalid.
1551
1552 2010-09-25  Julien Danjou  <julien@danjou.info>
1553
1554         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1555         variables.
1556
1557         * nnheader.el: Remove useless variables news-reply-yank-from and
1558         news-reply-yank-message-id.
1559
1560         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1561         variables.
1562
1563         * mml1991.el: Remove useless mml1991-verbose.
1564
1565         * gnus.el: Remove useless variable gnus-use-generic-from.
1566         Remove obsolete variable gnus-topic-indentation.
1567
1568         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1569
1570         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1571
1572         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1573
1574         * gnus-group.el: Remove useless gnus-group-icon-cache.
1575         Remove useless gnus-ephemeral-group-server.
1576
1577         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1578
1579         * mml2015.el: Remove useless mml2015-verbose.
1580
1581         * mml-smime.el: Remove useless mml-smime-verbose.
1582
1583         * gnus.el: Remove useless gnus-local-domain.
1584
1585         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1586         gnus-gravatar-size.
1587
1588         * gnus-art.el: Remove useless gnus-treat-translate.
1589
1590 2010-09-24  Julien Danjou  <julien@danjou.info>
1591
1592         * gnus-sum.el: Add support for Gravatars.
1593
1594         * gnus-art.el: Add support for Gravatars.
1595
1596         * gnus-gravatar.el: Add this file.
1597
1598         * gravatar.el: Add this file.
1599
1600 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1603
1604         * gnus-group.el (gnus-group-fetch-faq): Removed.
1605
1606         * gnus.el (gnus-group-faq-directory): Removed.
1607
1608         * gnus-group.el (gnus-group-fetch-charter): Removed.
1609
1610         * gnus.el (gnus-group-charter-alist): Removed.
1611
1612         * gnus-group.el (gnus-group-archive-directory): Removed.
1613         (gnus-group-recent-archive-directory): Ditto.
1614         (gnus-group-make-archive-group): Removed.
1615
1616         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1617
1618         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1619         use the same article number for all the cached articles.
1620
1621         * nnimap.el (nnimap-command): Register the last command time so
1622         that we can use it for idling NOOPs.
1623         (nnimap-open-connection): Start the keeplive timer.
1624         (nnimap-make-process-buffer): Store all the process buffers.
1625         (nnimap-keepalive): New function.
1626
1627         * starttls.el: (starttls-open-stream): Add autoload cookie.
1628
1629 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1630
1631         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1632         handling.
1633
1634 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1637         its data structures.
1638
1639         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1640         instead of the cl.el copy-list.
1641         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1642         equalp.
1643
1644 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1647         and tool-bar-local-item-from-menu.
1648
1649         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1650         mode-line-highlight face for Emacs.
1651
1652         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1653         loading gnus-sum.elc; fix comment for canlock-verify.
1654         (gnus-article-jump-to-part): Use read-number.
1655         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1656         Emacs pre-21 compatible code for help-echo.
1657         (gnus-article-next-page-1): No need to adjust the number of lines.
1658         (gnus-article-describe-bindings): Always use help-buffer.
1659
1660         * gnus-audio.el (gnus-audio-inline-sound)
1661         * gnus-cus.el (gnus-custom-mode)
1662         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1663
1664         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1665
1666         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1667         compatible code.
1668
1669 2010-09-24  Glenn Morris  <rgm@gnu.org>
1670
1671         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1672         visiting the fcc file in rmail-mode.
1673
1674         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1675
1676 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * nnir.el: Silence the byte compiler.
1679
1680         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1681         alias to browse-url-url-encode-chars if any.
1682         (gnus-html-encode-url): Use it.
1683
1684 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * gnus-start.el (gnus-use-backend-marks): New variable.
1687         (gnus-get-unread-articles-in-group): Use it.
1688
1689         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1690         makeover.
1691
1692 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1693
1694         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1695
1696 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1699         Removed.
1700         (gnus-setup-news-hook): Removed
1701         gnus-fixup-nnimap-unread-after-getting-new-news.
1702
1703         * gnus-int.el (gnus-request-update-info): Protect against backends not
1704         having the function.
1705
1706         * nnimap.el (nnimap-stream): Mention starttls.
1707         (nnimap-open-connection): Add starttls support.
1708
1709 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1710
1711         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1712
1713 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1716         BODYSTRUCTUREs.
1717         (nnimap-transform-headers): Unfold quoted {42} headers.
1718
1719         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1720         the info.
1721         (gnus-get-unread-articles): Only call updatep on backends that support
1722         it.
1723
1724         * nnweb.el (nnweb-request-update-info): NOOP.
1725
1726         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1727
1728         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1729         since it only deals with marks.
1730
1731         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1732         gnus-request-marks, and make a new gnus-request-update-info.
1733
1734         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1735         the active instead of the high number, which is usually too low.
1736
1737 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1738
1739         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1740         * encrypt.el: Removed.
1741
1742 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1745         server in symbolic form.
1746
1747         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1748         0.9.
1749
1750 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1753         (nnimap-update-info): Fix up code slightly.
1754
1755         * gnus-int.el (gnus-open-server): Add tracing for performance
1756         debugging.
1757
1758         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1759         (gnus-group-insert-group-line): Pass the real group name so that it
1760         gets the right data.
1761
1762         * gnus-start.el (gnus-get-unread-articles): Don't have
1763         `gnus-get-unread-articles-in-group' update info, since that can be
1764         really slow and doesn't seem to be needed?
1765
1766 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1767
1768         * time-date.el (date-to-time): Try using parse-time-string first before
1769         using the slower timezone-make-date-arpa-standard.
1770
1771 2010-09-22  Julien Danjou  <julien@danjou.info>
1772
1773         * gnus-group.el (gnus-group-insert-group-line): Call
1774         gnus-group-highlight-line.
1775         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1776         default hook list.
1777         (gnus-group-update-eval-form): Add new function.
1778         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1779         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1780
1781 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1784         immediate, then expire all articles.
1785         (nnimap-update-info): Fix off-by-one errors.
1786         (nnimap-flags-to-marks): Would return no marks lists for group with no
1787         flags.  Instead return the other data.
1788
1789 2010-09-22  Julien Danjou  <julien@danjou.info>
1790
1791         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1792         Only return an icon.
1793         (gnus-group-insert-group-line): Compute icon to return.
1794
1795         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1796         variable.
1797         (gnus-html-image-fetched): Only cache if
1798         gnus-html-image-automatic-caching is set.
1799         (gnus-html-image-fetched): Check for errors.
1800
1801 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1804         once per method on `g'.  This ensures that backends like nnfolder don't
1805         open all their folders.
1806
1807         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1808         (nnimap-request-list): Nix out group in the correct buffer.
1809         (nnimap-parse-flags): Implement by using `read' instead of
1810         hand-parsing.
1811         (nnimap-flags-to-marks): Pass on permanent-flags.
1812         (nnimap-make-process-buffer): Record the server name.
1813         (nnimap-parse-flags): Fix typo.
1814         (nnimap-request-scan): Run split on the server in general, not just a
1815         single group.
1816
1817         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1818         parameter, and propagate this downwards.
1819
1820         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1821         since EXAMINE changes it on the server.
1822
1823         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1824         this command might take a while.
1825
1826 2010-09-22  Julien Danjou  <julien@danjou.info>
1827
1828         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1829         harmful if you have 2 images side-by-side, they can't be properly
1830         update on text deletion.  Using text-property is safer here.
1831         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1832         data.
1833
1834 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * nnimap.el (nnimap-expunge-inbox): Removed.
1837         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1838         (nnimap-expunge): Flip default to t.
1839
1840         * gnus.el (gnus-method-to-server): Don't push things to the cache
1841         unless it's unique.
1842         (gnus-server-to-method): Ditto.
1843
1844 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1845
1846         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1847
1848 2010-09-22  Julien Danjou  <julien@danjou.info>
1849
1850         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1851         get the start of data.
1852         (gnus-html-encode-url): Add this function to encode special chars in
1853         URL.
1854         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1855         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1856
1857         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1858         default.
1859         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1860
1861         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1862         images alt-text.
1863         (gnus-html-put-image): Put alt-text as help-echo.
1864
1865 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1868         * mm-util.el (mm-decompress-buffer)
1869         * nnir.el (nnir-run-find-grep)
1870         * pop3.el (pop3-list): Use 3rd arg of split-string.
1871
1872         * time-date.el (format-seconds): Comment fix.
1873
1874         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1875         and byte-optimize-form-code-walker.
1876         (dgnushack-make-auto-load): Don't advise make-autoload.
1877
1878         * lpath.el: Remove Emacs 21 stuff.
1879
1880 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1883         outside the active range.  Suggested by Dan Christensen.
1884
1885         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1886         slightly later to avoid double-getting it.
1887
1888         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1889         previous patch.
1890
1891         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1892
1893 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1894
1895         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1896
1897 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus-int.el (gnus-open-server): Give a better error message in the
1900         "go offline" case.
1901
1902         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1903         marks for nnimap, which is seldom the right thing to do.
1904
1905         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1906         (gnus-same-method-different-name): New function.
1907
1908         * nnimap.el (parse-time): Require.
1909
1910         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1911         method in the presence of many similar methods.
1912
1913         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1914
1915         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1916         nnml-inhibit-expiry.
1917
1918         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1919         find out whether methods are equal.
1920
1921         * nnimap.el (nnimap-find-expired-articles): New function.
1922         (nnimap-process-expiry-targets): New function.
1923         (nnimap-request-move-article): Request the article before looking at
1924         what the Message-ID is.  Fix found by Andrew Cohen.
1925         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1926
1927         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1928         for oldness in addition to being a predicate.
1929
1930         * nnimap.el (nnimap-request-group): When we have zero articles, return
1931         the right data to Gnus.
1932         (nnimap-request-expire-articles): Only delete articles immediately if
1933         the target is 'delete.
1934
1935         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1936         method, this would bug out.
1937
1938         * gnus-group.el (gnus-group-expunge-group): Renamed from
1939         gnus-group-nnimap-expunge, and implemented as a normal interface
1940         function.
1941
1942         * gnus-int.el (gnus-request-expunge-group): New function.
1943
1944         * nnimap.el (nnimap-request-create-group): Implement.
1945         (nnimap-request-expunge-group): New function.
1946
1947 2010-09-21  Julien Danjou  <julien@danjou.info>
1948
1949         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1950         (gnus-html-cache-expired): Add new function.
1951         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1952         wethever we should display image for fetch it.
1953         Compute alt-text earlier to pass it to the fetching function too.
1954         (gnus-html-schedule-image-fetching): Change function argument to only
1955         get one image at a time, not a list.
1956         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1957         cache.
1958         (gnus-html-get-image-data): New function to retrieve image data from
1959         cache.
1960         (gnus-html-put-image): Change buffer argument to use image data rather
1961         than file, and place image above region rather than inserting a new
1962         one. Do not take alt-text as argument, since it's useless now: we place
1963         the image above alt-text.
1964         (gnus-html-prune-cache): Remove.
1965         (gnus-html-show-images): Start to fetch image when we find one, do not
1966         push into a temporary list.
1967         (gnus-html-prefetch-images): Only fetch image if they have expired.
1968         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1969         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1970
1971 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1974
1975 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1978         spec inser "*" if the group isn't active instead of 0.
1979
1980         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1981         opening the server.
1982         (nnimap-request-delete-group): Implement group deletion.
1983         (nnimap-transform-headers): Return the size of the entire message in
1984         the Bytes header, not just the size of the first part.
1985         (nnimap-request-move-article): When moving an article from nnimap,
1986         request the article first so the accepting form has an article to
1987         accept.  Reported by Dan Christensen.
1988         (nnimap-command): Make sure that the error message doesn't error out.
1989
1990 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1991
1992         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1993         we haven't requested anything.
1994
1995 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1998         "".  Fix found by Andrew Cohen.
1999
2000         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2001         instead of -encode-string.
2002
2003 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2006
2007         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2008         by mm-subst-char-in-string.
2009
2010 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2013         waiting for the connection string.
2014
2015         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2016         arriving.
2017
2018         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2019         bogus characters.  This allows selecting certain Gmail groups.
2020
2021         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2022         (nnimap-fetch-partial-articles): New variable.
2023         (nnimap-open-connection): When looking for credentials, also use the
2024         nnimap-server-port.
2025         (nnimap-request-article): Return the group/article number, so that Gnus
2026         `^' works as expected.
2027         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2028         them.
2029
2030         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2031         comments.
2032         (gnus-methods-sloppily-equal): New function.
2033         (gnus): When using the development version of Gnus, load the gnus-load
2034         file.
2035
2036         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2037         `gnus-open-server' on each method before trying to scan them etc.  This
2038         ensures that all the backend parameters are set correctly.
2039
2040         * nnimap.el (nnimap-authenticator): New variable.
2041         (nnimap-open-connection): Allow anonymous login.
2042         (nnimap-transform-headers): The chars header is called Chars not
2043         Bytes.
2044         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2045         drops.
2046
2047         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2048         patch, found by Knut Anders Hatlen.
2049
2050 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2051
2052         * gnus-agent.el (gnus-agent-batch-confirmation)
2053         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2054         to gnus-message.
2055         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2056         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2057         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2058         * gnus-int.el (gnus-open-server): Likewise.
2059         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2060         (gnus-score-check-syntax): Likewise.
2061         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2062         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2063         Likewise.
2064         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2065
2066 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2069         calling conventions so that prefetch doesn't bug out.
2070
2071 2010-09-19  Julien Danjou  <julien@danjou.info>
2072
2073         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2074         rather than `subst-char-in-region' in order to be able to replace ASCII
2075         char by UTF-8 ones.
2076
2077         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2078         than curl.
2079         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2080         the right URL and ALT text on images.
2081         (gnus-html-wash-tags): Fix tag case.
2082         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2083         (gnus-article-html): Add -o display_ins_del=2 option.
2084         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2085
2086 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2089         the extra mail headers, which sometimes seem to happen for unknown
2090         reasons.
2091
2092         * mail-parse.el (mail-header-encode-parameter): Define as
2093         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2094         (or most, perhaps?) mail readers don't understand the latter, but do
2095         understand the former.
2096
2097         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2098         to nil, so that no methods are automatically agentized.  I think this
2099         is probably what most users want.
2100
2101         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2102         from url-retrieve, for instance about invalid URLs.
2103
2104         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2105         groups that have no articles.
2106         (nnimap-request-article): Check that we really got an article when we
2107         requested one.
2108
2109         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2110         doesn't exist.
2111
2112         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2113         nntp buffer so the agent can save it.
2114         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2115         that CRLF doesn't get translated to \n.
2116         (nnimap-open-connection): Don't make 'shell commands only send \n.
2117
2118 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2119
2120         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2121         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2122         Update var name.
2123         (nnml-generate-nov-file): Use dolist.
2124         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2125         Use with-current-buffer.
2126
2127 2010-09-18  Julien Danjou  <julien@danjou.info>
2128
2129         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2130         parallel.
2131
2132 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2135         the range update right.
2136         (nnimap-request-group): Don't make `M-g' bug out on group with no
2137         marks.
2138         (nnoo): Required, so that other packages can require nnimap.
2139         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2140         command we're looking for.  This helps when the server sends more
2141         responses after we've gotten everything we expected.
2142         (nnimap): Add a `newlinep' field to keep track of end-of-line
2143         conventions.
2144         Don't send CRLF to things that don't want it.
2145         (nnimap-request-accept-article): Ditto.
2146
2147 2010-09-18  Julien Danjou  <julien@danjou.info>
2148
2149         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2150         than curl to retrieve images.
2151
2152 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2155         the marks.
2156         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2157         (nnimap-wait-for-connection): New function.
2158         (nnimap-open-connection): If we have PREAUTH, don't query for login
2159         credentials.
2160         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2161         when doing a partial update.
2162
2163 2010-09-18  Julien Danjou  <julien@danjou.info>
2164
2165         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2166         tags.
2167
2168 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * nnimap.el (nnimap-credentials): New function.
2171         (nnimap-open-connection): Use the new function to look for credentials
2172         also on the numeric equivalents of "imap" and "imaps".
2173
2174         * gnus-start.el (gnus-activate-group): Send the info to
2175         gnus-request-group.
2176
2177         * nnimap.el (nnimap-request-group): Have the "check" version of the
2178         function parse flags and update the info, so that a `M-g' get a total
2179         resync of all flags from the group.
2180
2181         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2182         to allow backends to alter the info on group selection.  Also alter all
2183         the backend -request-group functions to take the parameter.
2184
2185         * nnimap.el (nnimap-store-info): New function.
2186         (nnimap-update-info): Store the info for later usage.
2187         (nnimap-request-group): Use the stored info for the dont-check case, so
2188         that we don't retrieve all marks when we enter a group.
2189
2190         * nnimap.el: Use deffoo instead of defun for interface functions.
2191
2192         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2193         update the group info.  This makes the nndraft groups, for instance, go
2194         back to their old behaviour.
2195
2196         * gnus-sum.el (gnus-select-newsgroup): Indent.
2197
2198         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2199         in.
2200         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2201         nothing.
2202
2203         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2204         from methods that are denied.
2205
2206         * gnus-int.el (gnus-method-denied-p): New function.
2207
2208         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2209         store the password instead of netrc.
2210         (nnimap-open-connection): Don't error out when we can't make a
2211         connections.
2212
2213         * auth-source.el (auth-source-create): In the password prompt, say what
2214         we're querying for.  Also prompt for user name if that hasn't been
2215         given.
2216
2217         * nnimap.el (nnimap-with-process-buffer): Removed.
2218
2219 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2222         method when we're reading from the agent.
2223
2224         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2225
2226         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2227         that's probably most useful for users.
2228
2229         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2230         "failed" all the time.
2231
2232         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2233         ...)) with (with-current-buffer ... ).
2234
2235         * nntp.el (nntp-open-server): Return whether the open was successful or
2236         not.
2237
2238         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2239         select an unread unseen article first.
2240
2241         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2242         /etc/services, supply some sensible port defaults.
2243
2244         * dgnushack.el: Define netrc-credentials.
2245
2246 2010-09-17  Julien Danjou  <julien@danjou.info>
2247
2248         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2249
2250 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2251
2252         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2253         doesn't have any parameters.
2254
2255 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2258         only upcased checks.
2259
2260         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2261
2262         * nnimap.el (nnimap-open-shell-stream): New function.
2263         (nnimap-open-connection): Use it.
2264         (nnimap-transform-headers): Get the number of lines in each message.
2265         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2266         number of lines.
2267         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2268         problem.
2269
2270         * utf7.el (utf7-encode): Autoload.
2271
2272         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2273         to allow the mail splitting to not return a default group.  This is
2274         useful for nnimap, which will leave unmatched mail in the inbox.
2275
2276         * nnimap.el: Rewritten.
2277
2278         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2279         nnimap usage.
2280
2281         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2282         if the move is internal, so that nnimap can do fast internal moves.
2283
2284         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2285         data.
2286         (gnus-read-active-for-groups): Support finishing the early retrieval of
2287         data.
2288
2289         * gnus-range.el (gnus-range-nconcat): New function.
2290
2291         * gnus-int.el (gnus-finish-retrieve-group-infos)
2292         (gnus-retrieve-group-data-early): New functions.
2293
2294 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2295
2296         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2297         (nnrss-retrieve-groups):
2298         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2299         (pop3-quit): Use with-current-buffer.
2300
2301 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2304         instead of nnheader-accept-process-output.
2305
2306         * dgnushack.el (dgnushack-compile): Add comment.
2307
2308         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2309
2310         * gnus-html.el (gnus-html-schedule-image-fetching)
2311         (gnus-html-prefetch-images): Replace process-kill-without-query by
2312         gnus-set-process-query-on-exit-flag.
2313
2314 2010-09-16  Romain Francoise  <romain@orebokech.com>
2315
2316         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2317
2318 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2321         parameter to unintern is mandatory-ish in Emacs 24.
2322
2323         * gnus-html.el (gnus-html-schedule-image-fetching)
2324         (gnus-html-prefetch-images): Check for curl before using it.
2325
2326         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2327         depend on curl, which isn't essential.
2328
2329         * imap.el: Revert back to version
2330         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2331         seem problematic.
2332
2333 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2334
2335         * gnus-registry.el (gnus-registry-install-shortcuts):
2336         Explicitly pass `obarray' to `unintern' to avoid a warning.
2337
2338 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2341         change.
2342
2343         * nnrss.el (nnrss-request-list): Removed this function and related
2344         functions, including the moreover stuff.
2345
2346 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * nnrss.el (nnrss-retrieve-groups): New function.
2349
2350 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2351
2352         * .dir-locals.el: Add no-byte-compile cookie.
2353
2354 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * time-date.el (format-seconds): Comment fix.
2357
2358         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2359         for back end that doesn't support request-scan.
2360
2361 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2364         then do request scans from the backends.
2365
2366         * netrc.el (netrc-credentials): New conveniency function.
2367
2368         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2369         avoid running a hook per line, since this takes a lot of time,
2370         profiling shows.
2371         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2372         directly if gnus-visual-p is true.
2373
2374 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2377         groups; replace mapcar with dolist which is a bit faster; pass groups
2378         info to gnus-read-active-file-1.
2379         (gnus-read-active-file-1): Scan only specified groups if the new
2380         optional arg `infos' is given.
2381
2382 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2385
2386         * pop3.el (pop3-movemail): Removed.
2387         (pop3-streaming-movemail): Renamed to pop3-movemail.
2388
2389         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2390         don't restrict end-tag searches to the end of the line.
2391
2392 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2395         articles of every unchecked group to t, which means unknown since the
2396         server has never been opened.
2397
2398 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * gnus-html.el (gnus-html-show-alt-text): New command.
2401         (gnus-html-browse-image): Ditto.
2402         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2403         to browse the image directly.
2404         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2405         better.
2406
2407         * gnus-async.el (gnus-async-article-callback): Call
2408         `gnus-html-prefetch-images' unconditionally.
2409
2410         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2411         before feeding URLs to curl.
2412
2413 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2416         internal images as deletable by `W D D'.
2417
2418         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2419         (gnus-async-article-callback): Fix typo.
2420
2421 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2424         current line to work around bugs in the output from w3m.
2425
2426         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2427         for groups that want that.
2428
2429         * nntp.el (nntp-wait-for-string): Supply a timeout for
2430         accept-process-output to ensure progress.
2431
2432         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2433         level to get unread articles from, then use that for foreign groups,
2434         too.
2435
2436         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2437         confuses the rest of the function.
2438
2439         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2440         for the methods that support -retrieve-groups, too.
2441
2442         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2443
2444 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2447         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2448
2449         * pop3.el: Require cl when compiling.
2450         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2451
2452 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2455         that aren't going to be activated.
2456         (gnus-get-unread-articles): Fix up the last commit.
2457
2458         * gnus-html.el (gnus-article-html): Allow calling without specifying
2459         the handle.  In that case, dissect the buffer first.
2460
2461         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2462
2463         * nnimap.el (nnimap-open-connection): Revert the change that would look
2464         into authinfo for imaps instead of imap.
2465
2466         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2467         say that you don't want to call gnus-request-group with don-check, but
2468         do check the reponse.  This is for virtual groups only.
2469         (gnus-get-unread-articles): Count the archive groups as secondary, so
2470         that they're activated the same way as before.
2471
2472         * imap.el (imap-message-map): Removed optional buffer parameter, since
2473         no callers use it.
2474         (imap-message-get): Ditto.
2475         (imap-message-put): Ditto.
2476         (imap-mailbox-map): Ditto.
2477         (imap-mailbox-put): Ditto.
2478         (imap-mailbox-get): Ditto.
2479         (imap-mailbox-get): Revert last change for this function.
2480
2481         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2482         case-insensitively.
2483         (nnimap-debug): Removed.
2484
2485         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2486         to use `imap-fetch' instead.  According to the comments, this should be
2487         safe, since all other IMAP clients use the 1:* syntax.
2488         (imap-enable-exchange-bug-workaround): Removed.
2489         (imap-debug): Removed -- doesn't seem very useful.
2490
2491         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2492         mail from a file, and the file doesn't exist.
2493
2494         * imap.el (imap-log): New convenience function used throughout instead
2495         of repeating the same code all over the place.
2496
2497         * pop3.el (pop3-streaming-movemail): Return t for success.
2498
2499         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2500         .authinfo if we're using ssl connection.
2501
2502         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2503         already have if we're in a main Gnus `g' run.
2504
2505         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2506
2507 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2510
2511         * nnmh.el (nnmh-request-list-1): Bind `file'.
2512
2513         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2514         alias to set-process-query-on-exit-flag or process-kill-without-query.
2515         (pop3-open-server): Use it.
2516
2517 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2520         box to the Incoming file.  Fixes mistake in previous checkin.
2521
2522         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2523         request loop (for debugging purposes) removed.
2524
2525         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2526         culprit is more visible.
2527         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2528         (nnml-add-incremental-nov): New functions to do "incremental" nov
2529         updates, where we just append to the end of the existing nov files
2530         without reading/writing them in full.
2531
2532         * mail-source.el (mail-source-delete-crash-box): Really only check the
2533         incoming files once in a while.
2534
2535         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2536
2537         * mail-source.el (mail-source-delete-crash-box): Only check the
2538         incoming files for deletion once per day to save a lot of file
2539         accesses.
2540
2541         * pop3.el (pop3-logon): Fix up unbound variable typo.
2542
2543         * mail-source.el (pop3-streaming-movemail): Autoload.
2544
2545         * pop3.el (pop3-streaming-movemail): Respect
2546         pop3-leave-mail-on-server.
2547
2548         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2549         retrieval.
2550
2551         * pop3.el (pop3-process-filter): Removed unused function.
2552         (pop3-streaming-movemail, pop3-send-streaming-command)
2553         (pop3-wait-for-messages, pop3-write-to-file)
2554         (pop3-number-of-responses): New functions for streaming pop3
2555         retrieval.
2556
2557         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2558         come from no known methods.
2559         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2560         list.
2561
2562         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2563         message sizes.
2564         (pop3-movemail): Use erase-buffer instead of looping and deleting
2565         regions, which seems rather odd.
2566
2567         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2568         file once per `g' run.
2569
2570         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2571         directories.  This makes the draft queue directory work.
2572
2573         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2574         data from the backends, so that we only request the list of groups from
2575         each method once.  This should speed things up considerably.
2576
2577         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2578         detect that it's not implemented.
2579
2580         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2581         we actually do recurse down into the tree, but don't stat all leaf
2582         nodes.
2583
2584         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2585         then say so instead of bugging out.
2586
2587         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2588         files exist before trying to read them.
2589
2590         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2591         around <pre_int>.
2592
2593         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2594
2595         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2596
2597 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * mm-util.el (mm-image-load-path): Just return the image directories,
2600         not all directories in the path in addition to the image directories.
2601         (mm-image-load-path): Maintain a cache of the image directories so that
2602         the `g' command in Gnus doesn't have to stat dozens of directories each
2603         time.
2604
2605         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2606         (gnus-html-wash-tags): Add a new `i' command to insert images.
2607         (gnus-html-insert-image): New command and keystroke.
2608         (gnus-html-redisplay-with-images): New command and keystroke.
2609         (gnus-html-show-images): Renamed command.
2610         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2611         spacers.
2612         (gnus-html-wash-tags): Decode entities at the end, so that entities
2613         inside the tags don't mess up the rest of the "parsing".
2614
2615         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2616         so that nnimap methods aren't agentized by default.  There's apparently
2617         many problems related to agent/imap behaviour.
2618
2619         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2620
2621         * gnus-html.el: Doc fix.
2622
2623 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2626         specifier-spec-list for Emacs 21.
2627
2628         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2629         glyph-width and glyph-height instead of display-graphic-p and
2630         image-size; make avoidance of displaying small images work for XEmacs.
2631
2632         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2633         for XEmacs.
2634
2635         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2636         of symbol that holds plist data.
2637         (gnus-process-plist): Remove plist of process after getting it.
2638
2639 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * message.el (message-generate-hashcash): Change default to
2642         'opportunistic if hashcash is installed.
2643
2644         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2645         (gnus-html-put-image): Only call image-size once, since it's somewhat
2646         time-consuming on remote X servers.
2647
2648 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2651         type on data, not a file name.
2652
2653         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2654         window-pixel-edges for Emacs 21.
2655
2656         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2657         decoded contents.
2658         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2659
2660 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2663         group line format, since it isn't very interesting.
2664
2665         * gnus-agent.el (gnus-agent-short-article),
2666         (gnus-agent-long-article): Increase values for these two variables,
2667         since most people are likely to have more network connection and
2668         storage than before.
2669
2670         * gnus.el (gnus-refer-article-method): Change default to 'current.
2671         When referring an article, the common behaviour is to refer it from the
2672         current select method, not the native select method.  The chances of
2673         the native select method having the message in question is rather slim
2674         these days.
2675
2676         * gnus-sum.el (gnus-auto-select-subject): Change default to
2677         `unseen-or-unread'.  I think it's likely that most people want to
2678         select an unseen article over a previously seen, but unread one.
2679
2680         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2681         means that in the article buffer none of the minor mode elements will
2682         be shown, usually, and this is not desirable in most cases.
2683
2684         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2685         that commands like `d' (and the like) go to the next line in the
2686         buffer, instead of the next unread article.  I think this is the
2687         behaviour that is most natural for most users.
2688         (gnus-single-article-buffer): Change default to nil, so that people can
2689         have as many article buffers open as they have summary buffer.  I think
2690         this is the most natural way for the groups to behave.
2691
2692         * message.el (message-generate-new-buffers): Change default to
2693         `unsent', so that all new message buffers start their names with the
2694         string "*unsent", and it's easier to find the buffers if you move from
2695         them.
2696
2697 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2700         small.  They're probably tracking images.
2701         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2702         (gnus-html-rescale-image): Yet another try at getting the image sizing
2703         right.
2704
2705         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2706         nntp-marks-file-name is nil.
2707
2708 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2709
2710         * gnus-html.el (gnus-html-wash-tags)
2711         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2712         Better logging.
2713
2714 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2717
2718         * gnus-html.el (gnus-html-wash-tags): Check the value of
2719         gnus-blocked-images in the summary buffer.
2720
2721 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2722
2723         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2724
2725 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2728         like "a", it seems like.
2729         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2730         since it needs to be picked from the correct buffer.
2731
2732         * nnwfm.el: Removed.
2733
2734         * nnlistserv.el: Removed.
2735
2736 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2737
2738         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2739         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2740
2741 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * nnkiboze.el: Removed.
2744
2745         * nndb.el: Removed.
2746
2747         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2748         alt text.
2749         (gnus-html-rescale-image): Try to get the rescaling logic right for
2750         images that are just wide and not tall.
2751
2752         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2753         overshadow variable bindings.
2754
2755 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2756
2757         * gnus-html.el (gnus-html-wash-tags)
2758         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2759         extra logging.
2760
2761 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2764         (gnus-max-image-proportion): New variable.
2765         (gnus-html-rescale-image): New function.
2766         (gnus-html-put-image): Rescale images.
2767
2768 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2769
2770         Fix up some byte-compiler warnings.
2771         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2772         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2773         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2774         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2775         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2776         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2777         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2778
2779 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * gnus-html.el (gnus-article-html): Decode contents by charset.
2782
2783 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2786         (gnus-html-frame-width, gnus-blocked-images)
2787         * message.el (message-prune-recipient-rules): Add custom version.
2788         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2789
2790         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2791         functions.
2792
2793         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2794         gnus-process-get.
2795
2796 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2797
2798         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2799         instead of lsub directly.
2800
2801 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * nnwarchive.el: Removed.
2804
2805         * gnus-soup.el: Removed.
2806
2807         * nnsoup.el: Removed.
2808
2809         * nnultimate.el: Removed.
2810
2811         * gnus-html.el (gnus-blocked-images): New variable.
2812
2813         * message.el (message-prune-recipients): New function.
2814         (message-prune-recipient-rules): New variable.
2815
2816         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2817         guess whether a long line is natural text or not.
2818
2819         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2820         gnus-process-plist and friends for compatibility.
2821
2822 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2823
2824         * gnus-html.el: Require packages that define macros used in this file.
2825         (gnus-article-mouse-face): Declare to silence byte-compiler.
2826         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2827         process-get.
2828         (gnus-html-put-image): Use plist-get to avoid getf.
2829         (gnus-html-prefetch-images): Use with-current-buffer.
2830
2831 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * gnus-ems.el: Provide compatibility functions for
2834         gnus-set-process-plist.
2835
2836         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2837         header-line-format for XEmacs 21.4.
2838
2839         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2840         * gnus.el (gnus-valid-select-methods)
2841         * message.el (message-send-mail-partially-limit)
2842         * mm-decode.el (mm-text-html-renderer)
2843         * mml.el (mml-insert-mime-headers-always)
2844         * smiley.el (smiley-regexp-alist): Bump custom version.
2845
2846 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * gnus-html.el: require mm-url.
2849         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2850         with the url to `url'.
2851         (gnus-html-wash-tags): Support cid: URLs/images.
2852
2853 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2856         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2857         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2858
2859         * gnus-move.el: Removed file, since it doesn't really work.
2860
2861         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2862         UTF-8.  This seems to fix problems with some German web feeds.
2863
2864         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2865         at the top so that the proper colours are applied.
2866
2867         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2868         don't have dots in their names.
2869
2870         * gnus-art.el (gnus-article-view-part): Doc fix.
2871
2872         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2873         XEmacs-compatible.
2874         (gnus-html-put-image): Don't do images on non-graphic displays.
2875
2876         * nnslashdot.el: Removed this unused backend.
2877
2878         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2879         actions.
2880         (gnus-undo-register-1): Revert last change.
2881
2882         * gnus-group.el (gnus-group-completing-read): Protect against not
2883         having completion-styles bound.
2884
2885         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2886         make broken recipients happier.
2887
2888         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2889
2890         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2891         point parameter.
2892
2893         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2894
2895         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2896         completion-styles for group selection.
2897
2898 2009-02-04  Andreas Schwab  <schwab@suse.de>
2899
2900         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2901         headers and regexp-quote the match if necessary.
2902
2903 2009-03-24  Miles Bader  <miles@gnu.org>
2904
2905         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2906         the blinking smiley.
2907
2908 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2909
2910         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2911         blink smiley.
2912
2913 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2916         where the dribbel file lives exists.
2917
2918         * message.el (message-send-mail-partially-limit): Change the default to
2919         nil, since most people don't want this.
2920
2921         * mm-url.el (mm-url-decode-entities): Also decode entities like
2922         &#x3212.
2923
2924 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2925
2926         * gnus-sum.el (gnus-summary-idna-message):
2927         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2928         Hyperlink urls in docstrings with URL `...'.
2929
2930 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2931
2932         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2933         functions.
2934
2935 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2938         say what the mouseover text should be.
2939
2940         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2941         version of the mm-w3m-safe-url-regexp variable to only download images
2942         in the groups where we want that to happen.
2943
2944         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2945
2946         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2947         easier debugging.
2948         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2949         big pictures in the article buffer.
2950
2951         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2952         gnus-article-html.
2953         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2954         w3m.
2955
2956         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2957
2958 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2961         which doesn't exist.
2962
2963         * message.el (message-inhibit-ecomplete): New variable to allow some
2964         function to inhibit ecomplete address storage.
2965         (message-resend): Disable ecomplete message storage when resending
2966         messages.
2967
2968         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2969
2970 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2973         Save excursion while copying, moving, and deleting articles in order to
2974         prevent the cursor from jumping to unforeseen place.
2975
2976 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2977
2978         * lpath.el: No need to bind bookmark-current-buffer,
2979         bookmark-yank-point and bookmark-make-record-function.
2980
2981 2010-08-17  Glenn Morris  <rgm@gnu.org>
2982
2983         * gnus-sync.el: Require gnus components whose functions are used.
2984
2985         * gnus-art.el (bookmark-make-record-function):
2986         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2987         Declare for compiler.
2988
2989         * mm-url.el (mml-compute-boundary): Autoload.
2990
2991 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2994
2995 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2996
2997         Typo fix "hoo4a" -> "hook".
2998
2999         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3000
3001 2010-08-14  Glenn Morris  <rgm@gnu.org>
3002
3003         * gnus-sync.el (gnus-sync): Fix defgroup version.
3004
3005 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3006
3007         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3008
3009         * gnus-sync.el: Fix docs.
3010         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3011         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3012
3013 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3014
3015         Optimizations for gnus-sync.el.
3016
3017         * gnus-sync.el: Add docs about gnus-sync-backend
3018         possibilities.
3019         (gnus-sync-save): Remove unnecessary message.
3020         (gnus-sync-read): Optimize and show what groups were skipped.
3021
3022 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3023
3024         Minor bug fixes for gnus-sync.el.
3025
3026         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3027         read the sync on get-new-news.
3028
3029         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3030         quiet.
3031
3032         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3033
3034 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3035
3036         Make saving and restoring of hidden threads work with overlays.
3037         Patch applied by Ted Zlatanov.
3038
3039         * gnus-sum.el (gnus-hidden-threads-configuration)
3040         (gnus-restore-hidden-threads-configuration): Update to deal with text
3041         properties, rather than searching for a magic character.
3042
3043 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3044
3045         New gnus-sync.el library for synchronization of marks.
3046
3047         * gnus-sync.el: New library for synchronization of marks.
3048
3049         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3050         renamed from `gnus-registry-grep-in-list'.
3051
3052         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3053
3054         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3055
3056 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3059         determining charset of text fails.
3060
3061 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * nnmail.el (nnmail-get-new-mail-1): Revert.
3064
3065         * nnml.el (nnml-active-number): Make sure names of newly created groups
3066         in nnml-group-alist are encoded.
3067
3068 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3071         containing non-ASCII characters in active file for nnml back end.
3072
3073 2010-07-24  David Engster  <dengste@eml.cc>
3074
3075         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3076         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3077
3078 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3079
3080         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3081         tag (Bug#6654).
3082
3083 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3086         the article buffer, not the summary buffer.
3087
3088 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3091         Emacs 23 as well.
3092
3093 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3096         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3097
3098 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3099
3100         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3101         Patch applied by Karl Fogel.
3102
3103         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3104         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3105
3106 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3107
3108         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3109         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3110         C-w still not working correctly from Article buffers; Thierry's
3111         patch to fix that will be applied after this.
3112
3113         * gnus-art.el (bookmark-make-record-function): New local variable.
3114
3115         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3116         article buffer.
3117         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3118
3119 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3120
3121         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3122         on changes in bookmark.el.
3123
3124 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3127         `no-log' instead of message not to log prompt string.
3128
3129 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3130
3131         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3132         the *other* type of HTML form submission.
3133
3134 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3135
3136         * auth-source.el (auth-source-pick): If choice does not contain a
3137         questioned keyword, set the check to t.
3138
3139 2010-06-12  Romain Francoise  <romain@orebokech.com>
3140
3141         * gnus-util.el (gnus-date-get-time): Move up before first use.
3142
3143 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3146         (gnus-article-edit-part): Bind it to make last part that is substituted
3147         or deleted visible.
3148         (gnus-mime-display-single): Buttonize part of which id equals to
3149         gnus-mime-buttonized-part-id.
3150
3151 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3152
3153         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3154         (gnus-dd-mmm): Use gnus-date-get-time.
3155         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3156         simplify logic.
3157         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3158         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3159
3160 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3161
3162         * auth-source.el (top): Autoload `secrets-list-collections',
3163         `secrets-create-item', `secrets-delete-item'.
3164         (auth-sources): Fix tag string.
3165         (auth-get-source, auth-source-retrieve, auth-source-create)
3166         (auth-source-delete): New defuns.
3167         (auth-source-pick): Rewrite in order to avoid 2 passes.
3168         (auth-source-forget-user-or-password): New parameter USERNAME.
3169         (auth-source-user-or-password): New parameters CREATE-MISSING and
3170         DELETE-EXISTING.  Retrieve password interactively, if needed.
3171
3172 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3173
3174         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3175         deleting unused directories when gnus-expert-user is t.
3176
3177 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3180         for each temp file when gnus-article-browse-delete-temp is ask.
3181
3182 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3183
3184         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3185         Lisp calls to delete-backward-char by calls to delete-char.
3186
3187 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3188
3189         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3190
3191 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3192
3193         * password-cache.el (password-cache-remove): Fix docstring.
3194
3195 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3198         article unless decoding article to be saved.
3199
3200 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3203         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3204         generated within the mm-with-unibyte-current-buffer macro.
3205
3206 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3209         to nil when we're in a mml-preview buffer and no group is selected.
3210
3211 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3212
3213         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3214         when catching the `C-g'.  Reported by "Leo".
3215
3216 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * message.el (message-forward-make-body-plain)
3219         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3220         multibyte-string-p.
3221
3222         * lpath.el: Revert.
3223
3224 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * message.el (message-forward-make-body-mml): Assume original message
3227         is multibyte string; error on unibyte.
3228         (message-forward-make-body-plain): Ditto; don't add excessive newline
3229         in body end.
3230
3231         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3232
3233 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3234
3235         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3236         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3237
3238 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * mm-extern.el (mm-extern-url): Don't use
3241         mm-with-unibyte-current-buffer.
3242         (mm-extern-cache-contents): Use with-current-buffer instead of
3243         save-excursion + set-buffer.
3244
3245 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * mm-util.el (mm-emacs-mule): Remove.
3248
3249 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3250
3251         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3252         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3253         change.
3254
3255 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3258         bind the default value of enable-multibyte-characters to nil.
3259
3260 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * message.el (message-forward-make-body-plain)
3263         (message-forward-make-body-mml):
3264         Don't use mm-with-unibyte-current-buffer.
3265
3266 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3267
3268         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3269
3270 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3271
3272         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3273         (Bug#5592).
3274
3275 2010-05-07  Julien Danjou  <julien@danjou.info>
3276
3277         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3278         it to mm-pipe-part.
3279
3280         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3281         it is given.
3282
3283 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * binhex.el (binhex-decode-region-internal)
3286         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3287         (dns-query)
3288         * nnweb.el (nnweb-gmane-search)
3289         * pgg-parse.el (pgg-parse-armor)
3290         * pgg.el (pgg-verify-region)
3291         * sha1.el (sha1-string-external)
3292         * uudecode.el (uudecode-decode-region-internal)
3293         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3294         XEmacs.
3295
3296         * gnus-art.el (gnus-article-browse-html-parts)
3297         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3298         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3299         make-temp-file.
3300
3301         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3302         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3303         compiling.
3304
3305         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3306         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3307         XEmacs when compiling.
3308
3309         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3310         gnus-pick-mode-off-hook for XEmacs when compiling.
3311         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3312         gnus-binary-mode-off-hook for XEmacs when compiling.
3313
3314         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3315         nil if char-charset is not available.
3316
3317         * imap.el (imap-disable-multibyte)
3318         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3319         macros.
3320
3321         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3322         instead of encode-coding-string.
3323
3324         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3325         'xemacs) instead of mm-emacs-mule to switch function definitions.
3326         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3327
3328         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3329         bind temporary-file-directory for XEmacs;
3330         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3331         timer-set-function for XEmacs 21.4 and SXEmacs;
3332         bind timer-list for XEmacs 21.4 and SXEmacs;
3333         fbind char-charset and find-charset-region for non-Mule XEmacs;
3334         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3335         encode-coding-region and encode-coding-string for XEmacs having no
3336         file-coding feature.
3337
3338 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3339
3340         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3341
3342 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3345         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3346
3347 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3348
3349         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3350         alias `jka-compr-delete-temp-file' no longer exists.
3351
3352 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3353
3354         Use define-minor-mode in Gnus where applicable.
3355         * mml.el (mml-mode): Use define-minor-mode.
3356         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3357         (gnus-undo-mode): Use define-minor-mode.
3358         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3359         (gnus-dead-summary-mode): Use define-minor-mode.
3360         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3361         Initialize in declaration.
3362         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3363         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3364         (gnus-mailing-list-mode): Use define-minor-mode.
3365         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3366         (gnus-draft-mode): Use define-minor-mode.
3367         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3368         (gnus-dired-mode): Use define-minor-mode.
3369
3370 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3371
3372         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3373         handles on recursive mml-to-mime translation and check them for
3374         boundary delimiter collisions.  Reported by Greg Troxel.
3375
3376 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3379
3380 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3381
3382         * mm-util.el (mm-find-buffer-file-coding-system):
3383         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3384
3385 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3386
3387         * message.el (message-generate-headers): Record insertion of optional
3388         headers as well.  Otherwise the check to prevent repeated insertion of
3389         optional headers is a no-op.
3390
3391 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3392
3393         * smime.el: Don't mention CVS.
3394
3395         * nnrss.el (nnrss-fetch): Don't mention CVS.
3396
3397         * nnir.el: Don't mention CVS.
3398
3399 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3400
3401         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3402
3403 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * lpath.el: Fbind bookmark-default-handler,
3406         bookmark-get-bookmark-record, bookmark-make-record-default,
3407         bookmark-prop-get for Emacs <23 and XEmacs.
3408
3409 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3410
3411         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3412         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3413         Use with-current-buffer to silence the byte-compiler.
3414         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3415         bother to require `gnus'.
3416         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3417
3418 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3419
3420         * gnus-sum.el (gnus-summary-bookmark-make-record)
3421         (gnus-summary-bookmark-jump): New functions.
3422         (gnus-summary-mode): Setup bookmark support.
3423
3424 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3425
3426         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3427         if set.
3428
3429 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3432         gnus-article-browse-html-save-cid-image; make it work recursively for
3433         forwarded messages as well.
3434         (gnus-article-browse-html-parts): Work when prefix arg is given.
3435         (gnus-article-browse-html-article): Doc fix.
3436
3437 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3438
3439         * message.el (message-default-mail-headers):
3440         (message-default-headers): Carry the value mail-default-headers over
3441         into message-default-mail-headers, rather than message-default-headers.
3442
3443 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3444
3445         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3446         charset.
3447
3448         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3449         charset into the <meta> tag when the article is encoded to utf-8.
3450
3451 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3454         directories as well.
3455         (gnus-article-browse-html-parts): Work for images that do not specify
3456         file names; delete temp directory when quitting; insert header at the
3457         right place; use file: scheme for image files.
3458
3459 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3460
3461         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3462         (gnus-article-browse-html-parts): Use it to make temporary cid image
3463         files in addition to html file so that browser may display them.
3464
3465 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3468
3469 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3470
3471         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3472
3473 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3474
3475         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3476         about Secret Service API sources.  Improve Customize options.
3477         (auth-source-pick): Change to accept any number of search parameters.
3478         Implement fallbacks iteratively, not recursively.  Add scoring on the
3479         second pass and sort by score.  Call Secret Service API when needed.
3480         (auth-source-user-or-password): Use it.  Call Secret Service API
3481         directly when needed to get the user name and the password.
3482
3483 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3484
3485         * message.el (message-interactive): Doc fix.
3486         (message-qmail-inject-args): Reflow.
3487         (message-kill-to-signature): Fix typo in docstring.
3488
3489         * smiley.el (smiley-buffer): Fix typo in docstring.
3490
3491 2010-03-24  Glenn Morris  <rgm@gnu.org>
3492
3493         * mail-source.el (gnus-message): Declare.
3494         (mail-source-delete-old-incoming): Require gnus-util.
3495
3496 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3499
3500         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3501
3502         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3503         password-cache's default if it is not bound.
3504         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3505         password-cache-expiry's default if it is not bound.
3506
3507         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3508         available in Emacs 21.
3509
3510         * lpath.el: Suppress compiler warnings for:
3511         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3512         XEmacs;
3513         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3514         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3515         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3516
3517 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3518
3519         * auth-source.el (auth-sources): Fix up definition so extra parameters
3520         are always inline.
3521
3522 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3523
3524         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3525         wasn't updated after mismatch.  Clear cached mailbox info correctly
3526         when uidvalidity changes.
3527         (nnimap-group-prefixed-name): New function to avoid some code
3528         duplication.
3529         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3530         (nnimap-request-group): Use it.
3531         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3532         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3533         with many imap folders.  This is done by caching the group status from
3534         the imap server persistently in a group parameter `imap-status'.  (This
3535         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3536         but not persistently, so every Gnus startup was still very slow.)
3537
3538 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3539
3540         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3541         delete the extra newline.  Otherwise editing of :string and :number
3542         types don't work.
3543
3544 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3545
3546         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3547         secrets.el dependency.
3548         (auth-sources): Add optional user name.  Add secrets.el configuration
3549         choice (unused right now).
3550
3551 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3552
3553         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3554         `gnus-registry-install-shortcuts' fill in the functions.
3555
3556         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3557         warnings.
3558         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3559         (gnus-registry-install-shortcuts): Populate and use it in a
3560         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3561
3562 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3563
3564         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3565         In-place substitutions for the group name encoding/decoding.
3566         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3567         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3568         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3569         (nnimap-update-unseen, nnimap-request-list)
3570         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3571         (nnimap-request-set-mark, nnimap-split-to-groups)
3572         (nnimap-split-articles, nnimap-request-newgroups)
3573         (nnimap-request-create-group, nnimap-request-accept-article)
3574         (nnimap-request-delete-group, nnimap-request-rename-group)
3575         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3576         `encoded-mbx' for consistency.
3577         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3578         variable `imap-current-mailbox'.
3579
3580         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3581         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3582
3583 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3584
3585         * pop3.el (pop3-display-message-size-flag): Display message size byte
3586         counts during POP3 download.
3587         (pop3-movemail): Use it.
3588         (pop3-list): Implement listing of available messages.
3589
3590 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3591
3592         * nnir.el (nnir-get-article-nov-override-function): New function to
3593         override the normal NOV retrieval.
3594         (nnir-retrieve-headers): Use it.
3595
3596 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3597
3598         * auth-source.el (netrc-machine-user-or-password): Autoload.
3599
3600 2010-03-19  Glenn Morris  <rgm@gnu.org>
3601
3602         Stop message.el from loading about 40 libraries it doesn't always need.
3603         The general approach is to autoload rather than require, and to
3604         require in the specific functions rather than the file.  (Bug#5642)
3605
3606         * gmm-utils.el: Don't require wid-edit.
3607         (widget-create-child-value, widget-convert, widget-default-get):
3608         Autoload.
3609
3610         * gnus-util.el: Don't require time-date, netrc.
3611         (message-fetch-field, gnus-group-name-decode): Declare rather than
3612         autoloading.
3613         (gnus-fetch-field): Require message.
3614         (gnus-decode-newsgroups): Require gnus-group.
3615
3616         * ietf-drums.el: Don't require time-date.
3617
3618         * message.el: Don't require hashcash, canlock, ecomplete.
3619         Do require mail-utils.  Require nnheader only when compiling.
3620         (smtpmail-default-smtp-server): Remove declaration.
3621         (message-send-mail-function): Check smtpmail-default-smtp-server
3622         is bound rather than requiring smtpmail.
3623         (message-auto-save-directory, message-insert-signature): Use
3624         expand-file-name rather than nnheader-concat.
3625         (nnheader-insert-file-contents): Autoload.
3626         (hashcash-wait-async): Declare.
3627         (message-send-mail): Only call gnus-setup-posting-charset if
3628         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3629         (message-send-mail-with-sendmail): Require sendmail.
3630         (canlock-password, canlock-password-for-verify): Declare.
3631         (message-canlock-password): Require canlock.
3632         (nnheader-get-report): Autoload.
3633         (gnus-setup-posting-charset): Declare.
3634         (message-send-news): Require gnus-msg.
3635         (message-make-references, message-make-in-reply-to): Use mail-header-id
3636         rather than the alias mail-header-message-id.
3637         (ecomplete-add-item, ecomplete-save): Declare.
3638         (message-put-addresses-in-ecomplete): Require ecomplete.
3639         (ecomplete-display-matches): Autoload.
3640
3641         * mm-decode.el: Don't require mailcap, gnus-util.
3642         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3643         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3644         Autoload.
3645         (mailcap-mime-extensions): Declare.
3646
3647         * mm-encode.el: Don't require mailcap.
3648         (mailcap-extension-to-mime): Autoload.
3649
3650         * mml-sec.el: Don't require password-cache.
3651
3652         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3653         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3654         (mml-minibuffer-read-type): Require mailcap.
3655         (mml-preview): Require gnus-msg.
3656
3657         * mml1991.el: Require password-cache.
3658         (password-cache-expiry): Remove declaration.
3659
3660         * mml2015.el: Require password-cache.
3661         (password-cache-expiry): Remove declaration.
3662
3663         * nneething.el (mailcap): Require mailcap.
3664
3665         * nnheader.el (declare-function): Add compatibility stub.
3666         (message-remove-header): Declare rather than autoload.
3667         (nnheader-replace-header): Require message.
3668
3669         * nnimap.el (declare-function): Add compatibility stub.
3670         (netrc-parse, netrc-machine-user-or-password): Declare.
3671         (nnimap-open-connection): Require netrc.
3672
3673         * nntp.el (declare-function): Add compatibility stub.
3674         (netrc-parse, netrc-machine, netrc-get): Declare.
3675         (nntp-send-authinfo): Require netrc.
3676
3677         * rfc2047.el: Don't require qp.
3678         (quoted-printable-encode-region, quoted-printable-decode-string):
3679         Autoload.
3680
3681         * sieve-mode.el: Don't require easymenu.
3682         (easy-menu-add-item): Autoload it.
3683
3684         * spam-stat.el (time-to-number-of-days): Autoload it.
3685
3686 2010-03-19  Glenn Morris  <rgm@gnu.org>
3687
3688         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3689
3690 2010-03-18  Glenn Morris  <rgm@gnu.org>
3691
3692         * hashcash.el (declare-function): Remove duplicate definition.
3693
3694 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3695
3696         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3697         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3698         value if any backslash escapes).
3699
3700 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3703         if it is available.  (bug#5647)
3704
3705         * lpath.el: Suppress compiler warning for coding-system-from-name for
3706         Emacs 21 and XEmacs.
3707
3708 2010-03-14  Juri Linkov  <juri@jurta.org>
3709
3710         * hmac-def.el:
3711         * hmac-md5.el:
3712         * netrc.el: Fix keywords.
3713
3714 2010-02-26  Glenn Morris  <rgm@gnu.org>
3715
3716         * message.el (message-send-mail-function): Change the default, so that
3717         it inherits from a customized send-mail-function.  (Bug#5643)
3718
3719 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3720
3721         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3722         shell-command-to-string signals an error (bug#5299).
3723
3724 2010-02-24  Glenn Morris  <rgm@gnu.org>
3725
3726         * message.el (message-smtpmail-send-it)
3727         (message-send-mail-with-mailclient): Doc fixes.
3728
3729 2010-02-16  Glenn Morris  <rgm@gnu.org>
3730
3731         * message.el (message-default-mail-headers): Change the default value
3732         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3733
3734 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3737         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3738
3739 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3740
3741         * time-date.el (date-to-time): Doc fix (Bug#5408).
3742
3743 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3744
3745         * message.el (message-mail): Just pass yank-action on to message-setup.
3746         (message-setup): Handle (FUN . ARGS) form of yank-action.
3747         (message-with-reply-buffer, message-widen-reply)
3748         (message-yank-original): Handle non-buffer values of
3749         message-reply-buffer (Bug#4080).
3750         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3751
3752 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3753
3754         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3755         Fix typo in docstring.
3756
3757 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3758
3759         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3760         response.
3761
3762 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3765
3766         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3767
3768         * message.el (message-check-news-header-syntax): Protect against a
3769         string that `rfc822-addresses' returns when parsing fails.
3770
3771 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3774         (gnus-previous-char-property-change): New functions.
3775
3776         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3777
3778 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3779
3780         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3781         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3782
3783 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3784
3785         * message.el (message-exchange-point-and-mark): Rework last change to
3786         avoid using optional arg of exchange-point-and-mark, for backward
3787         compatibility.
3788
3789 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3790
3791         * message.el (message-exchange-point-and-mark): Call
3792         exchange-point-and-mark with an argument rather than setting
3793         mark-active by hand (Bug#5175).
3794
3795 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * nntp.el (nntp-service-to-port): Work for service expressed with
3798         numeric string; replace [:digit:] with [0-9] for XEmacs.
3799
3800 2009-12-17  Glenn Morris  <rgm@gnu.org>
3801
3802         * gnus-group.el (gnus-bug-group-download-format-alist):
3803         Change emacs entry to debbugs.gnu.org.  Bump :version.
3804
3805 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3806
3807         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3808
3809 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3810
3811         * message.el (message-info): Explain why we use `Info-goto-node'.
3812
3813 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3816
3817 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3818
3819         * message.el (message-completion-in-region): New compatibility function.
3820         (message-expand-group): Use it.
3821
3822 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3825         with no unread article should be listed if the 2nd arg `predicate' is
3826         given.
3827
3828 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3831
3832 2009-11-29  Juri Linkov  <juri@jurta.org>
3833
3834         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3835         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3836         on `gnus-recenter'. (Bug#4698, Bug#4981)
3837
3838 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3839
3840         * sha1.el (sha1-string-external): default-directory "/" in case
3841         otherwise non-existent.  process-connection-type pipe for touch of
3842         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3843
3844 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3845
3846         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3847         it's comms related and sgml-mode.el has "comm" on that basis too.
3848
3849 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3852         containing tspecial characters if they have been already quoted.
3853
3854 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3855
3856         * dns-mode.el (auto-mode-alist): Purecopy string.
3857
3858 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3859
3860         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3861
3862 2009-10-24  Glenn Morris  <rgm@gnu.org>
3863
3864         * gnus-art.el (help-xref-stack-item): Define for compiler.
3865
3866 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3867
3868         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3869
3870 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3873
3874 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3877         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3878
3879 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3882         (gnus-overlays-in): New alias to overlays-in.
3883
3884         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3885         gnus-overlay-get, and gnus-delete-overlay.
3886         (gnus-summary-show-thread): Make it work as well for systems in which
3887         next-single-char-property-change is not available.
3888         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3889
3890         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3891         (gnus-overlay-get): New alias to extent-property.
3892         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3893
3894         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3895         SXEmacs.
3896
3897         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3898         SXEmacs.
3899
3900 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3901
3902         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3903
3904 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3905
3906         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3907         and XEmacs that don't have `remove-overlays'.
3908
3909 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3910
3911         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3912         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3913         selective display.  Use overlays instead.
3914
3915 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3916
3917         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3918
3919 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3920
3921         * spam-stat.el (spam-stat-load): Fix typo in message.
3922
3923 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3924
3925         * dig.el (dig-invoke): Fix typo in docstring.
3926         (query-dig): Reflow docstring.
3927
3928 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3929
3930         * gnus-art.el (gnus-article-encrypt-body):
3931         * message.el (message-check-recipients):
3932         * mm-util.el (mm-codepage-setup):
3933         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3934         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3935
3936 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3937
3938         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3939         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3940         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3941         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3942         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3943
3944 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3945
3946         * dig.el: Add "Keywords: comm", as per net-utils.el.
3947
3948 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3949
3950         * dig.el (dig-mode): Use define-derived-mode.
3951
3952 2009-09-19  Glenn Morris  <rgm@gnu.org>
3953
3954         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3955
3956 2009-09-18  Glenn Morris  <rgm@gnu.org>
3957
3958         * gnus-diary.el (gnus-diary-check-message):
3959         * message.el (message-insert-formatted-citation-line):
3960         * nnbabyl.el (top-level):
3961         * nndiary.el (nndiary-schedule):
3962         Fix typos in condition-case handlers.
3963
3964 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3967         configuration that provides the sole article window in a frame;
3968         position point correctly after deleting a part.
3969
3970 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3971
3972         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3973         (spam-resolve-registrations-routine): Use it to unregister articles
3974         that change status.
3975
3976 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3979         with XEmacs.
3980         (parse-time-string-chars): Use it.
3981
3982 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3983
3984         * imap.el (imap-interactive-login): Better messages.
3985         (imap-open): Fix bug with renamed buffer on reconnect.
3986         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3987         for easier debugging and cleaner code.  On successful (guessed based on
3988         server capabilities) secondary authentication, set imap-state
3989         correctly.
3990         (imap-last-authenticator): Define imap-last-authenticator as a variable
3991         to avoid warnings.
3992
3993 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * nnrss.el (nnrss-request-article): Remove binding of
3996         default-enable-multibyte-characters that has gotten needless by
3997         the 2007-07-13 change in rfc2047-encode-message-header.
3998
3999         * mml.el (mml-insert-multipart): Error on the message header.
4000         (mml-insert-part): Error on the message header; position point at
4001         the end of a MIME tag.
4002
4003 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * time-date.el (autoload): Expand define-obsolete-function-alias into
4006         defalias and make-obsolete for old Emacsen that Gnus supports.
4007         (with-no-warnings): Define it for old Emacsen.
4008         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4009         is available.
4010         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4011         float-time is available; suppress compile warning for time-to-seconds.
4012
4013         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4014         (gnus-float-time): Alias to float-time if it exists.
4015
4016         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4017         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4018         float-time is available; suppress compile warning for time-to-seconds.
4019
4020         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4021         XEmacs.
4022
4023 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4024
4025         * imap.el (imap-message-map): Docstring fix.
4026
4027 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4030         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4031         Add the optional argument `encoding' that overrides the default.
4032
4033         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4034         mm-encode-buffer.
4035
4036 2009-09-04  Glenn Morris  <rgm@gnu.org>
4037
4038         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4039         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4040         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4041         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4042         * mm-util.el (mm-with-unibyte-current-buffer)
4043         (mm-find-buffer-file-coding-system):
4044         * yenc.el (yenc-decode-region): Use default-value rather than
4045         default-enable-multibyte-characters.
4046
4047 2009-09-03  Glenn Morris  <rgm@gnu.org>
4048
4049         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4050         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4051         than default-enable-multibyte-characters.
4052
4053 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4054
4055         * gnus-art.el (gnus-article-read-summary-keys):
4056         Fix gnus-buffer-configuration's value temporarily used.
4057
4058 2009-09-02  Glenn Morris  <rgm@gnu.org>
4059
4060         * gnus-util.el (gnus-float-time): New function.
4061         * gnus-delay.el (gnus-delay-article):
4062         * gnus-sum.el (gnus-thread-latest-date):
4063         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4064         * nnspool.el (nnspool-request-newgroups):
4065         Use gnus-float-time rather than time-to-seconds.
4066         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4067
4068         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4069         (gnus-header-subject-face, gnus-header-newsgroups-face)
4070         (gnus-header-name-face, gnus-header-content-face):
4071         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4072         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4073         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4074         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4075         (gnus-cite-face-11):
4076         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4077         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4078         (gnus-server-closed-face, gnus-server-denied-face)
4079         (gnus-server-offline-face):
4080         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4081         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4082         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4083         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4084         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4085         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4086         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4087         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4088         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4089         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4090         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4091         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4092         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4093         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4094         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4095         (gnus-summary-high-undownloaded-face)
4096         (gnus-summary-low-undownloaded-face)
4097         (gnus-summary-normal-undownloaded-face)
4098         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4099         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4100         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4101         (gnus-splash-face):
4102         * message.el (message-header-to-face, message-header-cc-face)
4103         (message-header-subject-face, message-header-newsgroups-face)
4104         (message-header-other-face, message-header-name-face)
4105         (message-header-xheader-face, message-separator-face)
4106         (message-cited-text-face, message-mml-face):
4107         * sieve-mode.el (sieve-control-commands-face)
4108         (sieve-action-commands-face, sieve-test-commands-face)
4109         (sieve-tagged-arguments-face):
4110         * spam.el (spam-face):
4111         Mark face aliases with "-face" in the name as obsolete.
4112
4113 2009-09-01  Glenn Morris  <rgm@gnu.org>
4114
4115         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4116         than goto-line.
4117
4118 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4121         Don't move point if the command is invoked inside the message header.
4122
4123 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4124
4125         * imap.el (imap-send-command): Simplify.
4126         (imap-wait-for-tag): point-max -> buffer-size.
4127
4128 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4129
4130         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4131         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4132         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4133         * nnir.el (nnir-swish-e-index-file):
4134         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4135         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4136         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4137         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4138         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4139         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4140
4141 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4144         Don't save excursion.
4145
4146 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4147
4148         * nnheader.el (nnheader-find-file-noselect):
4149         * mm-util.el (mm-insert-file-contents):
4150         Use (default-value 'major-mode) instead of default-major-mode.
4151
4152 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4153
4154         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4155
4156 2009-08-26  Glenn Morris  <rgm@gnu.org>
4157
4158         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4159         than placing in files.el.
4160
4161 2009-08-25  Glenn Morris  <rgm@gnu.org>
4162
4163         * nnir.el (top-level): Don't require cl at run-time.
4164         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4165         Replace cl-function substitute with gnus-replace-in-string.
4166         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4167         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4168         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4169         simplified expansions.
4170
4171 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4172
4173         * dig.el (dig): Add autoload cookie.
4174
4175 2009-08-22  Glenn Morris  <rgm@gnu.org>
4176
4177         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4178         goto-line.
4179
4180 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4181
4182         * parse-time.el (parse-time-string-chars): Save match data.
4183
4184 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4185
4186         * parse-time.el (parse-time-string-chars): Compute using character
4187         classes, to handle non-ascii characters (Bug#3190).
4188
4189 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4192
4193         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4194         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4195         (gnus-mm-display-part, gnus-mime-display-single)
4196         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4197         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4198
4199         * gnus-sum.el
4200         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4201         (gnus-summary-move-article): Add expirable mark to articles copied or
4202         moved to group that has auto-expire turned on if the option is non-nil.
4203
4204 2009-07-24  Glenn Morris  <rgm@gnu.org>
4205
4206         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4207         Fix typo.  (Bug#3903)
4208
4209 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4212         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4213         that should not be used for draft articles.
4214         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4215         that has no concern in minor mode keys.
4216         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4217         Abolish.
4218
4219 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4222         article without making inquiry to a user for unknown encoding.
4223
4224         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4225         (nnmaildir--scan): Assume i-node and device number that file-attributes
4226         returns might be cons-cell.
4227
4228         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4229
4230         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4231
4232 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4233
4234         * auth-source.el: Remove docs now in auth.texi.  Don't use
4235         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4236         `auth-source-hide-passwords' and use them.
4237
4238 2009-07-15  Glenn Morris  <rgm@gnu.org>
4239
4240         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4241
4242 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4245         excessive whitespace from the default values of title and description.
4246
4247 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4250         mail-fetch-field to fetch Content-Description header in order to
4251         exclude newlines.
4252
4253 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4254
4255         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4256         format used by GnuPG 2.0.11.
4257
4258 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4261         to deleted part.
4262
4263 2009-05-30  David Engster  <dengste@eml.cc>
4264
4265         * nnmairix.el: Remove old documentation in the commentary block.
4266         (nnmairix-request-group): Do not update active file for nnml back ends.
4267         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4268         end so that overview files are ignored.
4269         (nnmairix-update-groups): Make updating the groups more robust by using
4270         marks.
4271         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4272         with dollar characters in message-id.
4273
4274 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4275
4276         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4277         2008-12-25 in dns.el.
4278
4279 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4280
4281         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4282         could happen if the text is only composed of spaces and/or tabs.
4283
4284 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4285
4286         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4287         when sending a queued message to avoid extra mml tags.
4288
4289 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4292
4293 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4296         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4297         rmail-toggle-header for XEmacs;
4298         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4299
4300 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * gnus-dired.el: Remove autoload for gnus-setup-message.
4303         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4304         displaying Gnus logo; always use compose-mail.
4305
4306 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4309
4310 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4313         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4314         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4315         available.
4316         (gnus-nocem-epg-verify): New function.
4317
4318 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4319
4320         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4321
4322 2009-02-15  Glenn Morris  <rgm@gnu.org>
4323
4324         * gnus-util.el (rmail-insert-rmail-file-header)
4325         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4326         autoloads.
4327         (rmail-default-rmail-file): Remove unnecessary declaration.
4328         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4329
4330 2009-02-14  Glenn Morris  <rgm@gnu.org>
4331
4332         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4333         variable (only used in gnus-util, which declares it anyway).
4334         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4335         which was only needed by gnus-art (changed to not use it any more).
4336         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4337         only used in gnus-util, which autoloads it itself.
4338         (rmail-update-summary): Fix autoload.
4339
4340         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4341         rather than rmail-output-to-rmail-file.
4342
4343 2009-02-07  Glenn Morris  <rgm@gnu.org>
4344
4345         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4346         autoload of function that no longer exists.
4347         (rmail-toggle-header): Declare.
4348         (message-forward-rmail-make-body): Handle mbox Rmail.
4349
4350 2009-01-31  Glenn Morris  <rgm@gnu.org>
4351
4352         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4353         2009-01-09 change.
4354
4355 2009-01-31  Dave Love  <fx@gnu.org>
4356
4357         * imap.el (imap-fetch-safe): Bind debug-on-error.
4358         (imap-debug): Add imap-fetch-safe.
4359
4360 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4363         (auth-source-forget-all-cached): New convenience function.
4364         (auth-source-user-or-password): Accept list of modes or a single mode.
4365
4366         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4367         auth-source modes.
4368
4369         * netrc.el (netrc-machine-user-or-password): Use list of
4370         auth-source modes.
4371
4372         * nnimap.el (nnimap-open-connection): Use list of
4373         auth-source modes.
4374
4375         * nntp.el (nntp-send-authinfo): Use list of
4376         auth-source modes.
4377
4378 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4381         now.
4382
4383 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4386         coding system in XEmacs; add a workaround for XEmacs.
4387
4388         * lpath.el: Fbind coding-system-aliasee.
4389
4390 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4393         of current-language-environment.
4394
4395 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4396
4397         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4398         available at runtime.
4399
4400 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4403
4404 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4405
4406         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4407         the greatest positive fixnum value doesn't work under an XEmacs with
4408         bignum support; use the most-positive-fixnum constant instead,
4409         available since Emacs 21.1 with cl and XEmacs 21.1.
4410
4411 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4414         XEmacs gets not to work.
4415
4416 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * mm-util.el (mm-coding-system-priorities): Allow the value like
4419         "Japanese (UTF-8)" of current-language-environment.
4420
4421 2009-01-09  Glenn Morris  <rgm@gnu.org>
4422
4423         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4424         with last-command-event.
4425
4426 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4429         in the doc string.
4430
4431         * message.el (message-fix-before-sending): Amend comment.
4432
4433 2009-01-08  Dave Love  <fx@gnu.org>
4434
4435         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4436
4437 2009-01-07  David Engster  <dengste@eml.cc>
4438
4439         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4440         simplified server definitions by converting it via
4441         gnus-server-to-method.
4442
4443 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4446         parameter's operands.
4447
4448 2009-01-06  David Engster  <dengste@eml.cc>
4449
4450         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4451         primary select method (for gnus-group-mark-article-as-read).
4452
4453 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4454
4455         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4456         `(gnus)Face', not `(gnus)X-Face'.
4457
4458 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * mm-util.el (mm-ucs-to-char): New function.
4461
4462         * mm-url.el (mm-url-decode-entities): Use it.
4463
4464         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4465         unicode-to-char.
4466
4467 2009-01-05  Dave Love  <fx@gnu.org>
4468
4469         * time-date.el: Require cl for `declare'.
4470
4471 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4474         Dave Love.
4475
4476 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4477
4478         * message.el (message-fix-before-sending): Add `eight-bit' to
4479         illegible-text check.
4480
4481 2009-01-03  Michael Olson  <mwolson@gnu.org>
4482
4483         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4484         `headers' is nil.  This can occur if the IMAP server does not have
4485         permissions to read messages from a folder, but can write new messages
4486         to the folder.
4487         (nnimap-request-article-part): Do not insert `data' if it is nil.
4488
4489         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4490         characters which will confuse `read', so skip past them.
4491
4492 2009-01-01  Dave Love  <fx@gnu.org>
4493
4494         * imap.el (imap-string-to-integer): Fix typo.
4495         (imap-fetch-safe): New function.
4496         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4497
4498         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4499
4500         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4501         (imap-parse-greeting): Fix doc strings.
4502         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4503         (imap-parse-flag-list): Make messages unique.
4504         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4505
4506         * nnimap.el: Fix author email.
4507         (nnimap-split-rule): Add FIXME comment.
4508         (nnimap-debug): Fix doc string.
4509
4510 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4511
4512         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4513
4514 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4515
4516         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4517         nslookup if resolv.conf isn't available.
4518         (dns-query): Rename from query-dns.
4519         (dns-query-cached): Rename from query-dns-cached.
4520
4521 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4524         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4525         to check if those variables exist (first appeared in Emacs 18.50).
4526
4527 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * mm-util.el (mm-line-number-at-pos): New function.
4530
4531         * spam-report.el (spam-report-process-queue): Use it.
4532
4533 2008-12-24  David Engster  <dengste@eml.cc>
4534
4535         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4536         parameters that haven't existed as variables as buffer-local variables.
4537
4538 2008-12-23  Dave Love  <fx@gnu.org>
4539
4540         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4541         cadar.
4542
4543         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4544         imap-starttls-p.
4545         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4546
4547 2008-12-22  Dave Love  <fx@gnu.org>
4548
4549         * imap.el: Fix author email.  Doc fixes.
4550         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4551         reply.
4552
4553 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4554
4555         * spam-report.el (spam-report-gmane-max-requests): New constant.
4556         (spam-report-gmane-wait): New variable.
4557         (spam-report-gmane-ham, spam-report-gmane-spam)
4558         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4559         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4560         the server.
4561
4562         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4563         Add explanations.
4564
4565         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4566         nnheader-accept-process-output and nnheader-read-timeout if available.
4567         (pop3-movemail): Use it.
4568
4569         * message.el (message-check-news-body-syntax): Fix signature check if
4570         there's an attachment.
4571
4572 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * mm-util.el: Add comments to the mm- emulating functions.
4575
4576 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4579         by Stephen Berman <stephen.berman@gmx.net>.
4580
4581 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * mm-util.el (mm-substring-no-properties): New function.
4584         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4585         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4586         (mm-string-to-multibyte): Doc fix.
4587
4588         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4589
4590 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4591
4592         * mml.el (mml-attach-file): Strip text properties from file name.
4593         (Bug#1574)
4594
4595 2008-12-16  Glenn Morris  <rgm@gnu.org>
4596
4597         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4598
4599 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4602         knows since the charset specified might be a bogus alias that
4603         mm-charset-synonym-alist provides.
4604
4605 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4608         "ISO_8859-1".
4609
4610         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4611
4612 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * mm-util.el (mm-charset-eval-alist):
4615         Define it before mm-charset-to-coding-system.
4616         (mm-charset-to-coding-system): Add optional argument `silent';
4617         define it before mm-charset-override-alist.
4618         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4619         default value if it can be used in Emacs currently running;
4620         silence mm-charset-to-coding-system.
4621
4622 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4625         `allow-override' which says whether to use `mm-charset-override-alist'.
4626         (rfc2047-decode-encoded-words): Use it.
4627
4628         * mm-util.el (mm-charset-override-alist): Fix custom type;
4629         add `(gb2312 . gbk)' to choices.
4630
4631 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4634         fast.
4635
4636         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4637
4638         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4639
4640 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4641
4642         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4643         on links.
4644
4645         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4646
4647 2008-12-03  Lute Kamstra  <lute@gnu.org>
4648
4649         * sha1.el: Remove leading * from docstrings of defcustoms,
4650         deffaces, defconsts and defuns.
4651
4652 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4655         users' addresses that don't have domain parts.
4656         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4657         rather than message-narrow-to-head since there will be the message
4658         header separator.
4659
4660 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4661
4662         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4663         since the result is inserted in a unibyte buffer anyway.
4664         (nnimap-demule-use-string-to-multibyte): Remove.
4665         (nnimap-demule): Alias it to mm-string-to-multibyte.
4666
4667 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4668
4669         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4670         variable for debugging bug#464 and bug#1174.
4671         (nnimap-demule): Use it.
4672
4673 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4674
4675         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4676         score calculation correctly.
4677
4678 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4679
4680         * message.el (message-send-mail): Just set the buffer to unibyte
4681         rather than use mm-with-unibyte-current-buffer which does a lot more.
4682         (message-send-mail-partially): Don't bother with
4683         mm-with-unibyte-current-buffer since it's already been made unibyte by
4684         message-send-mail.
4685
4686 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4687
4688         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4689
4690 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4691
4692         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4693
4694 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4697         require itself and to remove `with-no-warnings'.
4698
4699 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4700
4701         * starttls.el (starttls-any-program-available): Get the name of the
4702         available TLS layer program.
4703         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4704         well as the host name in the "opening" message.
4705
4706         * auth-source.el (auth-source-cache, auth-source-do-cache)
4707         (auth-source-user-or-password): Cache passwords and logins by default,
4708         allow override with `auth-source-do-cache'.
4709         (auth-source-forget-user-or-password): Allow users to remove cache
4710         entries if needed.
4711
4712 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4713
4714         * md4.el (md4-buffer): Fix typo in docstring.
4715         (md4, md4-64): Doc fixes.
4716         (md4-pack-int32): Reflow docstring.
4717
4718 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4719
4720         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4721         condition-case to only the forward-sexp call.
4722
4723 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4724
4725         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4726         quotes contained.  Make it more robust regardless by an extra
4727         condition-case wrapper.
4728
4729 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4732
4733 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * nnml.el (nnml-request-expire-articles): Check if the function set to
4736         `nnmail-expiry-target' returns the symbol `delete'.
4737
4738         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4739
4740         * nnmail.el (nnmail-expiry-target): Fix custom type.
4741
4742 2008-10-02  Glenn Morris  <rgm@gnu.org>
4743
4744         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4745         Silence compiler warning.
4746
4747 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4748
4749         * tls.el (open-tls-stream): Show the actual command being
4750         executed, instead of the format string.
4751
4752 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * lpath.el: Fbind codepage-setup for Emacs 23.
4755
4756 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4757
4758         * mml.el (mml-menu): Don't assume mml2015 is bound.
4759
4760 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4763         exists.
4764
4765 2008-09-27  Glenn Morris  <rgm@gnu.org>
4766
4767         * gnus-util.el (mail-header-remove-comments): Autoload it.
4768
4769 2008-09-27  Andreas Schwab  <schwab@suse.de>
4770
4771         * gnus-util.el (gnus-split-references): Strip comments.
4772         (gnus-parent-id): Likewise.
4773
4774 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4775
4776         * message.el (message-confirm-send): Fix version.
4777
4778 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * message.el (message-idna-to-ascii-rhs-1): Use
4781         mail-extract-address-components rather than mail-header-parse-addresses
4782         that is an alias by default to ietf-drums-parse-addresses that does not
4783         support non-ASCII names in headers' contents.
4784
4785 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4786
4787         * message.el (message-confirm-send): Fixed variable documentation to
4788         avoid the "y/n" wording.
4789
4790 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4791
4792         * message.el (message-set-auto-save-file-name): Save to a different
4793         filename so multiple messages (especially drafts) can be recovered.
4794
4795 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4796
4797         * message.el (message-confirm-send): Add appropriate version.
4798
4799 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4802         defvar.
4803
4804 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4805
4806         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4807         (mm-pkcs7-enveloped-magic): Ditto.
4808
4809 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4810
4811         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4812         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4813
4814 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4815
4816         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4817         default, it's better.
4818
4819 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4820
4821         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4822         summary line gnus-number property and ignore them (with a warning
4823         message).
4824
4825 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4828         macro caddr in the interactive form since it won't be expanded.
4829
4830 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4833         `charset'; fix name of function called recursively.
4834         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4835
4836 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4839         (gnus-mime-set-charset-parameters): New function.
4840         (gnus-mime-view-part-as-charset): Use it to correctly display part
4841         specifying wrong charset.
4842
4843 2008-09-08  David Engster  <dengste@eml.cc>
4844
4845         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4846         in completing-read for back end server.
4847
4848 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4849
4850         * message.el (message-confirm-send): New variable to confirm sending a
4851         message.
4852         (message-send): Use it.
4853
4854 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4855
4856         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4857
4858 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4861
4862 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4863
4864         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4865         prevent tracking too many groups.
4866         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4867         Use it.
4868
4869 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4870
4871         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4872         moving point to the bottom of the window in order to avoid recentering.
4873
4874 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4877
4878         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4879         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4880         (gnus-article-beginning-of-window): Fix calculation.
4881
4882 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * gnus-msg.el (gnus-summary-supersede-article)
4885         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4886         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4887         message header.
4888
4889 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4890
4891         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4892         pending output coming after the status change.
4893
4894 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4895
4896         * message.el:
4897         * gnus-start.el:
4898         * gnus-registry.el: Remove VMS support.
4899
4900 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4903         macro.
4904         (rfc2104-hash): Use it.
4905
4906 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4909         (gnus-summary-sort-by-most-recent-date): New commands.
4910         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4911         and menu entries.
4912
4913 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4916         don't redisplay article for raw contents; remove plural articles stuff.
4917
4918         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4919         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4920         on gnus-summary-save-article; display results properly.
4921
4922 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * lpath.el: No need to fbind ns-focus-frame.
4925
4926 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4929
4930 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4933         gnus-save-all-headers.
4934
4935 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4936
4937         * gnus-util.el (ns-focus-frame): Remove declaration.
4938         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4939         like x.
4940
4941 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4942
4943         * rfc2104.el (rfc2104-zero): Delete defconst.
4944         (rfc2104-hex-alist): Likewise.
4945         (rfc2104-hex-to-int): Delete func.
4946         (rfc2104-hexstring-to-bitstring): Likewise.
4947         (rfc2104-nybbles): New defconst.
4948         (rfc2104-hash): Rewrite for speed.
4949
4950 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * tls.el (open-tls-stream): Make it work with the 2nd argument
4953         BUFFER that is a string but does not exist as a buffer object, as
4954         mentioned in the doc-string.
4955
4956 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4959         SXEmacs.
4960
4961 2008-07-16  Glenn Morris  <rgm@gnu.org>
4962
4963         * gnus-util.el (ns-focus-frame): Declare for compiler.
4964
4965 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4968         set as a group parameter.
4969         (gnus-summary-save-in-pipe): Work when it is called independently.
4970         (gnus-summary-pipe-to-muttprint): Don't modify
4971         gnus-summary-pipe-output-default-command.
4972
4973 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4974
4975         * message.el (message-send-mail-with-sendmail):
4976         Display the error message.
4977
4978 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * gnus-art.el (gnus-default-article-saver):
4981         Add gnus-summary-save-in-pipe to choices.
4982         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4983         gnus-summary-pipe-output-default-command as the default command.
4984         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4985         instead of gnus-last-shell-command.
4986
4987         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4988         New user option.
4989         (gnus-summary-muttprint-program): Mention the value will be changed.
4990         (gnus-summary-save-article): Force showing of all headers.
4991         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4992
4993 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4994
4995         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4996
4997 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4998
4999         * nnimap.el (nnimap-id):
5000         * sieve-manage.el (sieve-manage-open): Doc fixes.
5001
5002 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5003
5004         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5005         if available.
5006
5007 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5008
5009         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5010
5011         * nnkiboze.el (nnkiboze-generate-group):
5012         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5013
5014         * nnmairix.el: Require CL.
5015
5016 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * dgnushack.el: Autoload get-display-table and put-display-table for
5019         XEmacs 21.5.
5020
5021         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5022         21.4 and SXEmacs.
5023
5024 2008-06-15  David Engster  <dengste@eml.cc>
5025
5026         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5027
5028 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5029
5030         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5031         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5032         runtime choice under XEmacs.
5033
5034         * gnus-sum.el (gnus-summary-set-display-table):
5035         Use `gnus-put-display-table', `gnus-get-display-table',
5036         `gnus-set-display-table' for the display table, instead of `aset'.
5037
5038         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5039         Use `gnus-put-display-table', `gnus-get-display-table',
5040         `gnus-set-display-table' for the display table.
5041
5042 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5043
5044         * nnmairix.el: Add autoloads.
5045
5046 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5047
5048         * nnmairix.el (nnmairix-delete-recreate-group)
5049         (nnmairix-update-and-clear-marks): Fix error messages.
5050
5051 2008-06-14  David Engster  <dengste@eml.cc>
5052
5053         * nnmairix.el: Upgrade to version 0.6.
5054         (nnmairix-group-toggle-propmarks-this-group)
5055         (nnmairix-group-toggle-readmarks-this-group)
5056         (nnmairix-group-delete-recreate-this-group)
5057         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5058         (nnmairix-remove-tick-mark-original-article): New commands.
5059         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5060         (nnmairix-propagate-marks-to-nnmairix-groups)
5061         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5062         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5063         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5064         functions needed for marks propagation and manipulation of read marks.
5065         (nnmairix-update-groups): New function.
5066         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5067         (nnmairix-determine-original-group-from-registry)
5068         (nnmairix-determine-original-group-from-path)
5069         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5070         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5071         New helper functions.
5072         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5073         keystrokes for new commands.
5074         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5075         (nnmairix-request-group): Check allow-fast group parameter.
5076         (nnmairix-request-create-group): Set allow-fast group parameter if
5077         nnmairix-allowfast-default is set.
5078         (nnmairix-close-group): Propagate marks upon closing if needed.
5079         (nnmairix-group-toggle-threads-this-group): Use new.
5080         nnmairix-group-toggle-parameter helper function.
5081         (nnmairix-search): Better check for empty search result.
5082         (nnmairix-goto-original-article): Use new helper functions for
5083         determining original article.
5084         (nnmairix-show-original-article): Make sure message-id is in brackets.
5085         (nnmairix-call-mairix-binary): Change variable name.
5086         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5087         helper function.
5088         (nnmairix-widget-toggle-activate): Fix doc string.
5089
5090 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * nnir.el: Require edmacro when compiling with XEmacs.
5093         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5094         available in Emacs 21.
5095
5096 2008-06-11  Glenn Morris  <rgm@gnu.org>
5097
5098         * gnus-util.el (x-focus-frame):
5099         * gnus.el (image-size):
5100         * mm-decode.el (image-size): Declare.
5101
5102         * gnus-picon.el (declare-function): Add compat definition.
5103         (image-size): Declare.
5104
5105         * gnus-group.el (tool-bar-map):
5106         * gnus-sum.el (tool-bar-map): Define for compiler.
5107
5108         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5109
5110         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5111
5112         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5113         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5114         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5115         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5116         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5117         * sieve-manage.el, spam-report.el, spam.el:
5118         Remove unnecessary eval-and-compile of autoloads.
5119
5120 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5121
5122         * auth-source.el: Precise Tramp doc.
5123
5124 2008-06-07  Glenn Morris  <rgm@gnu.org>
5125
5126         * nnmairix.el: Remove unnecessary eval-when-compile.
5127
5128 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * lpath.el: Fbind propertize for XEmacs 21.4.
5131
5132 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * nnir.el: Move here from ../contrib.
5135
5136 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5137
5138         * gnus-util.el (gnus-read-shell-command): New function.
5139         * mm-decode.el (mm-pipe-part):
5140         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5141
5142 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5145
5146 2008-06-03  Glenn Morris  <rgm@gnu.org>
5147
5148         * pop3.el (nnheader-accept-process-output): Autoload it.
5149
5150 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5153         are not 2-digit hexadecimal characters that follow `%'s.
5154
5155 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         * message.el (message-bogus-recipient-p): Fix type in doc string.
5158         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5159         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5160         Improve custom options.
5161         (message-bogus-recipient-p): Adjust accordingly.
5162
5163 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5164
5165         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5166         long-form month and day names.
5167
5168 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * dgnushack.el: Autoload debug, eudc-expand-inline and
5171         pgg-snarf-keys-region for XEmacs.
5172
5173         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5174
5175         * nnmairix.el: Require edmacro when compiling with XEmacs.
5176
5177 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5178
5179         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5180         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5181
5182 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5183
5184         * auth-source.el: Add more docs.
5185
5186         * netrc.el (netrc-machine): Always match if the port is not given.
5187
5188 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5191         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5192         retrieval faster in some cases, but might make CPU usage larger.  If
5193         this has any bad side effects, we might revert this change.
5194
5195         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5196         seems to make mail retrieval much, much faster.
5197         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5198         unconditionally.
5199
5200         * gnus-draft.el (gnus-group-send-queue): Bind
5201         message-send-mail-partially-limit to nil to avoid being prompted.
5202
5203 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5204
5205         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5206
5207         * message.el (message-bogus-address-regexp): Fix and improve custom
5208         type.
5209         (message-setup-hook): Add message-check-recipients as custom option.
5210
5211 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5212
5213         * message.el (message-cite-function): Remove bogus autoload which crept
5214         in during merge from v5-10.
5215
5216 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5217
5218         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5219
5220         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5221
5222         * auth-source.el: Preliminary Tramp docs.
5223         (auth-sources): Change the default auth-sources to use
5224         EPA .gpg files.
5225
5226 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5227
5228         * nntp.el: Autoload `auth-source-user-or-password'.
5229         (nntp-send-authinfo): Use it.
5230
5231         * nnimap.el: Autoload `auth-source-user-or-password'.
5232         (nnimap-open-connection): Use it.
5233
5234         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5235         for the gnus-message function.
5236         (auth-source-user-or-password): Use it.
5237
5238 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5239
5240         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5241         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5242         (rfc2104-hash): Use it.
5243
5244 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5245
5246         * gnus-art.el (gnus-article-toggle-truncate-lines):
5247         Don't use `iff' in docstring.
5248
5249 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5250
5251         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5252
5253         * gnus-util.el (gnus-extract-address-component-name)
5254         (gnus-extract-address-component-email): Convenience functions around
5255         `gnus-extract-address-components'.
5256
5257         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5258         Use `gnus-extract-address-component-email' to fix bug of comparing full
5259         sender name to `user-mail-address'.
5260
5261 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5264         catch/throw to optimize.
5265         (gnus-registry-find-keywords): Just use member to find a keyword.
5266
5267 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5268
5269         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5270         is current before calling gnus-server-prepare.
5271         (gnus-server-setup-buffer, gnus-server-update-server)
5272         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5273
5274 2008-05-04  Juri Linkov  <juri@jurta.org>
5275
5276         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5277         (mailcap-file-default-commands): Use mailcap-replace-in-string
5278         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5279         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5280
5281 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5282
5283         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5284
5285 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5286
5287         * gnus.el: Bump version to 0.11.
5288
5289 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5290
5291         * gnus.el: No Gnus v0.10 is released.
5292
5293 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294
5295         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5296         hooks.
5297         (gnus-update-read-articles): Speed up non-marks-using users.
5298         (gnus-use-marks): Define gnus-use-marks.
5299         (gnus-propagate-marks): Rename variable to something more sensible.
5300
5301 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5302
5303         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5304         (gmm-image-load-path-for-library): Fix typos in docstrings.
5305         (gmm-message): Reflow docstring.
5306
5307 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5308
5309         * mail-source.el (mail-source-set-1, mail-source-bind):
5310         Move auth-source code out of the macro to clean it up and fix bugs.
5311
5312 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5313
5314         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5315         by sender if it's equal to user-mail-address, it's likely to be
5316         useless.
5317
5318         * mail-source.el (mail-source-bind): Don't use user or password if they
5319         are not bound.  Unintern them if they are nil.  Don't use server unless
5320         it's bound, and default it to empty string otherwise.
5321
5322 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * mail-source.el: Load auth-source.el.
5325         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5326         get user name or password, if auth-sources is set up.
5327
5328         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5329         strategy of splitting with parent.
5330         (gnus-registry-split-fancy-with-parent)
5331         (gnus-registry-post-process-groups): Use it and fix prior
5332         bug (returning a list as the split result).
5333
5334         * auth-source.el (auth-sources): Remove server parameter.
5335         (auth-source-pick, auth-source-user-or-password)
5336         (auth-source-user-or-password-imap)
5337         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5338         (auth-source-user-or-password-sftp)
5339         (auth-source-user-or-password-smtp): Remove server parameter.
5340
5341 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5342
5343         * smime.el (smime-sign-region, smime-encrypt-region)
5344         (smime-decrypt-region):
5345         Remove redundant calls to `generate-new-buffer-name'.
5346
5347 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5348
5349         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5350         Don't use QP for message/rfc822.
5351         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5352
5353 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5354
5355         * sieve-manage.el (sieve-string-bytes): Remove.
5356         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5357         correct byte-length only if the process's coding-system is the same as
5358         the one used internally by Emacs to represent strings.
5359
5360 2008-04-22  Juri Linkov  <juri@jurta.org>
5361
5362         * mailcap.el (mailcap-file-default-commands): New function.
5363
5364 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * message.el (message-signature-separator, message-cite-function):
5367         Change custom version.
5368
5369 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5370
5371         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5372         commands.
5373         (tls-checktrust): Ditto.
5374
5375 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5376
5377         * mm-decode.el (mm-display-external): Make temp file read-only.
5378
5379 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5380
5381         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5382         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5383         `C-c C-f d'.
5384
5385 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5386
5387         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5388
5389 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * gnus.el: Bump version to 0.9.
5392
5393 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * gnus.el: No Gnus v0.8 is released.
5396
5397 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5398
5399         * mail-source.el (mail-source-value):
5400         Prefer fboundp to functionp so it works with macros as well.
5401
5402 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5403
5404         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5405         Fix last change in case the element is not even a symbol.
5406
5407 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5408
5409         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5410         Prefer fboundp to functionp so it works with macros as well.
5411
5412 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5413
5414         * auth-source.el: Added docs.
5415         (auth-sources): Modify format to support server.
5416         (auth-source-pick, auth-source-user-or-password)
5417         (auth-source-user-or-password-imap)
5418         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5419         (auth-source-user-or-password-sftp)
5420         (auth-source-user-or-password-smtp): Add server parameter.
5421
5422 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5423
5424         * gnus-registry.el: Initialize the registry when gnus-registry-install
5425         is t.
5426
5427 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * compface.el (uncompface): Make buffer unibyte.
5430
5431 2008-04-05  Glenn Morris  <rgm@gnu.org>
5432
5433         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5434
5435 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5436
5437         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5438         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5439
5440         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5441         multibyteness after rather than before erasing it.
5442
5443         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5444         mm-with-multibyte.
5445         (gnus-request-article-this-buffer): Make sure the proper decoding is
5446         used if gnus-original-article-buffer happens to be unibyte.
5447
5448         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5449         default-enable-multibyte-characters.
5450
5451         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5452         default-enable-multibyte-characters.
5453
5454         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5455
5456         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5457
5458 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5459
5460         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5461         (imap-message-copyuid-1): Use it.
5462         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5463         J. Williams in
5464         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5465
5466         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5467         imap-enable-exchange-bug-workaround.
5468         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5469
5470 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5471
5472         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5473         a 100 byte status-checks into a 2-3MB transfer for each group.
5474         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5475         to enable bug workaround or not.
5476         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5477
5478 2008-03-31  Glenn Morris  <rgm@gnu.org>
5479
5480         * message.el (mml2015-use): Declare for compiler.
5481         (message-info): Require mml2015 when appropriate.
5482
5483 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5486         whitespace.
5487
5488 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5489
5490         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5491         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5492         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5493         (nntp-service-to-port): New function.
5494         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5495         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5496         (nntp-open-netcat-stream): New function.
5497         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5498
5499 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5500
5501         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5502
5503 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5504
5505         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5506
5507 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5508
5509         * dns.el (dns-write): Use set-buffer-multibyte.
5510
5511 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5512
5513         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5514
5515 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5516
5517         * message.el (message-signature-separator): Change default.
5518         Improve custom type.
5519         (message-cite-function): Change default to
5520         message-cite-original-without-signature.
5521
5522         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5523         toggle.
5524
5525         * message.el (message-check-news-body-syntax): Fix signature check.
5526         (message-setup-1): Mark buffer as unmodified _after_ running
5527         message-setup-hook and handling message-alternative-emails.
5528         (message-shorten-references): Be more strict when building list of
5529         valid references to comply with GNKSA.
5530
5531         * gnus-group.el (gnus-read-ephemeral-bug-group)
5532         (gnus-read-ephemeral-debian-bug-group)
5533         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5534
5535         * message.el (message-info): Don't use booleanp which isn't supported
5536         in Emacs 21 and XEmacs.
5537
5538 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5539
5540         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5541         gnus-group-gmane-group-download-format.
5542         (gnus-group-read-ephemeral-gmane-group): Rename from
5543         gnus-group-read-ephemeral-gmane-group.
5544         (gnus-read-ephemeral-gmane-group-url): Rename from
5545         gnus-group-read-ephemeral-gmane-group-url.
5546         (gnus-bug-group-download-format-alist): New variable.
5547         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5548         (gnus-read-ephemeral-emacs-bug-group): New commands.
5549
5550 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5553         (gnus-visible-headers): Improve custom type.
5554
5555 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5556
5557         * mml.el (mml-menu): Add workarounds for XEmacs.
5558
5559         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5560         X-Boundary header.
5561
5562         * message.el (message-simplify-recipients): Fix previous commit.
5563
5564 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5565
5566         * mm-util.el (mm-set-buffer-multibyte): New function.
5567         * mm-decode.el (mm-copy-to-buffer): Use it.
5568
5569 2008-03-19  Glenn Morris  <rgm@gnu.org>
5570
5571         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5572         Accidentally removed in the sync process with Emacs.
5573
5574 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         * message.el (message-alter-recipients-discard-bogus-full-name):
5577         New function.
5578         (message-alter-recipients-function): New variable.
5579         (message-get-reply-headers): Use it.
5580         (message-replace-header): New helper function.
5581         (message-recipients-without-full-name): New variable.
5582         (message-simplify-recipients): New command.
5583
5584         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5585
5586         * message.el (message-info): Handle EasyPG manual.
5587
5588         * mml.el (mml-menu): Add entry for EasyPG.
5589
5590 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5591
5592         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5593         parameter.
5594
5595         * message.el (message-disassociate-draft): Specify drafts group name
5596         fully.
5597
5598 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5599
5600         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5601         unnecessary duplicates from the match list.
5602
5603 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5606
5607         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5608
5609         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5610         args of `how-many' of which the XEmacs version doesn't take; declare
5611         Info-index-next as function.
5612
5613 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * gnus-score.el (gnus-score-headers): Fix handling of
5616         gnus-inhibit-slow-scoring.
5617
5618         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5619         string.
5620         (gnus-button-url-regexp): Improve handling of parenthesis.
5621         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5622         (gnus-button-handle-info-keystrokes): Handle index entries.
5623
5624 2008-03-15  Glenn Morris  <rgm@gnu.org>
5625
5626         * parse-time.el (parse-time-string): Simplify.
5627
5628 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5631         Incoming* files.
5632
5633 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5636         (auth-source-pick): Use it.
5637
5638 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5639
5640         * binhex.el (binhex-decode-region-internal):
5641         * uudecode.el (uudecode-decode-region-internal):
5642         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5643         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5644         setting default-enable-multibyte-characters.
5645
5646 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5647
5648         * auth-source.el (auth-source-protocols)
5649         (auth-source-protocols-customize, auth-source-choices): Added and
5650         modified variable customizations and defaults.
5651         (auth-source-pick, auth-source-user-or-password)
5652         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5653         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5654         (auth-source-user-or-password-sftp)
5655         (auth-source-user-or-password-smtp): Use new variables and provide an
5656         interface to netrc.el.
5657
5658 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5661         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5662         Make sure the nntp port to specify is a string.
5663
5664 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5665
5666         * nntp.el: Use with-current-buffer.
5667         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5668         dubious mm-with-unibyte-current-buffer.
5669         (nntp-with-open-group-function): New function extracted from
5670         nntp-with-open-group macro.
5671         (nntp-with-open-group): Use the function, so it's easier to debug.
5672         Add indentation and debugging info.
5673         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5674         the use of the netcat alternatives.
5675
5676         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5677         Avoid mm-string-as-multibyte as well.
5678
5679         * nnweb.el (nnweb-insert-html):
5680         Remove use of nnheader-string-as-multibyte.
5681
5682         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5683         (nnheader-string-as-multibyte): Remove.
5684
5685         * mm-view.el: Use inhibit-read-only.
5686         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5687         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5688         or unibyte-string.
5689
5690         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5691         (mm-uu-yenc-extract): Use with-current-buffer.
5692
5693         * gnus-soup.el (gnus-soup-send-packet): Don't use
5694         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5695
5696         * nnmh.el: Use with-current-buffer.
5697         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5698         mm-string-as-multibyte on the output of mm-encode-coding-string.
5699
5700         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5701         (nnimap-request-move-article): Use with-current-buffer.
5702
5703         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5704         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5705         conversion uses string-make-unibyte rather than string-as-unibyte.
5706
5707         * gnus-msg.el: Use with-current-buffer.
5708
5709         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5710
5711 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5712
5713         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5714         string for caching if it is 'PIN.
5715
5716 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * lpath.el: Consider the case without Emacs/W3.
5719
5720 2008-03-08  Glenn Morris  <rgm@gnu.org>
5721
5722         * time-date.el (date-to-time, time-subtract, time-add)
5723         (safe-date-to-time): Doc fixes.
5724
5725 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5726
5727         * mail-source.el (mail-source-delete-old-incoming-confirm):
5728         Change default to nil.
5729         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5730
5731 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * lpath.el: Rearrange.
5734
5735         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5736         (gnus-article-goto-prev-page): Work for articles having ^L's.
5737
5738         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5739
5740         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5741
5742 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5743
5744         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5745         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5746         (gnus-bookmark-jump): Adjust some variable names.
5747
5748 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5749
5750         * auth-source.el: New package.
5751         (auth-source-choices): Add customization entry point variable.
5752
5753         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5754         bug.
5755
5756 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5759         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5760         (gnus-registry-install-shortcuts): Rename from
5761         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5762         the `gnus-registry-mark-map' keymap dynamically from
5763         `gnus-registry-marks'.  The generated functions update the summary line
5764         when a registry mark is added or deleted, and will call
5765         `gnus-registry-install-p' (see the comments in the code).
5766         (gnus-registry-user-format-function-M): Use concat intelligently.
5767
5768         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5769         the registry mark functions.
5770
5771 2008-03-05  Glenn Morris  <rgm@gnu.org>
5772
5773         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5774         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5775         gnus-art.
5776         (top-level): No need to load own source when compiling.
5777
5778 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5779
5780         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5781         Suggested by <chris.anderton@zetnet.co.uk>.
5782
5783 2008-03-04  Glenn Morris  <rgm@gnu.org>
5784
5785         * gnus-sum.el (top-level): No need to require gnus when compiling,
5786         since unconditionally required near start of file.
5787         (gnus-summary-display-while-building): Move definition before use.
5788
5789 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5792         formatting function.
5793
5794 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5795
5796         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5797         with plists.
5798         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5799         Use new format.
5800
5801 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5804         `where-is-internal' that returns a range of key sequences.
5805
5806 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5807
5808         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5809
5810         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5811         (gnus-summary-jump-to-group): Consider windows on other displayed
5812         frames as well.  Similar changes might be needed elsewhere, but that's
5813         the one I've bumped into during my use.
5814
5815         * nndoc.el (nndoc-oe-dbx-type-p):
5816         * gnus-msg.el (gnus-debug):
5817         * gnus-group.el (gnus-update-group-mark-positions):
5818         Use mm-string-to-multibyte.
5819
5820 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5821
5822         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5823         doesn't handle NotDashEscaped.
5824
5825         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5826         (mml-dnd-attach-options): Fix typo in custom choice.
5827
5828         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5829         nndoc-article-type to mbox.
5830         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5831
5832         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5833         to nil, instead of html2text.
5834
5835         * imap.el (imap-debug): Add `imap-ping-server'.
5836
5837         * gnus-bookmark.el: Add FIXMEs.
5838
5839         * message.el (message-form-letter-separator)
5840         (message-send-form-letter-delay): New variables.
5841         (message-send-form-letter): Use them.  New command to send form
5842         letters.  Requested by Uwe Siart.
5843         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5844
5845 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5846
5847         * Update copyright years.
5848
5849 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5850
5851         Sync from EMACS_22_BASE.
5852
5853         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5854
5855 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5856
5857         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5858         empty author.
5859
5860 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5861
5862         * gnus-registry.el (gnus-registry-marks): Add variable for
5863         customization of marks and their appearance.
5864         (gnus-registry-read-mark): Use it.
5865         (gnus-registry-do-marks): Add utility function to loop through
5866         `gnus-registry-marks'.
5867         (gnus-registry-install-shortcuts-and-menus): Add function to install
5868         shortcuts and menus.
5869         (gnus-registry-initialize): Use it.
5870         (gnus-registry-default-mark): Clarify documentation.
5871
5872 2008-02-29  Glenn Morris  <rgm@gnu.org>
5873
5874         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5875         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5876         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5877         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5878         Change defcustom :version from 23.0 to 23.1.
5879
5880 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * gnus-registry.el (gnus-registry-follow-group-p)
5883         (gnus-registry-post-process-groups): Add functions to aid registry
5884         splitting and improve logging.  Clarify behavior in function
5885         documentation.
5886         (gnus-registry-split-fancy-with-parent): Use them.
5887
5888 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5889
5890         * gnus-art.el: Use with-current-buffer.
5891
5892 2008-02-27  David Engster  <dengste@eml.cc>
5893
5894         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5895         Express real group name in the response.
5896
5897 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5900         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5901         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5902         autoload gnus-registry-fetch-group when compiling.
5903         (nnmairix-request-group-with-article-number-correction): Remove
5904         unreferenced argument passed to nnmairix-call-backend.
5905
5906 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5909         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5910         Wilde.
5911
5912 2008-02-27  Glenn Morris  <rgm@gnu.org>
5913
5914         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5915         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5916         variables to defconsts.  Convert comments to doc-strings.
5917         (nnmairix-last-server, nnmairix-current-server): Convert from free
5918         variables to defvars.  Convert comments to doc-strings.
5919         (gnus-registry-fetch-group): Autoload.
5920         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5921         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5922         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5923         caddr.
5924         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5925         nnmairix-request-group-with-article-number-correction call.
5926         (nnmairix-fast, nnmairix-group): New, less general names, for free
5927         variables passed from nnmairix-request-group to
5928         nnmairix-request-group-with-article-number-correction.  Declare.
5929         (nnmairix-request-group-with-article-number-correction):
5930         Use nnmairix-fast, nnmairix-group rather than fast, group.
5931
5932 2008-02-26  David Engster  <dengste@eml.cc>
5933
5934         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5935         version 0.5.
5936
5937 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5940         instead of making an extra function call.  Don't add the current group
5941         to articles only when they have the group.  Use
5942         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5943         Reported by David <de_bb@arcor.de>.
5944
5945 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5948         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5949
5950 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5951
5952         * mail-source.el (mail-source-delete-incoming): Change default.
5953         Supplement doc string.
5954
5955         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5956
5957 2008-02-14  Glenn Morris  <rgm@gnu.org>
5958
5959         * time-date.el (format-seconds): New function.
5960
5961 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * nnmail.el (nnmail-message-id-cache-file): Derive from
5964         `gnus-home-directory'.
5965
5966 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5967
5968         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5969         Document negative prefix.
5970
5971         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5972
5973 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5974
5975         * message.el (message-unsent-separator): Add the Exim bounce
5976         separator.
5977
5978 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5979
5980         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5981         list.
5982         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5983         recipient/signer list.
5984
5985 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * Makefile.in (datarootdir): Define.
5988         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5989         name that might contain whitespace.
5990
5991 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5992
5993         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5994         fbound (Emacs 23 unicode), signal an error.
5995
5996 2008-02-08  Glenn Morris  <rgm@gnu.org>
5997
5998         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5999
6000 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6001
6002         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6003         ports to the calls to `netrc-machine-user-or-password' in addition to
6004         "imap" and "imaps".
6005
6006 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6007
6008         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6009
6010         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6011
6012 2008-02-01  Kenichi Handa  <handa@m17n.org>
6013
6014         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6015         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6016         (rfc2104-hash): Convert the result of concat to unibyte string.
6017
6018 2008-02-01  Dave Love  <fx@gnu.org>
6019
6020         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6021         coding-system-for-read.
6022         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6023
6024 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6027         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6028         <hanche@math.ntnu.no>.
6029
6030 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6033
6034         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6035
6036 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6037
6038         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6039         * message.el (message-beginning-of-line): Use featurep instead of bound
6040         tests in order to resolve conditionals at compile time.
6041
6042 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6043
6044         * mail-source.el (mail-sources): Add `group' choice.
6045
6046         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6047         parameter `in-group' to control into which group the articles go.
6048         Add treatment of `group' mail-source.
6049
6050 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6053
6054         * mm-decode.el (mm-dissect-buffer): Decode description.
6055
6056         * mml.el (mml-to-mime): Encode message header first.
6057
6058 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6061         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6062
6063         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6064         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6065
6066 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6067
6068         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6069
6070 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6073         prefix keys.
6074         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6075         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6076         gnus-xmas.el.
6077
6078         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6079         (gnus-xmas-article-describe-bindings): New function.
6080         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6081         gnus-xmas-article-describe-bindings.
6082
6083         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6084
6085 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6086
6087         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6088         Add new variables for article mark management.
6089         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6090         list of extra data entries which, when present, will indicate that the
6091         article ID should not be trimmed from the registry.
6092         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6093         functions.
6094         (gnus-registry-read-mark): New function to read a mark name from the
6095         user.
6096         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6097         (gnus-registry-set-article-mark-internal): New functions to add and
6098         remove marks.
6099         (gnus-registry-get-article-marks): New function to show the marks for
6100         an article, or retrieve them for further use.
6101
6102 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6105         keys when no argument is given.
6106
6107 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6108
6109         * imap.el (imap-ping-server): New variable.
6110         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6111         (imap-ping-server): Minor doc string fixes.
6112
6113 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6114
6115         * imap.el (imap-ping-server): New function.
6116         (imap-opened): Call imap-ping-server.
6117
6118 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6119
6120         * gnus-sum.el (gnus-article-sort-by-random)
6121         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6122         jidanni@jidanni.org.
6123
6124 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * gnus-art.el (gnus-article-describe-bindings): New function.
6127         (gnus-article-read-summary-keys): Use it.
6128         (gnus-article-mode-map): Bind `C-h b' to it.
6129
6130 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6133         XEmacs.
6134         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6135         against non-character events.
6136
6137         * lpath.el: Fbind map-keymap for Emacs 21.
6138
6139 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6142         command.
6143         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6144         instead of END.  Change name of the temp file.
6145         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6146         customizable.
6147
6148 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6151         bind `S W' to gnus-article-wide-reply-with-original; set default
6152         binding to gnus-article-read-summary-send-keys.
6153         (gnus-article-read-summary-keys): Fix the order of keys; display
6154         continuation keys correctly in the echo area; describe bindings
6155         correctly when keys end with `C-h'.
6156         (gnus-article-read-summary-send-keys): New function.
6157         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6158         for gnus-article-read-summary-send-keys; display continuation keys
6159         correctly in the echo area.
6160         (gnus-article-reply-with-original): Ignore prefix argument.
6161         (gnus-article-wide-reply-with-original): New function.
6162
6163         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6164         Emacs 21.
6165
6166 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6169         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6170
6171 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6174         (gnus-group-read-ephemeral-gmane-group): New command.
6175
6176 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6177
6178         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6179
6180 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * message.el (message-send-mail-function): Increase custom version.
6183
6184         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6185         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6186
6187 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6188
6189         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6190         for the cases where imap-authenticate is called with a nil buffer
6191         parameter.
6192
6193 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6196         html parts correctly; support forwarded messages.
6197         (gnus-article-browse-html-article): Remove work buffers.
6198
6199         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6200         compiling.
6201         (netrc-bound-and-true-p): New macro.
6202         (netrc-parse): Use it instead of bound-and-true-p that is not available
6203         in XEmacs 21.4.
6204
6205 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6206
6207         * gnus-registry.el (gnus-registry-mark-article)
6208         (gnus-registry-article-marks): Add functionality to mark articles
6209         through the Gnus registry.
6210
6211         * encrypt.el: Clarify documentation for the new pgg method.
6212         (encrypt-file-alist): Add PGG option.
6213         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6214         functionality.  Abstract password key and messaging to external
6215         functions.
6216         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6217         (encrypt-message-method-and-cipher): Add new convenience external
6218         functions.
6219         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6220         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6221
6222         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6223         (netrc-parse): Use encrypt-file-alist to determine if
6224         encrypt-find-model or encrypt-insert-file-contents should be used.
6225
6226         * encrypt.el: Clarify documentation.  Load password-cache or
6227         password, whichever one is found first, instead of autoloading.
6228
6229 2007-12-19  Glenn Morris  <rgm@gnu.org>
6230
6231         * mml.el (message-options-set, message-narrow-to-head)
6232         (message-in-body-p, message-mail-p, message-encode-message-body):
6233         Autoload.
6234         (message-remove-header, message-narrow-to-headers-or-head)
6235         (message-subscribed-p, message-make-mail-followup-to)
6236         (message-position-on-field, message-news-p)
6237         (message-options-set-recipient, message-generate-headers)
6238         (message-sort-headers): Declare as functions.
6239
6240 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6243         convention in doc string.
6244
6245 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6248         title to html parts.
6249         (gnus-article-browse-html-article): Pass message header to it.
6250
6251         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6252
6253 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6256         or password compatible with XEmacs.
6257
6258 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6261         format document.
6262         (gnus-mime-delete-part): Don't write description line if empty.
6263         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6264
6265 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6266
6267         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6268         (gnus-summary-mark-read-and-unread-as-read)
6269         (gnus-summary-mark-current-read-and-unread-as-read)
6270         (gnus-summary-mark-unread-as-ticked): Doc fix.
6271         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6272
6273 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6276         Christoph Conrad <christoph.conrad@gmx.de>.
6277
6278 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6281         yes-or-no-p.
6282
6283 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * mm-decode.el (mm-add-meta-html-tag): New function.
6286         (mm-save-part-to-file, mm-pipe-part): Use it.
6287
6288         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6289         gnus-y-or-n-p instead of y-or-n-p.
6290         (gnus-article-browse-html-parts): Work with message/external-body; use
6291         mm-add-meta-html-tag.
6292
6293 2007-12-11  Glenn Morris  <rgm@gnu.org>
6294
6295         * gnus-cache.el: Require gnus-sum not just when compiling.
6296
6297         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6298
6299         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6300         definitions before use.
6301
6302         * mm-decode.el: Require gnus-util.
6303         (mm-remove-part): Only call delete-annotation on XEmacs.
6304
6305         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6306
6307         * nnmail.el: Require gnus-int.
6308
6309         * spam.el: Move `require's before `eval-when-compile's.
6310
6311         * gnus-ems.el (gnus-alive-p):
6312         * gnus-fun.el (message-goto-eoh):
6313         * gnus-util.el (gnus-group-name-decode):
6314         * mail-source.el (gnus-compress-sequence):
6315         * message.el (Info-goto-node, format-spec):
6316         * mm-bodies.el (message-options-get):
6317         * mm-decode.el (mm-view-pkcs7):
6318         * mm-util.el (gmm-write-region):
6319         * mml-smime.el (mml-compute-boundary)
6320         (gnus-completing-read-with-default):
6321         * mml.el (widget-button-press, gnus-make-hashtable):
6322         * mml1991.el (mm-decode-content-transfer-encoding)
6323         (mm-encode-content-transfer-encoding)
6324         (message-options-get, message-options-set):
6325         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6326         * nnfolder.el (gnus-request-group):
6327         * nnheader.el (ietf-drums-unfold-fws):
6328         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6329         * smime.el (gnus-run-mode-hooks):
6330         * spam-stat.el (gnus-message): Autoload.
6331
6332         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6333         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6334         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6335         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6336         Add declare-function compatibility definition.
6337
6338         * gnus-cache.el (nnvirtual-find-group-art):
6339         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6340         (gnus-add-image, gnus-add-wash-type):
6341         * gnus-group.el (nnkiboze-score-file):
6342         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6343         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6344         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6345         (message-tokenize-header, gnus-get-buffer-create)
6346         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6347         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6348         * gnus.el (gnus-group-decoded-name):
6349         * mail-source.el (imap-capability):
6350         * mm-bodies.el (message-options-set):
6351         * mm-decode.el (gnus-configure-windows):
6352         * mm-extern.el (message-goto-body):
6353         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6354         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6355         (epg-sub-key-validity, message-options-set):
6356         * mml.el (widget-event-point, gnus-configure-windows):
6357         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6358         * mml2015.el (epg-check-configuration, epg-configuration)
6359         (message-options-set):
6360         * nndb.el (nndb-request-article):
6361         * nnfolder.el (gnus-request-create-group):
6362         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6363         * nnmaildir.el (gnus-group-mark-article-read):
6364         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6365         * rfc1843.el (message-fetch-field):
6366         * spam.el (gnus-extract-address-components):
6367         Declare as functions.
6368
6369 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6372
6373         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6374
6375         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6376         bind show-trailing-whitespace for XEmacs.
6377
6378 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6381         new no-op macro for backward compatibility.
6382
6383         * imap.el (imap-string-to-integer): New function.
6384
6385 2007-12-09  Glenn Morris  <rgm@gnu.org>
6386
6387         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6388
6389         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6390         * message.el, mm-view.el, sieve-manage.el, smime.el:
6391         Add declare-function compatibility definition.
6392
6393         * gnus-art.el (w3-region, w3m-region, Info-menu):
6394         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6395         * gnus-sum.el (gnus-get-predicate):
6396         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6397         * message.el (mail-abbrev-in-expansion-header-p):
6398         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6399         (w3m-detect-meta-charset, w3m-region):
6400         * sieve-manage.el (password-read, password-cache-add)
6401         (password-cache-remove):
6402         * smime.el (password-read-and-add): Declare as functions.
6403
6404 2007-12-08  David Kastrup  <dak@gnu.org>
6405
6406         * gnus-sum.el (gnus-summary-simplify-subject-query):
6407         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6408         `message'.
6409
6410 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6413         it to bind idna-program, installation-directory, defined-colors, and
6414         face-attribute for XEmacs of the version that compiles defcustom forms.
6415
6416 2007-12-07  Glenn Morris  <rgm@gnu.org>
6417
6418         * gnus-art.el (article-make-date-line): Revert previous change.
6419
6420 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6421
6422         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6423
6424 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6425
6426         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6427         Call gnus-add-to-range ranges only once with a prepared article-list.
6428
6429 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6430
6431         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6432         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6433         group names with backslashes.  Reported by Tassilo Horn
6434         <tassilo@member.fsf.org>.
6435
6436 2007-12-06  Deepak Goel  <deego3@gmail.com>
6437
6438         * gnus-art.el (article-make-date-line):
6439         * gnus-start.el (gnus-load):
6440         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6441
6442 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * gnus-art.el (gnus-use-idna)
6445         * gnus-start.el (gnus-site-init-file)
6446         * message.el (message-use-idna)
6447         * mm-uu.el (mm-uu-hide-markers)
6448         * smiley.el (smiley-style): Revert changes that suppress warnings.
6449
6450 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6453         specify charset to html source.  Reported by Christoph Conrad
6454         <christoph.conrad@gmx.de>.
6455
6456 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6459         idna-program in order to suppress byte compile warning issued by XEmacs
6460         that came to byte compile the default value section of defcustom forms
6461         recently.
6462
6463         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6464         value of installation-directory.
6465
6466         * message.el (message-use-idna): Don't directly refer to the value of
6467         idna-program.
6468
6469         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6470
6471         * smiley.el (smiley-style): Don't directly call face-attribute.
6472
6473 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6474
6475         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6476
6477         * gnus-dired.el: Reduce Gnus dependencies.
6478         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6479         require.  Use autoloads instead.
6480         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6481         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6482         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6483         (gnus-dired-mode): Adjust doc string.
6484         (gnus-dired-mail-mode): New variable.
6485         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6486         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6487         (gnus-dired-mail-buffers): New function.  Return mail or message
6488         composition buffers.
6489         (gnus-dired-attach): Use it.
6490         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6491         NO-DECODE.
6492         (gnus-dired-print): Use `gnus-print-buffer' depending on
6493         `gnus-dired-mail-mode'.
6494
6495 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * rfc2047.el (rfc2047-encoded-word-regexp)
6498         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6499         explaining what regexp patterns are for.
6500
6501 2007-12-04  Glenn Morris  <rgm@gnu.org>
6502
6503         * password.el: Move to password-cache.el.
6504
6505         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6506         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6507         * mml-smime.el (password-read, password-cache-add)
6508         (password-cache-remove):
6509         No need to autoload, since mml-sec requires password.
6510
6511         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6512         * message.el (gnus-extract-address-components):
6513         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6514
6515         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6516         password.
6517
6518 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * mailcap.el: Reduce dependencies.
6521         (mail-header-parse-content-type): Autoload.
6522         (mailcap-delete-duplicates): New alias.
6523         (mailcap-mime-info): Add optional argument NO-DECODE.
6524         (mailcap-mime-types): Use mailcap-delete-duplicates.
6525
6526         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6527
6528 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6529
6530         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6531         (imap-parse-status): Upcase status-att for servers that sends them
6532         lower-case (e.g., MS Exchange 2007).
6533
6534 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6535
6536         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6537         function.
6538
6539         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6540         (gnus-uu-yenc-article): New function.
6541
6542         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6543
6544         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6545         buffer.
6546
6547 2007-12-02  Glenn Morris  <rgm@gnu.org>
6548
6549         * binhex.el (binhex): New custom group.
6550         (binhex-decoder-program, binhex-decoder-switches)
6551         (binhex-use-external): Move to the binhex custom group.
6552
6553         * uudecode.el (uudecode): New custom group.
6554         (uudecode-decoder-program, uudecode-decoder-switches)
6555         (uudecode-use-external): Move to the uudecode custom group.
6556
6557         * netrc.el (top-level): Don't load `encrypt' features.
6558         (netrc-parse): Don't use encrypt.
6559         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6560
6561         * encrypt.el: Remove file.
6562
6563 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6566         matches on patches.
6567
6568         * gnus-art.el (gnus-article-browse-html-article): Mention
6569         `mm-text-html-renderer' in the doc string.
6570
6571         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6572         string.  Add comments.
6573
6574         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6575         if rhs is ASCII.
6576
6577 2007-12-01  Glenn Morris  <rgm@gnu.org>
6578
6579         * mail-source.el (top-level): Require format-spec before
6580         eval-when-compile.
6581
6582 2007-11-30  Glenn Morris  <rgm@gnu.org>
6583
6584         * encrypt.el: Require password, rather than autoloading password-read.
6585
6586 2007-11-29  Glenn Morris  <rgm@gnu.org>
6587
6588         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6589         (sasl-make-client, sasl-next-step, sasl-step-data)
6590         (sasl-step-set-data): Declare as functions.
6591
6592 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6595
6596 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6597
6598         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6599         certs should be verified and what is to be done in the event of a
6600         verification failure.
6601
6602         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6603         caller can indicate whether the cache should be disregarded for this
6604         call.  This way the result of the call is reproducible at all times and
6605         can be considered a canonical server name for the supplied method.
6606         (gnus-agent-method-p): Canonicalize server names by pushing their
6607         method through `gnus-method-to-server' using the no-cache argument.
6608
6609         * gnus-srvr.el (gnus-server-insert-server-line): Call
6610         `gnus-method-to-server' with `no-cache' argument.
6611
6612         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6613         gnus-agent-possibly-synchronize-flags as this should be called when the
6614         server is actually being opened.
6615         (gnus-agent-possibly-synchronize-flags)
6616         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6617         flags file of an agentized server to the latter function.
6618
6619         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6620         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6621         after a connection has been established successfully.
6622
6623 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * gnus-art.el (article-display-face): Force to display face if called
6626         interactively; check if gnus-article-x-face-too-ugly matches author.
6627         (article-display-x-face): Display face even if From header is missing
6628         as article-display-face does.
6629
6630 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6631
6632         * hashcash.el (message-narrow-to-headers-or-head)
6633         (message-fetch-field, message-goto-eoh)
6634         (message-narrow-to-headers): Declare as functions.
6635
6636 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * mail-source.el (mail-sources): Default to fetch from file for
6639         compatibility with default of nnmail-spool-file.
6640
6641 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6644         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6645         to look for encoded word that should be encoded again.
6646         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6647         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6648         encoding pattern.
6649         (rfc2047-decode-region): Switch strict regexp and loose one according
6650         to rfc2047-allow-irregular-q-encoded-words.
6651
6652 2007-11-25  Romain Francoise  <romain@orebokech.com>
6653
6654         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6655
6656 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6657
6658         * tls.el (tls-program): Provide more custom choices from
6659         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6660         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6661
6662 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6665         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6666
6667         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6668         `nnmail-spool-file'.
6669
6670         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6671         `nnmail-spool-file'.
6672
6673         * gnus-move.el (gnus-change-server): Ditto.
6674
6675         * gnus-kill.el (gnus-batch-score): Ditto.
6676
6677         * gnus-cache.el (gnus-jog-cache): Ditto.
6678
6679         * gnus-msg.el (gnus-summary-reply):
6680         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6681
6682 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6685         version.  Minor improvement to doc strings.
6686         (tls-program): Add comment.
6687
6688 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6689
6690         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6691         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6692         mismatch between the hostname provided in the certificate and the name
6693         of the host connnecting to.
6694         (open-tls-stream): Use them.  Check certificates against trusted root
6695         certificates.
6696
6697 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6698
6699         * gnus-cache.el (gnus-cache-generate-nov-databases):
6700         Use nnml-generate-nov-databases-directory instead of
6701         nnml-generate-nov-databases-1.
6702
6703 2007-11-24  Glenn Morris  <rgm@gnu.org>
6704
6705         * message.el (message-tool-bar-retro): Update for rename
6706         mail_send.xpm->mail-send.xpm.
6707
6708 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6711         `smime-ldap-search' for Emacs 22 and up.
6712
6713 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6714
6715         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6716
6717         * message.el (message-send-mail-function): Fix error convention.
6718         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6719         (message-widen-reply, message-send-mail, message-talkative-question)
6720         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6721         (message-clone-locals, message-send-news): Use with-current-buffer.
6722         (message-insert-or-toggle-importance): Remove unused var `valid'.
6723         (message-make-references): Remove unused var `new-references'.
6724         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6725
6726 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6727
6728         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6729         (spam-split-symbolic-return-positive): Reflow docstring.
6730         (spam-backends, spam-summary-exit-behavior)
6731         (spam-mark-ham-unread-before-move-from-spam-group)
6732         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6733         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6734         (spam-clear-cache, spam-backend-check, spam-install-backend)
6735         (spam-install-statistical-backend, spam-list-of-processors)
6736         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6737         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6738         (spam-check-crm114, spam-initialize, spam-unload-hook):
6739         Fix typos in docstrings.
6740
6741 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6744         been checked if they have never been read and those group levels are
6745         higher than the one that a user specified.
6746
6747 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6750         foreign groups unless a group level is specified by a user.
6751         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6752
6753 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * message.el (message-send-mail-function): Require sendmail.
6756
6757 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * message.el (message-send-mail-function): Check for smtpmail too.
6760
6761         * utf7.el (utf7-encode, utf7-decode): Use coding system
6762         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6763
6764         * message.el (message-send-mail-function): New function.
6765         (message-send-mail-function): Set default using
6766         message-send-mail-function.  Adjust doc string.
6767         (message-send-mail-with-mailclient): New function.
6768
6769 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6770
6771         * smime.el (from):
6772         * rfc2047.el (message-posting-charset):
6773         * qp.el (mm-use-ultra-safe-encoding):
6774         * pop3.el (parse-time-months):
6775         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6776         * nnml.el (files):
6777         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6778         (jka-compr-compression-info-list, ange-ftp-path-format)
6779         (efs-path-regexp):
6780         * nndiary.el (files):
6781         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6782         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6783         (epg-digest-algorithm-alist, inhibit-redisplay)
6784         (password-cache-expiry):
6785         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6786         (pgg-output-buffer, password-cache-expiry):
6787         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6788         (efs-path-regexp):
6789         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6790         (inhibit-redisplay):
6791         * mm-uu.el (file-name, start-point, end-point, entry)
6792         (gnus-newsgroup-name, gnus-newsgroup-charset):
6793         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6794         (latin-unity-ucs-list):
6795         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6796         (mm-uu-binhex-decode-function):
6797         * message.el (gnus-message-group-art, gnus-list-identifiers)
6798         (rmail-enable-mime-composing, gnus-local-organization)
6799         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6800         (gnus-read-active-file, facemenu-add-face-function)
6801         (facemenu-remove-face-function, gnus-article-decoded-p)
6802         (tool-bar-mode):
6803         * mail-source.el (display-time-mail-function):
6804         * gnus-util.el (nnmail-pathname-coding-system)
6805         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6806         (gnus-original-article-buffer, gnus-user-agent)
6807         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6808         (xemacs-codename, sxemacs-codename, emacs-program-version):
6809         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6810         * gnus-start.el (gnus-agent-covered-methods)
6811         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6812         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6813         (gnus-newsgroup-headers, gnus-group-list-mode)
6814         (gnus-group-mark-positions, gnus-newsgroup-data)
6815         (gnus-newsgroup-unreads, nnoo-state-alist)
6816         (gnus-current-select-method, mail-sources)
6817         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6818         (nnmail-spool-file, gnus-cache-active-hashtb):
6819         * gnus-mh.el (mh-lib-progs):
6820         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6821         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6822         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6823         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6824         (gnus-group-buffer):
6825         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6826         (font-lock-set-defaults):
6827         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6828         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6829         (gnus-summary-post-menu, total-parts, type, condition, length):
6830         * gnus-agent.el (gnus-agent-read-agentview):
6831         * flow-fill.el (show-trailing-whitespace):
6832         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6833         eval-and-compile wrappers for byte compiler pacifiers.
6834
6835         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6836         (mm-display-inline-fontify): Check for featurep 'xemacs not
6837         extent-list.
6838
6839         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6840         itimer-list.
6841         (mm-create-image-xemacs): Only do something for XEmacs.
6842         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6843
6844         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6845
6846         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6847         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6848
6849 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6850
6851         * nnimap.el (nnimap-split-download-body):
6852         * gnus-demon.el (gnus-demon):
6853         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6854
6855 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6858         macros.
6859         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6860         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6861         copy data from unibyte buffer to multibyte current buffer.
6862         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6863         to copy data from unibyte current buffer to multibyte buffer.
6864         (nntp-make-process-buffer): Make process buffer unibyte.
6865
6866         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6867
6868 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6869
6870         * pop3.el (pop3-open-server): Accept and process data more robustly at
6871         connexion start to avoid spurious "POP SSL connexion failed" errors.
6872
6873 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6876         read group names.
6877
6878 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6881
6882 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6885         (nnmail-save-active): Use a unibyte buffer when saving active file,
6886         which may contain non-ASCII group names.
6887
6888         * nnml.el (nnml-request-group): Decode group names in messages.
6889
6890 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * message.el (message-citation-line-function)
6893         (message-insert-formatted-citation-line): Fix spelling of
6894         `message-insert-formated-citation-line'.
6895
6896 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6897
6898         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6899
6900 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6903         nnmail-pathname-coding-system.
6904
6905         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6906         that a user enters; decode group names in messages.
6907
6908         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6909
6910 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6913
6914         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6915
6916         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6917         risky local variable.
6918
6919         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6920
6921 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6922
6923         * encrypt.el: Improve documentation to fix function name typo.
6924         Reported by Daiki Ueno <ueno@unixuser.org>.
6925
6926 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6929         even if the point is not in the last page of an article.
6930         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6931         back to the previous page.
6932
6933 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6934
6935         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6936
6937 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6940
6941 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6942
6943         * message.el (message-check-news-body-syntax): Avoid
6944         mm-string-as-multibyte.
6945         (message-hide-headers): Don't assume (point-min)==1.
6946
6947 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * message.el (message-remove-blank-cited-lines): Fix if remove is
6950         given.
6951         (message-bogus-address-regexp): New variable.
6952         (message-bogus-recipient-p): New function.
6953         (message-check-recipients): New command.
6954         (message-syntax-checks): Add `bogus-recipient'.
6955         (message-fix-before-sending): Add `bogus-recipient'.
6956
6957         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6958         (gnus-treat-body-boundary): Don't test window-system.
6959
6960 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6961
6962         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6963
6964 2007-10-28  Miles Bader  <miles@gnu.org>
6965
6966         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6967         at compile-time too.
6968
6969 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * gnus-msg.el (gnus-message-setup-hook): Add
6972         `message-remove-blank-cited-lines' to options.
6973
6974 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * message.el (message-remove-blank-cited-lines): New function.
6977         Suggested by Karl Plästerer.
6978
6979 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6982         mapc.
6983
6984         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6985         (top-level): Use mapc to set functions to be traced for debugging.
6986
6987         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6988         called for effect with while loop.
6989
6990         * message.el (message-talkative-question): Replace mapcar called for
6991         effect with mapc.
6992
6993         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6994         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6995         called for effect with dolist.
6996
6997         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6998
6999         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7000         gnus-extra-headers and nnmail-extra-headers.
7001
7002         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7003         called for effect with dolist.
7004         (top-level): Use mapc to set functions to be traced for debugging.
7005
7006         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7007         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7008         dolist.
7009
7010         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7011         Replace mapcar called for effect with mapc.
7012         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7013         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7014         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7015         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7016
7017         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7018         remove-if that's a cl function.
7019
7020         * webmail.el (webmail-debug): Replace mapcar called for effect with
7021         dolist.
7022
7023         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7024         with mapc.
7025
7026 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7029         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7030         with while loop.
7031
7032         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7033         functions from article-* functions.
7034         (gnus-multi-decode-header): Replace mapcar called for effect with
7035         dolist.
7036
7037         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7038         (gnus-bookmark-show-details): Replace mapcar called for effect with
7039         while loop.
7040
7041         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7042         called for effect with while loop.
7043
7044         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7045         with dolist.
7046
7047         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7048         mapcar called for effect with dolist.
7049
7050         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7051
7052         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7053         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7054         Replace mapcar called for effect with dolist.
7055         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7056         mapc.
7057
7058         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7059         Replace mapcar called for effect with dolist.
7060         (gnus-topic-list): Replace mapcar called for effect with mapc.
7061
7062         * gnus.el: Use mapc instead of mapcar to add autoloads.
7063
7064 2007-10-23  Richard Stallman  <rms@gnu.org>
7065
7066         * gnus-group.el (gnus-group-highlight): Mark as risky.
7067
7068 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus.el (gnus-server-to-method): Return method found first in
7071         gnus-newsrc-alist.
7072
7073         * gnus-art.el (gnus-article-highlight-signature)
7074         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7075         button overlay without the front stickiness.
7076
7077 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7078
7079         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7080         overview buffer needed a catch to receive its throw.
7081         (gnus-agent-flush-cache): Declared as interactive to make this function
7082         easier to use.
7083
7084 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7085
7086         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7087         `next-line'.
7088
7089 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7092         exclude address matching message-dont-reply-to-names.
7093
7094 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-util.el (gnus-string<): New function.
7097
7098         * gnus-sum.el (gnus-article-sort-by-author)
7099         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7100
7101 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7104         the frame-focus tag is set in gnus-buffer-configuration.
7105
7106 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7109         the front stickiness.
7110
7111 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7114         url pattern; remove duplicate one.
7115         (gnus-article-extend-url-button): New function.
7116         (gnus-article-add-buttons): Use it.
7117         (gnus-button-push): Use concatenated url that it makes.
7118
7119 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7120
7121         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7122
7123 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7124
7125         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7126         Don't hardcode point-min==1.
7127
7128 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7131         Fix comment about "iso8859-1".
7132
7133 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7134
7135         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7136         ones returned from the verify-function.
7137
7138         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7139         mml2015-extract-cleartext-signature if extraction failed.
7140
7141 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7142
7143         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7144         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7145         failed.
7146
7147 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7150
7151 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7154         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7155         recommends to use EasyPG instead of PGG.
7156
7157         * pgg.el: Revert to revision 6.23.2.16.
7158
7159         * pgg-def.el: Revert to revision 6.6.2.14.
7160
7161         * pgg-gpg.el: Revert to revision 6.23.2.34.
7162
7163 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7164
7165         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7166         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7167         thread for both the null and zero (kill/expire thread) universal prefix
7168         cases.
7169         (gnus-summary-expire-thread): Add new function to expire a thread,
7170         using gnus-summary-kill-thread.
7171         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7172         shortcuts for gnus-summary-expire-thread.
7173         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7174         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7175
7176 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7177
7178         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7179         extras value, so an extras entry can be deleted.
7180         (gnus-registry-delete-extra-entry): Use it.
7181         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7182         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7183         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7184         storage through the gnus-registry, and provide an appropriate API for
7185         it.
7186
7187 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7190         Suggested by Leo <sdl.web@gmail.com>.
7191
7192         * gnus.el: Do.
7193
7194 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7197         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7198
7199         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7200
7201         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7202         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7203
7204 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7207         newline.
7208         (nnmbox-request-accept-article): Don't change article in source buffer;
7209         narrow to header to use message-fetch-field rather than
7210         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7211         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7212         as delimiters; make sure article ends with newline.
7213         (nnmbox-delete-mail): Correct last position of article to be deleted;
7214         ignore X-Gnus-Newsgroup header in article body.
7215         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7216         positions; make sure article ends with newline.
7217
7218         * message.el (message-display-abbrev): Don't infloop when a user
7219         inserts SPC in the beginning of header.
7220
7221         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7222         coding-system-for-read and coding-system-for-write for XEmacs having no
7223         file-coding feature.
7224
7225         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7226
7227 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7228
7229         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7230         list of groups not followed by default.  Fix type to be regexp.
7231         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7232
7233 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7234
7235         * hmac-def.el (define-hmac-function): Switch from old-style to
7236         new-style backquotes.
7237
7238         * md4.el (md4-make-step): Likewise.
7239
7240 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7243         raw-text coding system when saving .newsrc file, which may contain
7244         non-ASCII group names.
7245
7246 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-cus.el (gnus-score-extra): New widget.
7249         (gnus-score-extra-convert): New function.
7250         (gnus-score-customize): Use it for Extra.
7251
7252 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7253
7254         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7255         (mml2015-mailcrypt-clear-verify): Use it.
7256         (mml2015-gpg-clear-verify): Use it.
7257         (mml2015-pgg-clear-verify): Use it.
7258         (mml2015-epg-clear-verify): Replace the current part with the output
7259         from GnuPG; don't extract the plaintext by itself.
7260
7261         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7262         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7263         mml2015-clear-verify-function; don't touch the armor headers or
7264         dash-escaped text here.
7265
7266 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7269         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7270         parts, or application/octet-stream as a last resort.
7271         (gnus-mime-view-part-as-type): Don't toggle display.
7272         (gnus-mime-view-part-as-charset): Don't turn off display before
7273         querying charset.
7274
7275         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7276         stuff to undisplayer function in Emacs.
7277         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7278
7279         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7280         text/calendar parts.
7281
7282 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7285         decoding text/calendar parts.
7286
7287         * message.el (message-forward-make-body-mime): Always mark body as
7288         having no illegible text; remove signed-or-encrypted argument.
7289         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7290
7291         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7292         (mml-generate-mime-1): Don't encode body if it is specified to be in
7293         raw form; don't make buffer be unibyte when inserting multibyte string.
7294
7295 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7296
7297         * sha1.el: Fix up comment style.
7298         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7299         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7300
7301         * hex-util.el: Fix up comment style.
7302         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7303
7304         * gnus-salt.el: Use with-current-buffer.
7305         (gnus-pick-setup-message): Fix long-standing typo.
7306
7307 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * imap.el (imap-logout-timeout): New variable.
7310         (imap-logout, imap-logout-wait): New functions.
7311         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7312
7313         * nnimap.el (nnimap-logout-timeout): New server variable.
7314         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7315         nnimap-logout-timeout.
7316
7317         * gnus-art.el (gnus-article-summary-command-nosave)
7318         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7319
7320 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * gnus.el (gnus-maximum-newsgroup): New variable.
7323
7324         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7325         according to gnus-maximum-newsgroup.
7326
7327         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7328         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7329         Limit the range of articles according to gnus-maximum-newsgroup.
7330
7331 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7332
7333         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7334         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7335         Don't perform gnus-configure-windows here; reuse existing sticky
7336         article buffer.
7337
7338         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7339         it doesn't exist in gnus-article-mode.
7340
7341 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7344         (gnus-agent-decoded-group-name): New function.
7345         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7346         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7347
7348 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7349
7350         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7351         Add binding for gnus-sticky-article.
7352         (gnus-summary-exit): Don't kill sticky article buffers.
7353
7354         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7355         article buffer.
7356         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7357         (gnus-kill-sticky-article-buffers): New commands.
7358
7359 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * nntp.el (nntp-xref-number-is-evil): New server variable.
7362         (nntp-find-group-and-number): If it is non-nil, don't trust article
7363         numbers in the Xref header.
7364
7365 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus-agent.el (gnus-agent-read-group): New function.
7368         (gnus-agent-flush-group, gnus-agent-expire-group)
7369         (gnus-agent-regenerate-group): Use it.
7370         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7371         nnmail-pathname-coding-system.
7372
7373 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7376
7377         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7378         that are unread as unread, and also as selected so that information of
7379         marks having been changed by a user may be updated when exiting group.
7380
7381 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7384         calculated ignoring signature parts to gnus-treat-article.
7385
7386 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7389         a point here in order to keep the window start.
7390         (gnus-insert-mime-security-button): Make a button overlay without the
7391         front stickiness.
7392         (gnus-mime-display-security): Goto the end of a button.
7393
7394         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7395
7396 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7399         group-name-at-point.
7400         (gnus-group-completing-read): New function that offers decoded
7401         non-ASCII group names for completion.
7402         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7403         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7404         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7405         (gnus-group-fetch-control): Use it.
7406         (gnus-fetch-group): Use group-name-at-point for the initial value
7407         rather than the default value; use gnus-alive-p.
7408
7409         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7410         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7411         (gnus-summary-post-news): Use gnus-group-completing-read.
7412
7413         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7414         (gnus-read-move-group-name): Decode group name for completion.
7415
7416 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7417
7418         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7419         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7420         Yamaoka slightly modified the code).
7421
7422 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7425         (nnmail-split-incoming): Bind it.
7426
7427         * nnml.el (nnml-group-name-charset): New function.
7428         (nnml-decoded-group-name): Use it; don't decode group name if
7429         nnmail-group-names-not-encoded-p is non-nil.
7430         (nnml-encoded-group-name): New function.
7431         (nnml-group-pathname): Inline nnml-decoded-group-name.
7432         (nnml-request-expire-articles): Decode group name in message.
7433         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7434         nnmail-pathname-coding-system.
7435         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7436         not decoded ones according to nnmail-group-names-not-encoded-p.
7437         (nnml-generate-active-info): Use nnml-encoded-group-name.
7438
7439 2007-08-08  Glenn Morris  <rgm@gnu.org>
7440
7441         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7442         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7443         doc-strings and comments.
7444
7445 2007-07-25  Glenn Morris  <rgm@gnu.org>
7446
7447         * Relicense all FSF files to GPLv3 or later.
7448
7449 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * gnus-sum.el (gnus-summary-move-article): Make
7452         gnus-summary-respool-article work.
7453
7454 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7457         string.
7458
7459 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7460
7461         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7462         that should be ignored when comparing distant RSS articles with local
7463         ones.
7464         (nnrss-make-hash-index): New function.  Create a hash index according
7465         to the ignored fields.
7466         (nnrss-check-group): Use it.
7467
7468 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7471
7472         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7473
7474         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7475         the new optional argument ENCODED is non-nil.
7476         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7477         coding system for encoding group name.
7478         (gnus-group-make-rss-group): Pass un-encoded group name to
7479         gnus-group-make-group.
7480         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7481         encoded.
7482
7483         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7484         Encode group name to which articles are moved or copied.
7485         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7486         coding system for encoding Newsgroup, Followup-To and Xref headers.
7487
7488         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7489         marks; use nnheader-file-coding-system to write a file.
7490         (nnagent-retrieve-headers): Bind file-name-coding-system to
7491         nnmail-pathname-coding-system.
7492
7493         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7494
7495         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7496         (nnml-request-article, nnml-request-create-group)
7497         (nnml-request-rename-group, nnml-find-id)
7498         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7499         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7500         (nnml-save-marks): Use nnml-group-pathname instead of
7501         nnmail-group-pathname.
7502
7503         (nnml-request-create-group, nnml-request-expire-articles)
7504         (nnml-request-move-article, nnml-request-delete-group)
7505         (nnml-deletable-article-p, nnml-possibly-create-directory)
7506         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7507         (nnml-open-marks): Bind file-name-coding-system to
7508         nnmail-pathname-coding-system.
7509
7510         (nnml-request-article): Pass server argument to nnml-find-group-number.
7511         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7512         server argument to nnml-possibly-create-directory.
7513         (nnml-request-accept-article): Pass server argument to
7514         nnml-active-number and nnml-save-mail.
7515         (nnml-find-group-number): Pass server argument to nnml-find-id.
7516         (nnml-request-update-info): Pass server argument to
7517         nnml-marks-changed-p.
7518
7519         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7520         (nnml-save-mail, nnml-active-number): Add server argument.
7521
7522         (nnml-request-delete-group): Warn if group is missing.
7523         (nnml-get-nov-buffer): Decode group name.
7524         (nnml-generate-active-info): Encode group name.
7525         (nnml-open-marks): Decode group name in messages.
7526
7527 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7530         if it is not specified.
7531         (gnus-article-pipe-part, gnus-article-save-part)
7532         (gnus-article-interactively-view-part, gnus-article-copy-part)
7533         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7534         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7535         (gnus-article-replace-part, gnus-article-delete-part)
7536         (gnus-article-view-part-as-type): Pass raw prefix argument to
7537         gnus-article-part-wrapper.
7538
7539 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-agent.el (gnus-agent-save-active): Bind
7542         nnheader-file-coding-system to gnus-agent-file-coding-system.
7543
7544         * gnus-cache.el (gnus-cache-save-buffers)
7545         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7546         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7547         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7548         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7549         (gnus-cache-generate-active, gnus-cache-rename-group)
7550         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7551         (gnus-cache-update-overview-total-fetched-for): Bind
7552         file-name-coding-system to nnmail-pathname-coding-system.
7553         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7554         variables.
7555         (gnus-cache-decoded-group-name): New function.
7556         (gnus-cache-file-name): Use it.
7557         (gnus-cache-generate-active): Use non-decoded group name for active.
7558
7559         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7560         right place.
7561         (gnus-write-active-file): Don't break non-ASCII group names.
7562
7563         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7564         nnmail-pathname-coding-system.
7565
7566         * lpath.el: Bind default-file-name-coding-system,
7567         file-name-coding-system and language-info-alist for XEmacs.
7568
7569         * gnus-uu.el (gnus-uu-decode-save): Typo.
7570
7571 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7574
7575 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7578         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7579         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7580         (gnus-agent-flush-group, gnus-agent-flush-cache)
7581         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7582         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7583         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7584         (gnus-agent-regenerate-group)
7585         (gnus-agent-update-files-total-fetched-for)
7586         (gnus-agent-update-view-total-fetched-for): Bind
7587         file-name-coding-system to nnmail-pathname-coding-system.
7588         (gnus-agent-group-pathname): Don't encode file names by
7589         nnmail-pathname-coding-system.
7590         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7591         coding-system-for-write instead of buffer-file-coding-system to
7592         gnus-agent-file-coding-system.
7593
7594         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7595         Decode group name.
7596
7597         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7598
7599         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7600         (gnus-read-newsrc-el-file): Make group names unibyte.
7601
7602         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7603         nnmail-pathname-coding-system.
7604
7605         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7606         (nnrss-request-delete-group): Bind file-name-coding-system to
7607         nnmail-pathname-coding-system.
7608         (nnrss-read-server-data, nnrss-read-group-data): Bind
7609         file-name-coding-system correctly.
7610         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7611
7612         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7613         (nntp-server-to-method-cache): New variable.
7614         (nntp-group-pathname): New function that decodes non-ASCII group names.
7615         (nntp-possibly-create-directory, nntp-marks-changed-p)
7616         (nntp-save-marks, nntp-open-marks): Use it.
7617         (nntp-possibly-create-directory, nntp-open-marks):
7618         Bind file-name-coding-system to nnmail-pathname-coding-system.
7619         (nntp-open-marks): Decode group names when bootstrapping marks.
7620
7621         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7622         Newsgroups and Folowup-To headers.
7623
7624 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7627         (gnus-server-closed-face, gnus-server-denied-face)
7628         (gnus-server-offline-face): Remove variable.
7629         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7630
7631         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7632         of modifying message-stack directly for XEmacs.
7633
7634         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7635         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7636         if the coding-system argument is nil for XEmacs.
7637
7638         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7639         mm-charset-override-alist.
7640
7641         * rfc2047.el: Don't require base64; require rfc2045 for the function
7642         rfc2045-encode-string.
7643         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7644         to quote the parameter value.
7645
7646 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7649         form in gnus-group-name-charset-method-alist.
7650
7651         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7652         overrides the default layout edit-form.
7653
7654         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7655
7656         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7657
7658 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7661         as unfetched articles.
7662
7663 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7666
7667 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7670         original back end that keeps marks in the local system.
7671
7672 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7675         arg of pop-to-buffer for XEmacs.
7676         (gnus-article-read-summary-keys): Ditto; don't restore window
7677         configuration if summary command ends up with neither article buffer
7678         nor summary buffer; describe bindings if summary keys end with C-h.
7679
7680 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * message.el (message-fix-before-sending): Skip raw message part to be
7683         forwarded while checking illegible text.
7684         (message-forward-make-body-mime, message-forward-make-body): Mark
7685         signed or encrypted raw message as having no illegible text.
7686
7687 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7690         (gnus-message-with-timestamp-1): New macro.
7691         (gnus-message-with-timestamp): New function.
7692         (gnus-message): Use them.
7693
7694         * nnheader.el (nnheader-message): Use them.
7695
7696 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7699         .newsrc.eld file.
7700
7701 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-agent.el (gnus-agent-fetch-headers)
7704         (gnus-agent-retrieve-headers): Bind
7705         gnus-decode-encoded-address-function to identity.
7706
7707         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7708         available also when the server returns simply a dot.
7709
7710         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7711
7712 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7715
7716 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-ems.el (gnus-x-splash): Make it work.
7719
7720         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7721         from being used.
7722
7723         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7724
7725 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7728         4th and the 5th arguments.
7729
7730         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7731         the front stickiness.
7732         (gnus-article-summary-command-nosave): Correct the order of the
7733         arguments passed to pop-to-buffer.
7734         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7735         summary command ends up with the article buffer.
7736
7737         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7738         the same faces.
7739
7740 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7741
7742         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7743
7744 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7745
7746         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7747         * gnus-sum.el (gnus-summary-highlight):
7748         * pgg.el (pgg-sign-region, pgg-sign):
7749         * mail-source.el (mail-source-delete-old-incoming-confirm):
7750         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7751
7752 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * gnus-art.el (gnus-mime-view-part-externally)
7755         (gnus-mime-view-part-internally): Fix predicate function passed to
7756         completing-read.
7757
7758         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7759
7760         * gnus.el (gnus-update-message-archive-method): Add :version.
7761
7762 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * gnus.el (gnus-update-message-archive-method): New variable.
7765
7766         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7767         according to gnus-message-archive-method if
7768         gnus-update-message-archive-method is non-nil.
7769
7770 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7773         by Loic Dachary <loic@dachary.org>.
7774         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7775
7776 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * message.el (message-pop-to-buffer): Add switch-function argument.
7779         (message-mail): Pass switch-function argument to it.
7780
7781 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7784         Improve doc string.
7785
7786 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7789         (gnus-header-content)
7790         * gnus-cite.el (gnus-cite-10)
7791         * gnus-srvr.el (gnus-server-closed)
7792         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7793         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7794         (gnus-group-mail-3-empty, gnus-group-mail-low)
7795         (gnus-group-mail-low-empty, gnus-splash)
7796         * message.el (message-header-to, message-header-cc)
7797         (message-header-subject, message-header-other, message-header-name)
7798         (message-header-xheader, message-separator, message-cited-text)
7799         (message-mml): Lighten colors of faces used for dark background.
7800
7801 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7802
7803         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7804         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7805
7806 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * message.el (message-narrow-to-headers-or-head):
7809         Ignore mail-header-separator in the body.
7810
7811 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7814         same as window size.
7815
7816 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7817
7818         * message.el (message-font-lock-keywords): Use message-header-xheader
7819         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7820         ahead of the anything pattern, to get it recognised.
7821
7822 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7825         spam.el loads uses it in the compiled defadvice form.
7826
7827 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7828
7829         * gnus-sum.el (gnus-articles-to-read)
7830         (gnus-summary-insert-old-articles): Don't truncate group name for
7831         `read-string'.
7832
7833         * gnus-util.el (gnus-limit-string): Delete this function.
7834
7835         * gnus-sum.el (gnus-simplify-subject-fully): Use
7836         `truncate-string-to-width' instead.
7837
7838 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7839
7840         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7841         if, on summary exit, the next group has to be selected.
7842         (gnus-summary-exit): Use it.
7843
7844 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7847         non-break space.
7848
7849 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7852         Check if group is not a directory.
7853         (nnfolder-request-expire-articles): Don't delete articles if the target
7854         group is not available.
7855
7856         * nnml.el (nnml-request-create-group): Properly check if group is not a
7857         file.
7858         (nnml-request-expire-articles): Don't delete articles if the target
7859         group is not available.
7860
7861         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7862         Don't quote characters that are within parentheses.
7863
7864 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7867         (gnus-handle-ephemeral-exit): Select article according to it.
7868
7869 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7870
7871         * message.el (message-insert-formated-citation-line): Remove newline.
7872         (message-citation-line-format): Add final \n here so that the user can
7873         avoid a blank line.
7874
7875 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7876
7877         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7878         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7879         Update lanl/arXiv support.
7880
7881 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * gnus.el: Bump version number.
7884
7885 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7886
7887         * gnus.el (gnus-version-number): Bump version.
7888
7889 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7890
7891         * gnus.el: No Gnus v0.6 is released.
7892
7893 2007-04-27  Didier Verna  <didier@xemacs.org>
7894
7895         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7896         * gmm-utils.el (gmm-regexp-concat): here.
7897         * message.el: Don't require 'gnus-util.
7898         (message-dont-reply-to-names): Handle name change above.
7899         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7900
7901 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7904         since the initial value varies according to the system.
7905
7906 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7909
7910 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7911
7912         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7913
7914 2007-04-24  Didier Verna  <didier@xemacs.org>
7915
7916         Improve the type of gnus-ignored-from-addresses.
7917         * gnus-util.el (gnus-orify-regexp): New function.
7918         * message.el (gnus-util): Require it.
7919         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7920         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7921         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7922
7923 2007-04-24  Didier Verna  <didier@xemacs.org>
7924
7925         * gnus-sum.el:
7926         * gnus-utils.el: Fix some trailing whitespaces.
7927
7928 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7931         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7932         article's Message-ID; refer parent article in summary buffer.
7933
7934         * message.el (message-bounce): Call mime-to-mml.
7935
7936         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7937         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7938         optimize and/or forms properly.
7939
7940 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7941
7942         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7943         URL.
7944
7945 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7948
7949 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7952         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7953         displayed of multipart/alternative part if it is invoked from summary
7954         buffer.
7955
7956         * mm-view.el (mm-inline-text-html-render-with-w3m)
7957         (mm-inline-text-html-render-with-w3m-standalone)
7958         (mm-inline-render-with-function): Use mail-parse-charset by default.
7959
7960 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7961
7962         * parse-time.el (parse-time-string-chars): Check if CHAR
7963         is less than the length of parse-time-syntax.
7964
7965 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7968         from gnus-newsgroup-processable.
7969
7970 2007-04-16  Didier Verna  <didier@xemacs.org>
7971
7972         * gnus-msg.el (gnus-configure-posting-styles): Handle
7973         message-signature-directory properly with :file syntax.  Reported by
7974         "Leo".
7975
7976 2007-04-11  Didier Verna  <didier@xemacs.org>
7977
7978         New user option: message-signature-directory.
7979         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7980         * message.el (message-insert-signature): Ditto.
7981         * message.el (message-signature-file): Doc update.
7982         * message.el (message-signature-directory): New.
7983
7984 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gnus-msg.el (gnus-inews-yank-articles): Use
7987         message-exchange-point-and-mark instead of exchange-point-and-mark.
7988
7989 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * message.el (message-yank-original): Make sure cited text ends with
7992         newline; don't exchange point and mark.
7993
7994 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7995
7996         * tls.el (open-tls-stream): Properly handle case where there
7997         is no associated buffer.
7998
7999 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8000
8001         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8002         message-yank-original, make sure (< mark TEXT point).
8003
8004 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8005
8006         * message.el (message-fill-column): New variable.
8007         (message-mode): Use it.  Add comment on a possible new hook.
8008
8009         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8010         (nnmail-get-new-mail): Reformat.
8011
8012         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8013
8014         * gmm-utils.el: Fix Commentary.
8015         (gmm-tool-bar-from-list): Fix typo in doc string.
8016
8017 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8018
8019         * message.el (message-yank-original): Don't switch point and mark
8020         unnecessarily to put point and mark as documented.
8021
8022 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023
8024         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8025         from the message heads.
8026
8027 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8028
8029         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8030         article buffer does not have a window.  This may not be the best
8031         solution but is certainly better than setting the start of the null,
8032         that is the current, window.
8033
8034 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8037         (gnus-draft-setup): Run it.
8038
8039         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8040         gnus-score-fast-scoring.  Allow regexp.
8041         (gnus-score-headers): Use it.
8042
8043         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8044         XEmacs.
8045
8046         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8047         string.
8048         (gnus-button-alist): Also catch `<f1> k ...'.
8049         (gnus-treat-display-x-face): Fix doc string.
8050
8051 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8052
8053         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8054         evaluation of gnus-extended-version to ensure correct generation of the
8055         User-Agent header when message-generate-headers-first is used.
8056
8057 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8058
8059         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8060         hashcash-path is nil.  Don't call callback with incorrect number of
8061         parameters if val is 0.
8062
8063 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8064
8065         * message.el (message-required-news-headers):
8066         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8067
8068 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8069
8070         * tls.el (open-tls-stream): In handshake-waiting loop,
8071         don't wait more if there is output available to process.
8072
8073 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8074
8075         * tls.el (tls-program): Doc fix.
8076
8077 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * message.el (message-generate-new-buffers): Change the meaning of the
8080         nil value; add `standard' to the choices; treat t as `unique'; improve
8081         doc string.
8082         (gnus-select-frame-set-input-focus): Autoload.
8083         (message-buffer-name): Search for the existing message buffer if
8084         message-generate-new-buffers is nil or `standard'; treat the value t of
8085         message-generate-new-buffers as `unique'.
8086         (message-pop-to-buffer): Raise the frame already displaying the message
8087         buffer; clear the echo area after querying.
8088         (message-setup): Pass the `continue' argument to compose-mail.
8089         (message-mail): Prefer `switch-function' if it is given; search for the
8090         existing message buffer if the `continue' argument is non-nil; pass
8091         continue and switch-function arguments to compose-mail by way of
8092         message-setup.
8093         (message-mail-other-window): Adjust argument of message-setup.
8094         (message-mail-other-frame): Ditto.
8095
8096 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8099         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8100         to turn font-lock on when turning gnus-message-citation-mode on.
8101
8102 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8103
8104         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8105         (mml-smime-function-alist): New variable; add epg as the backend.
8106         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8107         mml-smime- functions instead.
8108         * mm-view.el: Require smime.
8109
8110 2007-03-05  Didier Verna  <didier@xemacs.org>
8111
8112         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8113         instead of just inheritance for posting styles.
8114         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8115
8116 2007-02-24  Chris Moore  <dooglus@gmail.com>
8117
8118         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8119         * pgg-pgp.el (pgg-pgp-encrypt-region):
8120         * pgg-gpg.el (pgg-gpg-encrypt-region):
8121         Check pgg-encrypt-for-me if no other recipients.
8122
8123 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8124
8125         * tls.el (tls-certtool-program): Fix custom type.
8126
8127 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8130         and point-at-eol instead of line-(beginning|end)-position.
8131
8132         * assistant.el (assistant-parse-buffer): Ditto.
8133
8134         * netrc.el (netrc-parse-services): Ditto.
8135
8136 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8137
8138         * mml2015.el (mml2015-epg-find-usable-key): New function.
8139         (mml2015-epg-sign): Use it.
8140         (mml2015-epg-encrypt): Use it.
8141
8142 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * message.el (message-make-in-reply-to): Quote name containing
8145         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8146         if there are special characters.  Reported by NAKAJI Hiroyuki
8147         <nakaji@jp.freebsd.org>.
8148
8149 2007-02-27  Didier Verna  <didier@xemacs.org>
8150
8151         Include the group parameters as well as the topic ones in the
8152         inheritance filter process.
8153         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8154         argument GROUP-PARAMS-LIST.
8155         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8156
8157 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * nntp.el (nntp-never-echoes-commands)
8160         (nntp-open-connection-functions-never-echo-commands): New variables.
8161         (nntp-send-command): Use them.
8162
8163 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8164
8165         * mml2015.el (mml2015-epg-verify): Simplified.
8166
8167 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * mml.el (mml-content-disposition-alist): New user option.
8170         (mml-content-disposition): New function.
8171         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8172         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8173
8174 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8175
8176         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8177         verification.
8178
8179 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8180
8181         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8182         articles posted in the last 24 hours.
8183
8184 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8185
8186         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8187
8188 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8189
8190         * nntp.el (nntp-send-command): Don't wait for echoes when
8191         nntp-open-ssl-stream is used.
8192
8193 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8196         (gnus-message-add-citation-keywords)
8197         (gnus-message-remove-citation-keywords): Remove.
8198         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8199         directly, make the variables in font-lock-defaults buffer-local, add
8200         gnus-message-citation-keywords to them and then update the value of
8201         font-lock-keywords.
8202
8203 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * message.el (message-cite-original-1): Don't call
8206         gnus-article-highlight-citation.
8207
8208         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8209         citations; fix line count.
8210
8211 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8214         (gnus-message-add-citation-keywords)
8215         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8216         versions of font-lock-add-keywords and font-lock-remove-keywords to
8217         work with XEmacs correctly.
8218
8219 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-cite.el (gnus-cite-face-list): Set the values of
8222         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8223         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8224         (gnus-message-cite-prefix-regexp): New variable.
8225         (gnus-message-search-citation-line): Use it; protect against long
8226         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8227         the 0th match data for Emacs.
8228         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8229         (gnus-message-add-citation-keywords): Append keywords rather than
8230         prepending; emulate font-lock-add-keywords if it is not available.
8231         (gnus-message-remove-citation-keywords): Emulate
8232         font-lock-remove-keywords if it is not available.
8233
8234         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8235
8236         * message.el (message-cite-prefix-regexp): Set the value of
8237         gnus-message-cite-prefix-regexp.
8238
8239 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8240
8241         * nnweb.el (nnweb-google-parse-1): Update parser.
8242
8243 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8244
8245         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8246
8247 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8248
8249         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8250         regexp.
8251
8252 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8255         string-to-multibyte.
8256         (uudecode-decode-region-internal): Use it.
8257
8258         * lpath.el: Fbind string-as-multibyte for XEmacs.
8259
8260 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8261
8262         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8263         custom choice.
8264
8265         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8266
8267 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8268
8269         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8270
8271         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8272         `write-region' to respect `mm-inhibit-file-name-handlers'.
8273
8274 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8277         Use gnus-home-directory instead of "~/" or "$HOME".
8278
8279 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8282         to mention filename.
8283         Add comments at beginning regarding usage.
8284         (encrypt-write-file-contents): Change interactive so a string is
8285         acceptable.  If the file has no associated model, show an error instead
8286         of a nonsense prompt.
8287
8288 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8289
8290         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8291         Thanks to Yoshihiko Yamada for kind notification of this typo.
8292
8293 2007-01-12  Kenichi Handa  <handa@m17n.org>
8294
8295         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8296         multibyte buffer.
8297
8298 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8299
8300         * gnus-score.el (gnus-score-fast-scoring): New variable.
8301         (gnus-score-headers): Use it.
8302
8303         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8304
8305         * message.el (message-cite-original-1): Call
8306         gnus-article-highlight-citation if requested.
8307         (message-make-from): Allow name and address as optional arguments.
8308
8309         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8310
8311         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8312         bugs to doc string.
8313         (gnus-button-alist): Add mid\\|message-id.
8314         (gnus-button-fetch-group): Extend for use in
8315         `browse-url-browser-function'.
8316         (gnus-button-url-regexp): Try to catch paired parentheses like in
8317         Wikipedia URLs.
8318
8319         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8320         Suggested by Simon Krahnke <overlord@gmx.li>.
8321
8322 2007-01-13  Romain Francoise  <romain@orebokech.com>
8323
8324         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8325         Update copyright.
8326
8327 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8328
8329         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8330
8331 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8332
8333         * gnus-registry.el (gnus-registry-unfollowed-groups)
8334         (gnus-registry-split-fancy-with-parent): Fix documentation.
8335
8336 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8337
8338         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8339         from nnweb groups.
8340
8341 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8342
8343         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8344         Xref urls.  Erase buffer before requesting head.
8345
8346 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8349         customizable.
8350
8351 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8352
8353         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8354         no signing key is found.
8355         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8356         no encrypting and/or signing key is found.
8357
8358 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8359
8360         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8361
8362 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8363
8364         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8365         headers read from disk with the ones newly found in the current search.
8366         This should no longer cause problems, because the article numbers in
8367         Gmane's `nov.php' output are ignored since the previous change.
8368
8369 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8370
8371         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8372
8373 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8376         replace-regexp-in-string; bind url-version; fbind display-images-p and
8377         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8378         find-face and set-itimer-function for Emacs; bind itimer-list for
8379         Emacs.
8380
8381         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8382
8383 2007-01-01  Romain Francoise  <romain@orebokech.com>
8384
8385         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8386
8387 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8388
8389         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8390         `define-minor-mode' macro definition expanded properly.
8391         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8392         exclude it there.
8393
8394         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8395         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8396         `fboundp' test.
8397         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8398         This is OK to autoload in (S)XEmacs now.
8399
8400 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8401
8402         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8403         keystroke.
8404         (gnus-summary-limit-to-singletons): Fix typo.
8405
8406         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8407         else fails.
8408
8409 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8410
8411         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8412         docstring.
8413
8414         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8415         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8416         (gnus-summary-insert-dormant-articles): Fix typo in message.
8417
8418 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8421         nil for XEmacs.
8422         (gnus-message-citation-mode): Don't autoload in XEmacs.
8423
8424         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8425
8426 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8427
8428         * nnimap.el (nnimap-expunge-search-string): Mention
8429         nnimap-search-uids-not-since-is-evil in docstring.
8430
8431 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * spam.el: Revert to make-obsolete-variable because
8434         define-obsolete-variable-alias is not supported in Emacs 21.
8435
8436         * spam.el (spam-ifile-path, spam-ifile-database-path)
8437         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8438         make-obsolete-variable.
8439         (spam-bsfilter-path, spam-bsfilter-program)
8440         (spam-spamassassin-path, spam-spamassassin-program)
8441         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8442         use "path" inappropriately.
8443         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8444         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8445         variable names.
8446
8447 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8448
8449         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8450         summary buffer.
8451
8452         * password.el (password-cache-remove): Use clear-string to burn
8453         password, if available.
8454
8455 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8458
8459         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8460
8461         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8462         (gnus-message-highlight-citation): Move defcustom here from
8463         gnus-cite.el.
8464         (gnus-message-citation-mode): Autoload.
8465
8466         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8467         checks to make it compile with XEmacs.
8468         (gnus-message-citation-mode): New minor mode.
8469         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8470         (gnus-message-highlight-citation): New variables.
8471         (gnus-message-search-citation-line)
8472         (gnus-message-add-citation-keywords)
8473         (gnus-message-remove-citation-keywords)
8474         (turn-on-gnus-message-citation-mode)
8475         (turn-off-gnus-message-citation-mode): New functions.
8476
8477 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8478
8479         * gnus-cite.el: Enable highlighting of different citation levels in
8480         message-mode.
8481
8482 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * message.el (message-make-fqdn): Fix comment.
8485         (message-bogus-system-names): Add ".local".
8486
8487         * spam.el (spam-ifile-path, spam-ifile-program)
8488         (spam-ifile-database-path, spam-ifile-database)
8489         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8490         Don't use "path" inappropriately.
8491         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8492         strings.
8493         (spam-check-ifile, spam-ifile-register-with-ifile)
8494         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8495         new variable names.
8496
8497         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8498         (gnus-treat-display-smileys): Simplify using
8499         gnus-image-type-available-p.
8500
8501         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8502         available.
8503
8504         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8505         `display-images-p' if available.
8506
8507 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8510         one after turning on the buffer's multibyteness instead of decoding
8511         them directly in the unibyte buffer that causes unexpected conversion
8512         in Emacs 23 (unicode).
8513
8514 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8515
8516         * message.el (message-generate-hashcash): Fix custom type.
8517
8518 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8519
8520         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8521
8522 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8525         disconnect icons.  Add help text.
8526
8527 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8528
8529         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8530         negated to be consistent with the others we handle.
8531
8532 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8535         version of gnus-summary-buffer to something, so that we can use two
8536         article buffers at the same time.
8537
8538 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8539
8540         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8541         trigger all the extra headers.
8542         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8543         sorting.
8544
8545 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8546
8547         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8548         solid groups.
8549
8550 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8551
8552         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8553
8554 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8555
8556         * legacy-gnus-agent.el: Add Copyright notice.
8557
8558 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8559
8560         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8561
8562 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8563
8564         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8565
8566         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8567         to make it work reliably in CVS Emacs.
8568         (gnus-summary-limit-strange-charsets-predicate)
8569         (gnus-summary-limit-to-predicate): New functions.
8570
8571 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8572
8573         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8574         specifying array size.
8575         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8576         array if it is too small.
8577         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8578         (gnus-sort-threads-loop): New function.
8579
8580 2006-12-06  Chris Moore  <dooglus@gmail.com>
8581
8582         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8583         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8584
8585 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8586
8587         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8588         options.
8589
8590 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8593         DOS-ing the recipient.
8594
8595         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8596         the headers when creating the mapping to avoid mismappings.
8597         (nnweb-gmane-create-mapping): Always nix out old mapping.
8598
8599 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8602         and mm-verify-option to never.
8603
8604 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * message.el (message-signed-or-encrypted-p): New function.
8607         (message-forward-make-body): Use it.
8608
8609         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8610         Replace encode-coding-string with mm-encode-coding-string.
8611
8612 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * nneething.el (nneething-decode-file-name): Replace
8615         decode-coding-string with mm-decode-coding-string.
8616
8617         * gnus-int.el (gnus-open-server): Say failed server's name.
8618
8619 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8620
8621         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8622         strings to a single string.  Quote `errors-file-name'.
8623         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8624         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8625         Adjust calls.  Use `shell-quote-argument'.
8626
8627 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8628
8629         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8630         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8631
8632         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8633         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8634         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8635         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8636         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8637         (gnus-subscribe-newsgroup, gnus-1):
8638         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8639         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8640         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8641         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8642
8643 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644
8645         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8646         keystroke.
8647         (gnus-summary-limit-to-bodies): Implement headersp.
8648
8649 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8650
8651         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8652
8653 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8656
8657 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8658
8659         * message.el (message-generate-hashcash): Expand range of values to
8660         include `opportunistic'.
8661         (message-send-mail): Use it.
8662
8663 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8664
8665         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8666         and comment it.
8667
8668         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8669
8670 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * gnus-util.el (gnus-extract-address-components): Improve comment.
8673
8674 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-util.el (gnus-extract-address-components): Work with address in
8677         which the name portion contains @.
8678
8679         * lpath.el: Fbind custom-autoload.
8680
8681 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * gnus.el (gnus-start): Move custom group up.
8684         (gnus-select-method): Don't autoload, but make it available for
8685         `customize-variable'.
8686         (gnus-getenv-nntpserver): Don't autoload.
8687
8688 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8689
8690         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8691
8692 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8693
8694         * message.el (message-sendmail-extra-arguments): New variable.
8695         (message-send-mail-with-sendmail): Use it.
8696
8697 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8700         mm-with-unibyte-current-buffer to make string unibyte.
8701
8702         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8703         mm-string-as-multibyte.
8704
8705 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8706
8707         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8708         Reported by Werner Koch <wk@gnupg.org>.
8709
8710 2006-11-14  Daiki Ueno  <ueno@p360>
8711
8712         * mml2015.el: Autoload epa-select-keys when compiling.
8713
8714 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8715
8716         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8717         message-options.
8718         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8719
8720 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8721
8722         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8723         EasyPG (< 0.0.6).
8724         (mml2015-always-trust): New user option.
8725         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8726         prompt.
8727
8728 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * nntp.el (nntp-authinfo-force): New variable.
8731         (nntp-send-authinfo): Use it.
8732
8733 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8736         decode encoded words.  Improve prompt.  Add comment about forwarding.
8737         (message-replacement-char): Move up.
8738
8739 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8740
8741         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8742         instead of gnus-intersection because arguments of gnus-sorted-nunion
8743         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8744
8745 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8748         (message-simplify-subject-functions): Enable
8749         message-strip-subject-encoded-words by default.
8750
8751 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * message.el (message-strip-subject-encoded-words): New function.
8754         (message-simplify-subject-functions): New variable.
8755         (message-simplify-subject): Use it.  Fix typo in doc string.
8756         Support message-strip-subject-encoded-words.
8757
8758 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8759
8760         * gnus-diary.el (gnus-diary-delay-format-function):
8761         * nndiary.el (nndiary-reminders):
8762         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8763
8764 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * gnus-art.el (article-hide-boring-headers): Fetch date from
8767         gnus-original-article-buffer to avoid problems with localized date
8768         strings.
8769
8770 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8773
8774 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8777         New variables.
8778         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8779         (mm-charset-synonym-alist): Move some entries to
8780         mm-codepage-iso-8859-list.
8781         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8782         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8783
8784 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8787
8788 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8791         with Emacs 21 and XEmacs.
8792
8793 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8794
8795         * spam.el (spam-parse-address): New function for better parsing,
8796         catching errors, etc.
8797         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8798
8799 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * mm-view.el: Add interactive arg to html2text autoload.
8802
8803 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8806
8807 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8810         variables.
8811         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8812         (mm-charset-synonym-alist): Move some entries to
8813         mm-codepage-iso-8859-list.
8814
8815         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8816
8817 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * message.el (message-citation-line-format)
8820         (message-insert-formated-citation-line): Fix implementation of %E, %N
8821         and %n according to the doc string.
8822
8823 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8824
8825         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8826         car-safe to avoid bad parses.
8827
8828 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8831         names.
8832
8833         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8834
8835 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8838         header.
8839
8840         * message.el (message-draft-headers): Add Date.
8841         (message-headers-to-generate): Fix typo in docstring.
8842
8843         * nndraft.el (nndraft-required-headers): New variable.
8844         (nndraft-generate-headers): Use it.
8845
8846         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8847
8848 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8849
8850         * gnus-registry.el (gnus-registry-wash-for-keywords)
8851         (gnus-registry-find-keywords): New functions to allow easy searching of
8852         articles that are in the registry.
8853
8854 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8855
8856         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8857         ietf-drums-parse-address instead of gnus-extract-address-components.
8858         Reported by Damien Elmes <damien@repose.cx>.
8859
8860 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * gnus.el (gnus-mime): Remove unused custom group.
8863
8864 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8865
8866         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8867         "blank line" when searching for end of armor headers.
8868
8869 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * gmm-utils.el (gmm-write-region): Fix variable name.
8872
8873 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * gmm-utils.el (gmm-write-region): New function based on compatibility
8876         code from `mm-make-temp-file'.
8877
8878         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8879
8880         * nnmaildir.el (nnmaildir--update-nov)
8881         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8882         Use `gmm-write-region'.
8883
8884 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8887         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8888
8889         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8890
8891         * message.el (message-replacement-char): New variable.
8892         (message-fix-before-sending): Use it.
8893         (message-simplify-subject): New function to remove duplicate code.
8894         (message-reply, message-followup): Use it.
8895
8896         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8897         gnus-summary-limit-to-articles.
8898
8899 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * gnus-util.el (gnus-with-local-quit): New macro.
8902
8903         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8904
8905 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8906
8907         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8908         ignore non-string data.
8909
8910 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8911
8912         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8913         non-string data (needs to be done in the registry too).
8914
8915 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8916
8917         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8918         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8919         (gnus-registry-split-fancy-with-parent)
8920         (gnus-registry-fetch-simplified-message-subject-fast)
8921         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8922         Remove text properties on ingress into the registry and when it's saved.
8923         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8924         registry from entries with no groups.
8925
8926 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8927
8928         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8929         function to remove string properties.
8930
8931 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * gmm-utils.el (gmm): Adjust custom version.
8934
8935         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8936         custom version.
8937
8938         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8939
8940 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * gnus-art.el (gnus-insert-prev-page-button)
8943         (gnus-insert-next-page-button): Simplify.  Reformat.
8944
8945 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8946
8947         * gnus-art.el (gnus-insert-prev-page-button)
8948         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8949
8950 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8951
8952         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8953
8954 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8955
8956         * gnus-art.el (gnus-insert-mime-button)
8957         (gnus-insert-mime-security-button):
8958         Apply gnus-article-button-face to MIME and security buttons.
8959
8960 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8961
8962         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8963         readable.
8964
8965 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8968
8969 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8970
8971         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8972         `browse-url-of-file' instead of `browse-url'.
8973
8974 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8975
8976         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8977         regexp.  Articles containing quotation were cut prematurely.
8978
8979 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * message.el (message-cite-original-1): Use nobody by default for the
8982         value of From header.
8983         (message-reply): Ditto.
8984
8985 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8986
8987         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8988         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8989         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8990
8991 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8994         mails in the doc string.  Add some URLs in comment.
8995         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8996
8997 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9000         backslashes handling and the way to find boundaries of quoted strings.
9001
9002 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9003
9004         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9005         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9006         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9007         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9008
9009 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9012         doc string.
9013         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9014
9015 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * lpath.el: Fbind epg-check-configuration.
9018
9019 2006-09-06  Simon Josefsson  <jas@extundo.com>
9020
9021         * mml2015.el (mml2015-use): Doc fix, mention epg.
9022
9023 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9024
9025         * mml2015.el (mml2015-use): Default to epg, if available.
9026
9027 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9028
9029         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9030         message-sender.
9031         (mml1991-epg-encrypt): Ditto.
9032         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9033         message-sender.
9034         (mml2015-epg-encrypt): Ditto.
9035
9036 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9037
9038         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9039         several common directories.
9040
9041 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9042
9043         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9044         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9045
9046 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-art.el (article-decode-encoded-words): Make it fast.
9049
9050 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9053
9054         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9055         in quoted string into `\'.
9056
9057 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9060         Use standard-syntax-table.
9061
9062 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-art.el (gnus-decode-address-function): New variable.
9065         (article-decode-encoded-words): Use it to decode headers which are
9066         assumed to contain addresses.
9067         (gnus-mime-delete-part): Remove useless `or'.
9068
9069         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9070         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9071         (gnus-nov-parse-line): Use it to decode From header.
9072         (gnus-get-newsgroup-headers): Ditto.
9073         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9074
9075         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9076         (mail-decode-encoded-address-string): New alias.
9077
9078         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9079         New function.
9080         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9081         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9082         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9083         (rfc2047-decode-string): Ditto.
9084         (rfc2047-decode-address-region): New function.
9085         (rfc2047-decode-address-string): New function.
9086
9087 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * message.el (message-caesar-buffer-body): Allow rotating headers.
9090
9091         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9092
9093         * message.el (message-insert-formated-citation-line): Fix %f.
9094         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9095
9096 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9099         (gnus-bookmark-mouse-available-p): New macro.
9100         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9101         (gnus-bookmark-bmenu-show-infos): Use it.
9102         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9103         (gnus-bookmark-bmenu-hide-infos): Ditto.
9104         (gnus-bookmark-remove-properties): New function.
9105         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9106         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9107         (gnus-bookmark-write-file): Bind coding-system-for-write.
9108         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9109         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9110         group before selecting it.
9111         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9112         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9113         quit-window if it is not available; use gnus-mouse-2 and bind it to
9114         gnus-bookmark-bmenu-select-by-mouse.
9115         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9116         (gnus-bookmark-bmenu-select-by-mouse): New function.
9117
9118 2006-08-13  Romain Francoise  <romain@orebokech.com>
9119
9120         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9121         space.
9122
9123 2006-08-10  Romain Francoise  <romain@orebokech.com>
9124
9125         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9126         (dns-mode-soa-auto-increment-serial): New user option.
9127         (dns-mode-soa-maybe-increment-serial): New function.
9128         (dns-mode): Add the latter to `write-contents-functions'.
9129
9130 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * compface.el (uncompface): Use binary rather than raw-text-unix.
9133
9134 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * compface.el (uncompface): Make sure the eol conversion doesn't take
9137         place when communicating with the external programs.  Reported by
9138         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9139
9140 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9143
9144 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9145
9146         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9147         Make it more robust by parsing author and date independently.
9148
9149 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9152
9153 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9154
9155         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9156         first matching secret key.
9157         (mml2015-epg-encrypt): Ditto.
9158
9159         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9160         first matching secret key.
9161         (mml1991-epg-encrypt): Ditto.
9162
9163         * mml2015.el (mml2015-encrypt-to-self): New user option.
9164         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9165         mml2015-epg-encrypt-to-self is set.
9166
9167         * mml1991.el (mml1991-encrypt-to-self): New variable.
9168         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9169         mml1991-epg-encrypt-to-self is set.
9170
9171         * mml2015.el (mml2015-signers): New user option.
9172         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9173         (mml2015-epg-encrypt): Allow to select signing keys.
9174
9175         * mml1991.el (mml1991-signers): New variable.
9176         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9177         (mml1991-epg-encrypt): Allow to select signing keys.
9178
9179 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * nnheader.el (nnheader-insert-head): Make it work even if the file
9182         uses CRLF for the line-break code.
9183
9184 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9185
9186         * mml2015.el: Require mml-sec instead of password.
9187         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9188         (mml2015-cache-passphrase): Inherit the default value from
9189         mml-secure-cache-passphrase.
9190         (mml2015-passphrase-cache-expiry): Inherit the default value from
9191         mml-secure-passphrase-cache-expiry.
9192
9193         * mml1991.el: Require mml-sec instead of password.
9194         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9195         (mml1991-cache-passphrase): Inherit the default value from
9196         mml-secure-cache-passphrase.
9197         (mml1991-passphrase-cache-expiry): Inherit the default value from
9198         mml-secure-passphrase-cache-expiry.
9199
9200         * mml-sec.el: Require password.
9201         (mml-secure-verbose): New user option.
9202         (mml-secure-cache-passphrase): New user option.
9203         (mml-secure-passphrase-cache-expiry): New user option.
9204
9205 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9206
9207         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9208         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9209         andreas@altroot.de (Andreas Vögele).
9210
9211         FIXME: Use `tiny change'?
9212
9213 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9214
9215         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9216         workaround for the url package included with Emacs.
9217
9218         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9219
9220 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9223         correctly.  This fixes a bug caused by the 2006-05-12 change.
9224
9225 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9226
9227         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9228         some information about the error when saying that the `bogus' mail
9229         group will be used.
9230
9231 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9234         string.
9235
9236 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9237
9238         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9239
9240 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9241
9242         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9243
9244 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9245
9246         * mml1991.el (mml1991-function-alist): Add epg.
9247         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9248         (mml1991-epg-encrypt): New functions.
9249
9250 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9251
9252         * mml2015.el (mml2015-verbose): New variable.
9253         (mml2015-cache-passphrase): Ditto.
9254         (mml2015-passphrase-cache-expiry): Ditto.
9255         (mml2015-function-alist): Add epg.
9256         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9257         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9258         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9259         functions.
9260
9261 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9262
9263         * message.el (message-cite-original-1): Preserve region when removing
9264         quoted text due to X-No-Archive in order to avoid bogus attribution
9265         when citing multiple messages.
9266
9267 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9268
9269         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9270         Kenneth Jacker <khj@be.cs.appstate.edu>.
9271
9272 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * gnus-diary.el (gnus-user-format-function-d)
9275         (gnus-user-format-function-D): Autoload.
9276
9277         * imap.el (Commentary): Fix typo.
9278
9279         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9280         2006-04-22 contribution.
9281
9282 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9283
9284         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9285         It didn't really fix the bogosity I'm seeing with solid web groups.
9286
9287 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9288
9289         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9290         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9291         created using server names.  If we use the feature without declaring
9292         it, Gnus does not properly manage server and group state.
9293
9294         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9295         bound.
9296
9297 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9298
9299         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9300         looking up the method using GROUP's prefix before inventing a new one.
9301         It is used on killed/unknown groups in various places where returning
9302         an all-new method isn't expected by the caller.
9303
9304         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9305         and match semantics of gnus-group-real-prefix.
9306
9307 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * nnmail.el (nnmail-broken-references-mailers): New variable.
9310         (nnmail-ignore-broken-references): New function generalizing
9311         nnmail-fix-eudora-headers.
9312         (nnmail-fix-eudora-headers): Now obsolete.
9313
9314         * gnus-art.el (gnus-button-handle-custom): Support
9315         `customize-apropos*'.
9316
9317 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9318
9319         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9320
9321         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9322         articles.
9323
9324 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * message.el (message-cite-reply-above): New variable.
9327         (message-yank-original): Use it.
9328
9329 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9332
9333 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9336         as read.
9337
9338         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9339
9340 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9343         (gnus-bookmark-default-file): Use gnus-directory.
9344         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9345         Remove "*" in doc string.
9346         (gnus-bookmark-write-file): Simplify.
9347         (gnus-bookmark-maybe-sort-alist): Use `when'.
9348         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9349         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9350         FIXME about Emacs 21 and XEmacs compatibility.
9351         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9352         compatibility.
9353         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9354         compatibility.
9355         (gnus-bookmark-menu-heading): Fix version.
9356
9357 2006-06-19  Bastien Guerry  <bzg@altern.org>
9358
9359         * gnus-bookmark.el: New file.
9360
9361 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * message.el (message-syntax-checks): Doc fix.
9364
9365 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9366
9367         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9368         unsubscribed groups as if they were killed ones.  It causes duplicate
9369         entries in gnus-newsrc-alist.
9370
9371 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * message.el (message-syntax-checks): Doc fix.
9374         (message-send-mail): Add check for continuation headers.
9375         (message-check-news-header-syntax): Fix regexp used to check for
9376         continuation headers.
9377
9378 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9381
9382 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9383
9384         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9385
9386 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9389         default-truncate-lines.
9390
9391 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9394         to fill the utf-8 entry.
9395
9396         * lpath.el: Fbind unicode-precedence-list.
9397
9398 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9399
9400         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9401
9402 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9403
9404         * gnus-agent.el (directory-files-and-attributes): Move all the way
9405         forward (the third and final move).
9406         (gnus-agent-read-agentview): Trap reconstruction errors due to
9407         nonexistant directory.  Handle by returning nil.
9408
9409 2006-05-30  Didier Verna  <didier@xemacs.org>
9410
9411         * message.el (message-dont-reply-to-names): Update the custom type.
9412         * message.el (message-dont-reply-to-names): New defsubst: potentially
9413         convert a list of regexps into a single one.
9414         * message.el (message-get-reply-headers): Use it.
9415         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9416
9417 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * gnus-agent.el (directory-files-and-attributes): Move forward.
9420
9421 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * gnus-ml.el (gnus-mailing-list-subscribe)
9424         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9425         (gnus-mailing-list-message): Fix doc strings.
9426
9427 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9428
9429         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9430         of doing it manually.
9431
9432 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9435         comment.
9436
9437 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9438
9439         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9440         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9441         (gnus-agent-read-local): All symbols allocated in my-obarray.
9442         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9443         (gnus-agent-regenerate-group): Check numeric names to see if they are
9444         messages or groups.
9445         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9446         better way of do this...)
9447
9448         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9449         'dummy.group' (there should be a better way of do this...)
9450
9451 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9454         (gnus-saved-headers): Ditto.
9455         (gnus-default-article-saver): Mention functions may have properties.
9456         (gnus-article-save): Override gnus-save-all-headers and
9457         gnus-saved-headers by :headers property which saver function may have.
9458         (gnus-summary-save-in-file): Add :headers property.
9459         (gnus-summary-write-to-file): Ditto.
9460
9461         * gnus-sum.el (gnus-summary-save-article): Bind
9462         gnus-prompt-before-saving to t when saving many articles in a file;
9463         always show all headers.
9464
9465         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9466
9467 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9470         marks.
9471
9472         * message.el (message-indent-citation): Add optional arguments to allow
9473         using it outside of message buffers.
9474
9475         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9476         (gnus-article-treat-unfold-headers): Use it.
9477         (gnus-article-truncate-lines): New variable.
9478         (gnus-article-mode): Use it.
9479         (gnus-article-toggle-truncate-lines): New function.
9480
9481         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9482         gnus-article-toggle-truncate-lines.
9483
9484         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9485         coding system in XEmacs, use binary.
9486
9487 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9490         after-load-alist.
9491
9492         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9493         this function should save decoded articles.
9494         (gnus-summary-write-to-file): Use property to specify this function
9495         should save decoded articles and specify gnus-summary-save-in-file
9496         should be used to save articles other than the first one when saving
9497         many articles.
9498         (gnus-summary-save-body-in-file): Use property to specify this
9499         function should save decoded articles.
9500         (gnus-summary-write-body-to-file): Use property to specify this
9501         function should save decoded articles and specify
9502         gnus-summary-save-body-in-file should be used to save articles other
9503         than the first one when saving many articles.
9504
9505         * gnus-sum.el (gnus-summary-save-article): Simplify.
9506
9507 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-art.el (gnus-default-article-saver): Add
9510         gnus-summary-write-body-to-file.
9511         (gnus-article-save-coding-system): Don't use coding system object
9512         in XEmacs.
9513         (gnus-read-save-file-name): Add optional `dir-var' argument which
9514         specifies directory in which files are saved; work even if optional
9515         `variable' argument is not specified.
9516         (gnus-summary-write-to-file): Read file name.
9517         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9518         (gnus-summary-write-body-to-file): New function.
9519
9520         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9521         (gnus-summary-local-variables): Add it.
9522         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9523         (gnus-summary-save-article): Remove optional `decode' argument;
9524         determine whether to decode articles by the value of
9525         gnus-default-article-saver; when saving many files using
9526         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9527         it first and use gnus-summary-save-in-file or
9528         gnus-summary-save-body-in-file thereafter unless
9529         gnus-prompt-before-saving is always; move point to article which
9530         will be saved.
9531         (gnus-summary-save-article-file): Revert.
9532         (gnus-summary-write-article-file): Revert.
9533         (gnus-summary-save-article-body-file): Revert.
9534         (gnus-summary-write-article-body-file): New function.
9535
9536 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * gnus-art.el (gnus-default-article-saver): Doc fix.
9539         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9540         from gnus-summary-save-article-coding-system, and default to a
9541         certain coding system.
9542         (gnus-output-to-file): Add coding cookie and encode text according
9543         to gnus-article-save-coding-system; don't use mm-append-to-file.
9544
9545         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9546         gnus-art.el and rename to gnus-article-save-coding-system.
9547         (gnus-summary-save-article): Require gnus-art; don't show all
9548         headers if it decodes articles; don't add coding cookie here;
9549         don't bind mm-text-coding-system-for-write.
9550         (gnus-summary-save-article-file): Save decoded articles.
9551         (gnus-summary-write-article-file): When saving many files, use
9552         gnus-summary-write-to-file first and gnus-summary-save-in-file
9553         thereafter unless gnus-prompt-before-saving is always.
9554         (gnus-summary-save-article-body-file): Save decoded articles.
9555
9556         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9557
9558 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9559
9560         * nnrss.el (nnrss-check-group): Bind hash-index.
9561
9562 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9563
9564         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9565         its hash index.  Store this hash in `nnrss-group-data'.
9566         (nnrss-read-group-data): Update accordingly.
9567
9568 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9569
9570         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9571         entry.
9572
9573         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9574         gnus-article-browse-html-article.
9575
9576 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9577
9578         * gnus-sum.el (gnus-summary-mime-map): Add
9579         gnus-article-browse-html-article.
9580
9581         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9582
9583 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9586         suitable coding systems in customize.
9587
9588 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * mail-source.el (mail-sources): Fix custom type.
9591
9592 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9593
9594         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9595         (gnus-summary-expire-articles-now): Shorten prompt.
9596
9597         * gmm-utils.el (wid-edit): Require.
9598         (defun-gmm): Renamed from `gmm-defun-compat'.
9599         (gmm-image-search-load-path): Use it.
9600         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9601
9602 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9605         variable.
9606         (gnus-summary-save-article): Add optional `decode' argument.  If
9607         it is set and gnus-summary-save-article-coding-system is non-nil,
9608         save decoded article.
9609         (gnus-summary-write-article-file): Save decoded article if
9610         gnus-summary-save-article-coding-system is non-nil.
9611
9612         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9613         type.
9614
9615 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9618
9619 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9622         first to test gnus-single-article-buffer which may be buffer-local.
9623
9624         * gnus-sum.el (gnus-summary-setup-buffer): Make
9625         gnus-single-article-buffer buffer-local and nil in ephemeral
9626         group; make gnus-article-buffer, gnus-article-current, and
9627         gnus-original-article-buffer always buffer-local.
9628         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9629         group.
9630         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9631
9632 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * nnml.el (nnml-request-compact-group): Compressed files might not
9635         have .gz extension.
9636
9637 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9638
9639         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9640         (mm-copy-to-buffer): Use with-current-buffer.
9641         (mm-display-part): Simplify.
9642         (mm-inlinable-p): Add optional arg `type'.
9643
9644 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9645
9646         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9647         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9648         Try harder to show the attachment internally or externally using
9649         gnus-mime-view-part-as-type.
9650
9651 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * message.el (message-from-style, message-signature-separator)
9654         (message-user-organization-file, message-send-mail-function)
9655         (message-citation-line-function, message-yank-prefix)
9656         (message-indent-citation-function, message-signature)
9657         (message-signature-file, message-signature-insert-empty-line):
9658         Remove autoloads.
9659
9660         * gnus-art.el (gnus-buttonized-mime-types): Remove
9661         "multipart/signed".  Revert 2006-04-26 change.
9662
9663 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9664
9665         * gnus.el (gnus-version-number): Bump version.
9666
9667 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9668
9669         * gnus.el: No Gnus v0.5 is released.
9670
9671 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9672
9673         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9674         fetching articles by message-id.
9675
9676 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * message.el (hashcash): Require hashcash as normal.
9679
9680         * ecomplete.el (ecomplete-highlight-match-line): Use
9681         point-at-eol.
9682         (ecomplete-highlight-match-line): Use `highlight', because that
9683         face exists in both Emacs and XEmacs.
9684
9685         * message.el (message-display-abbrev): Use point-at-bol.
9686
9687         * mail-source.el: Don't require timer/timer-funcs.
9688
9689         * gnus-async.el: Ditto.
9690
9691         * password.el: Ditto.
9692
9693         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9694
9695         * mm-url.el: Ditto.
9696
9697         * gnus-xmas.el: Don't require timer-funcs.
9698
9699         * mm-util.el: Require timer/timer-funcs.
9700
9701 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9702
9703         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9704         Close.
9705
9706 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9709         unibyte after clear-decrypt function runs.
9710
9711         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9712         returns as a unibyte string.
9713
9714 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * lpath.el: Revert.
9717
9718         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9719         (pgg-gpg-process-sentinel): Revert.
9720
9721         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9722         (pgg-pgp-lookup-key): Revert.
9723
9724         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9725         (pgg-pgp5-lookup-key): Revert.
9726
9727         * pgg.el (pgg-fetch-key): Revert.
9728
9729 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * lpath.el: Fbind string-as-multibyte for XEmacs.
9732
9733         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9734         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9735         (mml1991-pgg-encrypt): Ditto.
9736
9737         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9738         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9739         a multibyte buffer.
9740
9741         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9742         (pgg-pgp-lookup-key): Ditto.
9743
9744         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9745         (pgg-pgp5-lookup-key): Ditto.
9746
9747         * pgg.el (pgg-fetch-key): Ditto.
9748
9749 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * message.el (message-user-organization-file): Check several
9752         locations of the organization file.
9753
9754         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9755         Add gnus-article-view-part-as-type.
9756
9757         * gnus-art.el (gnus-article-view-part-as-type): New function.
9758
9759         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9760         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9761
9762         * mml.el: Simplify autoload.
9763         (mml-mode): defvar dnd-protocol-alist instead of using
9764         symbol-value.
9765         (mml-default-directory): New variable.
9766         (mml-minibuffer-read-file): Use it.
9767         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9768
9769         * message.el (message-citation-line-format): New variable.
9770         (message-insert-formated-citation-line): New function.
9771         (message-citation-line-function): Add
9772         `message-insert-formated-citation-line' to custom type.
9773
9774         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9775         to doc string.
9776
9777         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9778         depending on mm-verify-option.
9779
9780 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9783         binding pgg-* variables; reimplement the section which prevents
9784         MIME header from being signed.
9785         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9786         pgg-text-mode; remove a blank line at the top of body.
9787
9788         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9789         lines at the top of body; use gnus-newsgroup-charset if there's no
9790         Charset header.
9791
9792 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * message.el (message-self-insert-commands): Doc fix.
9795
9796         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9797         (mm-uu-pgp-encrypted-test): Ditto.
9798         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9799         between header and body; return application/pgp-encrypted handle
9800         if decryption failed; decode decrypted body by charset.
9801
9802         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9803         element match to application/pgp-*.
9804
9805 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9806
9807         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9808         HTML.
9809
9810 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811
9812         * mail-source.el (mail-source-call-script): Message the error
9813         string.
9814
9815 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * gnus-util.el (gnus-byte-compile): Use it.
9818
9819 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9820
9821         * gnus-util.el (kill-empty-logs): New function.
9822
9823 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * message.el (message-mail-alias-type): Doc fix.
9826         (message-mail-alias-type-p): New function.
9827         (message-send): Use it.
9828         (message-mode): Ditto.
9829         (message-strip-forbidden-properties): Ditto.
9830
9831         * ecomplete.el (ecomplete-database-file-coding-system): New
9832         variable.
9833         (ecomplete-save): Use it.
9834         (ecomplete-setup): Use it.
9835
9836 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * message.el (message-self-insert-commands): New variable.
9839         (message-strip-forbidden-properties): Use it.
9840
9841 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9842
9843         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9844         that doesn't make XEmacs choke.
9845
9846 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * gnus-util.el (gnus-replace-in-string):
9849         Prefer replace-regexp-in-string over of replace-in-string.
9850
9851 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-util.el (gnus-select-frame-set-input-focus):
9854         Use select-frame-set-input-focus if it is available in XEmacs; use
9855         definition defined in Emacs 22 for old Emacsen.
9856
9857         * dgnushack.el: Autoload unmorse-region for XEmacs.
9858
9859         * lpath.el: Bind cursor-in-non-selected-windows and
9860         select-frame-set-input-focus for XEmacs.
9861
9862 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9865
9866 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9867
9868         * gnus-registry.el (gnus-registry-cache-save): Remove text
9869         properties when saving via the temp buffer.
9870
9871 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * message.el (message-generate-hashcash): Honor custom type.
9874
9875 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876
9877         * message.el (message-generate-hashcash): Default to non-nil when
9878         hashcash is found.
9879
9880         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9881         (gnus-refer-thread-limit): Increase default to 500.
9882
9883         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9884
9885         * flow-fill.el (fill-flowed): Allow delete-space.
9886
9887 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9890         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9891         Remove autoloads.
9892
9893 2006-04-18  Simon Josefsson  <jas@extundo.com>
9894
9895         * message.el (message-generate-hashcash): Default to.
9896
9897 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9900         concatenating segments rather than before concatenating them.
9901
9902 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9905
9906 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9909
9910         * message.el (message-forward-make-body-plain): Allow
9911         message-forward-ignored-headers to be a list.
9912         (message-remove-ignored-headers): Factor out into function.
9913         (message-forward-make-body-mml): Use it.
9914
9915         * imap.el (imap-quote-specials): New function.
9916         (imap-login-auth): Quote specials.
9917
9918         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9919         (rfc2231-parse-string): Allow concatanation of parameters that
9920         aren't contiguous.  The test case is
9921           (mail-header-parse-content-type "message/external-body;
9922             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9923             access-type=LOCAL-FILE;
9924             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9925
9926 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9927
9928         * nntp.el (nntp-accept-process-output): Return the value of
9929         `nnheader-accept-process-output'.
9930
9931 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932
9933         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9934         (gnus-button-alist): Recognize more diff formats.
9935         (gnus-button-patch): Strip directory.
9936
9937 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9940         Emacs 22 when setting focus.
9941
9942 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * gnus-art.el (gnus-article-treat-types): Do treatment of
9945         text/x-verbatim parts.
9946         (gnus-button-patch): New command.
9947
9948         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9949         addresses that contain invalid characters.
9950
9951 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * message.el (message-put-addresses-in-ecomplete): Use
9954         gnus-replace-in-string.
9955         (message-is-yours-p): Use the more correct
9956         mail-header-parse-address instead of
9957         mail-extract-address-components.
9958         (message-put-addresses-in-ecomplete): Fix typo.
9959
9960         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9961         keystroke.
9962
9963         * gnus-art.el (gnus-treatment-function-alist): Change order of
9964         newsgroups/generic header folding to avoid double-folding.
9965
9966         * message.el (message-hidden-headers): Add X-Draft-From.
9967
9968         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9969         command.
9970         (gnus-summary-repeat-search-article-backward): New command.
9971
9972         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9973         groups in the parent topic.
9974
9975 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9976
9977         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9978         (spam-extra-header-to-number): Return the CRM114 number as a
9979         number instead of a string.
9980
9981 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9982
9983         * gnus-art.el (gnus-face-properties-alist): Moved here from
9984         gnus-fun.
9985
9986         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9987
9988 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989
9990         * message.el (message-strip-forbidden-properties): Only display on
9991         self-insert-command.
9992
9993         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9994         reindent.
9995         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9996
9997 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9998
9999         * smiley.el (smiley-style): Fix typo.
10000
10001 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002
10003         * hashcash.el (hashcash-insert-payment-async-2): Use
10004         message-goto-eoh instead of doing it manually.
10005         (mail-add-payment): Use message-narrow-to-header instead of trying
10006         to do the same itself.
10007
10008         * message.el (message-hidden-headers): Add Face.
10009
10010         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10011         reparenting code.
10012         (gnus-summary-reparent-children): Refactored out code.
10013         (gnus-summary-thread-map): New keystroke.
10014         (gnus-summary-reparent-children): Make into command.
10015
10016         * smiley.el (smiley-style): Default to `medium' if using a large
10017         font.
10018
10019         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10020         does it itself.
10021
10022         * message.el (message-point-in-header-p): Simplify definition.
10023
10024 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10025
10026         * nnagent.el (nnagent-request-set-mark): Silence log file
10027         writing.
10028         (nnagent-request-set-mark): Use write-region instead of
10029         append-to-file.
10030
10031         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10032         strange select method.
10033
10034         * ecomplete.el (ecomplete-display-matches): Get highlightling
10035         right.
10036         (ecomplete-display-matches): Use literals.
10037         (ecomplete-display-matches): Disable message logging.
10038
10039         * message.el (message-display-abbrev): Small optimization.
10040
10041         * ecomplete.el (ecomplete-display-matches): Allow automatic
10042         display.
10043
10044         * message.el (message-strip-forbidden-properties): Display
10045         abbrevs.
10046         (message-display-abbrev): Get automatic display right.
10047
10048         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10049         keystrokes.
10050
10051 2006-04-13  Romain Francoise  <romain@orebokech.com>
10052
10053         TODO: Backport to v5-10!
10054
10055         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10056         Moved here (and renamed) from gnus-registry.el.
10057
10058         * gnus-registry.el: Require gnus-util.
10059         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10060
10061 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10062
10063         * gnus-group.el (gnus-group-catchup-current): Change
10064         if-then-else-if-then-else into cond.
10065         (gnus-group-catchup): Indent.
10066         (group-name-at-point): New function.
10067         (gnus-fetch-group): Provide default from thing at point.
10068
10069 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10070
10071         * message.el (message-display-abbrev): Fix regexp.
10072
10073         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10074         choosing.
10075         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10076         dead variables.
10077
10078         * message.el (message-newline-and-indent): Remove debugging.
10079         (message-display-abbrev): Use new implementation.
10080
10081 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * gnus-art.el (gnus-article-mode): Set
10084         cursor-in-non-selected-windows to nil.
10085
10086         * smiley.el: Revert previous change.
10087         (smiley-data-directory): defvar it before using it in the
10088         defcustom of `smiley-style'.
10089
10090 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091
10092         * message.el (message-newline-and-indent): New function.
10093
10094         * ecomplete.el: Implement more bits.
10095
10096         * message.el (message-put-addresses-in-ecomplete): Clean up the
10097         string.
10098
10099         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10100
10101         * gnus-sum.el (gnus-summary-save-parts): Bind
10102         gnus-summary-save-parts-counter and use it to make unique file
10103         names.
10104
10105         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10106
10107         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10108         parameter to say whether to actually parse the individual
10109         addresses.
10110
10111         * message.el (message-put-addresses-in-ecomplete): New function.
10112         (ecomplete): Require.
10113         (message-mail-alias-type): Add ecomplete as an option.
10114
10115 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10116
10117         * flow-fill.el (fill-flowed): Remove trailing space from blank
10118         quoted lines.
10119
10120 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10121
10122         * smiley.el (smiley-style): Move definition later to avoid a
10123         compilation warning.
10124
10125 2006-04-12  Kenichi Handa  <handa@m17n.org>
10126
10127         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10128         buffer and then decode the buffer text if necessary.
10129         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10130         first, and after mm-encode-body, change the buffer to unibyte.
10131         Use mm-disable-multibyte instead of set-buffer-multibyte.
10132
10133 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10136         Content-Type header instead of Content-Disposition header.
10137         (gnus-mime-inline-part): Ditto.
10138         (gnus-mime-view-part-as-charset): Ignore charset that the part
10139         specifies.
10140
10141         * mm-decode.el (mm-display-part): Work with external parts and
10142         usual parts similarly.
10143
10144         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10145         instead of gnus-display-mime.
10146
10147         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10148         instead of with-temp-buffer.
10149
10150         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10151         tag to summarized topics part in order to encode non-ASCII text.
10152
10153 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * smiley.el (smiley-style): New variable.
10156         (smiley-directory): New function.
10157         (smiley-data-directory): Derive from `smiley-style' using
10158         `smiley-directory'.
10159         (smiley-regexp-alist): Add new entries.
10160
10161         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10162         (gnus-article-browse-delete-temp): Add :version.
10163
10164 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10165
10166         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10167         the sieve region.
10168
10169 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10170
10171         * gnus.el (gnus-version-number): Bump version.
10172
10173 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10174
10175         * gnus.el: No Gnus v0.4 is released.
10176
10177 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10180         layout.
10181
10182         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10183         unknown charset.
10184
10185         * message.el (message-header-synonyms): Add Original-To to the
10186         default.
10187
10188         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10189         optional parameter.
10190
10191 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * gnus-fun.el (gnus): Require it for gnus-directory.
10194
10195 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10198
10199 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10200
10201         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10202
10203 2006-04-05  Simon Josefsson  <jas@extundo.com>
10204
10205         * password.el (password-reset): New function.
10206
10207 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10208
10209         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10210         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10211
10212 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10213
10214         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10215         Some whitespace was matched into the url, which broke browsing hits
10216         > 100 when mm-url-use-external was nil.
10217
10218 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10221         gnus-extra-headers for 'Newsgroups.
10222
10223         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10224         bound.
10225
10226 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10227
10228         * pgg-gpg.el: Clean up process buffers every time gpg processes
10229         complete.
10230
10231 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10234         doc string.
10235
10236 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10237
10238         * pgg-gpg.el (pgg-gpg-process-filter)
10239         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10240
10241         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10242         lines, temporary fix.
10243
10244 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10247
10248 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10249
10250         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10251         default-enable-multibyte-characters.  This reverts the change from
10252         revision 6.17 which is no longer necessary because the passphrase
10253         is sent separately now.  GnuPG messages are unreadable under
10254         multibyte locales with default-enable-multibyte-characters set to
10255         nil.
10256
10257 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * message.el (message-tool-bar-gnome): Move "spell".
10260
10261 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10264         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10265         instead.
10266
10267 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10268
10269         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10270         newsgroups handling for NNTP overviews which don't include
10271         Newsgroups.
10272
10273 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10274
10275         * message.el (message-resend): Bind message-generate-hashcash to nil.
10276
10277 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10278
10279         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10280         when searching for already-paid recipients.
10281
10282 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10283
10284         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10285         passphrases when it is not needed.
10286         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10287         passphrase stuff from gpg, should only be necessary when you use
10288         gpg with a smartcard.
10289
10290 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * mml.el (mml-insert-mime): Ignore cached contents of
10293         message/external-body part.
10294
10295         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10296         (mm-insert-part): Ditto.
10297
10298 2006-03-23  Simon Josefsson  <jas@extundo.com>
10299
10300         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10301         Reiner.
10302         (pgg-gpg-use-agent-p): Use it again.
10303
10304 2006-03-23  Simon Josefsson  <jas@extundo.com>
10305
10306         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10307         older emacsen.
10308         (pgg-gpg-use-agent-p): Don't use it.
10309
10310 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10313         if we can.
10314
10315 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10316
10317         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10318         (pgg-gpg-update-agent): New function.
10319         (pgg-gpg-use-agent-p): New function.
10320         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10321         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10322         (pgg-gpg-sign-region): Use it.
10323
10324 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10327         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10328
10329 2006-03-21  Simon Josefsson  <jas@extundo.com>
10330
10331         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10332         <wilde@sha-bang.de>.
10333         (pgg-gpg-use-agent): New variable.
10334         (pgg-gpg-process-region): Use it.
10335         (pgg-gpg-encrypt-region): Likewise.
10336         (pgg-gpg-encrypt-symmetric-region): Likewise.
10337         (pgg-gpg-decrypt-region): Likewise.
10338         (pgg-gpg-sign-region): Likewise.
10339         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10340
10341 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10344
10345         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10346         Add comment on version.
10347
10348 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10349
10350         * smiley.el: Add missing test smiley.
10351
10352 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * mm-decode.el (mm-with-part): New macro.
10355         (mm-get-part): Use it; work with message/external-body as well.
10356         (mm-save-part): Treat name and filename equally.
10357
10358         * mm-extern.el (mm-extern-cache-contents): New function.
10359         (mm-inline-external-body): Use it; force the part to be displayed;
10360         move undisplayer added to the cached handle to the parent.
10361
10362         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10363         (gnus-mime-view-part-as-type): Work with message/external-body.
10364
10365         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10366
10367 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10370         images in image-load-path.  [Sync with image.el, revision 1.60, in
10371         Emacs.]
10372
10373 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10376         path rather than symbol.  Always return list of directories.
10377         Guarantee that image directory comes first.  [Sync with image.el,
10378         revision 1.59, in Emacs.]
10379
10380         * message.el (message-make-tool-bar): Adjust to new API of
10381         `gmm-image-load-path-for-library'.
10382
10383         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10384
10385         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10386
10387 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10388
10389         * gnus-art.el (gnus-article-only-boring-p):
10390         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10391         intangible text.
10392         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10393
10394 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10397         `defun' instead of `gmm-defun-compat'.
10398
10399 2006-03-14  Simon Josefsson  <jas@extundo.com>
10400
10401         * message.el (message-unique-id): Don't use message-number-base36
10402         if (user-uid) is a float.
10403         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10404
10405 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10408
10409         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10410         empty line between a part and a message part.
10411
10412 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10413
10414         * smiley.el: Add more test smileys.
10415         (smiley-data-directory, smiley-regexp-alist)
10416         (gnus-smiley-file-types): Fix doc strings.
10417         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10418         adding new elements.
10419         (smiley-mouse-map): Unused code.  Make it a comment.
10420
10421 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10424         scan latest NoCeM messages instead of old ones.
10425         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10426         delimiters that are recently used.
10427         (gnus-nocem-load-cache): Add autoload cookie.
10428
10429         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10430
10431         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10432         level which is larger than gnus-use-nocem is specified.
10433
10434         * gnus-group.el (gnus-group-get-new-news): Ditto.
10435
10436 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * gnus-util.el (gnus-tool-bar-update): New function.
10439
10440         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10441         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10442
10443         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10444
10445         * gnus-group.el (gnus-group-redraw-when-idle)
10446         (gnus-group-redraw-check): Remove.
10447         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10448
10449 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10452         if optional last element is specified in splits (FIELD VALUE...).
10453
10454 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10457         to gmm-image-load-path-for-library.  Call with no-error argument.
10458         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10459
10460         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10461
10462         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10463
10464         * gmm-utils.el (gmm-image-load-path): Remove alias.
10465
10466 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * gmm-utils.el (gmm-image-load-path): Add alias.
10469
10470         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10471         nnml-generate-nov-databases-1.
10472         (nnml-generate-nov-databases): Use it.
10473         (nnml-generate-nov-databases-directory): Document no-active
10474         argument.
10475
10476         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10477         directory if path is t.  Add no-error.
10478
10479         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10480         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10481
10482         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10483         resetting gnus-article-browse-html-temp-list.
10484
10485         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10486         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10487         Add example to docstring.  Rename local variables.  Move error
10488         checks to default case in cond and simplify.
10489
10490 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10493         handle is multipart when calling it recursively.
10494         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10495
10496 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10497
10498         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10499         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10500
10501 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10504         is loaded.
10505
10506         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10507         loaded.
10508
10509 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10512         to "Emacs 23 (unicode)" in doc string.
10513
10514         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10515         "Emacs 23 (unicode)" in comment.
10516
10517 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10520
10521         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10522         characters 160 through 255 in Emacs 23.
10523
10524 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10525
10526         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10527         gnus-article-browse-html-temp.
10528         (gnus-article-browse-delete-temp): Make it customizable.  Add
10529         `file'.  Adjust doc string.
10530         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10531         query for each file.  Adjust doc string.
10532         (gnus-article-browse-html-parts): Add
10533         `gnus-article-browse-delete-temp-files' to
10534         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10535
10536 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10537
10538         * gnus-art.el (gnus-article-browse-html-temp)
10539         (gnus-article-browse-delete-temp): New variables.
10540         (gnus-article-browse-delete-temp-files): New function.
10541         (gnus-article-browse-html-parts): Use it.
10542
10543 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10546
10547         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10548         string.
10549
10550         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10551         gnus-summary-insert-new-articles when unplugged.  Remove
10552         gnus-summary-search-article-forward.
10553
10554         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10555         display-visual-class instead of display-color-cells.
10556
10557 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * dgnushack.el: Autoload customize-group for XEmacs.
10560
10561         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10562         message/* containing non-ASCII text properly.
10563
10564 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * message.el: Require gmm-utils, remove autoloads.
10567         (message-tool-bar): Set default based on
10568         gmm-tool-bar-style.
10569         (message-tool-bar-gnome): Add gmm-customize-mode.
10570
10571         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10572         gmm-tool-bar-style.
10573         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10574
10575         * gnus-group.el (gnus-group-tool-bar): Set default based on
10576         gmm-tool-bar-style.
10577         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10578
10579         * gmm-utils.el (gmm-image-directory): Rename variable from
10580         gmm-image-load-path.
10581         (gmm-image-load-path): Use gmm-image-directory.
10582         (gmm-customize-mode): New function.
10583         (gmm-tool-bar-style): New variable.
10584
10585         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10586         gnus-group-redraw-line-number.
10587         (gnus-group-redraw-check): Simplify.
10588         (gnus-group-tool-bar-update): Remove redraw check.
10589         (gnus-group-make-tool-bar): Add redraw check.
10590
10591 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10592
10593         * gnus-art.el (gnus-button): Add missing parentheses.
10594
10595 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * lpath.el: Fbind line-number-at-pos.
10598
10599 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10602
10603 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10604
10605         * gnus-art.el (gnus-button): New face.
10606         (gnus-article-button-face): Use it.
10607
10608         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10609         gnus-summary-next-page.  Re-order.
10610
10611         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10612         next-node are now included.
10613         (gnus-group-redraw-line-number): New internal variable.
10614         (gnus-group-redraw-check): Helper function for updating the tool
10615         bar.
10616         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10617
10618         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10619
10620         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10621         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10622         Use it to match format of Spamassassin 3.0 and later.  Reported by
10623         IRIE Tetsuya <irie@t.email.ne.jp>.
10624         (spam-check-bogofilter)
10625         (spam-bogofilter-register-with-bogofilter): Fix args of
10626         `gnus-error' calls.
10627
10628 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10631         unnecessary interaction when sending queued mails.  Reported by
10632         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10633
10634 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10637         first or last are nil.
10638
10639 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10640
10641         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10642
10643 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10646
10647 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10648
10649         * dns.el (query-dns): Protect more against buggy tcp output.
10650
10651 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10654         nov.php.
10655
10656 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10657
10658         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10659         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10660         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10661         output on the server side.
10662         (nnweb-google-create-mapping): Update regexps and add some
10663         progress indication.
10664
10665 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10668         gnus-agent-toggle-plugged.  Re-order icons.
10669         (gnus-group-tool-bar-gnome): Add
10670         gnus-group-{prev,next}-unread-group.
10671         (gnus-group-tool-bar-gnome): Re-order icons.
10672
10673         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10674         gnus-summary-insert-new-articles.
10675
10676         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10677         comments.
10678
10679         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10680         also available in Emacs 21.3.
10681
10682         * message.el (message-fix-before-sending): Change "Emacs 22" to
10683         "Emacs 23 (unicode)" in comment.
10684
10685         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10686         "Emacs 23 (unicode)" in comment.
10687
10688         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10689         comment.
10690         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10691
10692         * mm-view.el (mm-fill-flowed): Add :version.
10693
10694 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10697         and load-path.
10698
10699 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * message.el: Autoload gmm-image-load-path.
10702         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10703         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10704         consitency.
10705
10706         * gmm-utils.el (gmm-image-load-path): Also search in
10707         "../etc/images".  Don't set gmm-image-load-path if we don't find
10708         the image.
10709
10710 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * gmm-utils.el (gmm-image-load-path): Don't make
10713         `gmm-image-load-path' include subdirectories which the second arg
10714         `image' might specify.
10715
10716         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10717         subdirectory to icon file names.
10718
10719         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10720
10721 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10724         gmm-image-load-path calls.
10725
10726         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10727
10728         * message.el (message-make-tool-bar): Ditto.
10729
10730         * mml.el (mml-preview): Added comment concerning tool bar icons.
10731
10732         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10733         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10734
10735         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10736         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10737
10738         * message.el (message-tool-bar-gnome): Use new icon names.
10739         (message-make-tool-bar): Use `gmm-image-load-path'.
10740
10741         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10742         functions from MH-E.
10743         (gmm-image-load-path): New variable from MH-E.
10744         (gmm-image-load-path): New function from MH-E.  Added arguments
10745         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10746         *-image-load-path-called-flag.
10747
10748 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10749
10750         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10751
10752 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10753
10754         * nnimap.el (nnimap-request-move-article): Change folder back to
10755         source group before deleting.
10756
10757 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10758
10759         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10760
10761         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10762         mm-url.
10763
10764         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10765
10766 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10769         coding system which mm-charset-to-coding-system returns for a
10770         given charset is valid.
10771
10772 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10773
10774         * html2text.el (html2text-remove-tag-list):
10775         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10776
10777 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10778
10779         * gnus-cus.el: Revert 2005-10-17 change.
10780
10781 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * gnus-art.el (article-strip-banner): Call
10784         article-really-strip-banner only when the regexp match is made.
10785
10786 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-art.el (article-strip-banner): Use
10789         gnus-extract-address-components instead of
10790         mail-header-parse-addresses to make it work with non-ASCII text;
10791         remove mail-encode-encoded-word-string.
10792
10793         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10794         values which are surrounded with \"...\"; make it never cause a
10795         Lisp error; give up parsing of parameters if it failed in
10796         extracting type.
10797
10798 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10799
10800         * smime.el (smime-cert-by-ldap-1): Fix bug where
10801         `smime-ldap-search' returns results without userCertificates.
10802
10803 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10806
10807 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * spam.el (spam-check-spamassassin-headers): Adapt format for
10810         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10811         <ari@mbf.ocn.ne.jp>.
10812         (spam-list-of-processors): Add spam-use-gmane.
10813
10814 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10817         make-temp-file; make it work with XEmacs as well.
10818
10819         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10820         mm-make-temp-file.
10821
10822         * mm-decode.el (mm-display-external): Use the 3rd arg of
10823         mm-make-temp-file.
10824         (mm-create-image-xemacs): Ditto.
10825
10826 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10829         with message-narrow-to-headers.
10830         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10831         (gnus-draft-check-draft-articles): New function.
10832         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10833
10834 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * gnus-art.el (gnus-article-browse-html-parts):
10837         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10838         Don't use suffix argument for mm-make-temp-file for Emacs 21
10839         compatibility.  Remove useless `format'.
10840
10841 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10842
10843         * nnweb.el (nnweb-google-wash-article): Update regexps.
10844         (nnweb-group-alist): Use defvoo instead of defvar.
10845
10846 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10849         re-loading nn* modules.
10850
10851 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10854         for `tool-bar-mode' and don't check it's default-value.
10855
10856         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10857
10858         * message.el (message-make-tool-bar): Ditto.
10859
10860         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10861         `substring'.  Shorten tmp-file name.
10862
10863         * gnus.el: Remove bogus comment.
10864
10865 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10866
10867         * gnus-art.el (gnus-article-browse-html-parts): New function.
10868         (gnus-article-browse-html-article): New function for viewing html
10869         articles with a browser.
10870
10871 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10872
10873         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10874         in elisp.
10875         (pgg-gpg-encrypt-symmetric-region): Ditto.
10876         (pgg-gpg-sign-region): Ditto.
10877
10878         * pgg-def.el (pgg-text-mode): New variable.
10879
10880         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10881         (mml2015-pgg-encrypt): Ditto.
10882
10883         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10884         (mml1991-pgg-encrypt): Ditto.
10885
10886 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10889         message-make-date instead of current-time-string.
10890
10891         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10892         to gnus-decoded which mm-uu might set.
10893
10894 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10897         don't decode quoted parameters; remove misimported Emacs code.
10898         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10899         (rfc2231-decode-encoded-string): Don't use split-string which
10900         behaves differently according to Emacs version; use
10901         mm-decode-coding-region to convert charset to coding-system.
10902         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10903         (rfc2231-encode-string): Remove misimported Emacs code.
10904
10905 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10908         when calling mail-header-parse-content-type.
10909         (article-de-quoted-unreadable): Ditto.
10910         (article-de-base64-unreadable): Ditto.
10911         (article-wash-html): Ditto.
10912
10913         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10914         calling mail-header-parse-content-type and
10915         mail-header-parse-content-disposition.
10916         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10917         mail-header-parse-content-type.
10918
10919         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10920         insert charset and format parameters; encode description after
10921         inserting it to buffer.
10922         (mml-insert-parameter): Fold lines properly even if a parameter is
10923         segmented into two or more lines; change the max column to 76.
10924
10925         * rfc1843.el (rfc1843-decode-article-body): Don't use
10926         ignore-errors when calling mail-header-parse-content-type.
10927
10928         * rfc2231.el (rfc2231-parse-string): Return at least type if
10929         possible; don't cause an error even if it fails in parsing of
10930         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10931         (rfc2231-encode-string): Don't break lines at the beginning, leave
10932         it to mml-insert-parameter.
10933
10934         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10935         calling mail-header-parse-content-type.
10936
10937 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10938
10939         * spam-report.el (spam-report-gmane-use-article-number):
10940         Improve doc string.
10941         (spam-report-gmane-internal): Check if a suitable header was found
10942         in the article.
10943
10944 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10947         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10948
10949 2006-02-05  Romain Francoise  <romain@orebokech.com>
10950
10951         Update copyright notices of all files in the gnus directory.
10952
10953 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10954
10955         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10956
10957 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10960         segmented lines of parameter value to cope with Thunderbird 1.5
10961         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10962         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10963         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10964
10965 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10966
10967         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10968         parts.
10969
10970 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10971
10972         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10973         there's only one active file for all servers.
10974         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10975         solid groups.  Gnus might have used a FAST request to select the group.
10976         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10977         and nnweb-search redundantly in the active file.
10978         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10979         (nnweb-request-create-group): Don't use ARGS.
10980         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10981         initialisations.  Let nnoo do the work.
10982
10983 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10986         Say the part has been decoded.
10987
10988         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10989
10990 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10991
10992         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10993         mailcap-viewer-test-cache when there's no 'test clause, since that
10994         will invert the meaning of a "nil" test previously determined by
10995         mailcap-mailcap-entry-passes-test.
10996
10997 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11000         compiling.
11001
11002         * gnus-sum.el: Ditto.
11003
11004         * message.el: Don't bind tool-bar-map when compiling.
11005
11006 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11009
11010 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11011
11012         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11013         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11014         current Google Groups.
11015
11016 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11019         and tool-bar-mode.
11020
11021         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11022         and tool-bar-mode.
11023
11024         * message.el (message-tool-bar-update): Simplify.
11025         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11026
11027         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11028         gnus-summary-buffer.
11029         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11030         gnus-summary-reply.
11031
11032         * gmm-utils.el (gmm): Add :version.
11033
11034 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * Makefile.in (clean): New rule.
11037         (distclean): Use it.
11038
11039 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11040
11041         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11042         autoload.
11043
11044 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * gmm-utils.el (gmm-verbose): Add :group.
11047
11048 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11049
11050         * message.el: Change some comments WRT tool-bars.
11051
11052         * gnus-sum.el (gnus-summary-tool-bar)
11053         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11054         (gnus-summary-tool-bar-zap-list): New variables.
11055         (gnus-summary-make-tool-bar): Complete rewrite using
11056         `gmm-tool-bar-from-list'.
11057
11058         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11059         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11060         variables.
11061         (gnus-group-make-tool-bar): Complete rewrite using
11062         `gmm-tool-bar-from-list'.
11063         (gnus-group-tool-bar-update): New function.
11064
11065         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11066
11067 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11070         is dissected into a single part of which the type is the same as
11071         the given one; decode charset.
11072
11073 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11074
11075         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11076         into alists as symbol not string, since that's what
11077         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11078         look for.
11079
11080 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11083         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11084
11085         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11086
11087 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11090         (gnus-xmas-mime-security-button-menu): New function.
11091
11092         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11093         (gnus-mime-security-button-menu): New definition.
11094         (gnus-mime-security-button-map): Use them.
11095         (gnus-mime-security-button-menu): New function.
11096         (gnus-insert-mime-security-button): Addition to help echo.
11097         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11098         (gnus-mime-security-pipe-part): New functions.
11099
11100         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11101         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11102
11103         * mm-decode.el (mm-handle-set-disposition): Remove.
11104         (mm-handle-set-description): Remove.
11105
11106 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11109         (mm-w3m-standalone-supports-m17n-p): New function.
11110         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11111         w3m usage.
11112
11113         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11114         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11115
11116 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * message.el (message-tool-bar-zap-list): Use
11119         gmm-tool-bar-zap-list as custom type.
11120         (message-tool-bar-update): New function.
11121         (message-tool-bar, message-tool-bar-gnome)
11122         (message-tool-bar-retro): Add message-tool-bar-update.
11123         (message-tool-bar-gnome): Add flyspell-buffer.
11124
11125         * gnus-util.el (gnus-error): Describe `args'.
11126
11127         * gmm-utils.el (gmm-error): Describe `args'.
11128         (gmm-tool-bar-zap-list): New widget.
11129         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11130
11131 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11134         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11135         the number of recursive calls.
11136
11137         * mm-decode.el (mm-handle-set-disposition): New macro.
11138         (mm-handle-set-description): New macro.
11139
11140 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11143         encoding.
11144
11145 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11146
11147         * message.el (message-tool-bar-zap-list, message-tool-bar)
11148         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11149         (message-tool-bar-local-item-from-menu): Remove.
11150         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11151         (message-make-tool-bar): New function.
11152         (message-mode): Use `message-make-tool-bar'.
11153
11154         * gmm-utils.el: New file.
11155         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11156         (gmm-lazy): New widget copied from `nnmail.el'.
11157         (gmm-tool-bar-from-list): New function for creating customizable
11158         tool bars.
11159         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11160         output.
11161         (gmm): Add :prefix to defgroup.
11162
11163 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11164
11165         * gmm-utils.el (gmm-widget-p): New function.
11166
11167 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         * mml.el (mml-attach-file): Describe `description' in doc string.
11170         (mml-menu): Add Emacs MIME manual and PGG manual.
11171
11172 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11173
11174         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11175
11176 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11177
11178         * nntp.el (nntp-end-of-line): Doc fix.
11179
11180 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11181
11182         * imap.el (imap-open): Handle case where buffer is a buffer
11183         object.
11184
11185 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11186
11187         * gnus-delay.el (gnus-delay): Don't autoload.
11188         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11189         to be re-loaded when customizing the `gnus-delay' group.
11190
11191 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11192
11193         * message.el (message-insert-citation-line): Use newlines.
11194
11195 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11196
11197         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11198         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11199         these routines, so the passphrase can be managed externally and
11200         passed in to the system.
11201         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11202         pgg-add-passphrase-to-cache function.
11203
11204         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11205         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11206         these routines, so the passphrase can be managed externally and
11207         passed in to the system.
11208         (pgg-pgp5-sign-region): Use new name of
11209         pgg-add-passphrase-to-cache function.
11210
11211 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11212
11213         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11214         part of the decoded armor to find the key-identifier.
11215         (pgg-gpg-lookup-key-owner): New function to return the
11216         human-readable identifier of a key owner.
11217         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11218         itself.
11219         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11220         the key value) if we have a key and can match it against a secret
11221         key.  Also, added a note pointing out fact that the prompt only
11222         indicates the first matching key.
11223
11224         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11225         pgg-decrypt-region.
11226         (pgg-add-passphrase-to-cache): Rename from
11227         `pgg-add-passphrase-cache' to reduce confusion (all callers
11228         changed).
11229         (pgg-remove-passphrase-from-cache): Rename from
11230         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11231         changed).
11232         (pgg-read-passphrase, pgg-add-passphrase-cache)
11233         (pgg-remove-passphrase-cache): Add informative docstrings.
11234         (pgg-decrypt): Convey provided passphrase in subordinate call to
11235         pgg-decrypt-region.
11236
11237 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11238
11239         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11240         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11241         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11242         'passphrase' argument, so the passphrase can be managed externally
11243         and then passed in to the system.
11244
11245         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11246         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11247         so the passphrase cache can be used reliably with identifiers
11248         besides a pgp packet's key id.
11249
11250         * pgg-gpg.el (pgg-gpg-encrypt-region)
11251         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11252         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11253         these routines, so the passphrase can be managed externally and
11254         passed in to the system.
11255
11256         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11257         'notruncate' argument, so the passphrase cache can be used
11258         reliably with identifiers besides a pgp packet's key id.
11259
11260 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11261
11262         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11263         symmetric encryption.
11264         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11265         encrypted session key.
11266         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11267         message ask for the passphrase in a proper way.
11268
11269         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11270         New user commands for symmetric encryption.
11271
11272 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11275
11276         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11277
11278 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11279
11280         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11281
11282 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * mm-decode.el (mm-inlined-types): Add application/pgp.
11285         (mm-automatic-display): Ditto.
11286
11287         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11288         part as text.
11289
11290 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * nnrss.el: Update copyright.
11293         (nnrss-opml-import): Query whether to subscribe to each entry.
11294
11295         * gnus-art.el:
11296         * gnus-sum.el:
11297         * gnus-xmas.el:
11298         * messagexmas.el:
11299         * mm-uu.el:
11300         * mm-view.el: Update copyright.
11301
11302 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * message.el (message-info): New function.
11305         (message-mode-menu): Add it.
11306         Update copyright.
11307
11308         * ChangeLog: Fix and update copyright.
11309
11310 2006-01-13  Romain Francoise  <romain@orebokech.com>
11311
11312         * message.el (message-forward-subject-name-subject): Prefer the
11313         address to 'nowhere' if the sender has no name.
11314         Fix typo.  Update copyright year.
11315
11316 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * gnus-art.el (article-wash-html): Use
11319         gnus-summary-show-article-charset-alist if a numeric arg is given.
11320         (gnus-article-wash-html-with-w3m-standalone): New function.
11321
11322         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11323         mm-inline-text-html-render-with-w3m-standalone.
11324         (mm-text-html-washer-alist): Map w3m-standalone to
11325         gnus-article-wash-html-with-w3m-standalone.
11326         (mm-inline-text-html-render-with-w3m-standalone): New function.
11327
11328 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11331         Improve LaTeX.
11332
11333 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11336         (nnrss-request-article): Render text/plain parts as HTML.
11337
11338         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11339         the buffer.
11340
11341 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11344         custom definition of `gnus-posting-styles'.
11345
11346         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11347         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11348
11349 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11352         Use nntp for bug archive.
11353
11354 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11357         parts.
11358         (nnrss-normalize-date): New function converts ISO 8601 date into
11359         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11360         (nnrss-check-group): Use it.
11361
11362 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11365
11366         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11367         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11368         (nnrss-insert-w3): Ditto.
11369
11370 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11373         the articles to be forwarded including the case where neither a
11374         number of articles nor a region is specified.
11375
11376 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * nnrss.el (nnrss-request-article): Fix last change; fill
11379         text/plain parts.
11380
11381 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11384         in text/plain part.
11385         (nnrss-check-group): Don't add excessive newline to dc:subject.
11386
11387 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11388
11389         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11390         article.
11391
11392 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11395         (nnml-use-compressed-files, nnml-save-mail): Support other
11396         comression programs such as bzip2.
11397
11398 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11399
11400         * dns.el (query-dns): Make sure we check the buffer size before
11401         removing tcp headers.
11402
11403 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11406         remove MIME buttons associated with multipart/alternative parts.
11407         (gnus-mime-display-alternative): Tag buttons using `article-type'
11408         text property.
11409
11410         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11411         associated with multipart/alternative parts.
11412
11413         * gnus-art.el (gnus-signature-separator): Fix custom type.
11414
11415         * mm-decode.el (mm-inlined-types): Fix custom type.
11416         (mm-keep-viewer-alive-types): Ditto.
11417         (mm-automatic-display): Ditto.
11418         (mm-attachment-override-types): Ditto.
11419         (mm-inline-override-types): Ditto.
11420         (mm-automatic-external-display): Ditto.
11421
11422 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * spam-report.el (spam-report-user-mail-address)
11425         (spam-report-user-agent): New variables.
11426         (spam-report-url-ping-plain): Use spam-report-user-agent.
11427
11428 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11429
11430         * gnus-art.el (gnus-button-handle-custom): Do not just use
11431         `customize-apropos' for any "M-x customize-*" button but the
11432         function called for.  Accept both the function name and its
11433         argument in order to achieve this.
11434         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11435         function name to `gnus-button-handle-custom' in case of "M-x
11436         customize-*" buttons.
11437
11438 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11441         multipart/alternative and add xref to mm-discouraged-alternatives
11442         in doc string.
11443
11444         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11445         gnus-buttonized-mime-types in doc string.
11446
11447 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11450         Suggest image/.* in the doc string.
11451
11452 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11455         message-marks (Debian bug #342521).
11456
11457 2005-12-12  Simon Josefsson  <jas@extundo.com>
11458
11459         * password.el (password-read-from-cache): Add.
11460         (password-read): Use it.
11461
11462 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11465         us-ascii as a MIME charset.
11466
11467         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11468         against the case where the 2nd arg TYPE is nil.
11469
11470 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * pop3.el (pop3-stream-type): Fix custom version.
11473
11474         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11475
11476 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11477
11478         * mm-decode.el (mm-display-external): Add missing cdr.
11479
11480 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11483         RFC1524) if it is in mailcap or add a suffix according to
11484         mailcap-mime-extensions when generating a temp filename; postpone
11485         deleting a temp file for 2 seconds for some wrappers, shell
11486         scripts, and so on, which might exit right after having started a
11487         viewer command as a background job.
11488
11489 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * nntp.el (nntp-marks-directory): Fix custom group.
11492
11493         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11494         steps when < 10.
11495
11496         * gnus-start.el (gnus-no-server-1): Mention
11497         `gnus-level-default-subscribed' in doc string.
11498
11499 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11500
11501         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11502         parens.
11503
11504 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * gnus-xmas.el (gnus-use-toolbar): Revert.
11507         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11508         gnus-use-toolbar is default.
11509
11510         * messagexmas.el (message-use-toolbar): Revert.
11511         (message-setup-toolbar): Use global default-toolbar if
11512         message-use-toolbar is default.
11513
11514 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11517         according to default-toolbar-visible-p.
11518
11519         * messagexmas.el (message-use-toolbar): Ditto.
11520
11521 2005-11-26  Dave Love  <fx@gnu.org>
11522
11523         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11524         (tls-program, tls-success): Provide openssl alternative.
11525
11526         * starttls.el: Doc fixes.
11527         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11528         SERVICE to PORT.
11529
11530         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11531         port null or service name.
11532         (starttls-negotiate): Autoload.
11533
11534 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * message.el (message-kill-to-signature): Fix interactive spec.
11537
11538 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * pop3.el (pop3-open-server): Recognize a string as a service name.
11541
11542 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11543
11544         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11545
11546 2005-11-23  Dave Love  <fx@gnu.org>
11547
11548         Add pop3s, pop3/starttls.
11549
11550         * pop3.el (pop3-authentication-scheme): Clarify doc.
11551         (open-tls-stream, starttls-open-stream): Autoload.
11552         (pop3-stream-type): New.
11553         (pop3-open-server): Use it.
11554
11555         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11556         for POP.
11557         (mail-source-keyword-map): Add :stream for POP.
11558         (mail-source-fetch-pop): Use pop3-stream-type.
11559
11560 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11563         of current-time-string.
11564
11565 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11566
11567         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11568         date header.
11569
11570 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11571
11572         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11573         it can seriously impact performance as it bypasses the agent's
11574         local caches.
11575
11576 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11577
11578         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11579         must be explicitly online rather than "not explicitly offline" for
11580         its flags to be synchronized.
11581
11582         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11583         that gnus-uu-unmark-thread will function correctly.
11584
11585         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11586         1024K is instead displayed as 1M.
11587
11588 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11589
11590         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11591
11592 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11593
11594         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11595
11596 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11597
11598         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11599         error message to display actual error condition.
11600         (gnus-agent-save-local): Avoid saving symbols that are bound to
11601         nil as they simply result in a warning message in
11602         gnus-agent-read-local.
11603
11604 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11607         rather than make-variable-buffer-local for file-precious-flag.
11608
11609 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11610
11611         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11612         for duplicates which are removed.  The invalid sort check then
11613         triggers a rescan after the sort as sorting may have moved
11614         duplicate entries such that they can be cheaply detected.
11615
11616 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11619
11620 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11621
11622         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11623         internal variable to a custom variable.  Changed default value
11624         from compressed(2) to uncompressed(1).
11625         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11626         support for uncompressed agentview files.  Taken together, reading
11627         the agentview file should now be 6-7 times faster.
11628
11629 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11630
11631         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11632         as a buffer-local variable.  This avoids creating truncated
11633         dribble files as a result of a hang up, eg.
11634
11635 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11636
11637         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11638         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11639         XEmacs.
11640
11641 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * gnus-start.el (gnus-start-draft-setup): Enforce
11644         `gnus-draft-mode' for nndraft:drafts at startup.
11645
11646         * gnus.el (gnus-splash): Change custom group.
11647         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11648         allow-list argument.
11649
11650         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11651         string.
11652
11653 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11654
11655         * gnus-art.el (gnus-default-article-saver): Add user-defined
11656         `function' to custom type.
11657
11658 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11659
11660         * imap.el (imap-open): Handle case where buffer is a buffer
11661         object.
11662
11663 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11666         long lines.
11667         (gnus-cache-delete-group): Wrap doc strings.
11668
11669         * gnus-agent.el (gnus-agent-rename-group)
11670         (gnus-agent-delete-group): Wrap doc strings.
11671
11672 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * messagexmas.el (message-use-toolbar): Change the valid values
11675         into default, top, bottom, left, and right.
11676         (message-toolbar-thickness): New variable.
11677         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11678         well.
11679         (message-setup-toolbar): Make it work.
11680
11681         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11682         (gnus-use-toolbar): Change the valid values into default, top,
11683         bottom, left, and right.
11684         (gnus-toolbar-thickness): New variable.
11685         (gnus-xmas-setup-toolbar): New function.
11686         (gnus-xmas-setup-group-toolbar): Use it.
11687         (gnus-xmas-setup-summary-toolbar): Use it.
11688
11689 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11690
11691         * gnus-start.el (gnus-1): Add "native" to
11692         gnus-predefined-server-alist.
11693
11694         * gnus.el (gnus-method-to-server): Don't add "native" to the
11695         lists here, because that leads to problems when
11696         gnus-select-method is bound.
11697
11698 2005-11-09  Simon Josefsson  <jas@extundo.com>
11699
11700         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11701         use (not sort-by-date) instead.
11702
11703 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11704
11705         * gnus-delay.el (gnus-delay-group): Don't autoload.
11706         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11707         to be re-loaded when customizing the `gnus-delay' group.
11708
11709 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11710
11711         * message.el: Revert last changes.
11712         (message-insert-citation-line): Use newlines.
11713
11714 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11715
11716         * message.el (message-courtesy-message)
11717         (message-mark-insert-begin, message-mark-insert-end)
11718         (message-elide-ellipsis, message-cancel-message)
11719         (message-add-header, message-change-subject)
11720         (message-cross-post-followup-to-header)
11721         (message-cross-post-insert-note, message-reduce-to-to-cc)
11722         (message-widen-reply, message-delete-not-region)
11723         (message-kill-to-signature, message-insert-signature)
11724         (message-insert-importance-high, message-insert-importance-low)
11725         (message-insert-or-toggle-importance)
11726         (message-insert-disposition-notification-to)
11727         (message-indent-citation, message-yank-original)
11728         (message-cite-original-without-signature, message-cite-original)
11729         (message-insert-citation-line, message-position-on-field)
11730         (message-fix-before-sending, message-send-mail-partially)
11731         (message-send-mail, message-send-mail-with-sendmail)
11732         (message-send-mail-with-qmail, message-send-news)
11733         (message-check-news-header-syntax, message-generate-headers)
11734         (message-insert-courtesy-copy, message-fill-address)
11735         (message-fill-header, message-shorten-references)
11736         (message-setup-1, message-cancel-news)
11737         (message-forward-make-body-plain, message-forward-make-body-mime)
11738         (message-forward-make-body-mml, message-encode-message-body)
11739         (message-forward-make-body-digest-plain)
11740         (message-forward-make-body-digest-mime)
11741         (message-use-alternative-email-as-from): Insert `hard-newline'
11742         instead of ordinary newlines.
11743
11744 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11745
11746         * message.el (message-generate-headers): Downcase the argument
11747         given to message-check-element.
11748
11749 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11750
11751         * nntp.el (nntp-authinfo-rejected): New error condition.
11752         (nntp-wait-for): Use new error condition to signal authentication
11753         error.
11754         (nntp-retrieve-data): Rethrow new error condition to break out of
11755         recursive call to nntp-send-authinfo.
11756
11757 2005-11-08  Romain Francoise  <romain@orebokech.com>
11758
11759         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11760         (gnus-summary-exit-map): Bind to `Z p'.
11761         (gnus-summary-make-menu-bar): Add menu item.
11762
11763 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11766         (gnus-treat-*): Add `first' in all doc strings.
11767
11768         * gnus-group.el (gnus-group-compact-group): Fix typo.
11769
11770 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * gnus.el (gnus-parameters-case-fold-search): New variable.
11773         (gnus-parameters-get-parameter): Use it.
11774
11775         * gnus-score.el (gnus-home-score-file): Doc fix.
11776
11777 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11778
11779         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11780
11781 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * mm-util.el (mm-special-display-p): New function.
11784
11785         * mml.el (mml-preview): Use it; doc fix.
11786
11787 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11788
11789         * imap.el (imap-open): Handle case where buffer is a buffer object.
11790
11791 2005-10-29  Romain Francoise  <romain@orebokech.com>
11792
11793         * message.el (message-fix-before-sending): Fix comment.
11794
11795 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11796
11797         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11798
11799 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11800
11801         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11802         Used in gnus-score.el.
11803
11804 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11807
11808 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11811         whitespace removed in revision 7.8.  Use concatenated string to
11812         protect trailing whitespace.
11813
11814 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11815
11816         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11817         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11818         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11819         Courier IMAP ("some version from 2004").  Mostly based on similar
11820         code in the same function.
11821
11822 2005-10-26  Didier Verna  <didier@xemacs.org>
11823
11824         * gnus-group.el (gnus-group-compact-group): Invalidate original
11825         article buffer.
11826         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11827         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11828         NOV database and in article itself.
11829         Invalidate article backlog.
11830
11831 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11834
11835 2005-10-26  Simon Josefsson  <jas@extundo.com>
11836
11837         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11838         part of 2004-07-25 change.
11839
11840 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * message.el (message-display-completion-list): New function.
11843         (message-expand-group): Use it; make sure the Completions buffer
11844         is modifiable.
11845 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11846
11847         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11848         user-mail-name is an empty string.
11849
11850 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11853         depending on gnus-score-decay-constant.
11854
11855         * encrypt.el (encrypt-insert-file-contents)
11856         (encrypt-write-file-contents): Don't use `gnus-message'.
11857
11858         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11859         arguments.
11860         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11861         arguments to mm-uu-verbatim-marks-extract.
11862         (mm-uu-hide-markers): New variable.
11863         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11864
11865         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11866         (gnus-convert-image-to-face-command): Use "convert" by default to
11867         allow other input image formats.
11868         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11869         accordingly.
11870
11871 2005-10-23  Simon Josefsson  <jas@extundo.com>
11872
11873         * imap.el (imap-gssapi-program): Align command line parameters
11874         with latest GNU SASL.
11875         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11876
11877 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11878
11879         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11880         HTML.
11881         (nnslashdot-request-article): Ditto.
11882
11883         * lpath.el (featurep): Add nobreak-char-display.
11884
11885 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11886
11887         * mail-source.el (mail-source-fetch-pop): Require pop3.
11888         (mail-source-check-pop): Ditto.
11889
11890 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11893         errors.
11894
11895 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11898         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11899
11900         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11901
11902         * mm-bodies.el (mm-decode-string): Call
11903         `mm-charset-to-coding-system' with allow-override argument.
11904
11905 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11908         (rfc2047-charset-to-coding-system): New function.
11909         (rfc2047-decode-encoded-words): New function.
11910         (rfc2047-decode-region): Use them.
11911         (rfc2047-decode-cte): Remove.
11912         (rfc2047-parse-and-decode): Remove.
11913         (rfc2047-decode): Remove.
11914
11915 2005-10-15  Kenichi Handa  <handa@m17n.org>
11916
11917         * rfc2047.el (rfc2047-decode-cte): New function.
11918         (rfc2047-decode-region): Change the way to decode successive
11919         encoded-words: decode B- or Q-encoding in each encoded-word,
11920         concatenate them, and decode it as charset.
11921
11922 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * lpath.el: Fbind codepage-setup for XEmacs.
11925
11926 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11927
11928         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11929         widget-move-and-invoke.
11930         (gnus-custom-mode): Use gnus-custom-map.
11931
11932 2005-10-15  Bill Wohler  <wohler@newt.com>
11933
11934         * message.el (message-tool-bar-map): Renamed image file from
11935         mail_send to mail/send.
11936
11937 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11938
11939         * message.el (message-expand-group): Pass the common
11940         prefix substring of completion to `display-completion-list'.
11941
11942 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * mml-sec.el (mml-secure-method): New internal variable.
11945         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11946         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11947         functions using mml-secure-method.
11948
11949         * mml.el (mml-mode-map): Add key bindings for those functions.
11950         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11951         Harder <harder@myrealbox.com>.
11952         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11953         end of message if point is the headers of the message.
11954
11955         * message.el (message-in-body-p): New function.
11956
11957         * assistant.el: Autoload gnus-util and netrc.
11958
11959         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11960         Use `mm-charset-override-alist' only when decoding.
11961
11962         * mm-bodies.el (mm-decode-body): Call
11963         `mm-charset-to-coding-system' with allow-override argument.
11964
11965         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11966         `filename' from Content-Disposition if Content-Type doesn't
11967         provide `name'.
11968         (gnus-mime-view-part-as-type): Set default instead of
11969         initial-input.
11970
11971 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11972
11973         * format-spec.el (format-spec): Propagate text properties of % spec.
11974
11975 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11976
11977         * gnus-art.el (gnus-treat-predicate): Add `first'.
11978
11979 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11980
11981         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11982         (mm-charset-override-alist): New variable.
11983         (mm-charset-to-coding-system): Use it.
11984         (mm-codepage-setup): New helper function.
11985         (mm-charset-eval-alist): New variable.
11986         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11987         about unknown charsets.
11988
11989         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11990
11991 2005-10-04  David Hansen  <david.hansen@gmx.net>
11992
11993         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11994         (nnrss-check-group): Ditto.
11995
11996 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11999         Rename x-gnus-verbatim to x-verbatim.
12000         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12001
12002         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12003         x-verbatim.
12004
12005         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12006
12007         * gnus-util.el (gnus-remove-duplicates): Remove.
12008
12009         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12010         instead of gnus-remove-duplicates.
12011
12012         * message.el (message-remove-duplicates): Remove.
12013         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12014         message-remove-duplicates.
12015
12016         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12017         available, else use implementation from `delete-dups'.
12018
12019         * message.el (message-insert-expires): New function.
12020         (message-mode-map): Add key binding.
12021         (message-mode-field-menu): Add menu entry.
12022         (message-mode): Document it.
12023         (message-make-expires-date): Use `message-make-date'.
12024
12025 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12026
12027         * message.el (message-make-expires-date): New function.
12028
12029 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * Makefile.in (list-installed-shadows): New entry.
12032         (install): Use it.
12033         (remove-installed-shadows): New entry.
12034
12035         * dgnushack.el (dgnushack-default-load-path): New variable.
12036         (dgnushack-find-lisp-shadows): New function.
12037         (dgnushack-remove-lisp-shadows): New function.
12038
12039 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * Makefile.in (install-el-elc): New entry.
12042         (install): Use it so that .el files are necessarily installed.
12043
12044 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12047
12048 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12049
12050         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12051         function rather than the diff-mode.el package.
12052         (mm-display-external): Use with-current-buffer.
12053         (mm-viewer-completion-map, mm-viewer-completion-map):
12054         Move initialization inside declaration.
12055
12056 2005-09-29  Simon Josefsson  <jas@extundo.com>
12057
12058         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12059         autoload mail-check-payment.
12060         (spam-check-hashcash): Define unconditionally, since hashcash.el
12061         is part of Gnus now.  Ignore errors from payment checking.
12062
12063 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12064
12065         * message.el (message-bold-region, message-unbold-region): Rename
12066         from `bold-region' and `unbold-region'.
12067
12068         * message.el: Remove useless autoloads.
12069
12070 2005-09-28  Simon Josefsson  <jas@extundo.com>
12071
12072         * message.el (message-use-idna): Default to t.
12073         (message-use-idna): Test whether encoding works too.  Doc fix.
12074
12075 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * nntp.el (nntp-warn-about-losing-connection): Remove.
12078
12079 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12082         customizable.  Change default value.
12083         (mm-uu-diff-groups-regexp): Change default value.
12084         (mm-uu-type-alist): Add doc string.
12085         (mm-uu-configure): Add doc string.  Make it interactive.
12086         (mm-uu-tex-groups-regexp): New variable.
12087         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12088         (mm-uu-type-alist): Add LaTeX documents.
12089         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12090         of "text/verbatim".
12091         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12092
12093         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12094         instead of "text/verbatim".
12095
12096         * message.el (message-mark-inserted-region)
12097         (message-mark-insert-file): Use slrn style marks when called with
12098         prefix argument.
12099
12100 2005-09-27  Simon Josefsson  <jas@extundo.com>
12101
12102         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12103
12104 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12105
12106         * message.el (message-remove-duplicates): New function.
12107         Implementation borrowed from `gnus-remove-duplicates'.
12108         (message-idna-to-ascii-rhs): Also encode idna addresses in
12109         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12110         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12111         only ask about the same idna domain once per header and also tell
12112         in what header to replace the idna domain.
12113
12114         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12115         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12116         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12117         a header is decoded and not just the last one.
12118
12119 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12122         has been decoded.
12123
12124         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12125         (mm-insert-part): Don't modify text if it has been decoded.
12126
12127         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12128         decoded.
12129
12130         * mm-view.el (mm-inline-text): Don't strip text props unless
12131         decoding enriched or richtext parts.
12132
12133 2005-09-25  Romain Francoise  <romain@orebokech.com>
12134
12135         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12136         * gnus-start.el (gnus-subscribe-interactively):
12137         * gnus-uu.el (gnus-uu-grab-articles):
12138         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12139         space.
12140
12141 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12142
12143         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12144         * mm-view.el (mm-view-pkcs7-decrypt):
12145         * gnus-sum.el (gnus-summary-limit-to-extra)
12146         (gnus-summary-respool-article, gnus-read-move-group-name):
12147         * gnus-score.el (gnus-summary-increase-score):
12148         * gnus-util.el (gnus-completing-read-with-default):
12149         * gnus-art.el (gnus-read-save-file-name)
12150         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12151         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12152         * message.el (message-check-news-header-syntax):
12153         Follow convention for reading with the minibuffer.
12154
12155 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * spam-report.el (spam-report-url-ping-plain):
12158         Use gnus-extended-version as User-Agent.
12159
12160         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12161         default value is nil.
12162
12163         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12164         (mm-uu-verbatim-marks-extract): New function.
12165         (mm-uu-extract): New face.
12166         (mm-uu-copy-to-buffer): Use it.
12167
12168         * spam-report.el (spam-report-gmane-ham): Renamed from
12169         `spam-report-gmane-unspam'.
12170         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12171         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12172
12173         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12174         Autoload.
12175         (spam-report-gmane-unregister-routine): Renamed
12176         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12177
12178 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12179
12180         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12181         (spam-report-gmane-unregister-routine): Add support for gmane
12182         unregistration.
12183
12184         * spam-report.el (spam-report-gmane-unspam)
12185         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12186         (spam-report-gmane): Change to take a single article and do unspam
12187         registration.
12188
12189 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12190
12191         * mm-url.el (mm-url-decode-entities): Fix regexp.
12192
12193 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12194
12195         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12196         default to nil, to be able to use Gnus at all.  If the default
12197         switches to something else, then the function should be fixed not
12198         be exceedingly slow.
12199
12200 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12201
12202         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12203         fail hard.
12204
12205         * spam-report.el: Add better Keywords line.
12206
12207         * spam.el: Add Maintainer and better Keywords line.
12208
12209 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12210
12211         * gnus-art.el (gnus-article-replace-part)
12212         (gnus-mime-replace-part): New functions.
12213         (gnus-mime-action-alist, gnus-mime-button-commands)
12214         (gnus-mime-save-part-and-strip): Added file argument.
12215         (gnus-article-part-wrapper): Added interactive argument.
12216
12217         * gnus-sum.el (gnus-summary-mime-map): Add
12218         `gnus-article-replace-part'.
12219
12220 2005-09-19  Didier Verna  <didier@xemacs.org>
12221
12222         The nnml compaction feature:
12223         * nnml.el (nnml-request-compact-group): New function.
12224         * nnml.el (nnml-request-compact): New function.
12225         * gnus-int.el (gnus-request-compact-group): New function.
12226         * gnus-int.el (gnus-request-compact): New function.
12227         * gnus-group.el (gnus-group-compact-group): New function.
12228         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12229         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12230         * gnus-srvr.el (gnus-server-compact-server): New function.
12231         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12232         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12233
12234 2005-09-18  Deepak Goel  <deego@gnufans.org>
12235
12236         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12237         format spec.
12238
12239 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12242
12243 2005-09-15  Romain Francoise  <romain@orebokech.com>
12244
12245         * message.el (message-fill-paragraph): Clarify docstring.
12246
12247 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * gnus-art.el (gnus-mime-display-part): Protect against broken
12250         MIME messages.
12251
12252 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12255         before parsing header.
12256
12257 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12258
12259         * html2text.el (html2text-replace-list): Add new entities.
12260
12261 2005-09-11  Romain Francoise  <romain@orebokech.com>
12262
12263         * message.el (message-alternative-emails): Improve docstring.
12264         (message-setup-1): Call `message-use-alternative-email-as-from'
12265         after `message-setup-hook' to give it precedence over posting
12266         styles, etc.
12267         (message-use-alternative-email-as-from): Add docstring.  Remove
12268         the original From header if present.
12269
12270         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12271         (nnml-save-mail): Use it.
12272
12273         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12274         articles.  Add new argument `silent'.
12275         (gnus-uu-mark-all): Report the total number of marked articles.
12276
12277 2005-09-10  Romain Francoise  <romain@orebokech.com>
12278
12279         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12280         (gnus-uu-mark-series): Likewise.
12281
12282 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * spam-report.el (spam-report-gmane): Fix generation of spam
12285         report URL.
12286
12287 2005-09-10  Simon Josefsson  <jas@extundo.com>
12288
12289         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12290         t, based on discussion on the ding list with Robert Epprecht
12291         <epprecht@solnet.ch>.
12292
12293 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * spam-report.el (spam-report-gmane): Make it work without
12296         X-Report-Spam header.  Gmane now only provides Archived-At.
12297         This is only used if `spam-report-gmane-use-article-number' is nil.
12298         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12299
12300         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12301         make `gnus-summary-sort-by-recipient' work with threading.
12302
12303         * nnweb.el (nnweb-google-wash-article): Print a message if article
12304         is not available.
12305
12306 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12307
12308         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12309         change.  Decode text/* parts content before displaying.
12310
12311 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12312
12313         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12314
12315 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12318
12319         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12320         url-package-name, url-package-version,
12321         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12322         w3m-display-inline-images, and w3m-minor-mode-map.
12323
12324 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * message.el (message-tab-body-function): Fix mismatched custom type.
12327
12328         * gnus.el (gnus-group-change-level-function): Ditto.
12329
12330         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12331
12332         * gnus-art.el (gnus-signature-limit)
12333         (gnus-article-mime-part-function): Ditto.
12334
12335 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * mml.el (mml-mode): Silence the byte compiler.
12338
12339         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12340         using `(sit-for 0)' before moving the point to the specified part;
12341         skip unbuttonized parts.
12342         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12343         return to the summary window if gnus-auto-select-part is non-nil.
12344
12345 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12348         variables.
12349         (mml-dnd-attach-file, mml-mode): Use them.
12350
12351         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12352         Make fetching article by MID work again for Google Groups.  Added
12353         FIXME concerning gnus-group-make-web-group.
12354
12355         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12356         Don't depend on Gnus by using mail-extract-address-components if
12357         gnus-extract-address-components is not bound.
12358
12359 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12360
12361         * gnus-art.el (gnus-mime-display-security): Don't display the
12362         signature, but only the signed part.
12363
12364 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12367
12368         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12369         list, not listp.
12370
12371 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12372
12373         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12374         when encoding.
12375
12376         * mm-bodies.el (mm-decode-content-transfer-encoding):
12377         De-canonicalize CRLF for all text content types, not just
12378         text/plain.
12379
12380 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12383         valid article; point arrow and cursor at the MIME button.
12384
12385 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12388         Suggested by Dan Christensen <jdc@uwo.ca>.
12389
12390         * mm-decode.el (mm-save-part): Enable change of prompt.
12391
12392 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12393
12394         * gnus-msg.el (gnus-inews-add-send-actions): Made
12395         `message-post-method' lambda parameter ARG `&optional'.
12396
12397 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * gnus-sum.el (gnus-summary-mime-map): Added
12400         gnus-article-save-part-and-strip, gnus-article-delete-part and
12401         gnus-article-jump-to-part.
12402
12403         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12404         (gnus-article-edit-part): Use it.
12405         (gnus-article-part-wrapper): Added no-handle argument.
12406         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12407         functions.
12408
12409 2005-08-29  Romain Francoise  <romain@orebokech.com>
12410
12411         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12412         docstring.
12413         (gnus-face-from-file): Likewise.
12414
12415 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12418         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12419         non-nil.
12420         (gnus-auto-select-part): New variable.
12421         (gnus-article-jump-to-part): New function.
12422         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12423         (gnus-mime-delete-part): Allow selecting specified part after
12424         deleting or stripping parts.
12425         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12426         part if argument is bogus.
12427
12428 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12429
12430         * gnus-art.el (w3m-minor-mode-map):
12431         * gnus-spec.el (gnus-newsrc-file-version):
12432         * gnus-util.el (nnmail-active-file-coding-system)
12433         (gnus-original-article-buffer, gnus-user-agent):
12434         * gnus.el (gnus-ham-process-destinations)
12435         (gnus-parameter-ham-marks-alist)
12436         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12437         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12438         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12439         * mm-decode.el (gnus-current-window-configuration):
12440         * mm-extern.el (gnus-article-mime-handles):
12441         * mm-url.el (url-current-object, url-package-name)
12442         (url-package-version):
12443         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12444         (smime-keys, w3m-cid-retrieve-function-alist)
12445         (w3m-current-buffer, w3m-display-inline-images)
12446         (w3m-minor-mode-map):
12447         * mml-smime.el (gnus-extract-address-components):
12448         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12449         (gnus-newsrc-hashtb, message-default-charset)
12450         (message-deletable-headers, message-options)
12451         (message-posting-charset, message-required-mail-headers)
12452         (message-required-news-headers):
12453         * mml1991.el (mc-pgp-always-sign):
12454         * mml2015.el (mc-pgp-always-sign):
12455         * nnheader.el (nnmail-extra-headers):
12456         * rfc1843.el (gnus-decode-encoded-word-function)
12457         (gnus-decode-header-function, gnus-newsgroup-name):
12458         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12459
12460 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12461
12462         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12463         the end of the date treatments.
12464
12465 2005-08-15  Simon Josefsson  <jas@extundo.com>
12466
12467         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12468         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12469         Capello and Romain Francoise.
12470         (pgg-fetch-key-function): Removed, not used?
12471         (pgg-insert-url-with-w3): Require url, to get
12472         url-insert-file-contents regardless of where it is defined.
12473
12474 2005-08-13  Romain Francoise  <romain@orebokech.com>
12475
12476         * message.el (message-cite-original-1): New function.
12477         (message-cite-original): Use it.
12478         (message-cite-original-without-signature): Ditto.
12479
12480 2005-08-08  Romain Francoise  <romain@orebokech.com>
12481
12482         * message.el (message-yank-empty-prefix): New variable.
12483         (message-indent-citation): Use it.
12484         (message-cite-original-without-signature): Respect X-No-Archive.
12485
12486 2005-08-08  Simon Josefsson  <jas@extundo.com>
12487
12488         * pgg.el: Autoload url-insert-file-contents instead of loading
12489         w3/url.
12490         (pgg-insert-url-with-w3): Don't load url here.
12491
12492 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12493
12494         * message.el (message-kill-to-signature): Don't insert newline at
12495         bol.
12496         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12497
12498 2005-08-06  Romain Francoise  <romain@orebokech.com>
12499
12500         * message.el (message-user-fqdn): Fix typo in docstring.
12501
12502 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12503
12504         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12505
12506         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12507
12508 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * mm-bodies.el (mm-encode-body): Use coding system rather than
12511         charset to encode text.
12512
12513         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12514         number of charsets if utf-8 is available (XEmacs).
12515
12516 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12519         taken from `gnus-button-mid-or-mail-regexp'.
12520         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12521         (gnus-button-alist): Improve regexp for domain part of the MIDs
12522         for news:localpart@domain buttons.
12523         (gnus-button-ctan-directory-regexp): Update.
12524
12525 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * sieve-manage.el (sieve-manage-interactive-login): Use
12528         make-local-variable rather than make-variable-buffer-local.
12529         (sieve-manage-open): Ditto.
12530         (sieve-manage-authenticate): Ditto.
12531
12532         * mml.el (mml-generate-mime-1): Make the content type default to
12533         text/plain if the filename is not specified.
12534
12535 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12538         instead of insert-buffer.
12539
12540         * message.el (message-yank-original): Ditto; set the mark at the
12541         end of the yanked message.
12542
12543 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12546         lines to scroll rather than to stop it.
12547
12548         * mml.el (mml-generate-default-type): Add doc string.
12549         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12550         default to application/octet-stream when determining the content
12551         type if it is not specified for the part or the mml contents; add
12552         a comment about mml-generate-default-type.
12553
12554 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12557         make it default to application/octet-stream when determining the
12558         content type if it is not specified for the external contents.
12559
12560 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12563         segmented parameter but also other parameters might be there.
12564
12565 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * mm-decode.el (mm-display-external): Delete temp file, directory
12568         and buffer immediately if the external process is exited.
12569
12570 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12573         fewer lines than that of scroll-margin.
12574         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12575
12576 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * gnus-art.el (gnus-article-next-page): Revert.
12579         (gnus-article-beginning-of-window): New macro.
12580         (gnus-article-next-page-1): Use it.
12581         (gnus-article-prev-page): Ditto.
12582         (gnus-article-edit-part): Use insert-buffer-substring instead of
12583         insert-buffer.
12584         (gnus-article-edit-exit): Ditto.
12585
12586         * gnus-util.el (gnus-beginning-of-window): Remove.
12587         (gnus-end-of-window): Remove.
12588
12589         * lpath.el: Don't bind header-line-format and scroll-margin.
12590
12591 2005-07-25  Simon Josefsson  <jas@extundo.com>
12592
12593         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12594         to have the url package without w3.  Reported by Daiki Ueno
12595         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12596
12597 2005-07-20  Didier Verna  <didier@xemacs.org>
12598
12599         * gnus-diary.el: Remove the description comment (nndiary is now
12600         properly documented in the Gnus manual).
12601         Fix the spelling of "Back End".
12602         * nndiary.el: Ditto.
12603         Fix the copyright notice.
12604
12605 2005-07-18  Romain Francoise  <romain@orebokech.com>
12606
12607         * gnus-sum.el (gnus-summary-to-prefix)
12608         (gnus-summary-newsgroup-prefix): New variables.
12609         (gnus-summary-from-or-to-or-newsgroups): Use them.
12610
12611 2005-07-17  Romain Francoise  <romain@orebokech.com>
12612
12613         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12614         space as it's generally not especially interesting to the user.
12615
12616 2005-07-16  Romain Francoise  <romain@orebokech.com>
12617
12618         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12619         nil to avoid prompting and file modification if one of the
12620         messages at the top of the nnfolder file contains a copyright
12621         notice.
12622         Update copyright notice.
12623
12624         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12625         instead of `current-time-string' as the latter creates a time
12626         string that is not RFC 2822 compliant (it lacks the zone).
12627         Update copyright notice.
12628
12629 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12630
12631         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12632         for text/rtf.  Display default in prompt.  Pass default for M-n.
12633
12634         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12635
12636 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12637
12638         * gnus-msg.el (gnus-button-mailto): Remove
12639         save-selected-window-window hackery because it relies on
12640         save-selected-window internals.
12641
12642 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12645         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12646         (gnus-article-prev-page): Ditto.
12647
12648         * gnus-util.el (gnus-beginning-of-window): New function.
12649         (gnus-end-of-window): New function.
12650
12651         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12652
12653 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12654
12655         * gnus-score.el (gnus-score-edit-all-score): Set
12656         gnus-score-edit-exit-function to gnus-score-edit-done and call
12657         gnus-message.
12658
12659 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12660
12661         * gnus-msg.el (gnus-button-mailto): Remove
12662         save-selected-window-window hackery because it relies on
12663         save-selected-window internals.
12664
12665 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12668         add-minor-mode.
12669         (gnus-binary-mode): Ditto.
12670
12671         * gnus-topic.el (gnus-topic-mode): Ditto.
12672
12673 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12674
12675         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12676         (gnus-article-prev-page): Take scroll-margin into consideration.
12677
12678 2005-07-04  Lute Kamstra  <lute@gnu.org>
12679
12680         Update FSF's address in GPL notices.
12681
12682 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12683
12684         * gnus.el (gnus-exit):
12685         * gnus-group.el (gnus-group-icons):
12686         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12687
12688         * gnus-nocem.el (gnus-nocem):
12689         * message.el (message-various, message-buffers, message-sending)
12690         (message-interface, message-forwarding, message-insertion)
12691         (message-headers, message-news, message-mail):
12692         * pgg-gpg.el (pgg-gpg):
12693         * pgg-parse.el (pgg-parse):
12694         * pgg-pgp.el (pgg-pgp):
12695         * pgg-pgp5.el (pgg-pgp5):
12696         * pop3.el (pop3): Finish `defgroup' description with period.
12697
12698 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-art.el (article-display-face): Improve the efficiency.
12701         (article-display-x-face): Ditto; remove grey x-face stuff.
12702
12703 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * gnus-art.el (article-display-face): Correct the position in
12706         which Faces are inserted.
12707
12708 2005-06-29  Didier Verna  <didier@xemacs.org>
12709
12710         * gnus-art.el (article-display-face): Display faces in correct
12711         order.
12712
12713 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12716         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12717         (gnus-nocem-check-article): Fetch the Type header.
12718         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12719         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12720         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12721         make sure gnus-nocem-hashtb is initialized.
12722         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12723         (gnus-nocem-unwanted-article-p): Ditto.
12724
12725         * pgg.el (pgg-verify): Return the verification result.
12726
12727 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12730         is ascii.
12731
12732 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12733
12734         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12735         `show-nonbreak-escape'.
12736
12737 2005-06-23  Lute Kamstra  <lute@gnu.org>
12738
12739         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12740
12741         * dig.el (dig-mode):
12742         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12743
12744 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12745
12746         * nnimap.el (nnimap-split-download-body): Fix spellings.
12747
12748 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12749
12750         * gnus-art.el (gnus-article-encrypt-body):
12751         * gnus-cus.el (gnus-score-customize):
12752         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12753         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12754
12755 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12756
12757         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12758         header by looking for magic "MII" at the beginnig.
12759
12760 2005-06-16  Miles Bader  <miles@gnu.org>
12761
12762         * gnus-xmas.el (gnus-xmas-group-startup-message):
12763         Use renamed gnus-splash face.
12764
12765         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12766         (assistant-field-face): New backward-compatibility alias for renamed
12767         face.
12768         (assistant-render-text): Use renamed assistant-field face.
12769
12770         * spam.el (spam): Remove "-face" suffix from face name.
12771         (spam-face): New backward-compatibility alias for renamed face.
12772         (spam-face, spam-initialize): Use renamed spam face.
12773
12774         * message.el (message-header-to, message-header-cc)
12775         (message-header-subject, message-header-newsgroups)
12776         (message-header-other, message-header-name)
12777         (message-header-xheader, message-separator, message-cited-text)
12778         (message-mml): Remove "-face" suffix from face names.
12779         (message-header-to-face, message-header-cc-face)
12780         (message-header-subject-face, message-header-newsgroups-face)
12781         (message-header-other-face, message-header-name-face)
12782         (message-header-xheader-face, message-separator-face)
12783         (message-cited-text-face, message-mml-face):
12784         New backward-compatibility aliases for renamed faces.
12785         (message-font-lock-keywords): Use renamed message faces.
12786
12787         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12788         (sieve-test-commands, sieve-tagged-arguments):
12789         Remove "-face" suffix from face names.
12790         (sieve-control-commands-face, sieve-action-commands-face)
12791         (sieve-test-commands-face, sieve-tagged-arguments-face):
12792         New backward-compatibility aliases for renamed faces.
12793         (sieve-control-commands-face, sieve-action-commands-face)
12794         (sieve-test-commands-face, sieve-tagged-arguments-face):
12795         Use renamed sieve faces.
12796
12797         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12798         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12799         (gnus-group-news-3-empty, gnus-group-news-4)
12800         (gnus-group-news-4-empty, gnus-group-news-5)
12801         (gnus-group-news-5-empty, gnus-group-news-6)
12802         (gnus-group-news-6-empty, gnus-group-news-low)
12803         (gnus-group-news-low-empty, gnus-group-mail-1)
12804         (gnus-group-mail-1-empty, gnus-group-mail-2)
12805         (gnus-group-mail-2-empty, gnus-group-mail-3)
12806         (gnus-group-mail-3-empty, gnus-group-mail-low)
12807         (gnus-group-mail-low-empty, gnus-summary-selected)
12808         (gnus-summary-cancelled, gnus-summary-high-ticked)
12809         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12810         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12811         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12812         (gnus-summary-low-undownloaded)
12813         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12814         (gnus-summary-low-unread, gnus-summary-normal-unread)
12815         (gnus-summary-high-read, gnus-summary-low-read)
12816         (gnus-summary-normal-read, gnus-splash):
12817         Remove "-face" suffix from face names.
12818         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12819         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12820         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12821         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12822         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12823         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12824         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12825         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12826         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12827         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12828         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12829         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12830         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12831         (gnus-summary-normal-ticked-face)
12832         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12833         (gnus-summary-normal-ancient-face)
12834         (gnus-summary-high-undownloaded-face)
12835         (gnus-summary-low-undownloaded-face)
12836         (gnus-summary-normal-undownloaded-face)
12837         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12838         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12839         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12840         (gnus-splash-face):
12841         New backward-compatibility aliases for renamed faces.
12842         (gnus-group-startup-message): Use renamed gnus faces.
12843
12844         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12845         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12846         (gnus-server-agent): Remove "-face" suffix from face names.
12847         (gnus-server-agent-face, gnus-server-opened-face)
12848         (gnus-server-closed-face, gnus-server-denied-face)
12849         (gnus-server-offline-face):
12850         New backward-compatibility aliases for renamed faces.
12851         (gnus-server-agent-face, gnus-server-opened-face)
12852         (gnus-server-closed-face, gnus-server-denied-face)
12853         (gnus-server-offline-face): Use renamed gnus faces.
12854
12855         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12856         Remove "-face" suffix from face names.
12857         (gnus-picon-xbm-face, gnus-picon-face):
12858         New backward-compatibility aliases for renamed faces.
12859
12860         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12861         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12862         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12863         (gnus-cite-11): Remove "-face" suffix from face names.
12864         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12865         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12866         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12867         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12868         New backward-compatibility aliases for renamed faces.
12869         (gnus-cite-attribution-face, gnus-cite-face-list)
12870         (gnus-article-boring-faces): Use renamed gnus faces.
12871
12872         * gnus-art.el (gnus-signature, gnus-header-from)
12873         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12874         (gnus-header-content): Remove "-face" suffix from face names.
12875         (gnus-signature-face, gnus-header-from-face)
12876         (gnus-header-subject-face, gnus-header-newsgroups-face)
12877         (gnus-header-name-face, gnus-header-content-face):
12878         New backward-compatibility aliases for renamed faces.
12879         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12880
12881         * gnus-sum.el (gnus-summary-selected-face)
12882         (gnus-summary-highlight): Use renamed gnus faces.
12883         * gnus-group.el (gnus-group-highlight): Likewise.
12884
12885 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12886
12887         * gnus-sieve.el (gnus-sieve-article-add-rule):
12888         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12889         * spam-stat.el (spam-stat-buffer-change-to-spam)
12890         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12891
12892         * message.el (message-is-yours-p):
12893         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12894
12895 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * mm-view.el (mm-inline-text): Withdraw the last change.
12898
12899 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12902         executing enriched-decode.
12903
12904 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12907         charset of tar files.
12908
12909 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12910
12911         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12912
12913 2005-06-04  Lute Kamstra  <lute@gnu.org>
12914
12915         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12916         information is never recorded.
12917
12918 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12919
12920         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12921
12922 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * pop3.el (pop3-apop): Run md5 in the binary mode.
12925
12926         * starttls.el (starttls-set-process-query-on-exit-flag):
12927         Use eval-and-compile.
12928
12929 2005-05-31  Simon Josefsson  <jas@extundo.com>
12930
12931         * smime.el (smime-replace-in-string): Define.
12932         (smime-cert-by-ldap-1): Use it.
12933
12934 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * gnus-art.el (article-display-x-face): Replace
12937         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12938
12939         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12940         set-process-query-on-exit-flag or process-kill-without-query.
12941
12942         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12943         loop instead of replace-regexp.
12944
12945         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12946         instead of process-kill-without-query if it is available.
12947
12948         * lpath.el: Fbind ldap-search-entries.
12949
12950         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12951         instead of find-file-hooks if it is available.
12952
12953         * mml1991.el: Bind pgg-default-user-id when compiling.
12954
12955         * mml2015.el: Bind pgg-default-user-id when compiling.
12956
12957         * nndraft.el (nndraft-request-associate-buffer):
12958         Use write-contents-functions instead of write-contents-hooks if it is
12959         available.
12960
12961         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12962         instead of find-file-hooks if it is available.
12963
12964         * nntp.el (nntp-open-connection): Replace
12965         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12966         (nntp-open-ssl-stream): Ditto.
12967         (nntp-open-tls-stream): Ditto.
12968
12969         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12970         set-process-query-on-exit-flag or process-kill-without-query.
12971         (starttls-open-stream-gnutls): Use it instead of
12972         process-kill-without-query.
12973         (starttls-open-stream): Ditto.
12974
12975 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12976
12977         * smime.el (smime-cert-by-ldap-1): Don't use
12978         replace-regexp-in-string.
12979
12980 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12981
12982         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12983
12984         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12985         in PEM format.  Adjust to the XEmacs compability.
12986
12987 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12990         by `string-to-number'.
12991         * gnus-agent.el (gnus-agent-regenerate-group)
12992         (gnus-agent-fetch-articles): Ditto.
12993         * gnus-art.el (gnus-button-fetch-group): Ditto.
12994         * gnus-cache.el (gnus-cache-generate-active)
12995         (gnus-cache-articles-in-group): Ditto.
12996         * gnus-group.el (gnus-group-set-current-level)
12997         (gnus-group-insert-group-line): Ditto.
12998         * gnus-score.el (gnus-score-set-expunge-below)
12999         (gnus-score-set-mark-below, gnus-summary-score-effect)
13000         (gnus-summary-score-entry): Ditto.
13001         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13002         (gnus-soup-pack): Ditto.
13003         * gnus-spec.el (gnus-xmas-format): Ditto.
13004         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13005         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13006         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13007         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13008         * nndb.el (nndb-get-remote-expire-response): Ditto.
13009         * nndiary.el (nndiary-parse-schedule-value)
13010         (nndiary-string-to-number, nndiary-request-replace-article)
13011         (nndiary-request-article): Ditto.
13012         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13013         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13014         * nneething.el (nneething-make-head): Ditto.
13015         * nnfolder.el (nnfolder-request-article)
13016         (nnfolder-retrieve-headers): Ditto.
13017         * nnheader.el (nnheader-file-to-number): Ditto.
13018         * nnkiboze.el (nnkiboze-request-article): Ditto.
13019         * nnmail.el (nnmail-process-unix-mail-format)
13020         (nnmail-process-babyl-mail-format): Ditto.
13021         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13022         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13023         (nnmh-request-create-group, nnmh-request-list-1)
13024         (nnmh-request-group, nnmh-request-article): Ditto.
13025         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13026         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13027         * nnsoup.el (nnsoup-make-active): Ditto.
13028         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13029         * nntp.el (nntp-find-group-and-number)
13030         (nntp-retrieve-headers-with-xover): Ditto.
13031         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13032         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13033         (pgg-format-key-identifier): Ditto.
13034         * pop3.el (pop3-last, pop3-stat): Ditto.
13035         * qp.el (quoted-printable-decode-region): Ditto.
13036
13037         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13038         of concat.
13039
13040 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13043
13044         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13045
13046         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13047
13048         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13049
13050         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13051
13052         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13053
13054         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13055         (gnus-carpal-mode): Ditto.
13056
13057         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13058         (gnus-browse-mode): Ditto.
13059
13060         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13061
13062         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13063
13064 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13065
13066         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13067
13068 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-util.el (gnus-run-mode-hooks): New function.
13071
13072         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13073
13074         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13075         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13076
13077 2005-05-27  Lute Kamstra  <lute@gnu.org>
13078
13079         * dns-mode.el (dns-mode): Specify customization group.
13080
13081 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13082
13083         * gnus-agent.el (gnus-agent-make-mode-line-string):
13084         Use mode-line-highlight as mouse-face.
13085
13086 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * canlock.el (canlock): Change the parent group to news.
13089
13090         * deuglify.el (gnus-outlook-deuglify): Add :group.
13091
13092         * dig.el (dig): Add :group.
13093
13094         * dns-mode.el (dns-mode): Add :group.
13095
13096         * encrypt.el (encrypt): Add :group.
13097
13098         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13099         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13100         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13101         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13102         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13103
13104         * gnus-diary.el (gnus-diary): Add :group.
13105
13106         * gnus.el (gnus-group-news-1-face): Add :group.
13107         (gnus-group-news-1-empty-face): Ditto.
13108         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13109         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13110         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13111         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13112         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13113         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13114         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13115         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13116         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13117         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13118         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13119         (gnus-summary-high-ticked-face): Ditto.
13120         (gnus-summary-low-ticked-face): Ditto.
13121         (gnus-summary-normal-ticked-face): Ditto.
13122         (gnus-summary-high-ancient-face): Ditto.
13123         (gnus-summary-low-ancient-face): Ditto.
13124         (gnus-summary-normal-ancient-face): Ditto.
13125         (gnus-summary-high-undownloaded-face): Ditto.
13126         (gnus-summary-low-undownloaded-face): Ditto.
13127         (gnus-summary-normal-undownloaded-face): Ditto.
13128         (gnus-summary-high-unread-face): Ditto.
13129         (gnus-summary-low-unread-face): Ditto.
13130         (gnus-summary-normal-unread-face): Ditto.
13131         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13132         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13133
13134         * hashcash.el (hashcash): New custom group.
13135         (hashcash-default-payment): Add :group.
13136         (hashcash-payment-alist): Ditto.
13137         (hashcash-default-accept-payment): Ditto.
13138         (hashcash-accept-resources): Ditto.
13139         (hashcash-path): Ditto.
13140         (hashcash-extra-generate-parameters): Ditto.
13141         (hashcash-double-spend-database): Ditto.
13142         (hashcash-in-news): Ditto.
13143
13144         * message.el (message-minibuffer-local-map): Add :group.
13145
13146         * netrc.el (netrc): Add :group.
13147
13148         * sieve-manage.el (sieve-manage-log): Add :group.
13149         (sieve-manage-default-user): Diito.
13150         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13151         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13152         (sieve-manage-authenticators): Ditto.
13153         (sieve-manage-authenticator-alist): Ditto.
13154         (sieve-manage-default-port): Ditto.
13155
13156         * sieve-mode.el (sieve-control-commands-face): Add :group.
13157         (sieve-action-commands-face): Ditto.
13158         (sieve-test-commands-face): Ditto.
13159         (sieve-tagged-arguments-face): Ditto.
13160
13161         * smime.el (smime): Add :group.
13162
13163         * spam-report.el (spam-report): Add :group.
13164
13165         * spam.el (spam, spam-face): Add :group.
13166
13167 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13168
13169         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13170         return \n.\n.\n at the end of articles.  Protect against that.
13171         (nntp-with-open-group): Allow debugging.
13172
13173         * nnheader.el (mail-header-set-extra): Make into a function
13174         because I just could't understand how to quote the list properly.
13175
13176         * dns.el (query-dns-cached): New function.
13177
13178 2005-05-26  Lute Kamstra  <lute@gnu.org>
13179
13180         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13181
13182 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13185
13186         * gnus-art.el: Don't autoload mail-extract-address-components.
13187
13188         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13189         eval-and-compile to evaluate it.
13190
13191         * hashcash.el: Don't autoload executable-find.
13192
13193         * nndb.el: Don't declare the nndb back end two or more times; don't
13194         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13195
13196         * nntp.el: Autoload format-spec instead of format; use
13197         eval-and-compile to evaluate autoload forms.
13198
13199 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13200
13201         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13202
13203 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13204
13205         * gnus.el (gnus-version-number): Bump version.
13206
13207 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13208
13209         * gnus.el: No Gnus v0.3 is released.
13210
13211 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13212
13213         * lpath.el (featurep): Bind show-nonbreak-escape.
13214
13215 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * gnus-art.el (gnus-article-edit-part): Disable undo.
13218
13219 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13222         gnus-article-date-lapsed-new-header is t if date timer is active;
13223         skip headers in which the original date value is empty.
13224         (gnus-article-save-original-date): Redefine it as a macro.
13225         (gnus-display-mime): Use it.
13226
13227 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * gnus-art.el (article-date-ut): Support converting date in
13230         forwarded parts as well.
13231         (gnus-article-save-original-date): New function.
13232         (gnus-display-mime): Use it.
13233
13234 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13235
13236         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13237         enclosure element of <item>.
13238
13239 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * message.el (message-kill-buffer-query): Renamed from
13242         `message-kill-buffer-query-if-modified'.  Added :version.
13243
13244 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13247         window layout.
13248
13249 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * mml.el: Autoload dnd when compiling.
13252
13253 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13256         x-dnd-*.
13257
13258 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * qp.el (quoted-printable-encode-region): Save excursion.
13261
13262 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13263
13264         * message.el (message-kill-buffer-query-if-modified): Add new variable
13265         so the user can kill a modified message buffer quickly.
13266         (message-kill-buffer): Use it.
13267
13268 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * lpath.el: Fbind display-time-event-handler; don't fbind
13271         string-to-multibyte.
13272
13273         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13274
13275 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13278         contained in text because xml.el decodes entities) with LFs.
13279
13280 2005-04-11  Lute Kamstra  <lute@gnu.org>
13281
13282         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13283         differently.
13284
13285 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13286
13287         * mm-util.el (mm-detect-coding-region): Typo.
13288
13289 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13292
13293 2005-04-06  Deepak Goel  <deego@gnufans.org>
13294
13295         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13296         user-function allow user modifications of the scores.
13297         (spam-stat-score-buffer-user): New function, to allow
13298         user-computed modifications to the score.
13299         (spam-stat-score-buffer-user-functions): List of additional
13300         scoring functions.
13301         (spam-stat-error-holder): Global temporary error holder.
13302         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13303         variable.
13304
13305 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13306
13307         * gnus-registry.el (gnus-registry-clean-empty-function)
13308         (gnus-registry-trim, gnus-registry-fetch-groups)
13309         (gnus-registry-delete-group): Groups that match
13310         `gnus-registry-ignored-groups' are removed from the registry
13311         entries, not just ignored for splitting.  This helps clean up the
13312         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13313         to get all the groups a message ID is in.
13314
13315         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13316         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13317         (spam-stat-score-buffer-user-functions): Add :number custom type.
13318
13319 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13322         argument in XEmacs.
13323
13324         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13325         (nnrss-request-group): Decode group name first.
13326         (nnrss-request-article): Make a text/plain article if mml-to-mime
13327         failed.
13328         (nnrss-get-encoding): Return a compatible encoding according to
13329         nnrss-compatible-encoding-alist.
13330         (nnrss-find-el): Use consp instead of listp.
13331         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13332
13333 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13336         which Emacs 20 doesn't support.
13337         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13338
13339 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13342         silence the byte compiler inside the defun.
13343
13344         * gnus-demon.el (parse-time-string): Add autoload.
13345
13346         * gnus-delay.el (parse-time-string): Add autoload.
13347
13348         * gnus-art.el (parse-time-string): Add autoload.
13349
13350         * nnultimate.el (parse-time): Require for `parse-time-string'.
13351
13352 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13353
13354         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13355
13356         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13357
13358         * smime.el (smime-ldap-host-list): Add :version.
13359
13360 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13361
13362         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13363         pass it to `gnus-browse-read-group'.
13364         (gnus-browse-read-group): Add NUMBER argument and pass it to
13365         `gnus-group-read-ephemeral-group'.
13366
13367         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13368         argument and pass it to `gnus-group-read-group'.
13369
13370 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13371
13372         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13373         mm-xemacs-find-mime-charset-1 if we have the mule feature
13374         available at runtime.
13375
13376 2005-03-25  Werner Lemberg  <wl@gnu.org>
13377
13378         * nnmaildir.el: Replace `illegal' with `invalid'.
13379
13380 2005-03-23  Lute Kamstra  <lute@gnu.org>
13381
13382         * time-date.el: Add comment on time value formats.
13383         Don't require parse-time.
13384         (with-decoded-time-value): New macro.
13385         (encode-time-value): New function.
13386         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13387         (days-to-time): Return a valid time value when arg is huge.
13388         (time-since): Use time-subtract.
13389         (time-to-number-of-days): Use time-to-seconds.
13390
13391 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13392
13393         * gnus-start.el (gnus-display-time-event-handler):
13394         Check display-time-timer at runtime rather than only at load time
13395         in case display-time-mode is turned off in the mean time.
13396
13397 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13400         used.
13401
13402         * nneething.el (nneething-map-file-directory): Derive from
13403         `gnus-directory'.
13404
13405         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13406         the To/Cc button.
13407
13408 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * nnmaildir.el (nnmaildir-request-accept-article):
13411         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13412
13413 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13414
13415         * gnus-async.el: Require timer-funcs at compile time when in
13416         XEmacs for `run-with-idle-timer'.
13417
13418 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13419
13420         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13421         autoloaded function.
13422
13423 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13424
13425         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13426
13427 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13428
13429         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13430
13431 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13432
13433         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13434         gnus-expert-user to default.
13435
13436 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13437
13438         * nnimap.el (nnimap-open-server): Ditto.
13439
13440         * imap.el (imap-authenticate): Fix typo.
13441
13442 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13443
13444         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13445         buffer (since IMAP server might return FETCH response out of
13446         order, and the nntp buffer must be sorted).
13447
13448 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13449
13450         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13451         comparison on string.
13452
13453         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13454         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13455         (gnus-agent-summary-fetch-series): Modified to protect against
13456         gnus-agent-summary-fetch-group clearing processable flags.
13457         (gnus-agent-synchronize-group-flags): Update live group buffer as
13458         synchronization may occur due to the user toggle the plugged
13459         status.
13460         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13461         successfully downloaded.
13462         (gnus-agent-expire-group-1): Avoid using markers when the overview
13463         is in ascending order; greatly improves performance.
13464         (gnus-agent-regenerate-group): Use
13465         gnus-agent-synchronize-group-flags to reset read status in both
13466         gnus and server.
13467         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13468
13469 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13470
13471         * message.el: Don't autoload former message-utils variables.
13472         (message-strip-subject-trailing-was): Change doc string.
13473
13474         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13475         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13476         (nnweb-google-search): Add "hl=en" here.
13477         (nnweb-google-parse-1, nnweb-google-create-mapping):
13478         Don't hardcode URL.
13479
13480 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * message.el (message-get-reply-headers, message-followup):
13483         Mention related variables `message-use-followup-to' and
13484         `message-use-mail-followup-to', in the information buffer.
13485
13486         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13487         of broken groups(-beta).google.com.
13488
13489 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13490
13491         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13492         parameter to invoked gnus-request-move-article; remove the
13493         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13494         all at once instead of once per article.
13495         (gnus-summary-remove-process-mark): Accept a list of articles as
13496         well as a single article for processing.
13497
13498         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13499         parameter.
13500
13501         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13502
13503         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13504
13505         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13506         parameter.
13507
13508         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13509         parameter.
13510
13511         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13512         parameter and remove the gnus-sum-hint-move-is-internal variable.
13513
13514         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13515         parameter.
13516
13517         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13518         parameter.
13519
13520         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13521         parameter.
13522
13523         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13524
13525         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13526         parameter.
13527
13528         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13529         parameter.
13530
13531 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13532
13533         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13534         a more conservative way.
13535
13536 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13537
13538         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13539         buffer, so it moves the window's cursor.
13540
13541 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13542
13543         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13544         `mm-dissect-multipart' and receive the from field as an (optional)
13545         argument from `mm-dissect-multipart'.
13546         (mm-dissect-multipart): Receive the from field as an argument and
13547         pass it on when we call `mm-dissect-buffer' on MIME parts.
13548         Fixes verification/decryption of signed/encrypted MIME parts.
13549
13550 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13551
13552         * gnus-sum.el (gnus-summary-move-article): Set
13553         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13554         whatever it calls (right now, only nnimap-request-move article
13555         respects it).
13556
13557         * nnimap.el (nnimap-request-move-article): When
13558         gnus-sum-hint-move-is-internal is set, don't do the extra
13559         nnimap-request-article.
13560
13561 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13564
13565         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13566         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13567
13568         * gnus-sum.el (gnus-summary-caesar-message):
13569         Apply `gnus-treat-article' after rotation.
13570
13571         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13572         doc string.
13573
13574 2005-02-22  Simon Josefsson  <jas@extundo.com>
13575
13576         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13577         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13578         <arne@arnested.dk>.
13579         (encrypt): Add password-cache and password-cache-expiry as group
13580         members.
13581
13582 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13583
13584         * smime.el (smime-ldap-host-list): Doc fix.
13585         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13586         cache) password.
13587         (smime-sign-region): Use it.
13588         (smime-decrypt-region): Use it.
13589         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13590         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13591         fails.
13592         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13593         certificate from DER to PEM format rather than calling openssl.
13594
13595         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13596
13597         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13598         for signing/encryption.
13599
13600         * mml.el (mml-parse-1): Use them.
13601
13602 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13603
13604         * nnrss.el (nnrss-verbose): Removed.
13605         (nnrss-request-group): Use `nnheader-message' instead.
13606
13607 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13608
13609         * nnrss.el (nnrss-verbose): New variable.
13610         (nnrss-request-group): Make it say nnrss is requesting a group.
13611
13612 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13615         Handle news URL with given port correctly.
13616
13617 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13620         containing special characters.
13621
13622         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13623
13624         * mml.el (mime-to-mml): Ditto.
13625
13626         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13627         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13628         (rfc2047-decode-region): Quote decoded words containing special
13629         characters when rfc2047-quote-decoded-words-containing-tspecials
13630         is non-nil.
13631
13632 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13633
13634         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13635
13636         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13637
13638 2005-02-15  Simon Josefsson  <jas@extundo.com>
13639
13640         * nnimap.el (nnimap-debug): Doc fix.
13641
13642         * imap.el (imap-debug): Doc fix.
13643
13644 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13647
13648 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13649
13650         * gnus.el (spam-contents): Improve docs for spam-contents
13651         parameter in its variable incarnation.
13652
13653 2005-02-14  Simon Josefsson  <jas@extundo.com>
13654
13655         * smime-ldap.el: Use require instead of load-library for ldap.
13656         (smime-ldap-search): Indent.
13657         (smime-ldap-search-internal): Shorten line.
13658
13659         * smime.el (smime-cert-by-dns): Add doc-string.
13660         (smime-cert-by-ldap-1): Indent.
13661
13662         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13663         mml-smime-get-dns-ldap.
13664         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13665
13666 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13667
13668         * smime.el: Require smime-ldap.
13669         (smime-ldap-host-list): New variable.
13670         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13671
13672         * mml-smime.el (mml-smime-encrypt-query): New function.
13673         (mml-smime-encrypt-query): Use it.
13674
13675         * smime-ldap.el: New file.
13676
13677 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13680
13681 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13684         argument in doc string.  Make query for type more clear.
13685
13686 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13687
13688         * gnus.el (gnus-group-startup-message): Search for gnus images in
13689         etc/images/gnus.
13690         * mm-util.el (mm-image-load-path): Likewise.
13691         * smiley.el (smiley-data-directory): Search for smilies in
13692         etc/images/smilies.
13693
13694 2005-02-09  Kim F. Storm  <storm@cua.dk>
13695
13696         Change Emacs release version from 21.4 to 22.1 throughout.
13697         Change Emacs development version from 21.3.50 to 22.0.50.
13698
13699 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13702
13703         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13704         non-Mule XEmacs as well.
13705         (mm-decompress-buffer): Signal an error intentionally if it does
13706         not decompress compressed data because auto-compression-mode is
13707         disabled.
13708
13709 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13710
13711         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13712         an ID in the registry even if it has no groups.
13713
13714 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13717         merge it into mm-decompress-buffer.
13718         (gnus-mime-copy-part): Use the MIME part charset, the value which
13719         a user specified or gnus-newsgroup-charset for decoding, like
13720         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13721         save-buffer what was used.  Suggested by Kevin Ryde
13722         <user42@zip.com.au>.
13723         (gnus-mime-inline-part): Allow the name parameter as well as the
13724         filename parameter; force decompressing of compressed data; always
13725         display contents being not decoded as unibyte.
13726
13727         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13728         as well as the filename parameter.
13729
13730         * mm-util.el (mm-decompress-buffer): Merge
13731         gnus-mime-jka-compr-maybe-uncompress.
13732         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13733         of compressed data.
13734
13735 2005-02-08  Simon Josefsson  <jas@extundo.com>
13736
13737         * imap.el (imap-log): Doc fix.
13738
13739 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13742         the coding cookies; decompress compressed parts.
13743
13744         * mml.el (mml-generate-mime-1): Add the charset parameter according
13745         to the value which a user specified manually or the coding cookie.
13746
13747         * mm-util.el (mm-string-to-multibyte): New function.
13748         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13749         (mm-coding-system-to-mime-charset): New function.
13750         (mm-decompress-buffer): New function.
13751         (mm-find-buffer-file-coding-system): New function.
13752
13753         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13754         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13755         parts.
13756
13757 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13758
13759         * mm-view.el (mm-display-inline-fontify): Decode a part according
13760         to the charset parameter.
13761
13762 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13765         prefix arg is neither nil nor a number, as info specifies.
13766
13767 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13770         timestamps.
13771
13772 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13773
13774         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13775         groups error checking and notify user.
13776
13777 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13778
13779         * message.el (message-send-mail-function): Check existence of
13780         sendmail-program first before using default value
13781         `message-send-mail-with-sendmail'.  Otherwise use more generic
13782         `smtpmail-send-it'.
13783
13784 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * nntp.el (nntp-request-update-info): Always return nil.
13787
13788 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13789
13790         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13791
13792 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13793
13794         * message.el (message-beginning-of-line): Change the behavior when
13795         invoked between BOL and : so that it first moves backward.
13796
13797 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13800         article buffer when editing of the article is discarded.
13801         (gnus-article-prepare): Revert.
13802
13803 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * gnus-art.el (gnus-article-prepare):
13806         Remove message-strip-forbidden-properties from the local hook.
13807
13808 2005-01-27  Simon Josefsson  <jas@extundo.com>
13809
13810         * password.el (password-cache-add): Only start one timer per key.
13811         Reported by Derek Atkins <warlord@MIT.EDU>.
13812
13813 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13814
13815         * run-at-time.el: Removed.  It is no longer needed as
13816         timer-funcs.el in the xemacs-base package has a working version of
13817         `run-at-time'.
13818
13819         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13820
13821         * password.el: Require timer-funcs instead of run-at-time in
13822         XEmacs.
13823         Remove `password-run-at-time' macro.
13824         (password-cache-add): Use `run-at-time' instead of
13825         `password-run-at-time'.
13826
13827         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13828         Remove `nnheader-cancel-function-timers' alias,
13829         `cancel-function-timers' exists in XEmacs in timer-funcs.
13830
13831         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13832         for `run-with-idle-timer'.
13833
13834         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13835         for `run-at-time'.
13836
13837         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13838         for `with-timeout'.
13839
13840         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13841         the same as for XEmacs 21.4.
13842         No need to ignore `run-with-idle-timer', this function exists in
13843         XEmacs now in timer-funcs.el in the xemacs-base package.
13844         (dgnushack-compile): No need to delete
13845         run-at-time.el from the list of files to compile because it
13846         doesn't exist anymore.
13847
13848 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13851         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13852
13853 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13854
13855         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13856         sensitively.
13857
13858 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13859
13860         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13861
13862 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13865         which will be inserted according to the multibyteness of a buffer
13866         rather than the type of contents.  Suggested by ARISAWA Akihiro
13867         <ari@mbf.ocn.ne.jp>.
13868
13869         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13870         of string which old xml.el may return rather than a string.
13871
13872 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13875
13876 2005-01-16  Simon Josefsson  <jas@extundo.com>
13877
13878         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13879         idn/idna.el isn't available.
13880         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13881         <michael@waxrat.com>.
13882
13883         * hashcash.el: Remove non-FSF copyright header.
13884
13885         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13886         (hashcash-generate-payment): Use it.
13887         (hashcash-generate-payment-async): Use it.
13888
13889 2005-01-15  Simon Josefsson  <jas@extundo.com>
13890
13891         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13892         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13893
13894         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13895         gnus-summary-idna-message.
13896         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13897         (gnus-summary-idna-message): New function.
13898
13899 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13902         gnus-novice-user.
13903
13904 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * nnrss.el (nnrss-request-delete-group): Delete entries in
13907         nnrss-group-alist as well.
13908         (nnrss-save-server-data): Insert newline.
13909
13910 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * gnus.el (gnus-user-agent): Use list of symbols instead of
13913         symbols.  Display full version number for (S)XEmacs.  Optionally
13914         display (S)XEmacs codename.
13915
13916         * gnus-util.el (gnus-emacs-version): Update for new
13917         `gnus-user-agent'.
13918
13919         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13920         Gnus version.
13921
13922 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13923
13924         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13925         which is unreadable in some setups.
13926
13927 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * gnus-spec.el (gnus-update-format-specifications): Flush the
13930         group format spec cache if it doesn't support decoded group names.
13931
13932 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13933
13934         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13935         Allow to apply decay on score files matching a regexp.
13936
13937 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13940         compatibility in %g and %c.
13941
13942 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13945         name for only %g and %c.
13946         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13947         of gnus-tmp-group to decoded group name.
13948         (gnus-group-make-rss-group): Exclude `/'s from group names.
13949
13950 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * nnrss.el (nnrss-get-encoding): Fix regexp.
13953
13954 2004-12-27  Simon Josefsson  <jas@extundo.com>
13955
13956         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13957         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13958         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13959
13960 2004-12-17  Kim F. Storm  <storm@cua.dk>
13961
13962         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13963
13964         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13965
13966 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13967
13968         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13969
13970 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * nnrss.el: Require rfc2047 and mml.
13973         (nnrss-file-coding-system): New variable.
13974         (nnrss-format-string): Redefine it as an inline function.
13975         (nnrss-decode-group-name): New function.
13976         (nnrss-string-as-multibyte): Remove.
13977         (nnrss-retrieve-headers): Decode group name; don't use
13978         nnrss-format-string.
13979         (nnrss-request-group): Decode group name.
13980         (nnrss-request-article): Decode group name; allow a Message-ID as
13981         well as an article number; don't use nnrss-format-string; encode a
13982         Message-ID string which may contain non-ASCII characters; use
13983         mml-to-mime to compose a MIME article.
13984         (nnrss-request-expire-articles): Decode group name.
13985         (nnrss-request-delete-group): Decode group name.
13986         (nnrss-fetch): Clarify error message.
13987         (nnrss-read-server-data): Use insert-file-contents instead of load;
13988         bind file-name-coding-system; use multibyte buffer.
13989         (nnrss-save-server-data): Bind coding-system-for-write to the
13990         value of nnrss-file-coding-system; bind file-name-coding-system;
13991         add coding cookie.
13992         (nnrss-read-group-data): Use insert-file-contents instead of load;
13993         bind file-name-coding-system; use multibyte buffer.
13994         (nnrss-save-group-data): Bind coding-system-for-write to the
13995         value of nnrss-file-coding-system; bind file-name-coding-system.
13996         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13997         make it work with non-ASCII text.
13998         (nnrss-find-el): Make it work with old xml.el as well.
13999
14000 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14001
14002         * nnrss.el (nnrss-get-encoding): New function.
14003         (nnrss-fetch): Use unibyte buffer initially; bind
14004         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14005         decode contents according to the encoding attribute.
14006         (nnrss-save-group-data): Add coding cookie.
14007         (nnrss-mime-encode-string): New function.
14008         (nnrss-check-group): Use it to encode subject and author.
14009
14010 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14011
14012         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14013         imaginary variable.
14014
14015 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14018         correctly even if there are wide characters.
14019
14020 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14021
14022         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14023         downcased symbol names; make a new cache instead of reusing
14024         bbdb-hashtable.
14025
14026 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14029         concatenating segments rather than before concatenating them.
14030         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14031
14032         * message.el (message-get-reply-headers): Bind `extra'.
14033
14034 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14035
14036         * message.el (message-extra-wide-headers): New variable.
14037         (message-get-reply-headers): Use it.
14038
14039 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14042         (gnus-agent-group-pathname): Ditto.
14043
14044         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14045
14046         * gnus-group.el (gnus-group-make-group): Decode group name.
14047         (gnus-group-make-rss-group): Register the group data after opening
14048         the nnrss group.
14049
14050 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14051
14052         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14053         by expiry now get marked as read.
14054
14055 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14058
14059 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14060
14061         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14062         unify Latin characters in XEmacs.
14063         (mm-find-mime-charset-region): Use it.
14064
14065 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * gnus-util.el (gnus-delete-directory): New function.
14068
14069         * gnus-agent.el (gnus-agent-delete-group): Use it.
14070
14071         * gnus-cache.el (gnus-cache-delete-group): Use it.
14072
14073 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14076         names.
14077
14078 2004-12-16  Simon Josefsson  <jas@extundo.com>
14079
14080         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14081
14082 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14085
14086         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14087         (gnus-group-set-current-level): Decode group name.
14088
14089 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14090
14091         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14092         failed.
14093
14094 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-group.el (gnus-group-delete-group): Decode group name.
14097         (gnus-group-make-rss-group): Encode group name.
14098         (gnus-group-catchup-current): Decode group name.
14099         (gnus-group-kill-group): Decode group name.
14100
14101 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14102
14103         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14104
14105 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * gnus-group.el (gnus-group-make-rss-group):
14108         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14109
14110         * gnus-start.el (gnus-setup-news): Honor user's setting to
14111         gnus-message-archive-method.  Suggested by Lute Kamstra
14112         <lute@gnu.org>.
14113
14114 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14115
14116         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14117         global counterparts of the buffer-local variables.
14118
14119 2004-11-16  Romain Francoise  <romain@orebokech.com>
14120
14121         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14122         counterparts of the buffer-local variables.
14123
14124 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * message.el (message-forbidden-properties): Fixed typo in doc
14127         string.
14128
14129 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14130
14131         * gnus-util.el (gnus-replace-in-string): Added doc string.
14132
14133         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14134         to avoid problems when splitting mails with many recipients.
14135
14136 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14137
14138         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14139         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14140
14141 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14142
14143         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14144         if there is no hashtable in memory or file modification time is
14145         newer than cached timestamp.
14146
14147 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14150         not-matching option.
14151
14152 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14153
14154         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14155         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14156         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14157         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14158         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14159         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14160
14161 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * message.el (message-forward-make-body-mml): Remove headers
14164         according to message-forward-ignored-headers if a message is decoded.
14165
14166 2004-12-02  Romain Francoise  <romain@orebokech.com>
14167
14168         * message.el (message-forward-make-body-plain): Always remove
14169         headers according to message-forward-ignored-headers.
14170
14171 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14172
14173         * spam.el (spam-summary-prepare-exit): Remove the
14174         gnus-summary-limit pop for now, it has problems with ham marks for
14175         me.
14176
14177 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14178
14179         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14180         correctly.
14181
14182 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14183
14184         * format-spec.el (format-spec): Message the char.
14185
14186 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14187
14188         * gnus-art.el (gnus-split-methods): Reformat comments.
14189
14190         * spam.el (spam-summary-prepare-exit): Remove article limits
14191         before exiting the summary buffer.
14192
14193 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14196         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14197
14198         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14199         order to silence the byte compiler.
14200
14201         * spam.el: Fix the way to silence the byte compiler, which
14202         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14203         bbdb-search-simple, spam-BBDB-register-routine,
14204         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14205         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14206         spam-stat-buffer-is-spam, spam-stat-load,
14207         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14208         spam-stat-save and spam-stat-split-fancy.
14209
14210 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14213         which may confuse users.
14214         (canlock-password-for-verify): Ditto.
14215
14216         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14217
14218         * gnus-art.el (gnus-emphasis-alist): Ditto.
14219
14220         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14221
14222         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14223
14224         * gnus-start.el (gnus-save-killed-list): Ditto.
14225
14226         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14227         (gnus-sum-thread-tree-root): Ditto.
14228         (gnus-sum-thread-tree-false-root): Ditto.
14229         (gnus-sum-thread-tree-single-indent): Ditto.
14230
14231         * message.el (message-courtesy-message): Ditto.
14232         (message-archive-note): Ditto.
14233         (message-subscribed-address-file): Ditto.
14234         (message-user-fqdn): Ditto.
14235
14236         * spam-report.el (spam-report-gmane-regex): Ditto.
14237
14238         * spam.el (spam-blackhole-good-server-regex): Ditto.
14239
14240 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * mml.el (mml-preview): Widen the message buffer before copying
14243         the contents to the preview buffer; sort headers before previewing.
14244
14245         * message.el (message-hidden-headers): Fix the way to avoid a bug
14246         in the `repeat' widget in Emacs 21.3 or earlier.
14247
14248 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * message.el (message-hidden-headers): Default to "^References:".
14251         Improve customization type.  Suggested by Reiner Steib
14252         <Reiner.Steib@gmx.de>.
14253
14254 2004-11-25  Romain Francoise  <romain@orebokech.com>
14255
14256         * message.el (message-strip-forbidden-properties): Remove check for
14257         obsolete `message-hidden' text property, hidden headers are not
14258         accessible in the buffer anymore.
14259
14260 2004-11-22  Romain Francoise  <romain@orebokech.com>
14261
14262         * message.el (message-header-format-alist): Add `From' in list
14263         so that it can be sorted.
14264         (message-fix-before-sending): Widen and sort headers before
14265         sending.
14266         (message-hide-headers): Use narrowing to hide headers by moving
14267         them to the top of the buffer and narrowing to the region
14268         underneath.
14269
14270 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14271
14272         * message.el (message-strip-forbidden-properties): Bind
14273         buffer-read-only (etc) to nil.
14274
14275 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14278         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14279
14280 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14281
14282         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14283
14284 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14285
14286         * dns.el (query-dns): Use sit-for to time instead of
14287         accept-process-output, since that doesn't seem to work on udp
14288         sockets.
14289
14290 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14293
14294 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14295
14296         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14297         doc string.  Improve doc string.
14298
14299 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * nntp.el (nntp-request-update-info): Return nil if
14302         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14303         may not call gnus-activate-group which uselessly issues the GROUP
14304         commands for all nntp groups and wastes time.  Reported by Romain
14305         Francoise <romain@orebokech.com>.
14306
14307         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14308
14309 2004-11-15  Simon Josefsson  <jas@extundo.com>
14310
14311         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14312         headers separately.
14313         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14314         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14315
14316 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14317
14318         * gnus-start.el (gnus-convert-old-newsrc):
14319         Assign legacy-gnus-agent to 5.10.7.
14320
14321 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14322
14323         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14324         start of the lines.
14325
14326 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14327
14328         * hashcash.el (hashcash-default-payment): Change default to 20.
14329         (hashcash-default-accept-payment): Change default to 20.
14330         (hashcash-process-alist): New variable.
14331         (hashcash-generate-payment-async): Add.
14332         (hashcash-already-paid-p): Add.
14333         (hashcash-insert-payment): Don't generate payments twice.
14334         (hashcash-insert-payment-async): Add.
14335         (hashcash-insert-payment-async-2): Add.
14336         (hashcash-cancel-async): Add.
14337         (hashcash-wait-async): Add.
14338         (hashcash-processes-running-p): Add.
14339         (hashcash-wait-or-cancel): Add.
14340         (mail-add-payment): New optional argument.  Conditionally start
14341         asynchronous calculation.
14342         (mail-add-payment-async): Add.
14343
14344         * message.el (message-send-mail): Wait for asynchronous hashcash
14345         results.  Don't clobber existing X-Hashcash headers.
14346         (message-setup-1): Call mail-add-payment-async when
14347         message-generate-hashcash is non-nil.
14348
14349 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14350
14351         * message.el (message-use-alternative-email-as-from): Examine the
14352         From header as well; use message-make-from in order to include a
14353         user's full name.
14354
14355 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14358         default; improve customization type.
14359         (gnus-emphasis-custom-with-format): New macro.
14360         (gnus-emphasis-custom-value-to-external): New function.
14361         (gnus-emphasis-custom-value-to-internal): New function.
14362
14363 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14364
14365         * dns.el (query-dns): Resolve reverse addresses.
14366
14367 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14368
14369         * gnus-group.el (gnus-group-get-new-news): Use it.
14370
14371         * gnus-start.el (gnus-check-reasonable-setup): New function.
14372
14373 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14376         "Args out of range" error.  Reported by Arnaud Giersch
14377         <arnaud.giersch@free.fr>.
14378
14379 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14380
14381         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14382
14383 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14384
14385         * spam.el (spam group): Add :version.
14386
14387         * pgg-def.el (pgg group): Add :version.
14388
14389 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-art.el (gnus-article-edit-article): Don't associate the
14392         article buffer with a draft file.  This is a temporary measure
14393         against the 2004-08-22 change to gnus-article-edit-mode.
14394
14395 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14398         (html2text-format-tags): Remove unused variable `attr'.
14399
14400 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14403
14404         * tls.el (tls-process-connection-type, tls-success)
14405         (tls-certtool-program): Add :version.
14406
14407         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14408         (starttls-extra-arguments, starttls-process-connection-type)
14409         (starttls-connect, starttls-failure, starttls-success): Add :version.
14410
14411         * spam-stat.el (spam-stat): Add :version.
14412
14413         * sieve.el (sieve): Add :version.
14414
14415         * sha1.el (sha1): Add :version.
14416         (sha1-use-external): Remove redundant version.
14417
14418         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14419         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14420         (nnmail-split-fancy-match-partial-words)
14421         (nnmail-split-lowercase-expanded): Add :version.
14422
14423         * nndiary.el (nndiary): Add :version.
14424
14425         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14426
14427         * mml-sec.el (mml-default-sign-method)
14428         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14429         Add :version.
14430
14431         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14432
14433         * mm-url.el (mm-url-use-external, mm-url-program)
14434         (mm-url-arguments): Add :version.
14435
14436         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14437         (mm-attachment-file-modes, mm-decrypt-option)
14438         (mm-w3m-safe-url-regexp): Add :version.
14439
14440         * message.el (message-cite-prefix-regexp)
14441         (message-sendmail-envelope-from, message-minibuffer-local-map)
14442         (message-user-fqdn, message-completion-alist): Add :version.
14443
14444         * gnus-win.el (gnus-configure-windows-hook)
14445         (gnus-use-frames-on-any-display): Add :version.
14446
14447         * gnus-art.el (gnus-article-address-banner-alist)
14448         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14449         (gnus-treat-from-picon, gnus-treat-mail-picon)
14450         (gnus-treat-x-pgp-sig): Add :version.
14451
14452         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14453         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14454         (gnus-summary-article-delete-hook)
14455         (gnus-summary-display-while-building): Add :version.
14456
14457         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14458         (gnus-get-top-new-news-hook): Add :version.
14459
14460         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14461         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14462
14463         * gnus-registry.el (gnus-registry): Add :version.
14464
14465         * gnus-spec.el (gnus-use-correct-string-widths)
14466         (gnus-make-format-preserve-properties): Add :version.
14467
14468         * gnus.el (gnus-group-charter-alist)
14469         (gnus-group-fetch-control-use-browse-url)
14470         (gnus-install-group-spam-parameters): Add :version.
14471
14472         * gnus-diary.el (gnus-diary): Add :version.
14473
14474         * gnus-delay.el (gnus-delay): Add :version.
14475
14476         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14477         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14478         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14479         Add :version.
14480
14481         * gnus-agent.el (gnus-agent-max-fetch-size)
14482         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14483         (gnus-agent-prompt-send-queue): Add :version.
14484
14485         * deuglify.el (gnus-outlook-deuglify): Add :version.
14486
14487         * html2text.el: Beautify code.  Improve doc strings.  Some
14488         checkdoc cleanup.
14489         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14490
14491 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14492
14493         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14494
14495 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14496
14497         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14498         when package is loaded.
14499
14500         * spam.el (spam-summary-score-preferred-header): Add global preference
14501         for people who want to override the default SpamAssassin over
14502         Bogofilter preference (when both are set).
14503         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14504         (spam-user-format-function-S): Check
14505         spam-summary-score-preferred-header.
14506         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14507         (spam-user-format-function-S): Format the score correctly.
14508
14509 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14512         signature file.  Suggested by Manoj Srivastava
14513         <srivasta@golden-gryphon.com>.
14514
14515         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14516         iso-2022-jp even in the Japanese language environment.
14517         Suggested by Jason Rumney <jasonr@gnu.org>.
14518
14519 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14522         use the same characters as the dummy marks; make it free from
14523         getting affected by the language environment.
14524         (gnus-summary-read-group-1): Update mark positions only when the
14525         format spec is updated.
14526
14527         * gnus-spec.el (gnus-update-format-specifications): Return a list
14528         of updated types.
14529
14530 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14533         of boundp to check if display-warning is available.
14534
14535 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14536
14537         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14538
14539 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * nnspool.el (nnspool-spool-directory): Use news-path if the
14542         news-directory variable is not bound.
14543
14544         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14545         function instead of display-warning if it is not available.
14546
14547 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14548
14549         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14550         v5-10: Use `point-at-bol'.
14551
14552 2004-10-26  Simon Josefsson  <jas@extundo.com>
14553
14554         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14555         <chenggao@gmail.com>.
14556
14557 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14560         instead.
14561
14562 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14563
14564         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14565         to remove a server from the nnimap-server-buffer-alist.
14566         (nnimap-open-connection, nnimap-close-server): Use it.
14567
14568         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14569
14570 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14573         running the major-mode function.
14574
14575 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14578         dummy marks in the right way.
14579
14580 2004-10-18  David Edmondson  <dme@dme.org>
14581
14582         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14583         excessively.
14584
14585 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14586
14587         * gnus-util.el (gnus-split-references): Accept a nil references
14588         string and go on blissfully.
14589
14590         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14591         cases where the references string is non-nil but has no references.
14592
14593         * encrypt.el: Add autoload tags.
14594
14595         * spam.el (spam-resolve-registrations-routine): Remove article
14596         from unregistration list too.  Reported by David Hanak
14597         <dhanak@isis.vanderbilt.edu>
14598
14599 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14600
14601         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14602         nil.  Changed custom type.
14603
14604 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14605
14606         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14607
14608         * gnus-sum.el (gnus-summary-move-article): Use it.
14609
14610 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14611
14612         * encrypt.el: Add autoload cookies.
14613
14614         * spam.el (spam-backend-article-list-property)
14615         (spam-backend-get-article-todo-list)
14616         (spam-backend-put-article-todo-list)
14617         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14618         Resolve registrations separately.
14619         (spam-register-routine): Format comments.
14620         (spam-unregister-routine, spam-register-routine): Always call with
14621         specific-articles, no default list.
14622         (spam-summary-prepare-exit): Use the spam-classifications function.
14623
14624         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14625         gnus-encrypt.el.
14626
14627         * encrypt.el: Copied from gnus-encrypt.el.
14628
14629         * gnus-encrypt.el: Commented that it's obsolete.
14630
14631 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14632
14633         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14634         (gnus-score-save): Use it.
14635
14636         * message.el (message-bury): Use `window-dedicated-p'.
14637
14638 2004-10-15  Simon Josefsson  <jas@extundo.com>
14639
14640         * pop3.el (top-level): Don't require nnheader.
14641         (pop3-read-timeout): Add.
14642         (pop3-accept-process-output): Add.
14643         (pop3-read-response, pop3-retr): Use it.
14644
14645 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14646
14647         * spam.el (spam-register-routine): Move comment.
14648         (spam-verify-bogofilter): Use 'unknown for the initial
14649         spam-bogofilter-valid state, not 'never.
14650
14651         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14652         for netrc-machine.
14653
14654         * nnimap.el (nnimap-open-connection): Use
14655         netrc-machine-user-or-password.
14656
14657 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14658
14659         * gnus-registry.el (gnus-registry-unload-hook):
14660         Set as a variable with add-hook.
14661
14662         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14663         of news-path.
14664
14665         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14666
14667         * spam.el: Delete duplicate `provide'.
14668         (spam-unload-hook): Set as a variable with add-hook.
14669
14670 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14673         in the doc string.
14674
14675         * message.el (message-ignored-news-headers)
14676         (message-ignored-supersedes-headers)
14677         (message-ignored-resent-headers)
14678         (message-forward-ignored-headers): Improve custom type.
14679
14680 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * message.el (message-tokenize-header): Fix 2004-09-06 change
14683         which used point-min in the wrong place.
14684
14685 2004-10-12  Simon Josefsson  <jas@extundo.com>
14686
14687         * tls.el (tls-certtool-program): New variable.
14688         (tls-certificate-information): New function, based on
14689         ssl-certificate-information.
14690
14691 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * compface.el: Move the version of ELisp-based uncompface program
14694         to the contrib directory because of the copyright problem.
14695
14696 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14697
14698         * message.el (message-kill-buffer): Raise the current frame.
14699
14700 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14701
14702         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14703
14704         * gnus.el (message-y-or-n-p): Autoload.
14705
14706         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14707         (pop3-password-required, pop3-authentication-scheme)
14708         (pop3-leave-mail-on-server): Made customizable.
14709         (pop3): New custom group.
14710         (pop3-retr): Remove `sleep-for' statements.
14711         Suggested by Dave Love <fx@gnu.org>.
14712
14713         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14714         Windows/DOS.
14715
14716         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14717         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14718         Dave Love <fx@gnu.org>.
14719
14720         * mml.el (mml-minibuffer-read-disposition): Require match.
14721         Suggested by Dave Love <fx@gnu.org>.
14722
14723 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14724
14725         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14726         doc string.
14727
14728 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14731
14732 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14733
14734         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14735         instead of calling `mm-insert-inline', to decode text/* parts
14736         before displaying them.
14737
14738 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * mm-uu.el (mm-uu-text-plain-type): New variable.
14741         (mm-uu-pgp-signed-extract-1): Use it.
14742         (mm-uu-pgp-encrypted-extract-1): Use it.
14743         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14744         bind mm-uu-text-plain-type with that value.
14745         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14746         mm-uu-dissect.
14747
14748 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * gnus-group.el (gnus-update-group-mark-positions):
14751         * gnus-sum.el (gnus-update-summary-mark-positions):
14752         * message.el (message-check-news-body-syntax):
14753         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14754         of string-as-multibyte.
14755
14756 2004-10-05  Juri Linkov  <juri@jurta.org>
14757
14758         * gnus-group.el (gnus-update-group-mark-positions):
14759         * gnus-sum.el (gnus-update-summary-mark-positions):
14760         * message.el (message-check-news-body-syntax):
14761         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14762         8-bit unibyte values to a multibyte string for search functions.
14763
14764 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14767         (mm-uu-dissect-text-parts): New function.
14768
14769         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14770         dissect text parts.
14771
14772         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14773         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14774
14775         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14776
14777         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14778         gnus-current-topics instead of gnus-current-topic.
14779
14780 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14781
14782         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14783
14784 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14785
14786         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14787         where approriate.
14788
14789         * nnml.el (nnml-generate-active-info): do.
14790
14791         * nndiary.el (nndiary-generate-active-info): do.
14792
14793         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14794         (gnus-topic-move): do.
14795
14796         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14797         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14798
14799         * gnus-srvr.el (gnus-server-prepare)
14800         (gnus-server-open-all-servers): do.
14801
14802         * gnus-msg.el (gnus-summary-cancel-article)
14803         (gnus-summary-resend-message)
14804         (gnus-summary-mail-crosspost-complaint): do.
14805
14806         * gnus-move.el (gnus-change-server): do.
14807
14808         * gnus-group.el (gnus-group-unmark-all-groups)
14809         (gnus-group-set-current-level): do.
14810
14811 2004-10-04  Simon Josefsson  <jas@extundo.com>
14812
14813         * message.el (message-generate-hashcash): Doc fix.
14814
14815 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14816
14817         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14818         avoid infinite recursion via gnus-get-function.
14819
14820 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14821
14822         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14823
14824         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14825
14826         * nnmail.el (nnmail-split-history): do.
14827
14828         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14829         (nnml-request-delete-group): do.
14830
14831         * nnslashdot.el (nnslashdot-read-groups): do.
14832
14833         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14834         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14835
14836         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14837         (nnspool-sift-nov-with-sed): Use last.
14838         (nnspool-retrieve-headers-with-nov): Use mapc.
14839         (nnspool-request-newgroups): Use dolist.
14840         (nnspool-request-group): Use last.
14841
14842         * nntp.el (nntp-read-server-type): Use dolist.
14843
14844         * nnvirtual.el (nnvirtual-create-mapping)
14845         (nnvirtual-update-read-and-marked): Use dolist.
14846         (nnvirtual-convert-headers): Simplify.
14847
14848 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14849
14850         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14851         support for sync'ing tick marks.
14852
14853 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14856         there's no visible header.
14857
14858 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14859
14860         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14861         necessary, pass full group name to gnus-request-set-marks.
14862
14863 2004-10-01  Simon Josefsson  <jas@extundo.com>
14864
14865         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14866         acroread.
14867
14868 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14869
14870         * spam-report.el (spam-report-gmane): Fix interactive.
14871
14872         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14873
14874         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14875         when writing file.
14876         (gnus-agent-synchronize-flags): Don't default to being
14877         interactive.
14878
14879 2004-09-30  Simon Josefsson  <jas@extundo.com>
14880
14881         * message.el (message-generate-hashcash): Add.
14882         (message-send-mail): Use it, call mail-add-payment.
14883
14884 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14885
14886         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14887
14888 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14889
14890         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14891         gnus-requst-update-info with explicit code to sync the in-memory
14892         info read flags with the marks being sync'd to the backend.
14893
14894         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14895
14896 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14897
14898         * spam.el (spam-verify-bogofilter): Add new function.
14899         (spam-check-bogofilter)
14900         (spam-bogofilter-register-with-bogofilter): Use it.
14901         (spam-verify-bogofilter): Add small fixes.
14902
14903 2004-09-28  Simon Josefsson  <jas@extundo.com>
14904
14905         * hashcash.el (hashcash-generate-payment): Revert.
14906
14907 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14908
14909         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14910         gnus-extract-references instead of gnus-split-references.
14911
14912         * gnus-util.el (gnus-extract-references): Add new function, analogous
14913         to gnus-split-references but extracts only the message-ID without
14914         anything extra.
14915
14916         * hashcash.el (hashcash-generate-payment)
14917         (hashcash-check-payment): Do the right thing if hashcash-path is
14918         nil (because the hashcash program could not be found).
14919
14920         * spam.el (spam-use-hashcash): Remove comment.
14921
14922 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14923
14924         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14925         (gnus-cache-enter-article, gnus-cache-remove-article)
14926         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14927
14928         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14929
14930         * gnus-art.el (article-hide-boring-headers)
14931         (article-translate-strings, article-display-face)
14932         (gnus-article-mime-match-handle-first)
14933         (gnus-article-highlight-headers)
14934         (gnus-article-add-buttons-to-head): do.
14935
14936 2004-09-27  Simon Josefsson  <jas@extundo.com>
14937
14938         * hashcash.el: New version, from
14939         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14940         ../contrib/.
14941
14942 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14945
14946 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14947
14948         * gnus-dup.el (gnus-dup-open): Use mapc.
14949         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14950
14951         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14952         Reported by Stefan Wiens <s.wi@gmx.net>.
14953
14954         * gnus.el (gnus-shutdown): Use dolist.
14955
14956         * gnus-undo.el (gnus-undo): Use mapc.
14957
14958         * nnrss.el (nnrss-generate-active): do.
14959
14960         * message.el (message-cite-original-without-signature)
14961         (message-cite-original): Use mapc.
14962         (message-do-actions, message-make-forward-subject): Use dolist.
14963
14964 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14965
14966         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14967         deletion to remove entire duplicate line.  Fixes merged article
14968         number bug.
14969
14970 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14971
14972         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14973         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14974         first ask if you want to open a server and then, even when you
14975         responded with no, asking if you want to synchronize the server's
14976         flags.
14977         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14978         multi-line expressions.
14979         (gnus-agent-synchronize-group-flags): New internal function.
14980         Updates marks in memory (in the info structure) AND in the
14981         backend.
14982
14983         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14984
14985         * nnagent.el (nnagent-request-set-mark): Use
14986         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14987         method, to ensure that synchronization updates marks in the
14988         backend and in the info (in memory) structure.
14989
14990 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14993         convention fully; don't miss the root article of a thread; make
14994         the X-Draft-From header with correct article numbers.
14995
14996 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14997
14998         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14999         unless plugged.  Disable the agent so that an open failure causes
15000         an error.
15001
15002         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15003         Reverted 2004-09-21 change.  The backend must be opened while
15004         synchronizing flags even when the backend stores the flags
15005         locally.
15006
15007 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15010         in `header' match.  Reported by Svend Tollak Munkejord.
15011
15012         * message.el (message-cite-original): Fix use of
15013         `message-cite-articles-with-x-no-archive'.
15014
15015 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15016
15017         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15018         (gnus-window-to-buffer): Ditto.
15019
15020         * mml.el (mml-preview-buffer): New variable.
15021         (mml-preview): Manage window layout with gnus-buffer-configuration.
15022
15023         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15024         X-Draft-From header even if those articles aren't quoted.
15025
15026 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15027
15028         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15029         (gnus-request-set-mark, gnus-request-update-mark): Use new
15030         g-s-t-u-l-m to decide to use backend even when unplugged.
15031
15032 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15035         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15036
15037 2004-09-20  Simon Josefsson  <jas@extundo.com>
15038
15039         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15040         "utf-16-le".
15041
15042 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15043
15044         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15045
15046 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15047
15048         * uudecode.el (uudecode-use-external): Add :version.
15049
15050         * smime.el (smime-CA-file, smime-encrypt-cipher)
15051         (smime-dns-server): Add :version.
15052
15053         * smiley.el (gnus-smiley-file-types): Add :version.
15054
15055         * sha1.el (sha1-use-external): Add :version.
15056
15057         * pgg-def.el (pgg-query-keyserver): Add :version.
15058
15059         * nnmail.el (nnmail-fancy-expiry-targets)
15060         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15061         Add :version.
15062
15063         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15064         (nnimap-retrieve-groups-asynchronous): Add :version.
15065         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15066
15067         * mml.el (mml-content-disposition-parameters)
15068         (mml-insert-mime-headers-always): Add :version.
15069
15070         * mm-util.el (mm-coding-system-priorities): Add :version.
15071
15072         * mm-decode.el (mm-inline-text-html-with-images)
15073         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15074         (mm-verify-option): Add :version.
15075         (mm-text-html-renderer): Change :version.
15076
15077         * message.el (message-fcc-externalize-attachments)
15078         (message-required-headers, message-draft-headers)
15079         (message-subject-trailing-was-query)
15080         (message-subject-trailing-was-ask-regexp)
15081         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15082         (message-mark-insert-end, message-archive-header)
15083         (message-archive-note, message-cross-post-default)
15084         (message-cross-post-note, message-followup-to-note)
15085         (message-cross-post-note-function, message-use-mail-followup-to)
15086         (message-subscribed-address-functions)
15087         (message-subscribed-address-file, message-subscribed-addresses)
15088         (message-subscribed-regexps, message-allow-no-recipients)
15089         (message-yank-cited-prefix, message-signature-insert-empty-line)
15090         (message-hidden-headers, message-hierarchical-addresses)
15091         (message-mail-user-agent, message-use-idna)
15092         (message-valid-fqdn-regexp)
15093         (message-strip-special-text-properties, message-header-synonyms)
15094         (message-beginning-of-line, message-tab-body-function): Add :version.
15095         (message-insert-canlock, message-wide-reply-confirm-recipients):
15096         Change :version.
15097
15098         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15099         and :version.
15100         (mail-source-delete-old-incoming-confirm)
15101         (mail-source-movemail-program): Add :version.
15102
15103         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15104         (gnus-agent-cache, gnus-agent): Change :version.
15105
15106         * gnus-util.el (gnus-use-byte-compile): Change :version.
15107
15108         * gnus-sum.el (gnus-summary-make-false-root-always)
15109         (gnus-summary-default-high-score)
15110         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15111         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15112         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15113         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15114         (gnus-sum-thread-tree-single-indent)
15115         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15116         (gnus-sum-thread-tree-leaf-with-other)
15117         (gnus-sum-thread-tree-single-leaf): Add :version.
15118         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15119         (gnus-article-loose-mime): Change :version.
15120
15121         * gnus-start.el (gnus-backup-startup-file)
15122         (gnus-save-startup-file-via-temp-buffer): Add :version.
15123
15124         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15125         (gnus-server-offline-face): Add :version.
15126
15127         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15128
15129         * gnus-msg.el (gnus-gcc-externalize-attachments)
15130         (gnus-debug-files, gnus-debug-exclude-variables)
15131         (gnus-discouraged-post-methods): Change :version.
15132         (gnus-confirm-mail-reply-to-news)
15133         (gnus-confirm-treat-mail-like-news): Add :version.
15134
15135         * gnus-int.el (gnus-server-unopen-status): Add :version.
15136
15137         * gnus-group.el (gnus-group-jump-to-group-prompt)
15138         (gnus-large-ephemeral-newsgroup)
15139         (gnus-fetch-old-ephemeral-headers): Add :version.
15140
15141         * gnus-fun.el (gnus-x-face-directory)
15142         (gnus-convert-pbm-to-x-face-command)
15143         (gnus-convert-image-to-x-face-command)
15144         (gnus-convert-image-to-face-command): Add :version.
15145
15146         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15147
15148         * gnus-cite.el (gnus-cite-blank-line-after-header)
15149         (gnus-article-boring-faces): Add :version.
15150
15151         * gnus-art.el (gnus-buttonized-mime-types)
15152         (gnus-inhibit-mime-unbuttonizing)
15153         (gnus-treat-display-face)
15154         (gnus-treat-body-boundary): Change :version.
15155         (gnus-body-boundary-delimiter, gnus-picon-databases)
15156         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15157         (gnus-treat-date-english, gnus-treat-fold-headers)
15158         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15159         (gnus-treat-mail-picon, gnus-treat-wash-html)
15160         (gnus-article-encrypt-protocol)
15161         (gnus-use-idna, gnus-article-over-scroll)
15162         (gnus-mime-display-multipart-alternative-as-mixed)
15163         (gnus-mime-display-multipart-related-as-mixed)
15164         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15165         (gnus-ctan-url, gnus-button-ctan-handler)
15166         (gnus-button-handle-ctan-bogus-regexp)
15167         (gnus-button-ctan-directory-regexp)
15168         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15169         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15170         (gnus-button-man-level, gnus-button-emacs-level)
15171         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15172
15173         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15174         (gnus-agent-go-online): Change :version.
15175         (gnus-agent-expire-unagentized-dirs)
15176         (gnus-agent-auto-agentize-methods): Add :version.
15177
15178         * flow-fill.el (fill-flowed-display-column)
15179         (fill-flowed-encode-column): Add :version.
15180
15181         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15182         (gnus-outlook-deuglify-unwrap-max)
15183         (gnus-outlook-deuglify-cite-marks)
15184         (gnus-outlook-deuglify-unwrap-stop-chars)
15185         (gnus-outlook-deuglify-no-wrap-chars)
15186         (gnus-outlook-deuglify-attrib-cut-regexp)
15187         (gnus-outlook-deuglify-attrib-verb-regexp)
15188         (gnus-outlook-deuglify-attrib-end-regexp)
15189         (gnus-outlook-display-hook): Add :version.
15190
15191         * binhex.el (binhex-use-external): Add :version.
15192
15193 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15194
15195         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15196         and `invisible'.
15197
15198 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15199
15200         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15201         in gnus-registry-trim.
15202
15203 2004-09-13  Simon Josefsson  <jas@extundo.com>
15204
15205         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15206
15207         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15208
15209         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15210         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15211         <yamaoka@jpl.org>.
15212         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15213         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15214         <yamaoka@jpl.org>.
15215
15216         * sieve.el (sieve-manage-mode): Ditto.
15217
15218 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15219
15220         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15221
15222 2004-09-11  Simon Josefsson  <jas@extundo.com>
15223
15224         * dns-mode.el: Add.
15225
15226         * mm-view.el (mm-display-dns-inline): Add.
15227
15228         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15229         (mm-automatic-display): Ditto.
15230
15231         * mailcap.el (mailcap-mime-data): Add text/dns.
15232         (mailcap-mime-extensions): Map .soa to text/dns.
15233
15234 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15235
15236         * gnus-art.el (article-decode-mime-words, article-babel)
15237         (gnus-article-highlight-signature, gnus-article-add-buttons)
15238         (gnus-signature-toggle): Remove unnecessary bindings of
15239         `inhibit-read-only' inherited from v5.10 merge.
15240
15241 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * nntp.el (nntp): New customization group.
15244         (nntp-authinfo-file): Add customization group.
15245
15246         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15247
15248         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15249
15250         * gnus.el (to-address, to-list, subscribed)
15251         (large-newsgroup-initial): Ditto.
15252
15253         * flow-fill.el (fill-flowed-display-column)
15254         (fill-flowed-encode-column): Ditto.
15255
15256 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15257
15258         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15259         Use point-min rather than 1.
15260         (message-send-mail): Use buffer-size rather than point-max.
15261
15262         * gnus-sum.el (gnus-summary-search-article-forward):
15263         Signal a specific `search-failed' rather than a generic `error'.
15264
15265         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15266         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15267         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15268
15269 2004-09-10  Simon Josefsson  <jas@extundo.com>
15270
15271         * nndb.el (require): Remove tcp and duplicate cl.
15272
15273 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-agent.el (directory-files-and-attributes): Move forward.
15276
15277 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15278
15279         * gnus-agent.el (directory-files-and-attributes): Optionally
15280         defined to support XEmacs.
15281
15282 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15283
15284         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15285         to avoid run-time CL dependencies.
15286         (gnus-agent-unfetch-articles): New function.
15287         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15288         article numbers even when local .overview file is missing.
15289         (gnus-agent-read-article-number): New function.  Only accepts
15290         27-bit article numbers.
15291         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15292         gnus-agent-read-article-number.
15293         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15294         from backend while recognizing that article numbers in .overview
15295         must be valid.
15296         (gnus-agent-update-files-total-fetched-for): Use
15297         directory-files-and-attributes to improve performance.
15298         * gnus-int.el (gnus-request-move-article): Use
15299         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15300         improve performance.
15301
15302         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15303         some users confused by references to .newsrc when they only have a
15304         .newsrc.eld file.
15305         (gnus-convert-mark-converter-prompt)
15306         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15307         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15308         New function.  Used internally to only display 'gnus converting
15309         files' message when actually necessary.
15310
15311         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15312         methods now autoloaded.
15313
15314 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15317         identifiers.
15318
15319 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15320
15321         * gnus-picon.el: Fix indentation and closing parenthesis.
15322
15323 2004-09-01  Simon Josefsson  <jas@extundo.com>
15324
15325         * message.el (message-canlock-generate): Require sha1, not
15326         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15327         to require within a function.  Sadly, if sha1.el isn't loaded, the
15328         let binding in m-c-g will hide the defcustom definition, which is
15329         bad.)
15330
15331         * canlock.el: Require sha1, not sha1-el.
15332
15333         * message.el: Don't autoload sha1 (there is a autoload cookie in
15334         sha1.el).
15335
15336         * sha1-el.el: Renamed to sha1.el.
15337
15338 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15339
15340         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15341
15342 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15343
15344         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15345
15346 2004-08-30  Kim F. Storm  <storm@cua.dk>
15347
15348         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15349
15350         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15351         Add :group 'nnimap.
15352
15353 2004-08-30  Andreas Schwab  <schwab@suse.de>
15354
15355         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15356         ?* and ?\;.
15357
15358         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15359         and ?\' to symbol instead of whitespace.
15360
15361 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15364
15365         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15366         instead of re-search-forward.
15367
15368         * gnus-uu.el (gnus-uu-save-article): Ditto.
15369         (gnus-uu-post-encode-uuencode): Ditto.
15370
15371         * html2text.el (html2text-clean-list-items): Ditto.
15372         (html2text-clean-dtdd): Ditto.
15373         (html2text-format-tags): Ditto.
15374
15375         * message.el (message-send-mail-with-sendmail): Fix regexp.
15376         (message-fill-field-general): Use search-forward instead of
15377         re-search-forward.
15378         (unbold-region): Ditto.
15379
15380         * nnrss.el (nnrss-request-article): Ditto.
15381
15382         * nnslashdot.el (nnslashdot-request-article): Ditto.
15383
15384         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15385
15386         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15387         "Unrecognized menu descriptor" error in XEmacs.
15388
15389 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15390
15391         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15392         parent article of a sparse article in the thread hashtb.
15393
15394 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15395
15396         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15397         (nnmail-expand-newtext): Lowercase expanded entries if
15398         nnmail-split-lowercase-expanded is non-nil.
15399
15400 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15403
15404         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15405         of gnus-tmp-news-method into string under XEmacs.  It will be
15406         passed to gnus-correct-length which takes only a string argument.
15407
15408 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * gnus-util.el (gnus-bind-print-variables): New macro.
15411         (gnus-prin1): Use it.
15412         (gnus-prin1-to-string): Use it.
15413         (gnus-pp): New function.
15414         (gnus-pp-to-string): New function.
15415
15416         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15417         Replace pp-to-string with gnus-pp-to-string.
15418         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15419         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15420         * gnus-msg.el (gnus-debug): Ditto.
15421         * gnus-score.el (gnus-score-save): Ditto.
15422         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15423         gnus-pp-to-string.
15424         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15425         with gnus-pp.
15426         * score-mode.el (gnus-score-pretty-print): Ditto.
15427         * webmail.el (webmail-debug): Ditto.
15428
15429 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * gnus-art.el (article-display-face, article-display-x-face):
15432         Use buffer-read-only.
15433
15434 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * gnus-art.el (article-hide-list-identifiers):
15437         Bind inhibit-read-only as t.
15438
15439 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15440
15441         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15442
15443 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15444
15445         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15446         (gnus-narrow-to-page): Don't assume point-min == 1.
15447         (gnus-article-edit-mode): Derive from message-mode.
15448
15449         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15450         point-min == 1.
15451
15452         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15453         Disable incorrect use of `assert'.
15454
15455         * message.el (message-mode): Set comment-start-skip.
15456
15457
15458 2004-08-22  Sam Steingold  <sds@gnu.org>
15459
15460         * pop3.el (pop3-leave-mail-on-server): New user variable.
15461         (pop3-movemail): Delete mail only when it is nil.
15462
15463 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15466
15467         * mml.el (mml-preview): Use `pop-to-buffer'.
15468
15469         * message.el (message-goto-mail-followup-to): Insert after "To".
15470         (message-carefully-insert-headers): Add comment.
15471
15472         * gnus.el: Remove unused variable `gnus-article-check-size'.
15473
15474         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15475
15476         * gnus-art.el (gnus-button-alist): Improve
15477         `gnus-button-handle-library' entry.
15478
15479 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15480
15481         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15482         downcase, since XEmacs capitalizes error messages differently.
15483
15484 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15485
15486         * nntp.el: Add (require 'gnus) due to reference to
15487         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15488
15489 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15490
15491         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15492         `mm-fill-flowed'.
15493
15494         * mm-decode.el (mm-dissect-singlepart): Check it.
15495
15496 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15497
15498         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15499         'imap' for netrc parsing.
15500
15501 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15502
15503         * mailcap.el (mailcap-mime-data): Mark as risky.
15504
15505 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15508         may be included in the encoded word.
15509         (rfc2047-encode): Don't append a space if the encoded word
15510         includes close parenthesis.
15511
15512 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15515         of text within parentheses.
15516
15517 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15518
15519         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15520         (gnus-encrypt-write-file-contents): Make the password key the file
15521         name PLUS the cipher, not just the cipher.  Also remove failed
15522         passwords from the cache.
15523
15524 2004-08-06  Simon Josefsson  <jas@extundo.com>
15525
15526         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15527         fix.
15528
15529 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15532         LWSP.
15533
15534 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15535
15536         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15537         to append in-reply-to: data to the references: header.
15538
15539         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15540         (netrc-parse): Use gnus-encrypt.el functions.
15541
15542         * gnus-encrypt.el: Add new file for encryption support; currently
15543         does only a few GPG ciphers and an internal XOR cipher.
15544
15545         * password.el: Add comments on using password-read-and-add.
15546         (password-read-and-add): Add function to read and add the
15547         password to the cache at once.
15548
15549 2004-07-28  Simon Josefsson  <jas@extundo.com>
15550
15551         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15552         parameter (but don't use it, for now).
15553
15554         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15555         instead of hard coding to nil.
15556
15557 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15560         as mm-inline-image-xemacs does.
15561
15562 2004-07-26  Simon Josefsson  <jas@extundo.com>
15563
15564         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15565         Revert part of 2004-07-17 change below.
15566
15567 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15570         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15571
15572 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15573
15574         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15575         quotes that actually start with ">" at the beginning of the
15576         lines.
15577
15578 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * rfc2047.el (rfc2047-encode-region): Fix last change.
15581         (rfc2047-encode-parameter): Remove useless concat.
15582
15583 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15586         encode special characters; fix some kind of misconfigured headers;
15587         signal a real error if debug-on-quit or debug-on-error is non-nil.
15588         (rfc2047-encode-max-chars): New variable.
15589         (rfc2047-encode-1): Use it.
15590         (rfc2047-encode-parameter): New function.
15591
15592         * mml.el (mml-insert-parameter): Remove an excessive space.
15593
15594 2004-07-17  Simon Josefsson  <jas@extundo.com>
15595
15596         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15597         Kai Grossjohann <kai@emptydomain.de>.
15598         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15599         (gnus-group-make-menu-bar): Ditto.
15600
15601         * gnus-util.el (gnus-group-server): Add.
15602
15603 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15604
15605         * message.el (message-clone-locals): Clone sendmail and smtp
15606         variables.
15607
15608 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * rfc2047.el (rfc2047-encode-region): Fix last change.
15611
15612 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15615         characters as non-special.
15616
15617 2004-07-09  Simon Josefsson  <jas@extundo.com>
15618
15619         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15620         Users will lose all flag changes made while unplugged with
15621         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15622         good default.  See numerous reports on ding mailing list.
15623
15624 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15627         add generate-head-function and generate-article-function to the
15628         rfc822-forward entry.
15629         (nndoc-rfc822-forward-generate-article): New function.
15630         (nndoc-rfc822-forward-generate-head): New function.
15631
15632         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15633
15634 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15635
15636         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15637         respect display group parameter and gnus-summary-expunge-below.
15638         (gnus-articles-to-read): Remove unused reference to display group
15639         parameter.
15640
15641 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15642
15643         * nnheader.el (nnheader-uniquify-message-id): New experimental
15644         variable.
15645         (nnheader-nov-read-message-id): Use it.
15646
15647         * spam-report.el (spam-report-gmane): Add interactive.
15648
15649 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15652         qp-or-base64 for the application/* types.
15653
15654 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15655
15656         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15657
15658 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15659
15660         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15661         trim value.
15662
15663 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15664
15665         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15666         New macro and function.
15667         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15668
15669 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15672         after-load-alist.
15673
15674 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15675
15676         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15677         update info that isn't there.
15678
15679 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15680
15681         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15682         entry.
15683
15684 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * mm-view.el (mm-inline-render-with-function): Use multibyte
15687         buffer; decode html source by charset.
15688
15689         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15690
15691         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15692         Mule-UCS is loaded under XEmacs.
15693         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15694
15695 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15696
15697         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15698
15699 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * mm-util.el (mm-coding-system-p): Return a coding-system.
15702         (mm-mime-mule-charset-alist): Use shift_jis instead of
15703         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15704         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15705         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15706         instead of japanese-shift-jis and iso-latin-1 respectively in
15707         order to share the default value with both Emacs and XEmacs-mule.
15708         (mm-mule-charset-to-mime-charset): Make
15709         mm-coding-system-priorities effective.
15710         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15711         while predicating of candidates upon the priorities.
15712
15713 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15714
15715         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15716         gnus-uu-invert-processable.
15717
15718         * gnus.el: Autoload gnus-uu-invert-processable.
15719
15720 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * mm-util.el (mm-with-multibyte-buffer): New macro.
15723
15724         * rfc2047.el (rfc2047-encode-string): Use it.
15725         (rfc2047-encode-region): Move point to the end of the region after
15726         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15727
15728 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15731         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15732
15733 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15736         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15737         Karl Chen <quarl@nospam.quarl.org>.
15738
15739 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15740
15741         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15742         invalid addresses.
15743
15744 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15745
15746         * spam.el: Change section markers, revise TODO list.
15747         (spam-backends): Make new master list of all installed backends.
15748         (spam-summary-exit-behavior): Add new variable to determine how
15749         messages moves are done at summary exit.
15750         (spam-move-spam-nonspam-groups-only)
15751         (spam-process-ham-in-nonham-groups)
15752         (spam-process-ham-in-spam-groups): Remove variables, the
15753         spam-summary-exit-behavior variable should be used to manage this
15754         behavior.
15755         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15756         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15757         and spam-old-spam-articles.
15758         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15759         Add empty variables, placeholders for the backends they represent.
15760         (spam-set-difference): Move, unchanged.
15761         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15762         unless the user has a processor variable.
15763         (spam-classifications, spam-classification-valid-p)
15764         (spam-backend-properties, spam-backend-property-valid-p)
15765         (spam-backend-function-type-valid-p)
15766         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15767         (spam-report-articles-gmane, spam-report-articles-resend):
15768         Remove functions, they are not needed.
15769         (spam-install-backend-super, spam-backend-list)
15770         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15771         (spam-backend-function, spam-backend-ham-registration-function)
15772         (spam-backend-spam-registration-function)
15773         (spam-backend-ham-unregistration-function)
15774         (spam-backend-spam-unregistration-function)
15775         (spam-backend-statistical-p, spam-backend-mover-p)
15776         (spam-install-backend-alias, spam-install-checkonly-backend)
15777         (spam-install-mover-backend, spam-install-nocheck-backend)
15778         (spam-install-backend, spam-install-statistical-backend)
15779         (spam-install-statistical-checkonly-backend): Add backend installation
15780         support.
15781         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15782         (spam-group-processor-p): Use the new backend code and respect the
15783         summary exit behavior.
15784         (spam-mark-spam-as-expired-and-move-routine): Remove.
15785         (spam-summary-prepare): Change to use the new spam-old-articles
15786         variable.
15787         (spam-copy-or-move-routine, spam-copy-spam-routine)
15788         (spam-move-spam-routine, spam-copy-ham-routine)
15789         (spam-move-ham-routine): Add code to copy/move ham or spam.
15790         (spam-fetch-field-fast): Improve doc and code, plus allow the
15791         'number request.
15792         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15793         variables.
15794         (spam-split, spam-find-spam): Use the new backend code.
15795         (spam-registration-functions): Remove variable.
15796         (spam-unregister-routine): Add convenience wrapper.
15797         (spam-log-undo-registration, spam-register-routine)
15798         (spam-log-processing-to-registry)
15799         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15800         where possible.
15801         (spam-check-gmane-xref, spam-check-regex-headers)
15802         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15803         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15804         (spam-check-bogofilter-headers, spam-check-spamoracle)
15805         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15806         (spam-check-crm114-headers): Use the spam-split-group that
15807         spam-split prepares, no need to determine it every time.
15808
15809         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15810         to the nnheader-parse-naked-head call.
15811
15812         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15813
15814         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15815         the nnheader-nov-read-message-id call.
15816
15817 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15820         gnus-activate-group twice.  Suggested by Markus Peter
15821         <warp@spin.de>.
15822
15823 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * gnus-art.el (gnus-article-time-format): Exchange the order of
15826         day and month in the default value; fix customization type.
15827         (article-date-ut): Use add-text-properties.
15828         (article-make-date-line): Use message-make-date instead of
15829         current-time-string.
15830
15831         * message.el (message-fetch-field): Don't use set-text-properties.
15832         (message-make-date): Simplify.
15833
15834         * messagexmas.el (message-xmas-make-date): New function.
15835         (message-xmas-redefine): Defalias message-make-date to it.
15836
15837 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15840         (rfc2047-encode-region): Treat text within parentheses as special;
15841         show the original text when error has occurred.
15842
15843         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15844         already-computed method to gnus-activate-group.
15845
15846         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15847         same select-methods identical Lisp objects.
15848
15849         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15850         object when modifying the info.
15851
15852 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15855         gnus-opened-servers since it has never been opened with the new
15856         configuration yet.
15857
15858 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15861         arg to nnheader-generate-fake-message-id.
15862
15863 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15864
15865         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15866         number and build a fake message ID localized to a group and
15867         article number (so it's repeatable from that point on).
15868         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15869         ID format.
15870
15871         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15872         nnheader-generate-fake-message-id with the article number.
15873
15874 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15875
15876         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15877         end-of-buffer.
15878
15879 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15880
15881         * message.el (message-ignored-supersedes-headers): Add Approved.
15882
15883 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15886         goto-char.
15887         (rfc2047-encode): Fold the line before encoding.
15888
15889 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15890
15891         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15892         folding -- not all headers can be folded, and this should be done
15893         by the message composition mode.  Probably.  I think.
15894
15895 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15898         fast.
15899
15900         * gnus-ems.el (gnus-remove-image): Don't use
15901         message-text-with-property; remove only the image found first.
15902
15903         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15904         found first.
15905
15906 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15907
15908         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15909
15910 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * message.el (message-text-with-property): Make it fast and accept
15913         optional arguments.
15914         (message-strip-forbidden-properties): Use it.
15915         (message-fix-before-sending): Follow the m-t-w-p change.
15916
15917         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15918
15919 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * gnus-art.el (article-hide-headers): Don't change the buffer
15922         mistakenly when performing mml-preview even if
15923         gnus-single-article-buffer is nil.
15924
15925 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15926
15927         * message.el (message-expand-name-databases): New user option.
15928         (message-expand-name): Use it.
15929
15930 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15931
15932         * spam.el (spam-report-articles-resend)
15933         (spam-report-resend-register-routine): Allow ham reporting.
15934         (spam-report-resend-register-ham-routine): Add wrapper.
15935         (spam-registration-functions): Add ham resending functions.
15936         (spam-list-of-processors): Add ham resend processor.
15937
15938         * gnus.el (ham-resend-to): Add new group parameter.
15939         (spam-process): Add ham resend option.
15940
15941         * spam-report.el (spam-report-resend): Allow reporting ham.
15942         (spam-report-resend-ham): Add wrapper.
15943
15944 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15945
15946         * message.el (message-cite-articles-with-x-no-archive): New
15947         variable.
15948         (message-cite-original): Use it.
15949
15950 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15951
15952         * message.el (message-cite-original): Respect X-No-Archive.
15953
15954 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * gnus-art.el (article-hide-headers): Refer to the values for
15957         gnus-ignored-headers and gnus-visible-headers in the summary
15958         buffer since a user may have set them as group parameters.
15959
15960 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15961
15962         * assistant.el (assistant-node-name): Add convenience function.
15963         (assistant-render-text, assistant-render-node): Add error handling,
15964         plus handle multiple next nodes.
15965         (assistant-find-next-node): Comment out for now.
15966         (assistant-find-next-nodes): Add function, returns list of next
15967         nodes.
15968
15969 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * mail-source.el (mail-source-directory): Fix doc-string.
15972
15973 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15974
15975         * assistant.el (assistant-render-text, assistant-eval): Add :set
15976         widget type, which is different because it takes and returns a
15977         list.  Much hilarity ensues.
15978
15979 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15980
15981         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15982
15983         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15984         doc-string.
15985
15986         * gnus-start.el (gnus-activate-group): Added doc-string.
15987
15988 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15991
15992 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15993
15994         * assistant.el (assistant-render-text): Try to add a :set
15995         widget, more to come.
15996
15997         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15998         strings.
15999         (spam-report-articles-resend)
16000         (spam-register-routine): Do registration iff any articles warrant
16001         it.
16002         (spam-summary-prepare-exit): Change log message for nil group
16003         destinations.
16004
16005 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16006
16007         * spam.el (spam-report-resend-register-routine): Allow
16008         spam-report-resend-to to be a group parameter or a global value.
16009
16010 2004-05-26  Simon Josefsson  <jas@extundo.com>
16011
16012         * starttls.el: Merge with my GNUTLS based starttls.el.
16013         (starttls-gnutls-program, starttls-use-gnutls)
16014         (starttls-extra-arguments, starttls-process-connection-type)
16015         (starttls-connect, starttls-failure, starttls-success): New
16016         variables.
16017         (starttls-program, starttls-extra-args): Doc fix.
16018         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16019         functions.
16020         (starttls-negotiate, starttls-open-stream): Check
16021         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16022         function if it is set.
16023
16024 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16027         structured fields.
16028
16029 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16032
16033 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16034
16035         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16036         variable.
16037         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16038         assigning the spam-mark to new messages.
16039
16040 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16041
16042         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16043
16044 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16047
16048         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16049         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16050         default.
16051
16052 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16053
16054         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16055         correct data.
16056
16057 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16058
16059         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16060         (spam-group-processor-p): Fix function.
16061         (spam-group-processor-multiple-p)
16062         (spam-group-spam-processor-report-gmane-p)
16063         (spam-group-spam-processor-report-resend-p)
16064         (spam-group-spam-processor-bogofilter-p)
16065         (spam-group-spam-processor-blacklist-p)
16066         (spam-group-spam-processor-ifile-p)
16067         (spam-group-ham-processor-ifile-p)
16068         (spam-group-spam-processor-spamoracle-p)
16069         (spam-group-spam-processor-crm114-p)
16070         (spam-group-ham-processor-bogofilter-p)
16071         (spam-group-spam-processor-stat-p)
16072         (spam-group-ham-processor-stat-p)
16073         (spam-group-ham-processor-whitelist-p)
16074         (spam-group-ham-processor-BBDB-p)
16075         (spam-group-ham-processor-spamoracle-p)
16076         (spam-group-ham-processor-copy-p): Remove functions with some
16077         prejudice against unneeded code.
16078         (spam-report-articles-resend)
16079         (spam-report-resend-register-routine): Allow the group/topic
16080         spam-resend-to value to override spam-report-resend-to.
16081         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16082         properly now.
16083
16084         * gnus.el (spam-resend-to): Add group/topic parameter.
16085         (spam-process): Move the OBSOLETE processors to the end of the
16086         choices.
16087
16088 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16089
16090         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16091         with resend-to set to nil, and then ask the user if necessary.
16092         (spam-report-resend): spam-report-resend takes a list of articles, not
16093         separate article numbers.
16094
16095 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16098         addition to emacs-w3m.
16099
16100 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16101
16102         * assistant.el (assistant-authinfo-data): New function.
16103         (assistant-eval): Eval for entire assistant.
16104
16105         * netrc.el (netrc-services-file): New variable.
16106         (netrc-parse-services): New function.
16107         (netrc-find-service-name): New function.
16108         (netrc-find-service-number): New function.
16109         (netrc-port-equal): New function.
16110         (netrc-machine): Use it.
16111
16112         * nnimap.el (nnimap-open-connection): Use netrc.
16113
16114         * gnus-util.el (gnus-netrc-get): Remove aliases.
16115
16116         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16117
16118         * assistant.el (wid-edit): Fix compilation.
16119
16120         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16121
16122 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16123
16124         * gnus-util.el (gnus-set-file-modes): New function.  (small
16125         patch).
16126
16127 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16128
16129         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16130
16131         * assistant.el (assistant-render-node): Fix up rendering and
16132         read-only text.
16133         (assistant-render-node): Reset.
16134         (assistant-make-read-only): Not sticky.
16135
16136 2004-05-20  Danny Siu  <dsiu@adobe.com>
16137
16138         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16139         centered even when gnus-auto-center-summary is t.
16140
16141 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16142
16143         * dns.el (dns-get-txt-answer): New function.
16144         (dns-read-txt): Ditto.
16145         (query-dns): Use it.
16146
16147 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16150         active for foreign groups even if the group level is higher than
16151         the specified value.
16152
16153 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16154
16155         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16156         non-active groups.
16157
16158         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16159
16160 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16161
16162         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16163
16164 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16165
16166         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16167         (spam-crm114-header, spam-crm114-spam-switch)
16168         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16169         (spam-crm114-positive-spam-header)
16170         (spam-crm114-database-directory, spam-list-of-processors)
16171         (spam-group-spam-processor-crm114-p)
16172         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16173         (spam-generic-score, spam-list-of-checks)
16174         (spam-list-of-statistical-checks, spam-registration-functions)
16175         (spam-check-crm114-headers, spam-crm114-score)
16176         (spam-check-crm114, spam-crm114-register-with-crm114)
16177         (spam-crm114-register-spam-routine)
16178         (spam-crm114-unregister-spam-routine)
16179         (spam-crm114-register-ham-routine)
16180         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16181         asjo@koldfront.dk (Adam Sjøgren).
16182
16183         * gnus.el: Add spam-use-crm114.
16184
16185         * spam.el (spam-list-of-processors, spam-registration-functions):
16186         Add spam-use-resend.
16187         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16188         (spam-report-articles-gmane): Add doc fix.
16189         (spam-report-articles-resend, spam-report-resend-register-routine):
16190         Add wrappers around spam-report-resend-to.
16191
16192         * spam-report.el (spam-report-resend-to, spam-report-resend):
16193         Add support for resending spam.
16194         (spam-report-gmane): Fix line length >80.
16195
16196         * gnus.el (spam-process): Add spam-use-resend.
16197
16198 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16199
16200         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16201         number of processed spam messages.
16202         (spam-ham-copy-or-move-routine): Return the number of processed
16203         ham messages.
16204         (spam-summary-prepare-exit): Use the above values to decide
16205         whether status messages shouled be displayed.
16206
16207 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16210         `rfc2047-encoding-function-alist' in order to avoid conflicting
16211         with the old version.
16212         (rfc2047-encode-region): Concatenate words containing non-ASCII
16213         characters in structured fields; don't encode space-delimited
16214         ASCII words even in unstructured fields; don't break words at
16215         char-category boundaries.
16216         (rfc2047-encode-1): New function.
16217         (rfc2047-encode): Use it; encode text so that it occupies the
16218         maximum width within 76-column; work correctly on Q encoding for
16219         iso-2022-* charsets.
16220         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16221         sure not to break a line just after the header name.
16222         (rfc2047-b-encode-region): Removed.
16223         (rfc2047-b-encode-string): New function.
16224         (rfc2047-q-encode-region): Removed.
16225         (rfc2047-q-encode-string): New function.
16226
16227         * mm-util.el (mm-replace-in-string): New function.
16228
16229 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16230
16231         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16232         get it right.
16233         (gnus-inews-make-draft): Really.
16234
16235 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16236
16237         * nnmh.el (nnmh-request-list-1): Don't check the link count
16238         before descending.  (small patch)
16239
16240 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16241
16242         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16243         stuff.
16244
16245         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16246         on real group name.
16247
16248         * gnus-art.el (gnus-signature-limit): Doc fix.
16249
16250         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16251
16252         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16253
16254 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16255
16256         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16257         isn't a string.
16258
16259 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16260
16261         * gnus-draft.el (gnus-draft-send): Bind
16262         rfc2047-encode-encoded-words.
16263
16264         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16265         (rfc2047-encodable-p): Say that =? needs encoding.
16266         (rfc2047-encode-encoded-words): New variable.
16267
16268         * gnus-group.el (gnus-group-select-group): Doc fix.
16269
16270         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16271
16272         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16273         to nil.
16274
16275         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16276
16277         * nnheader.el (nnheader-get-lines-and-char): New function.
16278
16279 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16280
16281         * gnus-msg.el (gnus-summary-followup-with-original): Document
16282         yanking of region when active.
16283
16284 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16287         groups if the group level is higher than the specified value.
16288
16289 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16292         (gnus-group-jump-to-group): Added prefix argument using
16293         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16294         non-active group.
16295
16296         * compface.el (uncompface): Be verbose when changing
16297         `uncompface-use-external'.
16298
16299         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16300         handle manual section.
16301
16302 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16303
16304         * gnus-art.el (gnus-button-alist): Revert previous change.
16305
16306 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16307
16308         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16309
16310 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16311
16312         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16313         whether backend can accept message.
16314
16315         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16316
16317 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16318
16319         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16320         Avoid creating directory when nntp-marks-is-evil is true.
16321         Reported by Reiner Steib.
16322
16323 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * gnus-picon.el (gnus-picon-style): New variable.
16326         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16327         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16328         Jesper Harder <harder@ifa.au.dk>.
16329
16330 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16331
16332         * message.el (message-fill-field): Return point.
16333         (message-generate-headers): Go to end of field.
16334
16335         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16336         stuff for non-living groups.
16337
16338 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16339
16340         * gnus-art.el (gnus-article-followup-with-original)
16341         (gnus-article-reply-with-original): gnus-mark-active-p ->
16342         gnus-region-active-p.
16343
16344 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16345
16346         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16347         only when there is spam or ham to be processed.
16348
16349 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16350
16351         * mail-source.el (mail-source-delete-crash-box): Refactor.
16352         (mail-source-fetch): Use it.
16353         (mail-source-fetch-file): Ditto.
16354         (mail-source-fetch-directory): Run postscript in loop.
16355         (mail-source-fetch-pop): Delete.
16356         (mail-source-fetch-maildir): Ditto.
16357         (mail-source-fetch-imap): Ditto.
16358
16359         * imap.el (imap-authenticators): Comment out sasl.
16360
16361         * message.el (message-skip-to-next-address): New function.
16362         (message-fill-header-address): Refactor.
16363         (message-fill-address): Use it.
16364         (message-delete-address): Use it.
16365         (message-fill-header-general): Refactor.
16366         (message-fill-field-address): Rename.
16367         (message-narrow-to-field): Find the start of the header.
16368         (message-header-format-alist): Don't pre-fill.
16369         (message-fill-header): Removed.
16370         (message-insert-header): New function.
16371         (message-shorten-references): Use it.
16372
16373         * rfc2047.el (rfc2047-field-value): Strip props.
16374
16375         * mail-parse.el (mail-header-make-address): New alias.
16376
16377         * ietf-drums.el (ietf-drums-make-address): New function.
16378
16379         * imap.el: Add compiler directives.
16380
16381         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16382
16383         * gnus-art.el (article-decode-idna-rhs): Don't use
16384         message-idna-inside-rhs-p.
16385
16386 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16387
16388         * message.el (message-idna-inside-rhs-p): Removed.
16389         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16390
16391         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16392         false positives.
16393
16394 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16395
16396         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16397
16398 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16399
16400         * nneething.el (nneething-file-name): Don't create spurious
16401         files.
16402
16403         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16404         (gnus-inews-do-gcc): Remove sleep.
16405
16406         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16407         part under point.
16408
16409         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16410         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16411
16412 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16413
16414         * spam.el (spam-summary-prepare-exit): Fixed (length).
16415
16416 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16417
16418         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16419         as expired without moving it" message when there are spam
16420         messages left.
16421
16422 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16423
16424         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16425         header is not nil.
16426
16427 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16428
16429         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16430         nntp-possibly-create-directory, not nntp-possibly-change-group.
16431         (nntp-marks-changed-p): New arg SERVER.
16432         (nntp-request-update-info): Adjust caller.
16433
16434 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16435
16436         * nntp.el (nntp-save-marks): Pass missing arg.
16437
16438 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16439
16440         * nntp.el: Support marks.
16441         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16442         (nntp-marks-modtime, nntp-marks-directory): New variables.
16443         (nntp-request-set-mark, nntp-request-update-info)
16444         (nntp-possibly-create-directory, nntp-marks-changed-p)
16445         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16446         functions.
16447
16448 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16449
16450         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16451         (gnus-xmas-redefine): Rename.
16452
16453         * gnus-score.el (gnus-score-insert-help): Use
16454         gnus-select-lowest-window.
16455
16456         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16457         appt-select-lowest-window and rename to gnus-select-lowest-window.
16458
16459         * gnus.el: do.
16460
16461 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16462
16463         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16464         encodings of MIME-encoded words, in order to improve
16465         interoperability with several broken MUAs.
16466
16467 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16468
16469         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16470         tags, only when charsets are not specified in headers.
16471         (mm-inline-text-html-render-with-w3m): Ditto.
16472
16473         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16474         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16475
16476 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16477
16478         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16479         instead of MIME-decoded from fields when checking
16480         `gnus-article-address-banner-alist'.
16481
16482 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16483
16484         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16485         description rather than subject.
16486
16487 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16488
16489         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16490
16491 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16492
16493         * gnus.el (gnus-version-number): Bump.
16494
16495 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16496
16497         * gnus.el: No Gnus v0.2 is released.
16498
16499 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16500
16501         * gnus-agent.el (gnus-agent-read-agentview): Inline
16502         gnus-uncompress-range.
16503
16504 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16505
16506         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16507         `exec-installed-p'.
16508
16509 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16510
16511         * gnus.el (spam-process, spam-autodetect-methods): Add
16512         bsfilter and bsfilter-headers.
16513
16514         * spam.el (spam-bsfilter): New customize group.
16515         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16516         (spam-bsfilter-header, spam-bsfilter-probability-header)
16517         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16518         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16519         (spam-bsfilter-database-directory): New options.
16520         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16521         (spam-list-of-statistical-checks, spam-registration-functions):
16522         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16523         (spam-bsfilter-score): New command.
16524         (spam-check-bsfilter-headers, spam-check-bsfilter)
16525         (spam-bsfilter-register-with-bsfilter)
16526         (spam-bsfilter-register-spam-routine)
16527         (spam-bsfilter-unregister-spam-routine)
16528         (spam-bsfilter-register-ham-routine)
16529         (spam-bsfilter-unregister-ham-routine): New functions.
16530         (spam-generic-score): Support bsfilter; Accept an optional argument
16531         to recalcurate spam score even if scoring header has already been
16532         added.
16533         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16534         optional argument to recalcurate spam score even if scoring header
16535         has already been added.
16536
16537 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16538
16539         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16540         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16541         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16542         link is missing.
16543
16544 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16545
16546         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16547         (html2text-get-attr): Rewrite.
16548
16549         * message.el (message-setup-1): Remove redundant put-text-property
16550         on mail-header-separator.
16551
16552 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16553
16554         * gnus-registry.el (gnus-registry-cache-whitespace)
16555         (gnus-registry-action, gnus-registry-spool-action)
16556         (gnus-registry-split-fancy-with-parent): Change message levels
16557         from 5 to 3 or 7, as needed.
16558
16559         * spam.el (spam-summary-prepare-exit)
16560         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16561         (spam-split, spam-find-spam, spam-log-undo-registration)
16562         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16563         level from 5 to 6.
16564
16565 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16568         2004-03-04 change).
16569
16570 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16571
16572         * sieve-manage.el (sieve-manage-open):
16573         * nnweb.el (nnweb-insert-html):
16574         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16575         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16576         * nnspool.el (nnspool-request-group):
16577         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16578         * nnml.el (nnml-request-update-info):
16579         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16580         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16581         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16582         (nnimap-request-set-mark):
16583         * nnfolder.el (nnfolder-request-update-info):
16584         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16585         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16586         * gnus-uu.el (gnus-uu-find-articles-matching):
16587         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16588         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16589         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16590         * gnus-nocem.el (gnus-nocem-scan-groups):
16591         * gnus-int.el (gnus-start-news-server):
16592         * gnus-group.el (gnus-group-make-kiboze-group)
16593         (gnus-group-browse-foreign-server):
16594         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16595         Use mapc when appropriate.
16596
16597 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16598
16599         FIXME: Make separate entries for each person.
16600
16601         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16602         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16603         <shields@msrl.com>:
16604
16605         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16606         may need for spam sorting and scoring.
16607         (spam-user-format-function-S): Add user format function suitable for
16608         general use.
16609         (spam-article-sort-by-spam-status): Add sorting function for summary
16610         sorting.
16611         (spam-extra-header-to-number): Add function to get a score from a
16612         header.
16613         (spam-summary-score): Add function to get a numeric score from the
16614         headers.
16615         (spam-generic-score): Fix function doc, was in wrong place.
16616         (spam-initialize): Take symbols when it's run, and install the
16617         extra headers that spam-necessary-extra-headers thinks we need.
16618
16619 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16620
16621         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16622         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16623
16624 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16625
16626         * gnus-sum.el (gnus-set-global-variables)
16627         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16628         (gnus-article-get-xrefs, gnus-summary-best-group)
16629         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16630         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16631         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16632         Use with-current-buffer.
16633
16634 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16635
16636         * spam.el (spam-summary-prepare-exit): Simplify logic.
16637         (spam-fetch-article-header): Read the article header if it's not
16638         available.
16639         (spam-list-articles): Simplify logic.
16640         (spam-filelist-register-routine): Fix bug with unregister-list.
16641
16642         * gnus-registry.el: Fix comments at beginning.
16643
16644 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16645
16646         * message.el (message-cater-to-broken-inn): Remove.
16647         (message-shorten-references): Make sure the total folded length of
16648         References is shorter than 998 characters to cater to a bug in INN
16649         2.3.  Also, don't pretend that references aren't folded -- this
16650         hasn't worked for a while.
16651
16652 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16653
16654         * gnus-agent.el (gnus-agentize):
16655         gnus-agent-send-mail-real-function no longer set to current value
16656         of message-send-mail-function but rather a lambda that calls
16657         message-send-mail-function.  The change makes the agent real-time
16658         responsive to user changes to message-send-mail-function.
16659
16660 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16661
16662         * legacy-gnus-agent.el
16663         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16664         help from Florian Weimer <fw@deneb.enyo.de>
16665
16666 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * nnmail.el (nnmail-cache-insert): Revert last change.
16669
16670 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * nnmail.el (nnmail-cache-insert): Always check whether
16673         nnmail-cache-ignore-groups matches a group name.
16674
16675 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16676
16677         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16678         (spam-find-spam, spam-log-processing-to-registry)
16679         (spam-log-registered-p, spam-log-unregistration-needed-p)
16680         (spam-log-undo-registration): Use gnus-message instead of
16681         gnus-error, none of these errors are fatal.
16682
16683         * gnus-registry.el (gnus-registry-clean-empty-function)
16684         (gnus-registry-clean-empty): Remove only empty entries without
16685         extra data.
16686
16687 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16688
16689         * spam-stat.el (spam-stat-buffer-change-to-spam)
16690         (spam-stat-buffer-change-to-non-spam): Change (error) to
16691         (gnus-message 8) invocation.
16692
16693 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * nntp.el (nntp-via-netcat-command): New variable.
16696         (nntp-via-netcat-switches): New variable.
16697         (nntp-open-via-rlogin-and-netcat): New function.
16698         (nntp-open-connection-function): Doc fix.
16699         (nntp-telnet-command): Doc fix.
16700         (nntp-end-of-line): Doc fix.
16701         (nntp-via-rlogin-command): Doc fix.
16702         (nntp-via-user-name): Doc fix.
16703         (nntp-via-address): Doc fix.
16704
16705 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16708         error in Emacs 21.1.
16709
16710 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16711
16712         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16713
16714 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16715
16716         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16717         (gnus-agent-with-refreshed-group): New macro.
16718         (gnus-agent-rename-group): New function.
16719         (gnus-agent-delete-group): New function.
16720         (gnus-agent-save-group-info): Use gnus-command-method when
16721         `method' parameter is nil.  Don't write nil entries into the
16722         active file.
16723         (gnus-agent-get-group-info): New function.
16724         (gnus-agent-fetch-articles): Use
16725         gnus-agent-update-files-total-fetched-for to increment disk space
16726         used.
16727         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16728         gnus-agent-update-view-total-fetched-for to increment disk space
16729         used.
16730         (gnus-agent-get-local): Added optional parameters to avoid calling
16731         gnus-group-real-name and gnus-find-method-for-group.
16732         (gnus-agent-set-local): Delete stored entry if either min, or max,
16733         are nil.
16734         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16735         quit, use gnus-agent-regenerate-group to record existance of any
16736         articles fetched to disk before the quit occurred.
16737         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16738         gnus-agent-update-view-total-fetched-for, and
16739         gnus-agent-update-files-total-fetched-for to decrement disk space
16740         used.
16741         (gnus-agent-retrieve-headers): Use
16742         gnus-agent-update-view-total-fetched-for to increment disk space
16743         used.
16744         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16745         with gnus-agent-update-files-total-fetched-for to decrement disk
16746         space and fresh group buffer.
16747         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16748         (gnus-agent-need-update-total-fetched-for): New variable.
16749         (gnus-agent-update-files-total-fetched-for): New function.
16750         (gnus-agent-update-view-total-fetched-for): New function.
16751         (gnus-agent-total-fetched-for): New function.
16752
16753         * gnus-cache.el (gnus-cache-save-buffers): Use
16754         gnus-cache-update-overview-total-fetched-for to change disk space
16755         used by this group.
16756         (gnus-cache-possibly-enter-article): Use
16757         gnus-cache-update-file-total-fetched-for to increment disk space
16758         used by this group.
16759         (gnus-cache-possibly-remove-article): Use
16760         gnus-cache-update-file-total-fetched-for to decrement disk space
16761         used by this group.
16762         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16763         (gnus-cache-rename-group): New function.
16764         (gnus-cache-delete-group): New function.
16765         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16766         (gnus-cache-need-update-total-fetched-for): New variable.
16767         (gnus-cache-with-refreshed-group): New macro.
16768         (gnus-cache-update-file-total-fetched-for): New function.
16769         (gnus-cache-update-overview-total-fetched-for): New function.
16770         (gnus-cache-rename-group-total-fetched-for): New function.
16771         (gnus-cache-delete-group-total-fetched-for): New function.
16772         (gnus-cache-total-fetched-for): New function.
16773
16774         * gnus-group.el: Require gnus-sum and autoload functions to
16775         resolve warnings when gnus-group.el compiled alone.
16776         (gnus-group-line-format): Documented new %F.
16777         (size of Fetched data) group line format; identifies disk space
16778         used by agent and cache.
16779         (gnus-group-line-format-alist): Defined new F format.
16780         (gnus-total-fetched-for): New function.
16781         (gnus-group-delete-group): No longer update
16782         gnus-cache-active-altered as gnus-request-delete-group now keeps
16783         the cache in sync.
16784         (gnus-group-list-active): Let the agent store a server's active
16785         list if currently plugged.
16786
16787         * gnus-int.el (gnus-request-delete-group):
16788         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16789         local disk in sync with the server.
16790         (gnus-request-rename-group):
16791         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16792         local disk in sync with the server.
16793
16794         * gnus-start.el (gnus-get-unread-articles):
16795         Cosmetic simplification to logic.
16796
16797         * gnus-util.el (gnus-rename-file): New function.
16798
16799 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16800
16801         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16802
16803 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16804
16805         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16806         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16807
16808 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16809
16810         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16811         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16812
16813 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16814
16815         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16816
16817 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16818
16819         * spam.el (spam-set-difference): Add function to replace
16820         gnus-set-difference in spam.el.
16821         (spam-summary-prepare-exit): Use spam-set-difference.
16822
16823 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16824
16825         * gnus-registry.el (gnus-registry-cache-file): Update to use
16826         gnus-dribble-directory OR gnus-home-directory OR ~.
16827         (gnus-registry-split-fancy-with-parent): Fix doc.
16828
16829 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * message.el (message-exchange-point-and-mark): Use
16832         message-mark-active-p.  Suggested by Jesper Harder
16833         <harder@ifa.au.dk>.
16834
16835 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * message.el (message-exchange-point-and-mark): Don't activate
16838         region if it was inactive.  Suggested by Hiroshi Fujishima
16839         <pooh@nature.tsukuba.ac.jp>.
16840
16841 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-art.el (article-display-face): Display Faces in the same
16844         order as X-Faces.
16845
16846 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16849
16850 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16853         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16854         (gnus-article-mime-hierarchy): Remove.
16855         (gnus-article-mime-hierarchy-next): Remove.
16856         (gnus-article-mode): Revert 2004-03-19 change.
16857         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16858         (gnus-insert-mime-button): Revert 2004-03-19 change.
16859         (gnus-mime-accumulate-hierarchy): Remove.
16860         (gnus-mime-enter-multipart): Remove.
16861         (gnus-mime-leave-multipart): Remove.
16862         (gnus-mime-display-part): Revert 2004-03-19 change.
16863         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16864
16865         * mml.el (mml-preview): Revert 2004-03-19 change.
16866
16867 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16868
16869         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16870
16871 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16874         t while entering a file name using the mm-with-multibyte macro.
16875         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16876
16877         * mm-util.el (mm-with-multibyte): New macro.
16878
16879 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16882         user option.
16883         (gnus-mime-multipart-functions): Doc and customization fix.
16884         (gnus-article-mime-hierarchy): New variable.
16885         (gnus-article-mime-hierarchy-next): New variable.
16886         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16887         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16888         gnus-article-mime-hierarchy-next to nil.
16889         (gnus-insert-mime-button): Show hierarchy numbers.
16890         (gnus-mime-accumulate-hierarchy): New function.
16891         (gnus-mime-enter-multipart): New function.
16892         (gnus-mime-leave-multipart): New function.
16893         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16894         (gnus-mime-display-alternative): Show hierarchy numbers.
16895
16896         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16897         gnus-article-mime-hierarchy-next to nil.
16898
16899 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16900
16901         * dns.el: Don't require gnus-xmas.
16902
16903 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16904
16905         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16906         inline PGP.
16907         (mml-menu): Disable mml-quote-region if mark is inactive.
16908
16909 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16912         when the group's active is not available.
16913
16914 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16917         error.
16918
16919 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16920
16921         * imap.el (imap-store-password): New variable.
16922         (imap-interactive-login): Use it.
16923         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16924
16925 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16928         window-start and hscroll to summary window.
16929
16930 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16931
16932         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16933         conversion message to newsrc-dribble when an actual conversion is
16934         performed.
16935
16936 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16937
16938         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16939
16940 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16941
16942         * mm-decode.el (mm-complicated-handles): New function reviving
16943         former definition of mm-multiple-handles.
16944
16945         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16946         (gnus-mime-delete-part): Use it.
16947
16948 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16949
16950         * gnus-agent.el (gnus-agent-read-local): Bind
16951         nnheader-file-coding-system to gnus-agent-file-coding-system to
16952         avoid the implicit assumption that they will always be equal.
16953         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16954         coding-system-for-write, as the with-temp-file macro first prints
16955         to a buffer then saves the buffer.
16956
16957 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * gnus-art.el (gnus-article-edit-part): New function.
16960         (gnus-mime-save-part-and-strip): Use it; do query instead of
16961         signaling an error; don't use mm-multiple-handles.
16962         (gnus-mime-delete-part): Ditto.
16963
16964 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16965
16966         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16967         old file versions.
16968         (gnus-group-prepare-hook): Removed function that converted list
16969         form of gnus-agent-expire-days to group properties.
16970
16971         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16972         (gnus-request-accept-article): Re-indented.
16973
16974         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16975         converters to handle old agent file formats.  Added logic for a
16976         "backup before upgrading warning".
16977         (gnus-convert-mark-converter-prompt): Developers can mark
16978         functions as needing (default), or not needing,
16979         gnus-convert-old-newsrc's "backup before upgrading warning".
16980         (gnus-convert-converter-needs-prompt): Tests whether the user
16981         should be protected from potentially irreversable changes by the
16982         function.
16983
16984         * legacy-gnus-agent.el: New.  Provides converters that are only
16985         loaded when gnus-convert-old-newsrc needs to call them.
16986
16987 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * mail-source.el (mail-source-touch-pop): Doc fix.
16990
16991         * message.el (message-smtpmail-send-it): Doc fix.
16992
16993 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16994
16995         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16996
16997         * nnmail.el (nnmail-split-fancy): do.
16998
16999         * gnus-kill.el (gnus-kill, gnus-execute): do.
17000
17001 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17002
17003         * gnus-sum.el (gnus-widget-reversible-match)
17004         (gnus-widget-reversible-to-internal)
17005         (gnus-widget-reversible-to-external): New functions.
17006         (gnus-widget-reversible): New widget.
17007         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17008
17009 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17010
17011         * gnus-sum.el (gnus-thread-sort-functions)
17012         (gnus-article-sort-functions): Document `(not F)' items.
17013
17014 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17015
17016         * spam.el (spam-use-gmane-xref): Add new backend.
17017         (spam-gmane-xref-spam-group): Add variable to control the name of the
17018         Gmane spam group.
17019         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17020         (spam-regex-headers-spam, spam-regex-headers-ham)
17021         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17022         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17023         backends and checks.
17024         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17025
17026         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17027         an autodetect method.
17028
17029 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17030
17031         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17032         articles are being added to a group.
17033         (gnus-request-replace-article): Inform the agent that articles
17034         need to be uncached as the cached contents are no longer valid.
17035
17036 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * binhex.el: Don't autoload executable-find.
17039
17040         * canlock.el: Don't autoload mail-fetch-field.
17041
17042         * dgnushack.el: Autoload c-mode for XEmacs.
17043
17044         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17045
17046         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17047         rmail-dont-reply-to and rmail-output.
17048
17049         * gnus-score.el: Don't autoload ffap-string-at-point.
17050
17051         * gnus-setup.el: Don't autoload sc-cite-original.
17052
17053         * imap.el: Don't autoload base64-decode-string,
17054         base64-encode-string and md5.
17055
17056         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17057         and rmail-msg-restore-non-pruned-header.
17058
17059         * mm-decode.el: Don't autoload executable-find.
17060
17061         * mm-url.el: Don't autoload executable-find.
17062
17063         * mm-view.el: Don't autoload diff-mode.
17064
17065         * nndb.el: Don't autoload news-reply-mode, news-setup,
17066         cancel-timer and telnet.
17067
17068         * password.el: Don't autoload run-at-time for Emacs.
17069
17070         * sha1-el.el: Don't autoload executable-find.
17071
17072         * sieve-mode.el: Don't autoload c-mode.
17073
17074         * uudecode.el: Don't autoload executable-find.
17075
17076 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17077
17078         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17079         (gnus-agent-possibly-alter-active): Avoid null in numeric
17080         comparison.
17081         (gnus-agent-set-local): Refuse to save null in local object table.
17082         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17083         list of articles that will be marked as unread.
17084
17085 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17088
17089 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17090
17091         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17092         language tags.
17093
17094 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17095
17096         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17097         Don't bind "obarray".
17098
17099         * gnus-sum.el (gnus-thread-sort-functions): Added
17100         `gnus-thread-sort-by-most-recent-number' and
17101         `gnus-thread-sort-by-most-recent-date'.
17102         Reported by Kai Grossjohann <kai@emptydomain.de>.
17103
17104 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17107
17108 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17109
17110         * gnus-cus.el (gnus-agent-customize-category): Removed
17111         ignore-errors macro reference that required cl to be loaded at
17112         run-time.
17113
17114         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17115         single-interval range of the form (min . max).  Previously the
17116         range had to look like ((min . max)).  Likewise, return
17117         (min . max) rather than ((min . max)).
17118         (gnus-range-map): Use gnus-range-normalize to accept
17119         single-interval range.
17120
17121         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17122         the cache, but not the agent, now appear with their usual face.
17123
17124         * dgnushack.el (loaddir): New variable that is bound to the
17125         directory containing the dgnushack.el file. Use loaddir, rather
17126         than srcdir, to update load-path. Change lets dgnushack compile
17127         code in directories other than GNUS/lisp.
17128
17129 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * lpath.el: Don't bind w3m-safe-url-regexp.
17132
17133         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17134         w3m-safe-url-regexp variable buffer-local.
17135
17136         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17137
17138 2004-02-27  Simon Josefsson  <jas@extundo.com>
17139
17140         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17141         gnus-group-real-prefix.
17142         (gnus-summary-move-article): Use it, instead of
17143         gnus-group-real-prefix.
17144
17145 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * lpath.el: Bind w3m-safe-url-regexp.
17148
17149         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17150         w3m-safe-url-regexp variable buffer-local and set it as the value
17151         of mm-w3m-safe-url-regexp.
17152
17153         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17154
17155         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17156         parsing gnus-posting-styles when the message is not for replying.
17157
17158         * dgnushack.el: Autoload sgml-mode for XEmacs.
17159
17160         * nnrss.el (nnrss-opml-export): Use
17161         mm-set-buffer-file-coding-system instead of
17162         set-buffer-file-coding-system.
17163
17164 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17165
17166         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17167         of checkdoc.el).
17168         * nnrss.el: do.
17169         * gnus-mlspl.el: do.
17170         * gnus-ml.el: do.
17171         * gnus-srvr.el: do.
17172
17173         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17174
17175 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17176
17177         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17178         Corrections to custom-manual links.
17179
17180         * gnus-art.el (gnus-article): Ditto.
17181
17182         * mm-decode.el (mime-display, mime-security): Ditto.
17183
17184 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17185
17186         * flow-fill.el: Typo.
17187
17188 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17189
17190         * spam-wash.el: New file.
17191
17192 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17193
17194         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17195
17196 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17197
17198         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17199         to be run with new-articles as LIST1, not LIST2.
17200         (spam-registration-functions): Add spam-use-ham-copy as a nil
17201         registration backend.
17202
17203 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17204
17205         * spam-stat.el (spam-stat-washing-hook): New option.
17206         (spam-stat-buffer-words): Use it.
17207         (spam-stat-process-directory, spam-stat-test-directory): Use
17208         insert-file-contents-literally.
17209         (spam-stat-coding-system): New variable.
17210         (spam-stat-load, spam-stat-save): Use it.
17211
17212 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * spam-report.el (spam-report-plug-agent): Quote
17215         spam-report-url-to-file and spam-report-url-ping-plain.
17216
17217 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17218
17219         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17220         / in mailto URLs.
17221
17222 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17223
17224         * spam-report.el (spam-report-process-queue): Fix interactive use.
17225         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17226         (spam-report-unplug-agent): Doc fixes.
17227         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17228         (spam-report-agentize, spam-report-deagentize): Autoload.
17229
17230 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17233
17234         * message.el (message-setup-fill-variables): Add mml tags to
17235         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17236         <ajk@iu.edu>.
17237         (message-mode): Don't modify paragraph-separate there.
17238
17239 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * compface.el (uncompface-use-external): Default to undecided.
17242         (uncompface-use-external-threshold): New variable.
17243         (uncompface-float-time): New macro.
17244         (uncompface): Determine whether to use the external decoder if
17245         uncompface-use-external is undecided.
17246
17247 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17248
17249         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17250         after images.
17251
17252         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17253
17254 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17255
17256         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17257
17258         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17259
17260         * gnus-sum.el (gnus-summary-limit-to-age)
17261         (gnus-summary-limit-children): do.
17262
17263         * gnus-int.el (gnus-request-scan): do.
17264
17265         * gnus-group.el (gnus-group-suspend): do.
17266
17267         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17268
17269         * gnus-cite.el (gnus-cite-parse-attributions): do.
17270
17271         * gnus-agent.el (gnus-summary-set-agent-mark)
17272         (gnus-agent-regenerate-group): do.
17273
17274         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17275
17276         * binhex.el (binhex-decode-region-internal): do.
17277
17278 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17279
17280         * gnus-fun.el (gnus-face-properties-alist): New user option.
17281         (gnus-display-x-face-in-from): Use it.
17282
17283         * gnus-art.el (article-display-face): Ditto.
17284
17285         * compface.el (uncompface-use-external): Default to nil.
17286
17287 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17288
17289         * nntp.el (nntp-erase-buffer): New function.
17290         (nntp-retrieve-data, nntp-send-command)
17291         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17292         (nntp-possibly-change-group): Use it.
17293
17294         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17295         with-current-buffer.
17296
17297 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17298
17299         * compface.el: Merge the ELisp-based uncompface program.
17300         (compface): New customization group.
17301         (uncompface-use-external): New user option.
17302         (uncompface): Call uncompface-internal if uncompface-use-external
17303         is nil.
17304         (uncompface-internal): New function.  Note that there are also
17305         some other functions and variables added for this function.
17306
17307 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17308
17309         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17310         if necessary.
17311
17312 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17313
17314         * spam-report.el (spam-report-unplug-agent)
17315         (spam-report-plug-agent, spam-report-deagentize)
17316         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17317         Add support for the Agent in spam-report: when unplugged, report to a
17318         file; when plugged, submit all the requests.
17319
17320         * spam.el (spam-register-routine): Fix message about
17321         registration.
17322
17323 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17324
17325         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17326         dependencies.
17327         (rfc2047-encode): Use it.
17328
17329         * gnus-art.el (gnus-button-marker-list): Move before first
17330         reference.
17331
17332         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17333         (imap-parse-body): Fix format string mismatch.
17334
17335         * gnus-score.el (gnus-summary-increase-score): do.
17336
17337         * nnrss.el (nnrss-close): New function.
17338
17339 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17340
17341         * nnrss.el (nnrss-make-filename): New function.
17342         (nnrss-request-delete-group, nnrss-read-server-data)
17343         (nnrss-save-server-data, nnrss-read-group-data)
17344         (nnrss-save-group-data): Use it.
17345         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17346         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17347         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17348
17349 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17350
17351         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17352
17353 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17354
17355         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17356         files.
17357
17358         * message.el (message-generate-headers-first): Don't quote nil
17359         and t in docstrings.
17360
17361         * imap.el (imap-id): do.
17362
17363         * gnus-agent.el (gnus-agent-consider-all-articles)
17364         (gnus-agent-queue-mail): do.
17365
17366 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17367
17368         * spam-report.el (spam-report-process-queue): New function.
17369         Process requests from `spam-report-requests-file'.
17370         (spam-report-process-queue): Doc fix.
17371
17372 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17373
17374         * spam.el (spam-register-routine)
17375         (spam-log-processing-to-registry, spam-log-registered-p)
17376         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17377         Change "check" to "spam-check" for semi-clarity.
17378
17379 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17380
17381         * pop3.el: Require nnheader.
17382
17383         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17384
17385         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17386
17387         * gnus-picon.el: Require cl.
17388
17389         * gnus-fun.el: Require gnus-ems and gnus-util.
17390
17391         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17392
17393         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17394
17395         * gnus-art.el (gnus-article-edit-mode): Define before first
17396         reference.
17397
17398 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17399
17400         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17401         (gnus-uu-post-encoded): Use point-at-bol.
17402
17403         * gnus-topic.el (gnus-group-active-topic-p): do.
17404
17405         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17406
17407         * gnus-group.el (gnus-group-kill-region): do.
17408
17409         * gnus-art.el (article-date-ut): do.
17410
17411         * message.el (message-fetch-field): Remove redundant
17412         case-fold-search binding.
17413         (message-narrow-to-field): Simplify.
17414
17415 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17416
17417         * spam.el (spam-directory): Derive from `gnus-directory'.
17418
17419         * spam-report.el (spam-report-url-to-file)
17420         (spam-report-requests-file): New function and variable for offline
17421         reporting.
17422         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17423         and user defined function.
17424         (spam-report-url-ping-mm-url): Remove doubled slash.
17425
17426 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17427
17428         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17429
17430 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17431
17432         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17433         format string mismatch.
17434
17435         * sieve.el (sieve-deactivate-all): do.
17436
17437         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17438
17439         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17440
17441         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17442
17443         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17444
17445 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17446
17447         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17448         the list of checks.
17449
17450 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17451
17452         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17453         padding.
17454
17455 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17456
17457         * mm-view.el (mm-fill-flowed): New variable.
17458         (mm-inline-text): Use it.
17459
17460 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17461
17462         * spam.el (spam-spamassassin-register-ham-routine)
17463         (spam-spamassassin-register-spam-routine): Fix function names.
17464
17465 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * gnus.el (gnus-tmp-grouplens): Remove.
17468         (gnus-summary-line-format): Remove grouplens.
17469
17470         * gnus-group.el (gnus-group-line-format): Ditto.
17471
17472         * gnus-spec.el (gnus-format-specs): Ditto.
17473         (gnus-update-format-specifications): Flush the group format spec
17474         cache if there's the grouplens stuff.
17475         (gnus-parse-simple-format): Replace %l with the empty string.
17476
17477 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17478
17479         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17480         omission.
17481
17482 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17485         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17486
17487 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17488
17489         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17490         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17491         New macros and functions.
17492         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17493         Handle > NLINK_MAX messages.
17494         * nnmaildir.el (nnmaildir-request-set-mark): Use
17495         nnmaildir--emlink-p and nnmaildir--eexist-p.
17496
17497 2004-01-25  Alex Schroeder  <alex@gnu.org>
17498
17499         * spam-stat.el (spam-stat-process-directory-age): New option.
17500         (spam-stat-process-directory): Use it.
17501
17502 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17503
17504         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17505         (spam-stat-save): Accept prefix argument.
17506
17507 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17508
17509         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17510         links" error.
17511
17512 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17515         the rest of the and/or forms.
17516
17517 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17518
17519         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17520         compatibility with old .newsrc.eld files.
17521
17522         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17523
17524         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17525
17526         * gnus-start.el (gnus-1): do.
17527
17528         * gnus-group.el (gnus-group-line-format-alist): do.
17529
17530         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17531
17532         * gnus-gl.el: Remove.
17533
17534 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17535
17536         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17537         marks consisting of a single range {for example, (3 . 5)} rather
17538         than a list of a single range { ((3 . 5)) }.
17539
17540 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17541
17542         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17543         with-current-buffer.
17544         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17545         avoid consing a string.
17546
17547         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17548         Remove obsolete entries for big5 and gb2312.
17549
17550 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17551
17552         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17553         uncompressed list.
17554
17555 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17556
17557         * spam-stat.el (spam-stat-strip-xref): New function.
17558         (spam-stat-process-directory): Use it.
17559
17560         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17561         here -- it's done in message-fetch-field.
17562
17563 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17564
17565         * gnus-agent.el (gnus-agent-queue-mail)
17566         (gnus-agent-prompt-send-queue): New variables.
17567         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17568         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17569         "nndraft:queue" along to gnus-draft-send.  Use
17570         gnus-agent-prompt-send-queue.
17571         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17572         is "nndraft:queue".  Suggested by Gaute Strokkenes
17573         <gs234@srcf.ucam.org>
17574
17575         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17576         (agent-enable-undownloaded-faces): Added.
17577         (gnus-agent-cat-groups): Use eval-and-compile, not
17578         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17579         method of gnus-agent-cat-groups even when the buffer has been
17580         evaled.
17581         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17582         delete gnus-agent-save-active-1.
17583         (gnus-agent-save-groups): Deleted.  Identical to
17584         gnus-agent-save-active.
17585         (gnus-agent-write-active): No longer adjust agent's copy of active
17586         file as agent's adjustments are now stored in their own
17587         file.  Removed optional parameter.
17588         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17589         servers.  Add use of min/max range limits from server's local
17590         file.
17591         (gnus-agent-save-alist): Removed unused optional argument.
17592         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17593         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17594         (gnus-agent-set-local): A per-server file that keeps min/max range
17595         limits for articles known to the agent.  Provides a fast mechanism
17596         for altering many active ranges.
17597         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17598         active file (local makes it unnecessary).
17599         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17600
17601         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17602         (agent-enable-undownloaded-faces): Added.
17603
17604         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17605         disable it when sending to "nndraft:queue".
17606         (gnus-group-send-queue): Add safety check to avoid sending queue
17607         when unplugged.
17608
17609         * gnus-group.el (gnus-group-catchup): Use new
17610         gnus-sequence-of-unread-articles, not
17611         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17612         numbers of articles.  Use gnus-range-map to avoid having to
17613         uncompress the unread list.
17614         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17615         Fixed invalid ange-ftp reference.
17616
17617         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17618         (gnus-sorted-range-intersection): Intersection of two ranges
17619         without requiring that they first be uncompressed.
17620
17621         * gnus-start.el (gnus-activate-group): Unless blocked by the
17622         caller, possibly expand the active range to include both cached
17623         and agentized articles.
17624         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17625         multiple version-dependent converters.
17626         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17627         gnus-agent-save-active.
17628         (gnus-save-newsrc-file): Save dirty agent range limits.
17629
17630         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17631         gnus-agent-possibly-alter-active.
17632         (gnus-adjust-marked-articles): Faster handling of simple lists.
17633
17634 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17635
17636         * spam-stat.el (spam-stat-test-directory): New optional argument
17637         displays a list of files detected.  Suggested by Andrew Cohen
17638         <cohen@andy.bu.edu>.
17639         (spam-stat-buffer-words-with-scores): Don't narrow and change
17640         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17641
17642 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17643
17644         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17645         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17646         (spam-spamassassin-arguments)
17647         (spam-spamassassin-spam-flag-header)
17648         (spam-spamassassin-positive-spam-flag-header)
17649         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17650         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17651         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17652         (spam-list-of-processors, spam-list-of-checks)
17653         (spam-list-of-statistical-checks, spam-registration-functions)
17654         (spam-check-spamassassin-headers, spam-check-spamassassin)
17655         (spam-spamassassin-score)
17656         (spam-spamassassin-register-with-sa-learn)
17657         (spam-spamassassin-register-spam-routine)
17658         (spam-spamassassin-register-ham-routine)
17659         (spam-assassin-register-spam-routine)
17660         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17661         (spam-bogofilter-score): Fix to show article before scoring.
17662
17663 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17664
17665         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17666         default scoring function.
17667         (spam-generic-score): Call spam-spamassassin-score if
17668         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17669         spam-bogofilter-score otherwise.
17670
17671         * gnus.el (spam-process, spam-autodetect-methods): Add
17672         spamassassin and spamassassin-headers.
17673
17674 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17675
17676         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17677         Suppress unnecessary messages.
17678
17679 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17680
17681         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17682         make-hash-table.
17683
17684 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17685
17686         * canlock.el (base64-encode-string): Don't autoload it.
17687
17688 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * run-at-time.el: Remove useless (require 'itimer),
17691         eval-and-compile and (featurep 'xemacs).
17692
17693 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17694
17695         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17696         GROUP is a virtual group.
17697
17698 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17699
17700         * gnus.el: Autoload `message-y-or-n-p'.
17701
17702 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17703
17704         * pgg-parse.el: Remove unnecessary (require 'custom).
17705
17706         * pgg-def.el: do.
17707
17708         * nnmail.el: do.
17709
17710         * gnus-undo.el: do.
17711
17712         * gnus-picon.el: do.
17713
17714         * gnus-util.el: do.
17715
17716 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17717
17718         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17719
17720 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17723         handle, as well as a list.
17724
17725         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17726         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17727         (mm-w3m-cid-retrieve): Simplify.
17728
17729 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17730
17731         * message.el (message-kill-to-signature): Allow prefix arg to
17732         specify number of lines to keep before signature.
17733
17734 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17735
17736         * message.el (message-kill-to-signature): Change docstring.
17737
17738 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * canlock.el: Always require sha1-el.
17741         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17742
17743         * message.el: Autoload sha1 only when compiling.
17744
17745         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17746         eudc-expand-inline for XEmacs.
17747
17748 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * message.el (message-canlock-generate): Require sha1-el.
17751
17752 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17753
17754         * message.el (message-expand-name): Silence the byte compiler.
17755
17756         * lpath.el: Add detect-coding-system.
17757
17758         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17759         cus-edit.
17760
17761 2004-01-13  Simon Josefsson  <jas@extundo.com>
17762
17763         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17764         Invoke gnus-score-mode.  Reported by
17765         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17766
17767         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17768         Jim Blandy <jimb@redhat.com> (tiny change).
17769
17770 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17771
17772         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17773
17774 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17775
17776         * spam.el (spam-get-article-as-string): Update to use
17777         gnus-request-article-this-buffer, much simpler.
17778         (spam-get-article-as-buffer): Remove.
17779
17780 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17781
17782         * message.el (message-expand-name): Use EUDC if the user uses that.
17783
17784 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17785
17786         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17787         character for the encoding to avoid consing a string.
17788
17789         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17790         unnecessarily.
17791
17792         * mm-util.el (mm-replace-chars-in-string): Remove.
17793
17794         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17795         of mm-replace-chars-in-string.
17796
17797 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17798
17799         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17800
17801         * mm-util.el (mm-subst-char-in-string): Support inplace.
17802
17803         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17804         a new string in every iteration.  Use shy groups.
17805
17806 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17807
17808         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17809         * gnus-soup.el (gnus-soup-group-brew):
17810         * gnus-msg.el (gnus-put-message):
17811         * gnus-move.el (gnus-group-move-group-to-server):
17812         * gnus-kill.el (gnus-batch-score):
17813         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17814         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17815         (gnus-group-update-group, gnus-group-read-group)
17816         (gnus-group-make-group, gnus-group-make-help-group)
17817         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17818         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17819         (gnus-group-sort-by-unread, gnus-group-catchup)
17820         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17821         (gnus-group-yank-group, gnus-group-set-info)
17822         (gnus-group-list-groups):
17823         * gnus.el (gnus-generate-new-group-name):
17824         * gnus-delay.el (gnus-delay-send-queue):
17825         * nnvirtual.el (nnvirtual-catchup-group):
17826         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17827         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17828         (gnus-group-prepare-topics, gnus-topic-check-topology):
17829         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17830         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17831         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17832         (gnus-group-make-articles-read):
17833         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17834         (gnus-group-change-level, gnus-kill-newsgroup)
17835         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17836         (gnus-get-unread-articles, gnus-make-articles-unread)
17837         (gnus-make-ascending-articles-unread): Use accessor
17838         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17839         to get group information for improved readability.
17840
17841
17842 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17843
17844         * gnus-art.el (article-decode-mime-words, article-babel)
17845         (gnus-article-highlight-signature, gnus-article-add-buttons)
17846         (gnus-signature-toggle): Use gnus-with-article-buffer.
17847
17848         * gnus-art.el (gnus-article-highlight-headers)
17849         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17850
17851         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17852         (gnus-article-set-globals, gnus-request-article-this-buffer)
17853         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17854         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17855         (gnus-mime-display-alternative): Use with-current-buffer.
17856
17857 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17858
17859         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17860         also under 80 char limit, and call gnus-error if needed.
17861         (spam-fetch-article-header): Fix - it was a
17862         buffer-local variable (gnus-newsgroup-data).
17863         (spam-find-spam): Use spam-generate-fake-headers, forget about
17864         spam-insert-fake-headers.
17865         (spam-insert-fake-headers): Remove.
17866
17867 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17868
17869         * deuglify.el (gnus-article-outlook-unwrap-lines)
17870         (gnus-outlook-rearrange-article)
17871         (gnus-outlook-repair-attribution-outlook)
17872         (gnus-outlook-repair-attribution-block)
17873         (gnus-outlook-repair-attribution-other): Remove redundant
17874         save-excursion.
17875
17876 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17877
17878         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17879         (spam-fetch-field-subject-fast)
17880         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17881         (spam-fetch-article-header): Add functions to deal with Gnus
17882         internals for fast retrieval of article header data.
17883         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17884
17885 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17886
17887         * pop3.el (pop3-md5): Remove.
17888         (pop3-apop): Replace pop3-md5 with md5.
17889
17890         * mm-bodies.el: base64 is always built-in.
17891
17892         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17893         with-current-buffer.
17894
17895 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * canlock.el (canlock-insert-header): Remove excessive grouping in
17898         regexp.
17899
17900         * gnus-sum.el (gnus-summary-read-document): Ditto.
17901
17902         * gnus-uu.el (gnus-uu-part-number): Ditto.
17903
17904         * html2text.el (html2text-remove-tags): Ditto.
17905         (html2text-format-tags): Ditto.
17906         (html2text-format-single-elements): Ditto.
17907
17908         * mml.el (mml-parse-1): Ditto.
17909
17910 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17911
17912         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17913
17914         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17915
17916         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17917
17918         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17919
17920 2003-11-15  Simon Josefsson  <jas@extundo.com>
17921
17922         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17923         (pgg-gpg-lookup-key): Use regexp match instead of
17924         split-string (split-string is different between emacs 21.2 and
17925         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17926
17927 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17928
17929         * gnus-art.el (gnus-mime-view-all-parts)
17930         (gnus-article-part-wrapper, gnus-article-view-part): Use
17931         with-current-buffer.
17932
17933 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17934
17935         * spam.el (spam-disable-spam-split-during-ham-respool)
17936         (spam-spamoracle-database, spam-cache-lookups)
17937         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17938         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17939         (spam-group-ham-marks, spam-group-spam-marks)
17940         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17941         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17942         also add spam-use-blackholes to the statistical checks.
17943         (spam-fetch-field-fast): Add interface to fetching fields, may
17944         become a macro.
17945         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17946         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17947         (spam-insert-fake-headers): Fake an article when needed.
17948         (spam-find-spam): Fake article when possible.
17949         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17950         (spam-check-bogofilter-headers): Use message-fetch-field instead
17951         of nnmail-fetch-field.
17952
17953 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17954
17955         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17956
17957 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17958
17959         * spam.el (spam-split): Do not require spam-use-CHECK to be
17960         enabled if that check is passed to spam-split explicitly; also
17961         fix so 'spam doesn't get converted to spam-split-group when
17962         spam-split-symbolic-return is t.
17963         (spam-find-spam): Find registrations of the article and use those
17964         instead of re-running spam-split to find the spam/ham
17965         classification of the article.
17966         (spam-log-processing-to-registry, spam-log-registered-p)
17967         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17968         Use gnus-error instead of gnus-message.
17969         (spam-log-registration-type): Add function to determine the
17970         classification of a message based on registry entries; will
17971         return nil if both 'spam and 'ham are found.
17972         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17973         a reasonably fast local cache without the loading errors.
17974         (spam-cache-lookups): Set to t by default.
17975         (spam-find-spam): Don't try to guess spam-cache-lookups.
17976         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17977         spam-caches entry.
17978         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17979         caching of whitelist/blacklist entries.
17980         (spam-check-whitelist, spam-check-blacklist): Invoke
17981         spam-from-listed-p with a type, not a cache variable.
17982         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17983
17984 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17985
17986         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17987
17988         * nnmail.el (nnmail-split-fancy): do.
17989
17990         * mml.el (mml-parse): do.
17991
17992         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17993         (gnus-score-adaptive): do.
17994
17995 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17996
17997         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17998         (gnus-mime-button-map): Don't set keymap parent.
17999         (gnus-button-ctan-directory-regexp): Use shy grouping.
18000         (gnus-prev-page-map): Don't set keymap parent.
18001         (gnus-prev-page-map): Remove duplicated one.
18002         (gnus-next-page-map): Don't set keymap parent.
18003         (gnus-mime-security-button-map): Ditto.
18004
18005         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18006         version number.
18007
18008         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18009
18010 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18011
18012         * canlock.el (canlock-sha1-function): Remove.
18013         (canlock-sha1-function-for-verify): Remove.
18014         (canlock-openssl-program): Remove.
18015         (canlock-openssl-args): Remove.
18016         (canlock-ignore-errors): Remove.
18017         (canlock-sha1-with-openssl): Remove.
18018         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18019         (canlock-verify): Don't use canlock-ignore-errors.
18020
18021         * sha1-el.el (sha1-string-external): Make it can return a string
18022         in binary form.
18023         (sha1-region-external): Ditto.
18024         (sha1-string-internal): Ditto.
18025         (sha1-region-internal): Ditto.
18026         (sha1-region): Ditto.
18027         (sha1-string): Ditto.
18028         (sha1): Ditto.
18029
18030 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18031
18032         * spam.el (spam-report-articles-gmane): New command.
18033
18034 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18037
18038         * run-at-time.el (run-at-time-saved): Remove.
18039         (run-at-time): Doc fix.
18040
18041 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18042
18043         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18044         (gnus-summary-limit-map): Add it.
18045         (gnus-summary-make-menu-bar): do.
18046
18047 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18048
18049         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18050         Make attempt at some caching support (done for BBDB only now).
18051         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18052         addresses to be checked.
18053         (spam-clear-cache-BBDB): Add function, to be invoked by
18054         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18055         (spam-check-BBDB): Check and use the caches, if
18056         spam-cache-lookups is on, remove superfluous (provide).
18057
18058 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18059
18060         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18061
18062 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18063
18064         * run-at-time.el (run-at-time-saved): Move to after the definition
18065         of `run-at-time'.
18066
18067         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18068
18069 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18072         mm-w3m-local-map-property.
18073
18074         * mm-view.el (mm-w3m-mode-map): Remove.
18075         (mm-w3m-local-map-property): Remove.
18076         (mm-inline-text-html-render-with-w3m): Don't use
18077         mm-w3m-local-map-property.
18078
18079 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18080
18081         * run-at-time.el: New file.
18082
18083         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18084         under Emacs.
18085
18086         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18087         of gnus-set-text-properties.
18088
18089         * gnus-uu.el (gnus-uu-save-article): Ditto.
18090
18091         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18092
18093         * gnus-cite.el (gnus-cite-parse): Ditto.
18094
18095         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18096         of gnus-.
18097
18098         * gnus-xmas.el (run-at-time): Require run-at-time.
18099
18100         * gnus.el: Changed calls to nnheader-run-at-time and
18101         password-run-at-time throughout to use run-at-time directly.
18102
18103         * password.el: Removed definition of run-at-time.
18104
18105         * nnheaderxm.el: Remove definition of run-at-time.
18106
18107 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18108
18109         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18110         in prompt.
18111
18112 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18113
18114         * messagexmas.el (message-xmas-redefine): Alias
18115         `message-make-caesar-translation-table' to
18116         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18117         version.
18118
18119         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18120         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18121         `gnus-xmas-set-text-properties'.
18122         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18123         `gnus-xmas-completing-read'.
18124         (gnus-xmas-completing-read): Removed.
18125         (gnus-xmas-open-network-stream): Removed.
18126
18127         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18128         XEmacs version.
18129
18130         * dns.el (dns-make-network-process): Use `open-network-stream'
18131         instead of `gnus-xmas-open-network-stream'.
18132
18133         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18134
18135         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18136
18137 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18138
18139         * gnus-art.el (gnus-mime-display-alternative)
18140         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18141         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18142         Don't use gnus-local-map-property.
18143
18144         * gnus-util.el (gnus-local-map-property): Remove.
18145
18146         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18147         gnus-completing-read-maybe-default with completing-read.
18148
18149         * gnus-util.el (gnus-completing-read): do.
18150         (gnus-completing-read-maybe-default): Remove.
18151
18152 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18153
18154         * password.el: Only autoload `run-at-time' if not XEmacs.
18155         Only autoload the itimer functions if XEmacs.
18156
18157 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18158
18159         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18160         XEmacsen.
18161
18162         * dgnushack.el: Autoload executable-find for XEmacs.
18163
18164 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18165
18166         * gnus-art.el (gnus-read-string): Remove.
18167         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18168         read-string.
18169
18170 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18171
18172         * netrc.el: Autoload password-read.
18173         (netrc): Add configuration group.
18174         (netrc-encoding-method, netrc-openssl-path): Add
18175         variables for encoding and decoding of files with symmetric
18176         ciphers.
18177         (netrc-encode): Add assistant function to encode a file with
18178         netrc-encoding-method.
18179         (netrc-parse): Add interactive parameter, added optional
18180         decoding if netrc-encoding-method is non-nil but otherwise
18181         behavior is standard.
18182         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18183         Do s/encode/encrypt/ everywhere.
18184
18185         * spam.el: Remove executable-find autoload.
18186
18187 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18188
18189         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18190
18191         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18192
18193 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18194
18195         * gnus-art.el (gnus-treat-ansi-sequences)
18196         (article-treat-ansi-sequences): New variable and function.
18197         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18198
18199         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18200         Use it.
18201
18202 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18203
18204         * mm-util.el (mm-quote-arg): Remove.
18205
18206         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18207         shell-quote-argument.
18208
18209         * gnus-uu.el (gnus-uu-command): do.
18210
18211         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18212
18213         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18214         with make-char.
18215
18216         * mm-util.el (mm-make-char): Remove.
18217
18218         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18219         add-minor-mode.
18220
18221         * gnus-undo.el (gnus-undo-mode): do.
18222
18223         * gnus-topic.el (gnus-topic-mode): do.
18224
18225         * gnus-sum.el (gnus-dead-summary-mode): do.
18226
18227         * gnus-start.el (gnus-slave-mode): do.
18228
18229         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18230
18231         * gnus-ml.el (gnus-mailing-list-mode): do.
18232
18233         * gnus-gl.el (gnus-grouplens-mode): do.
18234
18235         * gnus-draft.el (gnus-draft-mode): do.
18236
18237         * gnus-dired.el (gnus-dired-mode): do.
18238
18239         * gnus-ems.el (gnus-add-minor-mode): Remove.
18240
18241         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18242         Replace gnus-char-width with char-width.
18243
18244         * gnus-ems.el (gnus-char-width): Remove.
18245
18246         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18247         Replace gnus-char-width with char-width.
18248
18249         * gnus-ems.el (gnus-char-width): Remove.
18250
18251         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18252         definition.
18253         Remove Emacs 20 hash table compatibility code.
18254
18255         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18256         20 compatibility code.
18257
18258         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18259
18260         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18261
18262         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18263         with point-at-{eol,bol}.
18264
18265         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18266
18267         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18268
18269         * flow-fill.el (fill-flowed-point-at-bol)
18270         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18271
18272         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18273         Replace with point-at-{eol,bol} throughout all files.
18274
18275 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18276
18277         * ntlm.el (ntlm-string-as-unibyte): New macro.
18278         (ntlm-build-auth-response): Use it.
18279
18280         Remove Emacs 20 stuff:
18281         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18282         (butlast, mapc, remove): Remove the compiler macros.
18283         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18284         of delq and copy-sequence.
18285         * gnus-art.el (popup-menu): Remove the compiler macro.
18286         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18287         Emacs 20.
18288
18289 2004-01-05  Simon Josefsson  <jas@extundo.com>
18290
18291         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18292         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18293         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18294         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18295         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18296         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18297         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18298         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18299         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18300         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18301         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18302         string-xor into ntlm-string-xor.  Suggested by
18303         Jesper Harder <harder@myrealbox.com>.
18304
18305         * ntlm.el: Don't include poem.
18306
18307         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18308         Jesper Harder <harder@myrealbox.com>.
18309
18310         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18311
18312         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18313         probably breaks emacs with DL patch, but do we care? Is anyone
18314         still using the DL stuff?)
18315
18316         * sieve-manage.el: Use the password package.
18317         (sieve-manage-read-passwd): Remove.
18318         (sieve-manage-interactive-login): Use password.  Re-add
18319         condition-case around loop.
18320
18321         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18322         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18323         the password package.
18324
18325 2003-02-19  Simon Josefsson  <jas@extundo.com>
18326
18327         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18328         token.
18329
18330 2002-08-07  Simon Josefsson  <jas@extundo.com>
18331
18332         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18333         (sieve-manage-authenticators):
18334         (sieve-manage-authenticator-alist): Add some SASL mechs.
18335         (sieve-sasl-auth): New function.
18336         (sieve-manage-cram-md5-auth):
18337         (sieve-manage-plain-auth): Rewrite using SASL library.
18338         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18339         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18340         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18341         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18342
18343 2004-01-05  Simon Josefsson  <jas@extundo.com>
18344
18345         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18346         New files.
18347
18348 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18349
18350         * gnus-group.el (gnus-no-groups-message): Update.
18351
18352         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18353
18354 2003-11-09  Simon Josefsson  <jas@extundo.com>
18355
18356         * imap.el: Support for ID IMAP extension (RFC 2971).
18357         (imap-local-variables): Add imap-id.
18358         (imap-id): New variable.
18359         (imap-id): New function.
18360         (imap-parse-response): Parse untagged ID response.
18361         * nnimap.el (nnimap-id): New variable.
18362         (nnimap-open-connection): Use it.
18363
18364 2003-12-28  Simon Josefsson  <jas@extundo.com>
18365
18366         * gnus-score.el (gnus-score-edit-all-score): New.
18367         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18368
18369 2004-01-04  Simon Josefsson  <jas@extundo.com>
18370
18371         * password.el: Add.
18372
18373 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18374
18375         * dns.el (dns-query-types): Fix typo.
18376         (dns-query-types): New function.
18377         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18378         PTR and SOA replies, see RFC 1035.
18379
18380 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18381
18382         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18383
18384         * Moved to Changelog.2.
18385
18386 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18387
18388         * gnus.el (gnus-version-number): Bump version.
18389
18390 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18391
18392         * gnus.el: No Gnus v0.1 is released.
18393
18394 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18395
18396         * gnus.el: No Gnus v0.0 is released.
18397
18398 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18399
18400         * gnus.el (gnus-version-number): Bump.
18401         (gnus-version): No.
18402
18403 See ChangeLog.2 for earlier changes.
18404
18405     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18406       Free Software Foundation, Inc.
18407
18408   This file is part of GNU Emacs.
18409
18410   GNU Emacs is free software: you can redistribute it and/or modify
18411   it under the terms of the GNU General Public License as published by
18412   the Free Software Foundation, either version 3 of the License, or
18413   (at your option) any later version.
18414
18415   GNU Emacs is distributed in the hope that it will be useful,
18416   but WITHOUT ANY WARRANTY; without even the implied warranty of
18417   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18418   GNU General Public License for more details.
18419
18420   You should have received a copy of the GNU General Public License
18421   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18422
18423 ;; Local Variables:
18424 ;; coding: utf-8
18425 ;; fill-column: 79
18426 ;; add-log-time-zone-rule: t
18427 ;; End: