Remove bogus entry.
[gnus] / lisp / ChangeLog
1 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4         to avoid trying to snarf invalid stuff.
5
6         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7
8         * gnus.el (gnus-message-archive-group): Quote value.
9         (gnus-message-archive-group): Mark as changed.
10
11         * shr.el (shr-add-font): Don't put the font properties on the newline
12         or the indentation.
13
14         * message.el (message-fix-before-sending): Change options when sending
15         non-printable characters.
16
17         * gnus.el (gnus-message-archive-method): Change the default to
18         monthly outgoing groups.
19
20         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
21         that have gotten new numbers.
22
23         * nnimap.el (nnimap-request-replace-article): New function.
24
25 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
28         (nnrss-request-article): Don't use special html washing code.
29
30 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * shr.el (shr-tag-table): Remove useless nconc.
33
34 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * gnus-art.el (article-wash-html): Simplify and remove the charset
37         stuff.  Use the normal html rendering code instead of the special html
38         washing code.
39
40         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
41         `gnus-w3m' symbols.
42         (mm-text-html-washer-alist): Removed.
43
44         * mm-decode.el (mm-inline-text-html-renderer): Removed.
45         (mm-inline-media-tests): Removed use.
46         (mm-text-html-renderer): Change default to the `shr' symbol.
47
48         * mm-view.el (mm-inline-text-html): Removed use.
49
50         * gnus-art.el (gnus-blocked-images): New function.  Allow the
51         `gnus-blocked-images' to be a function.
52         (gnus-article-wash-function): Removed.
53
54 2010-10-20  Julien Danjou  <julien@danjou.info>
55
56         * spam.el (spam-list-of-processors): Mark as obsolete.
57
58         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
59         (nnimap-insert-partial-structure): Fix boundary detection.
60
61 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
62
63         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
64         run file-truename on remote files.  This can be expensive and even
65         prevent one from editing drafts if some unrelated buffer has a stale
66         connection.
67
68 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
71         kinsoku-eol regardless of shr-kinsoku-shorten.
72         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
73         (shr-tag-table): Support caption, thead, and tfoot.
74
75 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
78         lines.
79         (shr-save-contents): New command and keystroke.
80
81         * nndoc.el (nndoc-type-alist): Add git support.
82         (nndoc-git-type-p): New function.
83         (nndoc-transform-git-article): Ditto.
84         (nndoc-transform-git-headers): Ditto.
85         (nndoc-transform-git-headers): Generate Subject headers.
86
87         * shr.el (shr-parse-style): New function.
88         (shr-tag-span): Ditto.
89
90         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
91         to `G G' to avoid collisions.
92
93 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * shr.el: Load kinsoku if necessary.
96         (shr-kinsoku-shorten): New internal variable.
97         (shr-find-fill-point): Make kinsoku shorten text line if
98         shr-kinsoku-shorten is bound to non-nil.
99         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
100         shr-indentation too when testing if table is wider than frame width.
101         (shr-insert-table): Use `string-width' instead of `length' to measure
102         text width.
103         (shr-insert-table-ruler): Make sure indentation is done at bol.
104
105 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
106
107         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
108         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
109         undecoded network data.
110
111 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
114         name in the mode line spec so that the mode line menu works
115         (bug #2431).
116
117         * message.el (message-get-reply-headers): If we're fed `to-address',
118         then always use that.
119
120         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
121         aren't so wide as to need to switch off the edit menu.
122
123         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
124         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
125
126         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
127         `M-g'.
128         (nnimap-update-info): Update flags/read marks even if \* isn't part of
129         the permanent marks.
130
131 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
132
133         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
134         Splitting according to references/in-reply-to obeys the ignore-groups
135         variable, while splitting by sender and subject do not.
136
137 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
140         alist, so that we can look for non-Unicode chars.
141         (article-translate-strings): Allow both character and string maps.
142
143 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * shr.el (shr-insert): Don't insert space behind a wide character
146         categorized as kinsoku-bol, or between characters both categorized as
147         nospace.
148
149 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
150
151         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
152         headers to gnus-newsgroup-headers.
153
154 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * shr.el (shr-tag-img): Don't align images -- since we're not
157         rescaling, this often leads to ugly displays.
158
159 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
160
161         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
162         duplicates.
163
164 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
165
166         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
167         call.
168
169 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
170
171         * gnus.el: Autoload gnus-html-show-images.
172
173         * nnimap.el: Use nnheader-message throughout.
174
175         * shr.el (shr-tag-img): Ignore images with no data.
176
177 2010-10-15  Julien Danjou  <julien@danjou.info>
178
179         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
180         a possibility to disable format=flow encoding when using hard newlines.
181
182 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * shr.el (shr-insert): Remove space inserted before or after a
185         breakable character or at the beginning or the end of a line.
186         (shr-find-fill-point): Do kinsoku; find the second best point or give
187         it up if there's no breakable point.
188
189 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * nnimap.el (nnimap-open-connection): Message when opening connection
192         for debugging purposes.
193
194         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
195         on every setup buffer call to allow this to change from article to
196         article.
197
198         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
199         buffers where we have a wide table.
200
201 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
202
203         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
204         uses *-request-thread.
205
206 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * nnimap.el (nnimap-open-connection): Remove %s from openssl
209         incantation, which is no longer valid.
210
211 2010-10-14  Julien Danjou  <julien@danjou.info>
212
213         * shr.el: Fix defcustom type (char -> character).
214
215 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * nnimap.el (nnimap-open-connection): tls-program should be a list of
218         programs.
219
220 2010-10-14  Julien Danjou  <julien@danjou.info>
221
222         * shr.el (shr-tag-a): Use url-link as widget type.
223
224         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
225         `gnus-group-get-icon'.
226
227 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
230         This should make server editing work better.
231
232         * shr.el (shr-find-fill-point): Don't inloop on indented text.
233
234         * tls.el (tls-program): Remove spurious %s from openssl.
235
236         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
237         (nnimap-parse-flags): Fix regexp.
238
239         * shr.el (shr-find-fill-point): Use a filling algorithm that should
240         probably work for CJVK text, too.
241
242         * nnimap.el (nnimap-extend-tls-programs): Removed.
243         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
244
245         * tls.el (tls-starttls-switches): Remove starttls hack.
246         (open-tls-stream): Ditto.
247         (tls-find-starttls-argument): Ditto.
248
249 2010-10-13  Julien Danjou  <julien@danjou.info>
250
251         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
252         responses.
253
254 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
257
258         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
259         anything in Emacs.
260
261         * shr.el (shr-current-column): Remove buggy and unnecessary function.
262
263 2010-10-13  Julien Danjou  <julien@danjou.info>
264
265         * shr.el (shr-width): Make shr-width a defcustom with default to
266         fill-column.
267         (shr-tag-img): Use shr-width rather than fill-column.
268
269 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * dgnushack.el (byte-optimize-apply)
272         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
273
274         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
275         position when (X-)Faces exist.
276         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
277         avatars when called interactively.
278
279 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
282         gnus-article-x-face-too-ugly is bound.
283
284 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
287
288         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
289         mailbox that doesn't exist.
290
291 2010-10-12  Julien Danjou  <julien@danjou.info>
292
293         * shr.el (shr-tag-img): Encode URL properly when retrieving.
294         (shr-get-image-data): Encode URL properly when fetching from cache.
295         (shr-tag-img): Use aligned-to spaces to align correctly images.
296
297         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
298         before inserting the Gravatar.
299
300         * shr.el (shr-tag-img): Add align attribute support for <img>.
301
302 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * gnus-gravatar.el (gnus-art): Required.
305
306         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
307         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
308         Remove long obsoleted functions.
309
310 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
313
314         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
315
316         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
317         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
318         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
319         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
320         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
321         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
322         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
323
324 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * nnimap.el (nnimap-request-rename-group): Select group read-only
327         before renaming it.
328
329         * shr.el (shr-insert): Fix up the white space only regexp.
330
331         * nnimap.el (nnimap-transform-split-mail): Not all articles have
332         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
333
334         * shr.el (shr-current-column): New function.
335         (shr-find-fill-point): New function.
336
337 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
338
339         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
340         numbers.
341
342 2010-10-11  Julien Danjou  <julien@danjou.info>
343
344         * shr.el (shr-hr-line): Add.
345         (shr-tag-hr): Use shr-hr-line to specify which character to use to
346         display hr lines.
347         (shr-max-columns): Do not change state to nil if we just inserting
348         spaces.
349
350 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-topic.el (gnus-topic-read-group): If after the last group,
353         select the last group.
354
355 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
356
357         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
358
359 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
360
361         * dig.el (dig-mode-map): Declare and define in one step.
362
363 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
366         for Gnus.
367         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
368         (nnimap-update-qresync-info): Mark \Seen articles as read.
369
370         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
371         non-variable, too.
372
373         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
374         available.
375         (nnimap-update-info): Rely more on the current active than the param
376         active to avoid marking articles as read too much.
377
378         * auth-source.el (auth-source-create): Use (user-login-name) for the
379         user name default.
380
381         * nnimap.el (nnimap-update-info): If the server doesn't return any
382         useful info, just use the previous info.
383         (nnimap-update-info): Prefer old info over start-article.
384         (nnimap-update-qresync-info): Finish implementing QRESYNC.
385
386 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
387
388         * nnir.el (autoload): Clean up autoloads.
389         (nnir-imap-default-search-key): Renamed from
390         nnir-imap-search-field. Use key rather than value.
391         (nnir-imap-search-other): New variable.
392         (nnir-read-parm): Use it.
393         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
394         (gnus-summary-nnir-goto-thread): Modify to work with imap.
395
396 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
397
398         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
399         the process, too.
400
401 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
404         Allbery.
405
406         * shr.el: Rework the way things are indented by <li> slightly.
407
408         * gnus.el (gnus-group-set-parameter): Fix typo.
409
410         * nnimap.el: Start implementing QRESYNC support.
411
412 2010-10-09  Julien Danjou  <julien@danjou.info>
413
414         * nnir.el (nnir-engines): Fix too many arguments.
415
416 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
419         group is the "last", so that the backends like nnfolder actually save
420         their folders.
421
422         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
423         try to use that for the tls stream.
424         (nnimap-retrieve-group-data-early): Rework the marks code to heed
425         UIDVALIDITY and find out which groups are read-only and not.
426         (nnimap-get-flags): Use the same marks parsing code as the rest of
427         nnimap.
428
429 2010-10-09  Julien Danjou  <julien@danjou.info>
430
431         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
432
433         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
434         retrieving gravatars.
435
436         * shr.el (shr-table-corner): Add.
437         (shr-table-line): Add.
438         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
439
440 2010-10-08  Julien Danjou  <julien@danjou.info>
441
442         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
443
444 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
445
446         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
447
448         * gnus-sum.el (gnus-mark-article-as-unread)
449         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
450         (gnus-summary-set-bookmark): Use it.
451
452         * gnus-msg.el (gnus-setup-message): Use it.
453
454         * gnus-demon.el (gnus-demon-remove-handler): Use it.
455
456         * gnus.el (gnus-group-remove-parameter): Use it.
457
458         * gnus-group.el (gnus-group-make-web-group): Use it.
459
460         * gnus-demon.el (gnus-demon-remove-handler): Use it.
461
462         * nnregistry.el: Update docs to mention manual.
463
464         * gnus-registry.el: Update docs to mention nnregistry.el.
465         (gnus-registry-initialize): Don't install nnregistry refer method
466         automatically.
467         (gnus-registry-install-nnregistry): Remove it.
468
469 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * shr.el (shr-insert): Don't insert double spaces.
472
473 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-gravatar.el (gnus-treat-from-gravatar)
476         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
477         called interactively.
478
479         * gnus-art.el (gnus-mime-view-part-externally)
480         (gnus-mime-view-part-internally): Make predicate function passed to
481         gnus-mime-view-part-as-type assume argument is a mime type, not a list
482         of a mime type.
483
484         * shr.el (shr-table-widths): Don't use cl function `reduce'.
485
486 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * shr.el (require): Require cl when compiling.
489         (shr-tag-hr): New function.
490
491         * nnimap.el (nnimap-update-info): Remove double setting of high.
492         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
493         makes nnimap work properly on Courier again.
494
495         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
496         the variable for backwards compatability.
497
498         * mm-decode.el (mm-save-part): If given a non-directory result, expand
499         the file name before using to avoid setting mm-default-directory to
500         nil.
501
502         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
503         bidning gnus-agent variables.
504
505         * shr.el (shr-render-td): Use a cache for the table rendering function
506         to avoid getting an exponential rendering behaviour in nested tables.
507         (shr-insert): Rework the line-breaking algorithm.
508         (shr-insert): Don't leave trailing spaces.
509         (shr-insert-table): Also insert empty TDs.
510         (shr-tag-blockquote): Ensure paragraphs after </ul>.
511
512 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
513
514         * gnus-sum.el (gnus-number): Rename from `number'.
515         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
516         (gnus-summary-limit-children): Update uses correspondingly.
517
518 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
521         (gnus-gravatar-transform-address): Don't show avatars of people of
522         which mail addresses match gnus-gravatar-too-ugly.
523
524 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
525
526         * shr.el (shr-table-widths): Expand TD elements to fill available
527         space.
528
529 2010-10-07  Julien Danjou  <julien@danjou.info>
530
531         * nnimap.el (nnimap-request-rename-group): Add this method.
532
533 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
536         name from XEmacs' function-arglist.
537
538         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
539         gravatar under XEmacs.
540
541 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
542
543         * auth-source.el: Update docs with TODO items.
544
545         * gnus-sync.el: Update docs to explain state and plans.
546
547         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
548         Hooks for mark updates.
549         (gnus-request-set-mark, gnus-request-update-mark): Use them.
550
551         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
552         hooks with arguments, which is needed for mark update hooks.
553
554 2010-10-06  Julien Danjou  <julien@danjou.info>
555
556         * gnus.el (gnus-expand-group-parameter): Only return and act on what
557         was matched.
558
559         * sieve-manage.el: Update example in `Commentary'.
560
561         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
562
563         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
564         not 2000.
565         (sieve-manage-authenticate): Re-add function.
566
567 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * shr.el (shr-insert): Get 'space transition right.
570         (shr-render-td): Only delete space at the end of the TD.
571
572         * nnimap.el (nnimap-open-connection): Prepare to support
573         open-gnutls-stream.
574
575         * shr.el: Rearrange function order to be more logical.
576
577 2010-10-06  Julien Danjou  <julien@danjou.info>
578
579         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
580         (nnrss-discover-feed): Remove 404 URL in docstring.
581
582         * nnir.el: Fix Swish-E URL.
583         Fix Namazu URL.
584
585         * message.el (message-change-subject): Remove 404 URL in a comment.
586
587 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
590         called interactively.
591
592         * gnus-util.el (gnus-remove-if): Allow hash table.
593         (gnus-remove-if-not): New function.
594
595         * gnus-art.el (gnus-mime-view-part-as-type)
596         * gnus-score.el (gnus-summary-score-effect)
597         * gnus-sum.el (gnus-read-move-group-name):
598         Replace remove-if-not with gnus-remove-if-not.
599
600         * gnus-group.el (gnus-group-completing-read):
601         Regard collection as a hash table if it is not a list.
602
603 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * shr.el (shr-render-td): Allow blank/missing <TD>s.
606
607         * shr.el: Document the table-rendering algorithm.
608
609 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
612         for Emacsen having no `libxml-parse-html-region' support.
613
614 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
617         invalid URLs.
618
619         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
620         line-broken.
621         (shr-tag-img): Ignore image fetching errors.
622         (shr-overlays-in-region): Compute overlay positions correctly.
623
624         * mm-decode.el (mm-shr): Require shr.
625
626         * gnus-art.el (gnus-blocked-images): Move variable here.
627
628         * shr.el (shr-insert-table): Bind free variable.
629
630         * mm-decode.el (mm-shr): Bind shr-content-function.
631
632         * shr.el (shr-content-function): New variable.
633
634         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
635         added for symmetry.
636
637         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
638
639         * gnus-group.el (gnus-group-make-group): Doc fix.
640
641         * nnimap.el (nnimap-request-newgroups): Return success.
642
643         * shr.el (shr-find-elements): New function.
644         (shr-tag-table): Put all the images after the table.
645         (shr-tag-table): Really inhibit images inside the table.
646         (shr-collect-overlays): Copy over overlays from the TD elements to the
647         main document.
648
649         * mm-decode.el (mm-shr): Bind shr-blocked-images to
650         gnus-blocked-images.
651
652 2010-10-05  Julien Danjou  <julien@danjou.info>
653
654         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
655
656         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
657         (gnus-html-maximum-image-size): Add this function.
658         (gnus-html-put-image): Use gnus-html-maximum-image-size.
659
660         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
661         server-value of the capability is nil.
662
663 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * shr.el (shr-tag-em): Add <EM> tag.
666
667 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
668
669         * sieve-manage.el (sieve-manage-default-stream): Make default stream
670         customizable.
671
672         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
673         handing broken links to browse-url.
674
675 2010-10-05  Julien Danjou  <julien@danjou.info>
676
677         * gnus-util.el (gnus-emacs-completing-read)
678         (gnus-iswitchb-completing-read): Use autoload rather than require.
679
680 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
683         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
684         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
685         iswitchb-temp-buflist for XEmacs.
686
687         * gnus-util.el (gnus-completing-read-function): Exclude
688         gnus-icompleting-read and gnus-ido-completing-read from candidates for
689         XEmacs since iswitchb.el is very old and ido.el is unavailable in
690         XEmacs.
691
692         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
693         not to use `delete-dups' that is unavailable in XEmacs 21.4.
694
695         * gnus-html.el: Don't require help-fns under XEmacs.
696         (gnus-html-schedule-image-fetching): Work for XEmacs.
697
698         * mm-decode.el (mm-shr): Decode contents by charset.
699
700 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
703         unknown.
704
705         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
706         (shr-get-image-data): Ensure against the cache file missing.
707
708         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
709         for data.
710
711         * spam-report.el (spam-report-url-ping-plain): Don't query about
712         killing the process.
713
714         * shr.el (shr-render-td): Protect against too-wide text.
715
716 2010-10-04  Julien Danjou  <julien@danjou.info>
717
718         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
719         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
720
721         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
722         retrieved.
723
724 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * shr.el (browse-url): Required.
727         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
728         lines.
729         (shr-show-alt-text, shr-browse-image): New commands.
730         (shr-browse-url, shr-copy-url): New commands.
731
732         * gnus-sum.el (gnus-widen-article-window): New variable.
733         (gnus-summary-select-article-buffer): Use it.
734
735         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
736         without @ signs.
737
738 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
739
740         * nnir.el (nnir-run-imap): Remove spurious space in search string.
741
742 2010-10-04  Julien Danjou  <julien@danjou.info>
743
744         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
745         for XEmacs.
746
747 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
748
749         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
750
751         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
752         (nnimap-close-server): Implement.
753
754         * dgnushack.el (iswitchb): Require to shut up the compiler.
755
756         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
757         (shr-insert): Tweak line breaking.
758         (shr-insert): Handle <pre> better.
759         (shr-tag-li): Get <li> indentation right.
760         (shr-tag-li): Get <li> indentation even righter.
761         (shr-tag-blockquote): Ensure paragraph start.
762         (shr-make-table): Tweak table generation.
763         (shr-make-table): Fix typo.
764
765         * shr.el: Implement table rendering.
766
767 2010-10-04  Julien Danjou  <julien@danjou.info>
768
769         * gnus-html.el (gnus-html-put-image): Fix resize image code.
770
771 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * shr.el (shr-insert): Use string anchors instead of line anchors.
774
775 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * shr.el: Add headings.
778         (shr-ensure-paragraph): Actually work.
779         (shr-tag-li): Make <ul> prettier.
780         (shr-insert): Get white space at the beginning/end of elements right.
781         (shr-tag-p): Collapse subsequent <p>s.
782         (shr-ensure-paragraph): Don't insert double line feeds after blank
783         lines.
784         (shr-insert): \t is also space.
785         (shr-tag-s): Fix "s" tag name function.
786         (shr-tag-s): Fix face prop name.
787
788 2010-10-03  Julien Danjou  <julien@danjou.info>
789
790         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
791
792         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
793         gnus-window-inside-pixel-edges.
794
795         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
796         gnus-ems.
797
798         * mm-view.el (mm-inline-image-emacs): Support image resizing.
799
800         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
801         function.
802
803         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
804         resize choice.
805
806 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
809         beginning of the buffer.
810
811         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
812         article buffer again.
813
814         * shr.el (shr-tag-p): Don't insert newlines at the start of the
815         buffer.
816
817         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
818         when it's at the start of the buffer.
819
820         * shr.el (shr-tag-blockquote): Convert name.
821         (shr-rescale-image): Use the right image-size variant.
822
823         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
824         buffer isn't shown, then select the current article first instead of
825         bugging out.
826         (gnus-summary-select-article-buffer): Show both the article and summary
827         buffers again.
828
829         * shr.el (shr-fontize-cont): Protect against regions with no text.
830         Rename tag functions to shr-tag-* for enhanced security.
831         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
832
833 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
834
835         * shr.el (shr-insert):
836         * pop3.el (pop3-movemail):
837         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
838         loaded.
839
840 2010-10-03  Glenn Morris  <rgm@gnu.org>
841
842         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
843
844         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
845
846         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
847
848         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
849
850         * gnus-util.el (gnus-make-local-hook): Simplify.
851
852 2010-10-02  Julien Danjou  <julien@danjou.info>
853
854         * gnus-util.el (gnus-iswitchb-completing-read): New function.
855         (gnus-ido-completing-read): New function.
856         (gnus-emacs-completing-read): New function.
857         (gnus-completing-read): Use gnus-completing-read-function.
858         Add gnus-completing-read-function.
859
860 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * shr.el (shr-insert-document): Autoload.
863         (shr-img): Be silent.
864         (shr-insert): Add a newline after every picture before text.
865         (shr-add-font): Use overlays for combining faces.
866         (shr-insert): Pass upwards the text start point.
867
868         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
869         possible.
870         (mm-shr): New function.
871
872 2010-10-02  Julien Danjou  <julien@danjou.info>
873
874         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
875         should go backward.
876
877 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
878
879         * shr.el (shr): Fix typo in provide call.
880
881 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * shr.el: New file.
884
885         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
886
887         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
888         completing read.
889
890 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
893         we're being queried about.  Suggested by Dan Jacobson.
894
895         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
896         by Jason Eisner.
897
898         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
899         table, too.  Suggested by Stefan Wiens.
900         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
901         the table unnecessary.  Suggested by Stefan Wiens.
902
903         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
904         longer needed, and probably doesn't work either, as pointed out by
905         Stefan Wiens.
906         (gnus-summary-exit): Remove call to the clearing function.
907         (gnus-summary-exit-no-update): Ditto.
908
909         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
910         instead of gnus-eval-in-buffer-window to avoid popping up frames.
911         Reported by Stefan Monnier.
912         (gnus-summary-save-in-rmail): Ditto.
913
914         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
915         article buffer, instead of both the article buffer and the summary
916         buffer.  Sort of suggested by Dan Jacobson.
917
918         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
919
920         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
921         Suggested by Dan Jacobson.
922
923         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
924         documentation clearer.
925
926         * message.el (message-shorten-references): Comment on the number "21".
927         Suggested by Stefan Monnier.
928
929         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
930         Suggested by Dan Jacobson.
931
932         * gnus.el (gnus-large-newsgroup): Mention
933         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
934
935         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
936         externalize attachments.  Bug reported by Steve Wen.
937
938         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
939         really message anything to the user.
940
941         * nnmail.el (nnmail-article-group): Allow using the fancy split method
942         directly.
943
944         * nnimap.el (nnimap-request-group): Low higher than high to signal no
945         messages in empty groups.
946
947 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
948
949         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
950         non-UIDNEXT group.
951
952 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
955         not the value from the collection.
956
957         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
958         values.  This sometimes happens on some groups that have no info.
959         (nnimap-request-newgroups): New function.
960
961 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
962
963         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
964         check into `gnus-registry-initialize'.
965         (gnus-registry-initialize): Ditto.
966         Fix and extend header docs.
967
968 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
971         regexp backtrace overflows.
972
973         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
974         for starttls that tls.el implements; i.e. openssl.
975
976         * tls.el (tls-starttls-switches): Give up on using starttls with
977         gnutls-cli.
978         (tls-program): Add --insecure to be consistent with the defaults from
979         openssl s_client.  Now all three commands are insecure.
980
981 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * lpath.el: Bind completion-styles-alist for XEmacs.
984
985         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
986         (gravatar-create-image): New function that's an alias to
987         gnus-xmas-create-image, gnus-create-image, or create-image.
988         (gravatar-data->image): Use it.
989
990 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
991
992         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
993         install the nnregistry refer method.
994         (gnus-registry-install-hooks): Use it.
995         (gnus-registry-unfollowed-groups): Add nnmairix to the default
996         unfollowed groups.
997
998 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
999
1000         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1001         expanding threads.
1002
1003 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * nnir.el: Use the server names without suffixes (bug #7009).
1006
1007         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1008         unencrypted to STARTTLS, if possible.
1009
1010 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1011
1012         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1013         headers before superseding.
1014
1015 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * nnrss.el (nnrss-use-local): Add documentation.
1018
1019         * nnimap.el (nnimap-extend-tls-programs): New function.
1020         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1021         (nnimap-wait-for-connection): Accept the greeting from the stupid
1022         output from openssl s_client -starttls, too.
1023
1024         * tls.el (tls-starttls-switches): New variable.
1025         (tls-find-starttls-argument): Use it.
1026         (open-tls-stream): Ditto.
1027
1028         * netrc.el (netrc-credentials): Return the value of the "default"
1029         entry.
1030         (netrc-machine): Ditto.
1031
1032         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1033         article number.
1034         (nnimap-split-fancy): New variable.
1035         (nnimap-split-incoming-mail): Use it.
1036
1037         * nntp.el (nntp-server-list-active-group): Document.
1038
1039         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1040         SELECT to get the message-id.
1041
1042         * mail-source.el (mail-sources): Removed webmail support.
1043         (defvar): Ditto.
1044         (mail-source-fetcher-alist): Ditto.
1045         (mail-source-fetch-webmail): Removed.
1046
1047         * webmail.el: Removed -- doesn't seem relevant any more.
1048
1049         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1050
1051         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1052         the \r.
1053
1054 2010-09-30  Julien Danjou  <julien@danjou.info>
1055
1056         * gnus-agent.el (gnus-agent-add-group): Fix call to
1057         gnus-completing-read.
1058
1059 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * nndoc.el (nndoc-retrieve-groups): New function.
1062
1063         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1064         `default', use nnmail-split-methods.
1065         (nnimap-request-article): Downcase the NILs so that they are nil.
1066
1067         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1068         symbol.
1069
1070         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1071         code, since if the user has requested network, that's what they ought
1072         to get.
1073         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1074         (nnimap-split-rule): Mark as obsolete.
1075
1076         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1077         variable.
1078
1079         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1080         correct slot, too.
1081
1082 2010-09-29  Julien Danjou  <julien@danjou.info>
1083
1084         * gnus.el (gnus-local-domain): Declare variable obsolete.
1085
1086         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1087         computing.
1088         (gnus-ido-completing-read): Require ido.
1089
1090 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1093         build Gnus.
1094
1095         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1096         when interpreting the structures.
1097         (nnimap-request-accept-article): Add \r\n to the lines to make this
1098         work with Cyrus.
1099
1100         * nndraft.el (nndraft-request-expire-articles): Use the group name
1101         instead if "nndraft".  Fix found by Nils Ackermann.
1102
1103 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1104
1105         * nnregistry.el: Added.
1106
1107 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1108
1109         * nnmail.el (group, group-art-list, group-art):
1110         Remove unneeded directives.
1111
1112 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1115         (mm-mime-charset)
1116         * rfc2047.el (rfc2047-syntax-table)
1117         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1118
1119         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1120         rather than `insert-file-contents' and `eval-region'.
1121
1122         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1123         construction.
1124
1125         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1126
1127         * time-date.el: No need to require cl for Emacs 21.
1128
1129 2010-09-29  Julien Danjou  <julien@danjou.info>
1130
1131         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1132         replacement of `gnus-gravatar-relief' to mimic
1133         `gnus-faces-properties-alist'.
1134         Add :version property.
1135
1136 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * mail-source.el (mail-source-report-new-mail)
1139         * message.el (message-default-mail-headers)
1140         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1141
1142         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1143
1144 2010-09-28  Julien Danjou  <julien@danjou.info>
1145
1146         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1147         mail-address contains the same string as real-name.
1148
1149         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1150         non-blank in header, otherwise it'll get stripped.
1151
1152         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1153         real-name, and then for mail address rather than doing : or , search.
1154
1155 2010-09-27  Julien Danjou  <julien@danjou.info>
1156
1157         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1158         (gnus-server-goto-server): Use gnus-completing-read.
1159
1160         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1161
1162         * mm-util.el (defalias): Use gnus-completing-read.
1163         (mm-codepage-setup): Use gnus-completing-read.
1164
1165         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1166         (smime-decrypt-buffer): Use gnus-completing-read.
1167
1168         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1169
1170         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1171         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1172         (mml-insert-multipart): Use gnus-completing-read.
1173
1174         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1175
1176         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1177
1178         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1179
1180         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1181
1182         * gnus.el (gnus-read-method): Use gnus-completing-read.
1183
1184         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1185
1186         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1187         (gnus-mime-action-on-part): Use gnus-completing-read.
1188         (gnus-article-encrypt-body): Use gnus-completing-read.
1189
1190         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1191         (gnus-topic-move-matching): Use gnus-completing-read.
1192         (gnus-topic-copy-matching): Use gnus-completing-read.
1193         (gnus-topic-sort-topics): Use gnus-completing-read.
1194         (gnus-topic-move): Use gnus-completing-read.
1195
1196         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1197         (gnus-agent-add-group): Use gnus-completing-read.
1198
1199         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1200         gnus-completing-read.
1201         (nnmairix-update-groups): Use gnus-completing-read.
1202         (nnmairix-get-server): Use gnus-completing-read.
1203         (nnmairix-backend-to-server): Use gnus-completing-read.
1204         (nnmairix-goto-original-article): Use gnus-completing-read.
1205         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1206
1207         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1208
1209         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1210         (gnus-group-make-useful-group): Use gnus-completing-read.
1211         (gnus-group-make-web-group): Use gnus-completing-read.
1212         (gnus-group-add-to-virtual): Use gnus-completing-read.
1213         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1214
1215         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1216         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1217         (gnus-summary-execute-command): Use gnus-completing-read.
1218         (gnus-summary-respool-article): Use gnus-completing-read.
1219         (gnus-read-move-group-name): Use gnus-completing-read.
1220
1221         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1222         (gnus-summary-score-effect): Use gnus-completing-read.
1223
1224         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1225
1226         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1227         right completing-read function.
1228         (gnus-use-ido): New variable
1229         (gnus-completing-read-with-default): Remove.
1230
1231 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1234         x-focus-frame.
1235
1236         * nnimap.el (auth-source-forget-user-or-password)
1237         (auth-source-user-or-password): Autoload.
1238
1239         * message.el (message-from-style, message-interactive)
1240         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1241         (message-yank-prefix, message-indentation-spaces, message-signature)
1242         (message-signature-file): Add comment.
1243
1244 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1247         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1248         new articles.
1249
1250         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1251         parts.
1252         (nnimap-request-article): Work with the t setting, too.
1253
1254         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1255         that you don't get flashes of other buffers.
1256         (gnus-summary-show-complete-article): Intern before setting.
1257
1258 2010-09-27  David Engster  <dengste@eml.cc>
1259
1260         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1261         well as HEADERS.
1262         (nnmairix-retrieve-headers): Provide new argument for the above.
1263
1264 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus-sum.el (gnus-summary-move-article): Don't alter
1267         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1268         group.
1269
1270         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1271
1272         * message.el (message-cite-prefix-regexp): Revert my last edit.
1273
1274         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1275         variable instead of the Gnus variable.
1276
1277         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1278
1279         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1280         again.
1281
1282         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1283         since some servers don't like it.
1284         (nnimap-open-connection): Forget credentials if the server says the
1285         password was wrong.
1286         (nnimap-parse-line): Protect against invalid data.
1287
1288         * gnus-sum.el (gnus-summary-move-article): Add comment.
1289         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1290         nothing alters it while scanning for new messages.
1291
1292         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1293         which may or may not help.
1294         (nnimap-open-connection): If we're doing a stream connection, and then
1295         discover we're on a STARTTLS-capable server, then open a STARTTLS
1296         connection instead.
1297
1298 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * nnimap.el (utf7): Required.
1301
1302         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1303         prefix.
1304
1305 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1306
1307         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1308
1309 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * nnimap.el (nnimap-request-accept-article): Message the error on
1312         error.
1313
1314 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1317
1318 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * nndoc.el (nndoc-request-list): Return success always.
1321
1322         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1323         `fetch-old' -- we only want to fetch the articles we've requested.  The
1324         rest are in the agent, probably.
1325         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1326         disappeared server" to something low.  It's not important.
1327
1328         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1329         arrived before the FETCH data.
1330
1331         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1332         target here, because we don't know the Gnus name of the group.
1333
1334         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1335         for the correct group.
1336
1337         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1338
1339         * gnus.el (gnus): Give a final warning after startup.
1340
1341         * gnus-util.el (gnus-action-message-log): New variable.
1342         (gnus-message): Use it.
1343         (gnus-final-warning): New function.
1344
1345         * nnimap.el (nnimap-open-connection): Record the greeting.
1346         (nnimap): Add greeting.
1347
1348 2010-09-26  Julien Danjou  <julien@danjou.info>
1349
1350         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1351         arguments.
1352         (gnus-html-wash-images): Fix spec computing to include start/end.
1353
1354         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1355
1356 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1359         deletion.
1360         (nnimap-retrieve-headers): Don't select the group, because that's
1361         already done by nnimap-possibly-change-group.
1362
1363         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1364         (gnus-picon-transform-address): Use it.
1365
1366         * mail-source.el (mail-source-value): Revert previous patch.
1367
1368         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1369         on failure.
1370         (nnimap-open-connection): Look up both virtual and physical server name
1371         credentials.
1372
1373         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1374
1375 2009-02-07  Dave Love  <fx@gnu.org>
1376
1377         * tls.el (open-tls-stream): Don't query killing process.
1378
1379 2009-02-08  Dave Love  <fx@gnu.org>
1380
1381         * gnus-win.el (gnus-window-to-buffer-helper,
1382         gnus-all-windows-visible-p): Function needn't be a symbol.
1383
1384         * mail-source.el (mail-source-value): Function needn't be a symbol.
1385
1386 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * message.el (message-cite-prefix-regexp): Remove } from the cite
1389         prefix.
1390
1391         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1392         highlight again, so that the highlight is correct.
1393
1394         * gnus-picon.el (gnus-picon): Remove again.
1395         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1396
1397         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1398         doing the header highlightling, so that the background colour of the
1399         picon is correct.
1400
1401         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1402         (gnus-picon): Ditto.
1403         (gnus-picon): Reinstate.  The background colour for picons is white.
1404         (gnus-picon-insert-glyph): Make the background white.
1405
1406         * nnml.el (nnml-open-nov): Don't return dead buffers.
1407
1408         * auth-source.el (auth-source-create): Query the user for whether to
1409         store the credentials.
1410
1411         * netrc.el (netrc-store-data): New function.
1412
1413         * auth-source.el (auth-source-user-or-password): Use the existing auth
1414         sources, if any, for creation.
1415
1416         * gnus.el (gnus-group-fast-parameter): Return the last matching
1417         parameter instead of the first matching parameter.
1418
1419 2010-09-26  Julien Danjou  <julien@danjou.info>
1420
1421         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1422
1423 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * mml2015.el (mml2015-use): Remove gpg support.
1426
1427         * mml1991.el (mml1991-function-alist): Remove gpg function.
1428         (mml1991-gpg-sign): Removed.
1429
1430 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1431
1432         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1433         (gnus-browse-unsubscribe-current-group): Document it.
1434         (gnus-browse-unsubscribe-group): Use it.
1435
1436 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1439         address to the To list for easier response.
1440
1441         * gnus.el (gnus-play-startup-jingle): Removed.
1442         (gnus-splash): Don't play jingle.
1443         (gnus): Silence gnus-load message.
1444
1445         * gnus-art.el (gnus-treat-play-sounds): Removed.
1446
1447         * gnus.el (gnus-play-jingle): Remove audio support.
1448
1449         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1450
1451         * earcon.el: Removed -- no users.
1452
1453         * gnus-audio.el: Removed -- no users of this package.
1454
1455         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1456
1457         * gnus-start.el (gnus-setup-news): Remove nocem support.
1458
1459         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1460
1461         * gnus.el (gnus-use-nocem): Removed.
1462
1463         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1464         Removed.
1465
1466         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1467         uses NoCeM any more.
1468
1469         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1470         (gnus-button-ctan-handler): Ditto.
1471         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1472         (gnus-button-ctan-directory-regexp): Ditto.
1473         (gnus-button-handle-ctan): Ditto.
1474         (gnus-button-tex-level): Ditto.
1475         (gnus-button-alist): Removed CTAN stuff.
1476
1477 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1480         nnimap-streaming test.
1481
1482         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1483         servers twice.
1484
1485         * nnimap.el (nnimap-open-connection): Add more error reporting when
1486         nnimap fails early.
1487
1488         * nnheader.el (nnheader-get-report-string): New function.
1489         (nnheader-get-report): Use it.
1490
1491         * gnus-int.el (gnus-check-server): Say what the error was when opening
1492         failed.
1493
1494         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1495         using streaming.
1496
1497 2010-09-25  Julien Danjou  <julien@danjou.info>
1498
1499         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1500         gnus-window-inside-pixel-edges.
1501
1502 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1505
1506         * mm-decode.el (mm-save-part): Allow saving to other directories the
1507         normal Emacs way.
1508
1509         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1510         by Jay Berkenbilt.
1511
1512         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1513         there isn't a single byte.
1514
1515         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1516         just do it.  It doesn't really seem to matter what the user responds
1517         here, I think, so it's just a confusing question.
1518
1519         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1520         non-streaming case.
1521
1522         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1523         (gnus-article-encrypt-body): Use it.
1524
1525         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1526         keystroke.
1527
1528         * nnimap.el (nnimap-find-wanted-parts-1): Use
1529         gnus-fetch-partial-articles.
1530
1531         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1532
1533         * nnimap.el (nnimap-insert-partial-structure): New function.
1534         (nnimap-get-partial-article): New function.
1535         (nnimap-request-article): Use it.
1536         (nnimap-wait-for-response): Return whether the wait was successful.
1537         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1538         retrieval wasn't successful.
1539         (nnimap-retrieve-group-data-early): Allow throttling servers.
1540         (nnimap-streaming): New variable.
1541         (nnimap-fetch-partial-articles): Removed.
1542
1543         * mm-decode.el (mm-with-part): Protect against killed buffers.
1544
1545         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1546         for prettier summary display.
1547
1548 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1549
1550         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1551         directly.
1552
1553 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1556         apparently third-party libraries depend on it.
1557
1558         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1559         before starting negotiation.
1560
1561         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1562         privacy reasons.
1563         (gnus-treat-mail-gravatar): Ditto.
1564
1565         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1566         buffer when inserting images.  Inserting text into the headers, for
1567         instance, can make them invalid.
1568
1569 2010-09-25  Julien Danjou  <julien@danjou.info>
1570
1571         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1572         variables.
1573
1574         * nnheader.el: Remove useless variables news-reply-yank-from and
1575         news-reply-yank-message-id.
1576
1577         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1578         variables.
1579
1580         * mml1991.el: Remove useless mml1991-verbose.
1581
1582         * gnus.el: Remove useless variable gnus-use-generic-from.
1583         Remove obsolete variable gnus-topic-indentation.
1584
1585         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1586
1587         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1588
1589         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1590
1591         * gnus-group.el: Remove useless gnus-group-icon-cache.
1592         Remove useless gnus-ephemeral-group-server.
1593
1594         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1595
1596         * mml2015.el: Remove useless mml2015-verbose.
1597
1598         * mml-smime.el: Remove useless mml-smime-verbose.
1599
1600         * gnus.el: Remove useless gnus-local-domain.
1601
1602         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1603         gnus-gravatar-size.
1604
1605         * gnus-art.el: Remove useless gnus-treat-translate.
1606
1607 2010-09-24  Julien Danjou  <julien@danjou.info>
1608
1609         * gnus-sum.el: Add support for Gravatars.
1610
1611         * gnus-art.el: Add support for Gravatars.
1612
1613         * gnus-gravatar.el: Add this file.
1614
1615         * gravatar.el: Add this file.
1616
1617 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1620
1621         * gnus-group.el (gnus-group-fetch-faq): Removed.
1622
1623         * gnus.el (gnus-group-faq-directory): Removed.
1624
1625         * gnus-group.el (gnus-group-fetch-charter): Removed.
1626
1627         * gnus.el (gnus-group-charter-alist): Removed.
1628
1629         * gnus-group.el (gnus-group-archive-directory): Removed.
1630         (gnus-group-recent-archive-directory): Ditto.
1631         (gnus-group-make-archive-group): Removed.
1632
1633         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1634
1635         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1636         use the same article number for all the cached articles.
1637
1638         * nnimap.el (nnimap-command): Register the last command time so
1639         that we can use it for idling NOOPs.
1640         (nnimap-open-connection): Start the keeplive timer.
1641         (nnimap-make-process-buffer): Store all the process buffers.
1642         (nnimap-keepalive): New function.
1643
1644         * starttls.el: (starttls-open-stream): Add autoload cookie.
1645
1646 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1647
1648         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1649         handling.
1650
1651 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1654         its data structures.
1655
1656         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1657         instead of the cl.el copy-list.
1658         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1659         equalp.
1660
1661 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1664         and tool-bar-local-item-from-menu.
1665
1666         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1667         mode-line-highlight face for Emacs.
1668
1669         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1670         loading gnus-sum.elc; fix comment for canlock-verify.
1671         (gnus-article-jump-to-part): Use read-number.
1672         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1673         Emacs pre-21 compatible code for help-echo.
1674         (gnus-article-next-page-1): No need to adjust the number of lines.
1675         (gnus-article-describe-bindings): Always use help-buffer.
1676
1677         * gnus-audio.el (gnus-audio-inline-sound)
1678         * gnus-cus.el (gnus-custom-mode)
1679         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1680
1681         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1682
1683         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1684         compatible code.
1685
1686 2010-09-24  Glenn Morris  <rgm@gnu.org>
1687
1688         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1689         visiting the fcc file in rmail-mode.
1690
1691         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1692
1693 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * nnir.el: Silence the byte compiler.
1696
1697         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1698         alias to browse-url-url-encode-chars if any.
1699         (gnus-html-encode-url): Use it.
1700
1701 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * gnus-start.el (gnus-use-backend-marks): New variable.
1704         (gnus-get-unread-articles-in-group): Use it.
1705
1706         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1707         makeover.
1708
1709 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1710
1711         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1712
1713 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1716         Removed.
1717         (gnus-setup-news-hook): Removed
1718         gnus-fixup-nnimap-unread-after-getting-new-news.
1719
1720         * gnus-int.el (gnus-request-update-info): Protect against backends not
1721         having the function.
1722
1723         * nnimap.el (nnimap-stream): Mention starttls.
1724         (nnimap-open-connection): Add starttls support.
1725
1726 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1727
1728         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1729
1730 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1733         BODYSTRUCTUREs.
1734         (nnimap-transform-headers): Unfold quoted {42} headers.
1735
1736         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1737         the info.
1738         (gnus-get-unread-articles): Only call updatep on backends that support
1739         it.
1740
1741         * nnweb.el (nnweb-request-update-info): NOOP.
1742
1743         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1744
1745         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1746         since it only deals with marks.
1747
1748         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1749         gnus-request-marks, and make a new gnus-request-update-info.
1750
1751         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1752         the active instead of the high number, which is usually too low.
1753
1754 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1755
1756         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1757         * encrypt.el: Removed.
1758
1759 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1762         server in symbolic form.
1763
1764         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1765         0.9.
1766
1767 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1770         (nnimap-update-info): Fix up code slightly.
1771
1772         * gnus-int.el (gnus-open-server): Add tracing for performance
1773         debugging.
1774
1775         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1776         (gnus-group-insert-group-line): Pass the real group name so that it
1777         gets the right data.
1778
1779         * gnus-start.el (gnus-get-unread-articles): Don't have
1780         `gnus-get-unread-articles-in-group' update info, since that can be
1781         really slow and doesn't seem to be needed?
1782
1783 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1784
1785         * time-date.el (date-to-time): Try using parse-time-string first before
1786         using the slower timezone-make-date-arpa-standard.
1787
1788 2010-09-22  Julien Danjou  <julien@danjou.info>
1789
1790         * gnus-group.el (gnus-group-insert-group-line): Call
1791         gnus-group-highlight-line.
1792         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1793         default hook list.
1794         (gnus-group-update-eval-form): Add new function.
1795         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1796         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1797
1798 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1801         immediate, then expire all articles.
1802         (nnimap-update-info): Fix off-by-one errors.
1803         (nnimap-flags-to-marks): Would return no marks lists for group with no
1804         flags.  Instead return the other data.
1805
1806 2010-09-22  Julien Danjou  <julien@danjou.info>
1807
1808         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1809         Only return an icon.
1810         (gnus-group-insert-group-line): Compute icon to return.
1811
1812         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1813         variable.
1814         (gnus-html-image-fetched): Only cache if
1815         gnus-html-image-automatic-caching is set.
1816         (gnus-html-image-fetched): Check for errors.
1817
1818 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1821         once per method on `g'.  This ensures that backends like nnfolder don't
1822         open all their folders.
1823
1824         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1825         (nnimap-request-list): Nix out group in the correct buffer.
1826         (nnimap-parse-flags): Implement by using `read' instead of
1827         hand-parsing.
1828         (nnimap-flags-to-marks): Pass on permanent-flags.
1829         (nnimap-make-process-buffer): Record the server name.
1830         (nnimap-parse-flags): Fix typo.
1831         (nnimap-request-scan): Run split on the server in general, not just a
1832         single group.
1833
1834         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1835         parameter, and propagate this downwards.
1836
1837         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1838         since EXAMINE changes it on the server.
1839
1840         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1841         this command might take a while.
1842
1843 2010-09-22  Julien Danjou  <julien@danjou.info>
1844
1845         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1846         harmful if you have 2 images side-by-side, they can't be properly
1847         update on text deletion.  Using text-property is safer here.
1848         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1849         data.
1850
1851 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * nnimap.el (nnimap-expunge-inbox): Removed.
1854         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1855         (nnimap-expunge): Flip default to t.
1856
1857         * gnus.el (gnus-method-to-server): Don't push things to the cache
1858         unless it's unique.
1859         (gnus-server-to-method): Ditto.
1860
1861 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1864
1865 2010-09-22  Julien Danjou  <julien@danjou.info>
1866
1867         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1868         get the start of data.
1869         (gnus-html-encode-url): Add this function to encode special chars in
1870         URL.
1871         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1872         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1873
1874         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1875         default.
1876         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1877
1878         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1879         images alt-text.
1880         (gnus-html-put-image): Put alt-text as help-echo.
1881
1882 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1885         * mm-util.el (mm-decompress-buffer)
1886         * nnir.el (nnir-run-find-grep)
1887         * pop3.el (pop3-list): Use 3rd arg of split-string.
1888
1889         * time-date.el (format-seconds): Comment fix.
1890
1891         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1892         and byte-optimize-form-code-walker.
1893         (dgnushack-make-auto-load): Don't advise make-autoload.
1894
1895         * lpath.el: Remove Emacs 21 stuff.
1896
1897 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1900         outside the active range.  Suggested by Dan Christensen.
1901
1902         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1903         slightly later to avoid double-getting it.
1904
1905         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1906         previous patch.
1907
1908         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1909
1910 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1911
1912         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1913
1914 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * gnus-int.el (gnus-open-server): Give a better error message in the
1917         "go offline" case.
1918
1919         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1920         marks for nnimap, which is seldom the right thing to do.
1921
1922         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1923         (gnus-same-method-different-name): New function.
1924
1925         * nnimap.el (parse-time): Require.
1926
1927         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1928         method in the presence of many similar methods.
1929
1930         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1931
1932         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1933         nnml-inhibit-expiry.
1934
1935         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1936         find out whether methods are equal.
1937
1938         * nnimap.el (nnimap-find-expired-articles): New function.
1939         (nnimap-process-expiry-targets): New function.
1940         (nnimap-request-move-article): Request the article before looking at
1941         what the Message-ID is.  Fix found by Andrew Cohen.
1942         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1943
1944         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1945         for oldness in addition to being a predicate.
1946
1947         * nnimap.el (nnimap-request-group): When we have zero articles, return
1948         the right data to Gnus.
1949         (nnimap-request-expire-articles): Only delete articles immediately if
1950         the target is 'delete.
1951
1952         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1953         method, this would bug out.
1954
1955         * gnus-group.el (gnus-group-expunge-group): Renamed from
1956         gnus-group-nnimap-expunge, and implemented as a normal interface
1957         function.
1958
1959         * gnus-int.el (gnus-request-expunge-group): New function.
1960
1961         * nnimap.el (nnimap-request-create-group): Implement.
1962         (nnimap-request-expunge-group): New function.
1963
1964 2010-09-21  Julien Danjou  <julien@danjou.info>
1965
1966         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1967         (gnus-html-cache-expired): Add new function.
1968         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1969         wethever we should display image for fetch it.
1970         Compute alt-text earlier to pass it to the fetching function too.
1971         (gnus-html-schedule-image-fetching): Change function argument to only
1972         get one image at a time, not a list.
1973         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1974         cache.
1975         (gnus-html-get-image-data): New function to retrieve image data from
1976         cache.
1977         (gnus-html-put-image): Change buffer argument to use image data rather
1978         than file, and place image above region rather than inserting a new
1979         one. Do not take alt-text as argument, since it's useless now: we place
1980         the image above alt-text.
1981         (gnus-html-prune-cache): Remove.
1982         (gnus-html-show-images): Start to fetch image when we find one, do not
1983         push into a temporary list.
1984         (gnus-html-prefetch-images): Only fetch image if they have expired.
1985         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1986         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1987
1988 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1991
1992 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1995         spec inser "*" if the group isn't active instead of 0.
1996
1997         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1998         opening the server.
1999         (nnimap-request-delete-group): Implement group deletion.
2000         (nnimap-transform-headers): Return the size of the entire message in
2001         the Bytes header, not just the size of the first part.
2002         (nnimap-request-move-article): When moving an article from nnimap,
2003         request the article first so the accepting form has an article to
2004         accept.  Reported by Dan Christensen.
2005         (nnimap-command): Make sure that the error message doesn't error out.
2006
2007 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2008
2009         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2010         we haven't requested anything.
2011
2012 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2015         "".  Fix found by Andrew Cohen.
2016
2017         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2018         instead of -encode-string.
2019
2020 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2023
2024         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2025         by mm-subst-char-in-string.
2026
2027 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2030         waiting for the connection string.
2031
2032         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2033         arriving.
2034
2035         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2036         bogus characters.  This allows selecting certain Gmail groups.
2037
2038         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2039         (nnimap-fetch-partial-articles): New variable.
2040         (nnimap-open-connection): When looking for credentials, also use the
2041         nnimap-server-port.
2042         (nnimap-request-article): Return the group/article number, so that Gnus
2043         `^' works as expected.
2044         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2045         them.
2046
2047         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2048         comments.
2049         (gnus-methods-sloppily-equal): New function.
2050         (gnus): When using the development version of Gnus, load the gnus-load
2051         file.
2052
2053         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2054         `gnus-open-server' on each method before trying to scan them etc.  This
2055         ensures that all the backend parameters are set correctly.
2056
2057         * nnimap.el (nnimap-authenticator): New variable.
2058         (nnimap-open-connection): Allow anonymous login.
2059         (nnimap-transform-headers): The chars header is called Chars not
2060         Bytes.
2061         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2062         drops.
2063
2064         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2065         patch, found by Knut Anders Hatlen.
2066
2067 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2068
2069         * gnus-agent.el (gnus-agent-batch-confirmation)
2070         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2071         to gnus-message.
2072         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2073         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2074         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2075         * gnus-int.el (gnus-open-server): Likewise.
2076         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2077         (gnus-score-check-syntax): Likewise.
2078         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2079         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2080         Likewise.
2081         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2082
2083 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2086         calling conventions so that prefetch doesn't bug out.
2087
2088 2010-09-19  Julien Danjou  <julien@danjou.info>
2089
2090         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2091         rather than `subst-char-in-region' in order to be able to replace ASCII
2092         char by UTF-8 ones.
2093
2094         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2095         than curl.
2096         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2097         the right URL and ALT text on images.
2098         (gnus-html-wash-tags): Fix tag case.
2099         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2100         (gnus-article-html): Add -o display_ins_del=2 option.
2101         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2102
2103 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2106         the extra mail headers, which sometimes seem to happen for unknown
2107         reasons.
2108
2109         * mail-parse.el (mail-header-encode-parameter): Define as
2110         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2111         (or most, perhaps?) mail readers don't understand the latter, but do
2112         understand the former.
2113
2114         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2115         to nil, so that no methods are automatically agentized.  I think this
2116         is probably what most users want.
2117
2118         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2119         from url-retrieve, for instance about invalid URLs.
2120
2121         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2122         groups that have no articles.
2123         (nnimap-request-article): Check that we really got an article when we
2124         requested one.
2125
2126         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2127         doesn't exist.
2128
2129         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2130         nntp buffer so the agent can save it.
2131         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2132         that CRLF doesn't get translated to \n.
2133         (nnimap-open-connection): Don't make 'shell commands only send \n.
2134
2135 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2136
2137         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2138         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2139         Update var name.
2140         (nnml-generate-nov-file): Use dolist.
2141         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2142         Use with-current-buffer.
2143
2144 2010-09-18  Julien Danjou  <julien@danjou.info>
2145
2146         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2147         parallel.
2148
2149 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2152         the range update right.
2153         (nnimap-request-group): Don't make `M-g' bug out on group with no
2154         marks.
2155         (nnoo): Required, so that other packages can require nnimap.
2156         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2157         command we're looking for.  This helps when the server sends more
2158         responses after we've gotten everything we expected.
2159         (nnimap): Add a `newlinep' field to keep track of end-of-line
2160         conventions.
2161         Don't send CRLF to things that don't want it.
2162         (nnimap-request-accept-article): Ditto.
2163
2164 2010-09-18  Julien Danjou  <julien@danjou.info>
2165
2166         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2167         than curl to retrieve images.
2168
2169 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2172         the marks.
2173         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2174         (nnimap-wait-for-connection): New function.
2175         (nnimap-open-connection): If we have PREAUTH, don't query for login
2176         credentials.
2177         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2178         when doing a partial update.
2179
2180 2010-09-18  Julien Danjou  <julien@danjou.info>
2181
2182         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2183         tags.
2184
2185 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * nnimap.el (nnimap-credentials): New function.
2188         (nnimap-open-connection): Use the new function to look for credentials
2189         also on the numeric equivalents of "imap" and "imaps".
2190
2191         * gnus-start.el (gnus-activate-group): Send the info to
2192         gnus-request-group.
2193
2194         * nnimap.el (nnimap-request-group): Have the "check" version of the
2195         function parse flags and update the info, so that a `M-g' get a total
2196         resync of all flags from the group.
2197
2198         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2199         to allow backends to alter the info on group selection.  Also alter all
2200         the backend -request-group functions to take the parameter.
2201
2202         * nnimap.el (nnimap-store-info): New function.
2203         (nnimap-update-info): Store the info for later usage.
2204         (nnimap-request-group): Use the stored info for the dont-check case, so
2205         that we don't retrieve all marks when we enter a group.
2206
2207         * nnimap.el: Use deffoo instead of defun for interface functions.
2208
2209         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2210         update the group info.  This makes the nndraft groups, for instance, go
2211         back to their old behaviour.
2212
2213         * gnus-sum.el (gnus-select-newsgroup): Indent.
2214
2215         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2216         in.
2217         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2218         nothing.
2219
2220         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2221         from methods that are denied.
2222
2223         * gnus-int.el (gnus-method-denied-p): New function.
2224
2225         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2226         store the password instead of netrc.
2227         (nnimap-open-connection): Don't error out when we can't make a
2228         connections.
2229
2230         * auth-source.el (auth-source-create): In the password prompt, say what
2231         we're querying for.  Also prompt for user name if that hasn't been
2232         given.
2233
2234         * nnimap.el (nnimap-with-process-buffer): Removed.
2235
2236 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2239         method when we're reading from the agent.
2240
2241         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2242
2243         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2244         that's probably most useful for users.
2245
2246         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2247         "failed" all the time.
2248
2249         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2250         ...)) with (with-current-buffer ... ).
2251
2252         * nntp.el (nntp-open-server): Return whether the open was successful or
2253         not.
2254
2255         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2256         select an unread unseen article first.
2257
2258         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2259         /etc/services, supply some sensible port defaults.
2260
2261         * dgnushack.el: Define netrc-credentials.
2262
2263 2010-09-17  Julien Danjou  <julien@danjou.info>
2264
2265         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2266
2267 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2268
2269         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2270         doesn't have any parameters.
2271
2272 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2275         only upcased checks.
2276
2277         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2278
2279         * nnimap.el (nnimap-open-shell-stream): New function.
2280         (nnimap-open-connection): Use it.
2281         (nnimap-transform-headers): Get the number of lines in each message.
2282         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2283         number of lines.
2284         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2285         problem.
2286
2287         * utf7.el (utf7-encode): Autoload.
2288
2289         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2290         to allow the mail splitting to not return a default group.  This is
2291         useful for nnimap, which will leave unmatched mail in the inbox.
2292
2293         * nnimap.el: Rewritten.
2294
2295         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2296         nnimap usage.
2297
2298         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2299         if the move is internal, so that nnimap can do fast internal moves.
2300
2301         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2302         data.
2303         (gnus-read-active-for-groups): Support finishing the early retrieval of
2304         data.
2305
2306         * gnus-range.el (gnus-range-nconcat): New function.
2307
2308         * gnus-int.el (gnus-finish-retrieve-group-infos)
2309         (gnus-retrieve-group-data-early): New functions.
2310
2311 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2312
2313         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2314         (nnrss-retrieve-groups):
2315         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2316         (pop3-quit): Use with-current-buffer.
2317
2318 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2321         instead of nnheader-accept-process-output.
2322
2323         * dgnushack.el (dgnushack-compile): Add comment.
2324
2325         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2326
2327         * gnus-html.el (gnus-html-schedule-image-fetching)
2328         (gnus-html-prefetch-images): Replace process-kill-without-query by
2329         gnus-set-process-query-on-exit-flag.
2330
2331 2010-09-16  Romain Francoise  <romain@orebokech.com>
2332
2333         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2334
2335 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2338         parameter to unintern is mandatory-ish in Emacs 24.
2339
2340         * gnus-html.el (gnus-html-schedule-image-fetching)
2341         (gnus-html-prefetch-images): Check for curl before using it.
2342
2343         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2344         depend on curl, which isn't essential.
2345
2346         * imap.el: Revert back to version
2347         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2348         seem problematic.
2349
2350 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2351
2352         * gnus-registry.el (gnus-registry-install-shortcuts):
2353         Explicitly pass `obarray' to `unintern' to avoid a warning.
2354
2355 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2358         change.
2359
2360         * nnrss.el (nnrss-request-list): Removed this function and related
2361         functions, including the moreover stuff.
2362
2363 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * nnrss.el (nnrss-retrieve-groups): New function.
2366
2367 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2368
2369         * .dir-locals.el: Add no-byte-compile cookie.
2370
2371 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * time-date.el (format-seconds): Comment fix.
2374
2375         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2376         for back end that doesn't support request-scan.
2377
2378 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2381         then do request scans from the backends.
2382
2383         * netrc.el (netrc-credentials): New conveniency function.
2384
2385         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2386         avoid running a hook per line, since this takes a lot of time,
2387         profiling shows.
2388         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2389         directly if gnus-visual-p is true.
2390
2391 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2394         groups; replace mapcar with dolist which is a bit faster; pass groups
2395         info to gnus-read-active-file-1.
2396         (gnus-read-active-file-1): Scan only specified groups if the new
2397         optional arg `infos' is given.
2398
2399 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2402
2403         * pop3.el (pop3-movemail): Removed.
2404         (pop3-streaming-movemail): Renamed to pop3-movemail.
2405
2406         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2407         don't restrict end-tag searches to the end of the line.
2408
2409 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2412         articles of every unchecked group to t, which means unknown since the
2413         server has never been opened.
2414
2415 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * gnus-html.el (gnus-html-show-alt-text): New command.
2418         (gnus-html-browse-image): Ditto.
2419         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2420         to browse the image directly.
2421         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2422         better.
2423
2424         * gnus-async.el (gnus-async-article-callback): Call
2425         `gnus-html-prefetch-images' unconditionally.
2426
2427         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2428         before feeding URLs to curl.
2429
2430 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2433         internal images as deletable by `W D D'.
2434
2435         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2436         (gnus-async-article-callback): Fix typo.
2437
2438 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2441         current line to work around bugs in the output from w3m.
2442
2443         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2444         for groups that want that.
2445
2446         * nntp.el (nntp-wait-for-string): Supply a timeout for
2447         accept-process-output to ensure progress.
2448
2449         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2450         level to get unread articles from, then use that for foreign groups,
2451         too.
2452
2453         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2454         confuses the rest of the function.
2455
2456         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2457         for the methods that support -retrieve-groups, too.
2458
2459         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2460
2461 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2464         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2465
2466         * pop3.el: Require cl when compiling.
2467         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2468
2469 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2472         that aren't going to be activated.
2473         (gnus-get-unread-articles): Fix up the last commit.
2474
2475         * gnus-html.el (gnus-article-html): Allow calling without specifying
2476         the handle.  In that case, dissect the buffer first.
2477
2478         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2479
2480         * nnimap.el (nnimap-open-connection): Revert the change that would look
2481         into authinfo for imaps instead of imap.
2482
2483         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2484         say that you don't want to call gnus-request-group with don-check, but
2485         do check the reponse.  This is for virtual groups only.
2486         (gnus-get-unread-articles): Count the archive groups as secondary, so
2487         that they're activated the same way as before.
2488
2489         * imap.el (imap-message-map): Removed optional buffer parameter, since
2490         no callers use it.
2491         (imap-message-get): Ditto.
2492         (imap-message-put): Ditto.
2493         (imap-mailbox-map): Ditto.
2494         (imap-mailbox-put): Ditto.
2495         (imap-mailbox-get): Ditto.
2496         (imap-mailbox-get): Revert last change for this function.
2497
2498         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2499         case-insensitively.
2500         (nnimap-debug): Removed.
2501
2502         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2503         to use `imap-fetch' instead.  According to the comments, this should be
2504         safe, since all other IMAP clients use the 1:* syntax.
2505         (imap-enable-exchange-bug-workaround): Removed.
2506         (imap-debug): Removed -- doesn't seem very useful.
2507
2508         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2509         mail from a file, and the file doesn't exist.
2510
2511         * imap.el (imap-log): New convenience function used throughout instead
2512         of repeating the same code all over the place.
2513
2514         * pop3.el (pop3-streaming-movemail): Return t for success.
2515
2516         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2517         .authinfo if we're using ssl connection.
2518
2519         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2520         already have if we're in a main Gnus `g' run.
2521
2522         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2523
2524 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2527
2528         * nnmh.el (nnmh-request-list-1): Bind `file'.
2529
2530         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2531         alias to set-process-query-on-exit-flag or process-kill-without-query.
2532         (pop3-open-server): Use it.
2533
2534 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2537         box to the Incoming file.  Fixes mistake in previous checkin.
2538
2539         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2540         request loop (for debugging purposes) removed.
2541
2542         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2543         culprit is more visible.
2544         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2545         (nnml-add-incremental-nov): New functions to do "incremental" nov
2546         updates, where we just append to the end of the existing nov files
2547         without reading/writing them in full.
2548
2549         * mail-source.el (mail-source-delete-crash-box): Really only check the
2550         incoming files once in a while.
2551
2552         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2553
2554         * mail-source.el (mail-source-delete-crash-box): Only check the
2555         incoming files for deletion once per day to save a lot of file
2556         accesses.
2557
2558         * pop3.el (pop3-logon): Fix up unbound variable typo.
2559
2560         * mail-source.el (pop3-streaming-movemail): Autoload.
2561
2562         * pop3.el (pop3-streaming-movemail): Respect
2563         pop3-leave-mail-on-server.
2564
2565         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2566         retrieval.
2567
2568         * pop3.el (pop3-process-filter): Removed unused function.
2569         (pop3-streaming-movemail, pop3-send-streaming-command)
2570         (pop3-wait-for-messages, pop3-write-to-file)
2571         (pop3-number-of-responses): New functions for streaming pop3
2572         retrieval.
2573
2574         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2575         come from no known methods.
2576         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2577         list.
2578
2579         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2580         message sizes.
2581         (pop3-movemail): Use erase-buffer instead of looping and deleting
2582         regions, which seems rather odd.
2583
2584         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2585         file once per `g' run.
2586
2587         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2588         directories.  This makes the draft queue directory work.
2589
2590         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2591         data from the backends, so that we only request the list of groups from
2592         each method once.  This should speed things up considerably.
2593
2594         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2595         detect that it's not implemented.
2596
2597         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2598         we actually do recurse down into the tree, but don't stat all leaf
2599         nodes.
2600
2601         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2602         then say so instead of bugging out.
2603
2604         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2605         files exist before trying to read them.
2606
2607         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2608         around <pre_int>.
2609
2610         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2611
2612         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2613
2614 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * mm-util.el (mm-image-load-path): Just return the image directories,
2617         not all directories in the path in addition to the image directories.
2618         (mm-image-load-path): Maintain a cache of the image directories so that
2619         the `g' command in Gnus doesn't have to stat dozens of directories each
2620         time.
2621
2622         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2623         (gnus-html-wash-tags): Add a new `i' command to insert images.
2624         (gnus-html-insert-image): New command and keystroke.
2625         (gnus-html-redisplay-with-images): New command and keystroke.
2626         (gnus-html-show-images): Renamed command.
2627         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2628         spacers.
2629         (gnus-html-wash-tags): Decode entities at the end, so that entities
2630         inside the tags don't mess up the rest of the "parsing".
2631
2632         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2633         so that nnimap methods aren't agentized by default.  There's apparently
2634         many problems related to agent/imap behaviour.
2635
2636         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2637
2638         * gnus-html.el: Doc fix.
2639
2640 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2643         specifier-spec-list for Emacs 21.
2644
2645         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2646         glyph-width and glyph-height instead of display-graphic-p and
2647         image-size; make avoidance of displaying small images work for XEmacs.
2648
2649         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2650         for XEmacs.
2651
2652         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2653         of symbol that holds plist data.
2654         (gnus-process-plist): Remove plist of process after getting it.
2655
2656 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * message.el (message-generate-hashcash): Change default to
2659         'opportunistic if hashcash is installed.
2660
2661         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2662         (gnus-html-put-image): Only call image-size once, since it's somewhat
2663         time-consuming on remote X servers.
2664
2665 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2668         type on data, not a file name.
2669
2670         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2671         window-pixel-edges for Emacs 21.
2672
2673         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2674         decoded contents.
2675         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2676
2677 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2680         group line format, since it isn't very interesting.
2681
2682         * gnus-agent.el (gnus-agent-short-article),
2683         (gnus-agent-long-article): Increase values for these two variables,
2684         since most people are likely to have more network connection and
2685         storage than before.
2686
2687         * gnus.el (gnus-refer-article-method): Change default to 'current.
2688         When referring an article, the common behaviour is to refer it from the
2689         current select method, not the native select method.  The chances of
2690         the native select method having the message in question is rather slim
2691         these days.
2692
2693         * gnus-sum.el (gnus-auto-select-subject): Change default to
2694         `unseen-or-unread'.  I think it's likely that most people want to
2695         select an unseen article over a previously seen, but unread one.
2696
2697         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2698         means that in the article buffer none of the minor mode elements will
2699         be shown, usually, and this is not desirable in most cases.
2700
2701         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2702         that commands like `d' (and the like) go to the next line in the
2703         buffer, instead of the next unread article.  I think this is the
2704         behaviour that is most natural for most users.
2705         (gnus-single-article-buffer): Change default to nil, so that people can
2706         have as many article buffers open as they have summary buffer.  I think
2707         this is the most natural way for the groups to behave.
2708
2709         * message.el (message-generate-new-buffers): Change default to
2710         `unsent', so that all new message buffers start their names with the
2711         string "*unsent", and it's easier to find the buffers if you move from
2712         them.
2713
2714 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2717         small.  They're probably tracking images.
2718         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2719         (gnus-html-rescale-image): Yet another try at getting the image sizing
2720         right.
2721
2722         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2723         nntp-marks-file-name is nil.
2724
2725 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2726
2727         * gnus-html.el (gnus-html-wash-tags)
2728         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2729         Better logging.
2730
2731 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2734
2735         * gnus-html.el (gnus-html-wash-tags): Check the value of
2736         gnus-blocked-images in the summary buffer.
2737
2738 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2739
2740         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2741
2742 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2745         like "a", it seems like.
2746         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2747         since it needs to be picked from the correct buffer.
2748
2749         * nnwfm.el: Removed.
2750
2751         * nnlistserv.el: Removed.
2752
2753 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2754
2755         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2756         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2757
2758 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * nnkiboze.el: Removed.
2761
2762         * nndb.el: Removed.
2763
2764         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2765         alt text.
2766         (gnus-html-rescale-image): Try to get the rescaling logic right for
2767         images that are just wide and not tall.
2768
2769         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2770         overshadow variable bindings.
2771
2772 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2773
2774         * gnus-html.el (gnus-html-wash-tags)
2775         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2776         extra logging.
2777
2778 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2781         (gnus-max-image-proportion): New variable.
2782         (gnus-html-rescale-image): New function.
2783         (gnus-html-put-image): Rescale images.
2784
2785 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2786
2787         Fix up some byte-compiler warnings.
2788         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2789         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2790         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2791         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2792         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2793         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2794         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2795
2796 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * gnus-html.el (gnus-article-html): Decode contents by charset.
2799
2800 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2803         (gnus-html-frame-width, gnus-blocked-images)
2804         * message.el (message-prune-recipient-rules): Add custom version.
2805         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2806
2807         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2808         functions.
2809
2810         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2811         gnus-process-get.
2812
2813 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2814
2815         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2816         instead of lsub directly.
2817
2818 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * nnwarchive.el: Removed.
2821
2822         * gnus-soup.el: Removed.
2823
2824         * nnsoup.el: Removed.
2825
2826         * nnultimate.el: Removed.
2827
2828         * gnus-html.el (gnus-blocked-images): New variable.
2829
2830         * message.el (message-prune-recipients): New function.
2831         (message-prune-recipient-rules): New variable.
2832
2833         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2834         guess whether a long line is natural text or not.
2835
2836         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2837         gnus-process-plist and friends for compatibility.
2838
2839 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2840
2841         * gnus-html.el: Require packages that define macros used in this file.
2842         (gnus-article-mouse-face): Declare to silence byte-compiler.
2843         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2844         process-get.
2845         (gnus-html-put-image): Use plist-get to avoid getf.
2846         (gnus-html-prefetch-images): Use with-current-buffer.
2847
2848 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-ems.el: Provide compatibility functions for
2851         gnus-set-process-plist.
2852
2853         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2854         header-line-format for XEmacs 21.4.
2855
2856         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2857         * gnus.el (gnus-valid-select-methods)
2858         * message.el (message-send-mail-partially-limit)
2859         * mm-decode.el (mm-text-html-renderer)
2860         * mml.el (mml-insert-mime-headers-always)
2861         * smiley.el (smiley-regexp-alist): Bump custom version.
2862
2863 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * gnus-html.el: require mm-url.
2866         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2867         with the url to `url'.
2868         (gnus-html-wash-tags): Support cid: URLs/images.
2869
2870 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2873         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2874         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2875
2876         * gnus-move.el: Removed file, since it doesn't really work.
2877
2878         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2879         UTF-8.  This seems to fix problems with some German web feeds.
2880
2881         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2882         at the top so that the proper colours are applied.
2883
2884         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2885         don't have dots in their names.
2886
2887         * gnus-art.el (gnus-article-view-part): Doc fix.
2888
2889         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2890         XEmacs-compatible.
2891         (gnus-html-put-image): Don't do images on non-graphic displays.
2892
2893         * nnslashdot.el: Removed this unused backend.
2894
2895         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2896         actions.
2897         (gnus-undo-register-1): Revert last change.
2898
2899         * gnus-group.el (gnus-group-completing-read): Protect against not
2900         having completion-styles bound.
2901
2902         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2903         make broken recipients happier.
2904
2905         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2906
2907         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2908         point parameter.
2909
2910         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2911
2912         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2913         completion-styles for group selection.
2914
2915 2009-02-04  Andreas Schwab  <schwab@suse.de>
2916
2917         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2918         headers and regexp-quote the match if necessary.
2919
2920 2009-03-24  Miles Bader  <miles@gnu.org>
2921
2922         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2923         the blinking smiley.
2924
2925 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2926
2927         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2928         blink smiley.
2929
2930 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931
2932         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2933         where the dribbel file lives exists.
2934
2935         * message.el (message-send-mail-partially-limit): Change the default to
2936         nil, since most people don't want this.
2937
2938         * mm-url.el (mm-url-decode-entities): Also decode entities like
2939         &#x3212.
2940
2941 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2942
2943         * gnus-sum.el (gnus-summary-idna-message):
2944         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2945         Hyperlink urls in docstrings with URL `...'.
2946
2947 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2948
2949         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2950         functions.
2951
2952 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2955         say what the mouseover text should be.
2956
2957         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2958         version of the mm-w3m-safe-url-regexp variable to only download images
2959         in the groups where we want that to happen.
2960
2961         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2962
2963         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2964         easier debugging.
2965         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2966         big pictures in the article buffer.
2967
2968         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2969         gnus-article-html.
2970         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2971         w3m.
2972
2973         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2974
2975 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2976
2977         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2978         which doesn't exist.
2979
2980         * message.el (message-inhibit-ecomplete): New variable to allow some
2981         function to inhibit ecomplete address storage.
2982         (message-resend): Disable ecomplete message storage when resending
2983         messages.
2984
2985         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2986
2987 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2990         Save excursion while copying, moving, and deleting articles in order to
2991         prevent the cursor from jumping to unforeseen place.
2992
2993 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * lpath.el: No need to bind bookmark-current-buffer,
2996         bookmark-yank-point and bookmark-make-record-function.
2997
2998 2010-08-17  Glenn Morris  <rgm@gnu.org>
2999
3000         * gnus-sync.el: Require gnus components whose functions are used.
3001
3002         * gnus-art.el (bookmark-make-record-function):
3003         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3004         Declare for compiler.
3005
3006         * mm-url.el (mml-compute-boundary): Autoload.
3007
3008 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3011
3012 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3013
3014         Typo fix "hoo4a" -> "hook".
3015
3016         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3017
3018 2010-08-14  Glenn Morris  <rgm@gnu.org>
3019
3020         * gnus-sync.el (gnus-sync): Fix defgroup version.
3021
3022 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3023
3024         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3025
3026         * gnus-sync.el: Fix docs.
3027         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3028         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3029
3030 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3031
3032         Optimizations for gnus-sync.el.
3033
3034         * gnus-sync.el: Add docs about gnus-sync-backend
3035         possibilities.
3036         (gnus-sync-save): Remove unnecessary message.
3037         (gnus-sync-read): Optimize and show what groups were skipped.
3038
3039 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3040
3041         Minor bug fixes for gnus-sync.el.
3042
3043         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3044         read the sync on get-new-news.
3045
3046         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3047         quiet.
3048
3049         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3050
3051 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3052
3053         Make saving and restoring of hidden threads work with overlays.
3054         Patch applied by Ted Zlatanov.
3055
3056         * gnus-sum.el (gnus-hidden-threads-configuration)
3057         (gnus-restore-hidden-threads-configuration): Update to deal with text
3058         properties, rather than searching for a magic character.
3059
3060 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3061
3062         New gnus-sync.el library for synchronization of marks.
3063
3064         * gnus-sync.el: New library for synchronization of marks.
3065
3066         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3067         renamed from `gnus-registry-grep-in-list'.
3068
3069         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3070
3071         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3072
3073 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3076         determining charset of text fails.
3077
3078 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * nnmail.el (nnmail-get-new-mail-1): Revert.
3081
3082         * nnml.el (nnml-active-number): Make sure names of newly created groups
3083         in nnml-group-alist are encoded.
3084
3085 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3088         containing non-ASCII characters in active file for nnml back end.
3089
3090 2010-07-24  David Engster  <dengste@eml.cc>
3091
3092         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3093         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3094
3095 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3096
3097         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3098         tag (Bug#6654).
3099
3100 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3101
3102         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3103         the article buffer, not the summary buffer.
3104
3105 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3108         Emacs 23 as well.
3109
3110 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3113         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3114
3115 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3116
3117         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3118         Patch applied by Karl Fogel.
3119
3120         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3121         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3122
3123 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3124
3125         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3126         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3127         C-w still not working correctly from Article buffers; Thierry's
3128         patch to fix that will be applied after this.
3129
3130         * gnus-art.el (bookmark-make-record-function): New local variable.
3131
3132         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3133         article buffer.
3134         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3135
3136 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3137
3138         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3139         on changes in bookmark.el.
3140
3141 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3144         `no-log' instead of message not to log prompt string.
3145
3146 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3147
3148         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3149         the *other* type of HTML form submission.
3150
3151 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3152
3153         * auth-source.el (auth-source-pick): If choice does not contain a
3154         questioned keyword, set the check to t.
3155
3156 2010-06-12  Romain Francoise  <romain@orebokech.com>
3157
3158         * gnus-util.el (gnus-date-get-time): Move up before first use.
3159
3160 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3163         (gnus-article-edit-part): Bind it to make last part that is substituted
3164         or deleted visible.
3165         (gnus-mime-display-single): Buttonize part of which id equals to
3166         gnus-mime-buttonized-part-id.
3167
3168 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3169
3170         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3171         (gnus-dd-mmm): Use gnus-date-get-time.
3172         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3173         simplify logic.
3174         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3175         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3176
3177 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3178
3179         * auth-source.el (top): Autoload `secrets-list-collections',
3180         `secrets-create-item', `secrets-delete-item'.
3181         (auth-sources): Fix tag string.
3182         (auth-get-source, auth-source-retrieve, auth-source-create)
3183         (auth-source-delete): New defuns.
3184         (auth-source-pick): Rewrite in order to avoid 2 passes.
3185         (auth-source-forget-user-or-password): New parameter USERNAME.
3186         (auth-source-user-or-password): New parameters CREATE-MISSING and
3187         DELETE-EXISTING.  Retrieve password interactively, if needed.
3188
3189 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3190
3191         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3192         deleting unused directories when gnus-expert-user is t.
3193
3194 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3197         for each temp file when gnus-article-browse-delete-temp is ask.
3198
3199 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3200
3201         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3202         Lisp calls to delete-backward-char by calls to delete-char.
3203
3204 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3205
3206         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3207
3208 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3209
3210         * password-cache.el (password-cache-remove): Fix docstring.
3211
3212 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3215         article unless decoding article to be saved.
3216
3217 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3220         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3221         generated within the mm-with-unibyte-current-buffer macro.
3222
3223 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3226         to nil when we're in a mml-preview buffer and no group is selected.
3227
3228 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3229
3230         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3231         when catching the `C-g'.  Reported by "Leo".
3232
3233 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * message.el (message-forward-make-body-plain)
3236         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3237         multibyte-string-p.
3238
3239         * lpath.el: Revert.
3240
3241 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * message.el (message-forward-make-body-mml): Assume original message
3244         is multibyte string; error on unibyte.
3245         (message-forward-make-body-plain): Ditto; don't add excessive newline
3246         in body end.
3247
3248         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3249
3250 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3251
3252         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3253         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3254
3255 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * mm-extern.el (mm-extern-url): Don't use
3258         mm-with-unibyte-current-buffer.
3259         (mm-extern-cache-contents): Use with-current-buffer instead of
3260         save-excursion + set-buffer.
3261
3262 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * mm-util.el (mm-emacs-mule): Remove.
3265
3266 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3267
3268         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3269         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3270         change.
3271
3272 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3275         bind the default value of enable-multibyte-characters to nil.
3276
3277 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * message.el (message-forward-make-body-plain)
3280         (message-forward-make-body-mml):
3281         Don't use mm-with-unibyte-current-buffer.
3282
3283 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3284
3285         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3286
3287 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3288
3289         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3290         (Bug#5592).
3291
3292 2010-05-07  Julien Danjou  <julien@danjou.info>
3293
3294         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3295         it to mm-pipe-part.
3296
3297         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3298         it is given.
3299
3300 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * binhex.el (binhex-decode-region-internal)
3303         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3304         (dns-query)
3305         * nnweb.el (nnweb-gmane-search)
3306         * pgg-parse.el (pgg-parse-armor)
3307         * pgg.el (pgg-verify-region)
3308         * sha1.el (sha1-string-external)
3309         * uudecode.el (uudecode-decode-region-internal)
3310         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3311         XEmacs.
3312
3313         * gnus-art.el (gnus-article-browse-html-parts)
3314         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3315         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3316         make-temp-file.
3317
3318         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3319         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3320         compiling.
3321
3322         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3323         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3324         XEmacs when compiling.
3325
3326         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3327         gnus-pick-mode-off-hook for XEmacs when compiling.
3328         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3329         gnus-binary-mode-off-hook for XEmacs when compiling.
3330
3331         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3332         nil if char-charset is not available.
3333
3334         * imap.el (imap-disable-multibyte)
3335         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3336         macros.
3337
3338         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3339         instead of encode-coding-string.
3340
3341         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3342         'xemacs) instead of mm-emacs-mule to switch function definitions.
3343         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3344
3345         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3346         bind temporary-file-directory for XEmacs;
3347         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3348         timer-set-function for XEmacs 21.4 and SXEmacs;
3349         bind timer-list for XEmacs 21.4 and SXEmacs;
3350         fbind char-charset and find-charset-region for non-Mule XEmacs;
3351         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3352         encode-coding-region and encode-coding-string for XEmacs having no
3353         file-coding feature.
3354
3355 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3356
3357         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3358
3359 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3362         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3363
3364 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3365
3366         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3367         alias `jka-compr-delete-temp-file' no longer exists.
3368
3369 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3370
3371         Use define-minor-mode in Gnus where applicable.
3372         * mml.el (mml-mode): Use define-minor-mode.
3373         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3374         (gnus-undo-mode): Use define-minor-mode.
3375         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3376         (gnus-dead-summary-mode): Use define-minor-mode.
3377         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3378         Initialize in declaration.
3379         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3380         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3381         (gnus-mailing-list-mode): Use define-minor-mode.
3382         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3383         (gnus-draft-mode): Use define-minor-mode.
3384         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3385         (gnus-dired-mode): Use define-minor-mode.
3386
3387 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3388
3389         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3390         handles on recursive mml-to-mime translation and check them for
3391         boundary delimiter collisions.  Reported by Greg Troxel.
3392
3393 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3396
3397 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3398
3399         * mm-util.el (mm-find-buffer-file-coding-system):
3400         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3401
3402 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3403
3404         * message.el (message-generate-headers): Record insertion of optional
3405         headers as well.  Otherwise the check to prevent repeated insertion of
3406         optional headers is a no-op.
3407
3408 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3409
3410         * smime.el: Don't mention CVS.
3411
3412         * nnrss.el (nnrss-fetch): Don't mention CVS.
3413
3414         * nnir.el: Don't mention CVS.
3415
3416 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3417
3418         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3419
3420 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * lpath.el: Fbind bookmark-default-handler,
3423         bookmark-get-bookmark-record, bookmark-make-record-default,
3424         bookmark-prop-get for Emacs <23 and XEmacs.
3425
3426 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3427
3428         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3429         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3430         Use with-current-buffer to silence the byte-compiler.
3431         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3432         bother to require `gnus'.
3433         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3434
3435 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3436
3437         * gnus-sum.el (gnus-summary-bookmark-make-record)
3438         (gnus-summary-bookmark-jump): New functions.
3439         (gnus-summary-mode): Setup bookmark support.
3440
3441 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3442
3443         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3444         if set.
3445
3446 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3449         gnus-article-browse-html-save-cid-image; make it work recursively for
3450         forwarded messages as well.
3451         (gnus-article-browse-html-parts): Work when prefix arg is given.
3452         (gnus-article-browse-html-article): Doc fix.
3453
3454 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3455
3456         * message.el (message-default-mail-headers):
3457         (message-default-headers): Carry the value mail-default-headers over
3458         into message-default-mail-headers, rather than message-default-headers.
3459
3460 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3461
3462         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3463         charset.
3464
3465         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3466         charset into the <meta> tag when the article is encoded to utf-8.
3467
3468 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3471         directories as well.
3472         (gnus-article-browse-html-parts): Work for images that do not specify
3473         file names; delete temp directory when quitting; insert header at the
3474         right place; use file: scheme for image files.
3475
3476 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3477
3478         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3479         (gnus-article-browse-html-parts): Use it to make temporary cid image
3480         files in addition to html file so that browser may display them.
3481
3482 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3485
3486 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3487
3488         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3489
3490 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3491
3492         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3493         about Secret Service API sources.  Improve Customize options.
3494         (auth-source-pick): Change to accept any number of search parameters.
3495         Implement fallbacks iteratively, not recursively.  Add scoring on the
3496         second pass and sort by score.  Call Secret Service API when needed.
3497         (auth-source-user-or-password): Use it.  Call Secret Service API
3498         directly when needed to get the user name and the password.
3499
3500 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3501
3502         * message.el (message-interactive): Doc fix.
3503         (message-qmail-inject-args): Reflow.
3504         (message-kill-to-signature): Fix typo in docstring.
3505
3506         * smiley.el (smiley-buffer): Fix typo in docstring.
3507
3508 2010-03-24  Glenn Morris  <rgm@gnu.org>
3509
3510         * mail-source.el (gnus-message): Declare.
3511         (mail-source-delete-old-incoming): Require gnus-util.
3512
3513 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3516
3517         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3518
3519         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3520         password-cache's default if it is not bound.
3521         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3522         password-cache-expiry's default if it is not bound.
3523
3524         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3525         available in Emacs 21.
3526
3527         * lpath.el: Suppress compiler warnings for:
3528         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3529         XEmacs;
3530         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3531         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3532         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3533
3534 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3535
3536         * auth-source.el (auth-sources): Fix up definition so extra parameters
3537         are always inline.
3538
3539 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3540
3541         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3542         wasn't updated after mismatch.  Clear cached mailbox info correctly
3543         when uidvalidity changes.
3544         (nnimap-group-prefixed-name): New function to avoid some code
3545         duplication.
3546         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3547         (nnimap-request-group): Use it.
3548         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3549         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3550         with many imap folders.  This is done by caching the group status from
3551         the imap server persistently in a group parameter `imap-status'.  (This
3552         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3553         but not persistently, so every Gnus startup was still very slow.)
3554
3555 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3556
3557         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3558         delete the extra newline.  Otherwise editing of :string and :number
3559         types don't work.
3560
3561 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3562
3563         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3564         secrets.el dependency.
3565         (auth-sources): Add optional user name.  Add secrets.el configuration
3566         choice (unused right now).
3567
3568 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3569
3570         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3571         `gnus-registry-install-shortcuts' fill in the functions.
3572
3573         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3574         warnings.
3575         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3576         (gnus-registry-install-shortcuts): Populate and use it in a
3577         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3578
3579 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3580
3581         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3582         In-place substitutions for the group name encoding/decoding.
3583         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3584         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3585         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3586         (nnimap-update-unseen, nnimap-request-list)
3587         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3588         (nnimap-request-set-mark, nnimap-split-to-groups)
3589         (nnimap-split-articles, nnimap-request-newgroups)
3590         (nnimap-request-create-group, nnimap-request-accept-article)
3591         (nnimap-request-delete-group, nnimap-request-rename-group)
3592         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3593         `encoded-mbx' for consistency.
3594         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3595         variable `imap-current-mailbox'.
3596
3597         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3598         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3599
3600 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3601
3602         * pop3.el (pop3-display-message-size-flag): Display message size byte
3603         counts during POP3 download.
3604         (pop3-movemail): Use it.
3605         (pop3-list): Implement listing of available messages.
3606
3607 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3608
3609         * nnir.el (nnir-get-article-nov-override-function): New function to
3610         override the normal NOV retrieval.
3611         (nnir-retrieve-headers): Use it.
3612
3613 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3614
3615         * auth-source.el (netrc-machine-user-or-password): Autoload.
3616
3617 2010-03-19  Glenn Morris  <rgm@gnu.org>
3618
3619         Stop message.el from loading about 40 libraries it doesn't always need.
3620         The general approach is to autoload rather than require, and to
3621         require in the specific functions rather than the file.  (Bug#5642)
3622
3623         * gmm-utils.el: Don't require wid-edit.
3624         (widget-create-child-value, widget-convert, widget-default-get):
3625         Autoload.
3626
3627         * gnus-util.el: Don't require time-date, netrc.
3628         (message-fetch-field, gnus-group-name-decode): Declare rather than
3629         autoloading.
3630         (gnus-fetch-field): Require message.
3631         (gnus-decode-newsgroups): Require gnus-group.
3632
3633         * ietf-drums.el: Don't require time-date.
3634
3635         * message.el: Don't require hashcash, canlock, ecomplete.
3636         Do require mail-utils.  Require nnheader only when compiling.
3637         (smtpmail-default-smtp-server): Remove declaration.
3638         (message-send-mail-function): Check smtpmail-default-smtp-server
3639         is bound rather than requiring smtpmail.
3640         (message-auto-save-directory, message-insert-signature): Use
3641         expand-file-name rather than nnheader-concat.
3642         (nnheader-insert-file-contents): Autoload.
3643         (hashcash-wait-async): Declare.
3644         (message-send-mail): Only call gnus-setup-posting-charset if
3645         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3646         (message-send-mail-with-sendmail): Require sendmail.
3647         (canlock-password, canlock-password-for-verify): Declare.
3648         (message-canlock-password): Require canlock.
3649         (nnheader-get-report): Autoload.
3650         (gnus-setup-posting-charset): Declare.
3651         (message-send-news): Require gnus-msg.
3652         (message-make-references, message-make-in-reply-to): Use mail-header-id
3653         rather than the alias mail-header-message-id.
3654         (ecomplete-add-item, ecomplete-save): Declare.
3655         (message-put-addresses-in-ecomplete): Require ecomplete.
3656         (ecomplete-display-matches): Autoload.
3657
3658         * mm-decode.el: Don't require mailcap, gnus-util.
3659         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3660         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3661         Autoload.
3662         (mailcap-mime-extensions): Declare.
3663
3664         * mm-encode.el: Don't require mailcap.
3665         (mailcap-extension-to-mime): Autoload.
3666
3667         * mml-sec.el: Don't require password-cache.
3668
3669         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3670         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3671         (mml-minibuffer-read-type): Require mailcap.
3672         (mml-preview): Require gnus-msg.
3673
3674         * mml1991.el: Require password-cache.
3675         (password-cache-expiry): Remove declaration.
3676
3677         * mml2015.el: Require password-cache.
3678         (password-cache-expiry): Remove declaration.
3679
3680         * nneething.el (mailcap): Require mailcap.
3681
3682         * nnheader.el (declare-function): Add compatibility stub.
3683         (message-remove-header): Declare rather than autoload.
3684         (nnheader-replace-header): Require message.
3685
3686         * nnimap.el (declare-function): Add compatibility stub.
3687         (netrc-parse, netrc-machine-user-or-password): Declare.
3688         (nnimap-open-connection): Require netrc.
3689
3690         * nntp.el (declare-function): Add compatibility stub.
3691         (netrc-parse, netrc-machine, netrc-get): Declare.
3692         (nntp-send-authinfo): Require netrc.
3693
3694         * rfc2047.el: Don't require qp.
3695         (quoted-printable-encode-region, quoted-printable-decode-string):
3696         Autoload.
3697
3698         * sieve-mode.el: Don't require easymenu.
3699         (easy-menu-add-item): Autoload it.
3700
3701         * spam-stat.el (time-to-number-of-days): Autoload it.
3702
3703 2010-03-19  Glenn Morris  <rgm@gnu.org>
3704
3705         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3706
3707 2010-03-18  Glenn Morris  <rgm@gnu.org>
3708
3709         * hashcash.el (declare-function): Remove duplicate definition.
3710
3711 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3712
3713         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3714         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3715         value if any backslash escapes).
3716
3717 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3720         if it is available.  (bug#5647)
3721
3722         * lpath.el: Suppress compiler warning for coding-system-from-name for
3723         Emacs 21 and XEmacs.
3724
3725 2010-03-14  Juri Linkov  <juri@jurta.org>
3726
3727         * hmac-def.el:
3728         * hmac-md5.el:
3729         * netrc.el: Fix keywords.
3730
3731 2010-02-26  Glenn Morris  <rgm@gnu.org>
3732
3733         * message.el (message-send-mail-function): Change the default, so that
3734         it inherits from a customized send-mail-function.  (Bug#5643)
3735
3736 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3737
3738         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3739         shell-command-to-string signals an error (bug#5299).
3740
3741 2010-02-24  Glenn Morris  <rgm@gnu.org>
3742
3743         * message.el (message-smtpmail-send-it)
3744         (message-send-mail-with-mailclient): Doc fixes.
3745
3746 2010-02-16  Glenn Morris  <rgm@gnu.org>
3747
3748         * message.el (message-default-mail-headers): Change the default value
3749         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3750
3751 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3754         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3755
3756 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3757
3758         * time-date.el (date-to-time): Doc fix (Bug#5408).
3759
3760 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3761
3762         * message.el (message-mail): Just pass yank-action on to message-setup.
3763         (message-setup): Handle (FUN . ARGS) form of yank-action.
3764         (message-with-reply-buffer, message-widen-reply)
3765         (message-yank-original): Handle non-buffer values of
3766         message-reply-buffer (Bug#4080).
3767         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3768
3769 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3770
3771         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3772         Fix typo in docstring.
3773
3774 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3775
3776         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3777         response.
3778
3779 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3782
3783         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3784
3785         * message.el (message-check-news-header-syntax): Protect against a
3786         string that `rfc822-addresses' returns when parsing fails.
3787
3788 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3791         (gnus-previous-char-property-change): New functions.
3792
3793         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3794
3795 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3796
3797         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3798         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3799
3800 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3801
3802         * message.el (message-exchange-point-and-mark): Rework last change to
3803         avoid using optional arg of exchange-point-and-mark, for backward
3804         compatibility.
3805
3806 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3807
3808         * message.el (message-exchange-point-and-mark): Call
3809         exchange-point-and-mark with an argument rather than setting
3810         mark-active by hand (Bug#5175).
3811
3812 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * nntp.el (nntp-service-to-port): Work for service expressed with
3815         numeric string; replace [:digit:] with [0-9] for XEmacs.
3816
3817 2009-12-17  Glenn Morris  <rgm@gnu.org>
3818
3819         * gnus-group.el (gnus-bug-group-download-format-alist):
3820         Change emacs entry to debbugs.gnu.org.  Bump :version.
3821
3822 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3823
3824         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3825
3826 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3827
3828         * message.el (message-info): Explain why we use `Info-goto-node'.
3829
3830 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3833
3834 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3835
3836         * message.el (message-completion-in-region): New compatibility function.
3837         (message-expand-group): Use it.
3838
3839 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3842         with no unread article should be listed if the 2nd arg `predicate' is
3843         given.
3844
3845 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3848
3849 2009-11-29  Juri Linkov  <juri@jurta.org>
3850
3851         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3852         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3853         on `gnus-recenter'. (Bug#4698, Bug#4981)
3854
3855 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3856
3857         * sha1.el (sha1-string-external): default-directory "/" in case
3858         otherwise non-existent.  process-connection-type pipe for touch of
3859         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3860
3861 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3862
3863         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3864         it's comms related and sgml-mode.el has "comm" on that basis too.
3865
3866 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3869         containing tspecial characters if they have been already quoted.
3870
3871 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3872
3873         * dns-mode.el (auto-mode-alist): Purecopy string.
3874
3875 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3876
3877         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3878
3879 2009-10-24  Glenn Morris  <rgm@gnu.org>
3880
3881         * gnus-art.el (help-xref-stack-item): Define for compiler.
3882
3883 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3884
3885         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3886
3887 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3890
3891 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3894         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3895
3896 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3899         (gnus-overlays-in): New alias to overlays-in.
3900
3901         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3902         gnus-overlay-get, and gnus-delete-overlay.
3903         (gnus-summary-show-thread): Make it work as well for systems in which
3904         next-single-char-property-change is not available.
3905         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3906
3907         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3908         (gnus-overlay-get): New alias to extent-property.
3909         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3910
3911         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3912         SXEmacs.
3913
3914         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3915         SXEmacs.
3916
3917 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3918
3919         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3920
3921 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3922
3923         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3924         and XEmacs that don't have `remove-overlays'.
3925
3926 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3927
3928         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3929         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3930         selective display.  Use overlays instead.
3931
3932 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3933
3934         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3935
3936 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3937
3938         * spam-stat.el (spam-stat-load): Fix typo in message.
3939
3940 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3941
3942         * dig.el (dig-invoke): Fix typo in docstring.
3943         (query-dig): Reflow docstring.
3944
3945 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3946
3947         * gnus-art.el (gnus-article-encrypt-body):
3948         * message.el (message-check-recipients):
3949         * mm-util.el (mm-codepage-setup):
3950         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3951         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3952
3953 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3954
3955         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3956         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3957         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3958         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3959         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3960
3961 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3962
3963         * dig.el: Add "Keywords: comm", as per net-utils.el.
3964
3965 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3966
3967         * dig.el (dig-mode): Use define-derived-mode.
3968
3969 2009-09-19  Glenn Morris  <rgm@gnu.org>
3970
3971         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3972
3973 2009-09-18  Glenn Morris  <rgm@gnu.org>
3974
3975         * gnus-diary.el (gnus-diary-check-message):
3976         * message.el (message-insert-formatted-citation-line):
3977         * nnbabyl.el (top-level):
3978         * nndiary.el (nndiary-schedule):
3979         Fix typos in condition-case handlers.
3980
3981 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3984         configuration that provides the sole article window in a frame;
3985         position point correctly after deleting a part.
3986
3987 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3988
3989         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3990         (spam-resolve-registrations-routine): Use it to unregister articles
3991         that change status.
3992
3993 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3996         with XEmacs.
3997         (parse-time-string-chars): Use it.
3998
3999 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4000
4001         * imap.el (imap-interactive-login): Better messages.
4002         (imap-open): Fix bug with renamed buffer on reconnect.
4003         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4004         for easier debugging and cleaner code.  On successful (guessed based on
4005         server capabilities) secondary authentication, set imap-state
4006         correctly.
4007         (imap-last-authenticator): Define imap-last-authenticator as a variable
4008         to avoid warnings.
4009
4010 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * nnrss.el (nnrss-request-article): Remove binding of
4013         default-enable-multibyte-characters that has gotten needless by
4014         the 2007-07-13 change in rfc2047-encode-message-header.
4015
4016         * mml.el (mml-insert-multipart): Error on the message header.
4017         (mml-insert-part): Error on the message header; position point at
4018         the end of a MIME tag.
4019
4020 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * time-date.el (autoload): Expand define-obsolete-function-alias into
4023         defalias and make-obsolete for old Emacsen that Gnus supports.
4024         (with-no-warnings): Define it for old Emacsen.
4025         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4026         is available.
4027         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4028         float-time is available; suppress compile warning for time-to-seconds.
4029
4030         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4031         (gnus-float-time): Alias to float-time if it exists.
4032
4033         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4034         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4035         float-time is available; suppress compile warning for time-to-seconds.
4036
4037         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4038         XEmacs.
4039
4040 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4041
4042         * imap.el (imap-message-map): Docstring fix.
4043
4044 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4047         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4048         Add the optional argument `encoding' that overrides the default.
4049
4050         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4051         mm-encode-buffer.
4052
4053 2009-09-04  Glenn Morris  <rgm@gnu.org>
4054
4055         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4056         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4057         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4058         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4059         * mm-util.el (mm-with-unibyte-current-buffer)
4060         (mm-find-buffer-file-coding-system):
4061         * yenc.el (yenc-decode-region): Use default-value rather than
4062         default-enable-multibyte-characters.
4063
4064 2009-09-03  Glenn Morris  <rgm@gnu.org>
4065
4066         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4067         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4068         than default-enable-multibyte-characters.
4069
4070 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4071
4072         * gnus-art.el (gnus-article-read-summary-keys):
4073         Fix gnus-buffer-configuration's value temporarily used.
4074
4075 2009-09-02  Glenn Morris  <rgm@gnu.org>
4076
4077         * gnus-util.el (gnus-float-time): New function.
4078         * gnus-delay.el (gnus-delay-article):
4079         * gnus-sum.el (gnus-thread-latest-date):
4080         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4081         * nnspool.el (nnspool-request-newgroups):
4082         Use gnus-float-time rather than time-to-seconds.
4083         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4084
4085         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4086         (gnus-header-subject-face, gnus-header-newsgroups-face)
4087         (gnus-header-name-face, gnus-header-content-face):
4088         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4089         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4090         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4091         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4092         (gnus-cite-face-11):
4093         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4094         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4095         (gnus-server-closed-face, gnus-server-denied-face)
4096         (gnus-server-offline-face):
4097         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4098         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4099         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4100         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4101         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4102         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4103         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4104         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4105         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4106         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4107         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4108         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4109         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4110         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4111         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4112         (gnus-summary-high-undownloaded-face)
4113         (gnus-summary-low-undownloaded-face)
4114         (gnus-summary-normal-undownloaded-face)
4115         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4116         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4117         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4118         (gnus-splash-face):
4119         * message.el (message-header-to-face, message-header-cc-face)
4120         (message-header-subject-face, message-header-newsgroups-face)
4121         (message-header-other-face, message-header-name-face)
4122         (message-header-xheader-face, message-separator-face)
4123         (message-cited-text-face, message-mml-face):
4124         * sieve-mode.el (sieve-control-commands-face)
4125         (sieve-action-commands-face, sieve-test-commands-face)
4126         (sieve-tagged-arguments-face):
4127         * spam.el (spam-face):
4128         Mark face aliases with "-face" in the name as obsolete.
4129
4130 2009-09-01  Glenn Morris  <rgm@gnu.org>
4131
4132         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4133         than goto-line.
4134
4135 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4138         Don't move point if the command is invoked inside the message header.
4139
4140 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4141
4142         * imap.el (imap-send-command): Simplify.
4143         (imap-wait-for-tag): point-max -> buffer-size.
4144
4145 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4146
4147         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4148         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4149         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4150         * nnir.el (nnir-swish-e-index-file):
4151         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4152         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4153         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4154         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4155         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4156         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4157
4158 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4161         Don't save excursion.
4162
4163 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4164
4165         * nnheader.el (nnheader-find-file-noselect):
4166         * mm-util.el (mm-insert-file-contents):
4167         Use (default-value 'major-mode) instead of default-major-mode.
4168
4169 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4170
4171         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4172
4173 2009-08-26  Glenn Morris  <rgm@gnu.org>
4174
4175         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4176         than placing in files.el.
4177
4178 2009-08-25  Glenn Morris  <rgm@gnu.org>
4179
4180         * nnir.el (top-level): Don't require cl at run-time.
4181         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4182         Replace cl-function substitute with gnus-replace-in-string.
4183         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4184         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4185         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4186         simplified expansions.
4187
4188 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4189
4190         * dig.el (dig): Add autoload cookie.
4191
4192 2009-08-22  Glenn Morris  <rgm@gnu.org>
4193
4194         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4195         goto-line.
4196
4197 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4198
4199         * parse-time.el (parse-time-string-chars): Save match data.
4200
4201 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4202
4203         * parse-time.el (parse-time-string-chars): Compute using character
4204         classes, to handle non-ascii characters (Bug#3190).
4205
4206 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4209
4210         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4211         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4212         (gnus-mm-display-part, gnus-mime-display-single)
4213         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4214         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4215
4216         * gnus-sum.el
4217         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4218         (gnus-summary-move-article): Add expirable mark to articles copied or
4219         moved to group that has auto-expire turned on if the option is non-nil.
4220
4221 2009-07-24  Glenn Morris  <rgm@gnu.org>
4222
4223         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4224         Fix typo.  (Bug#3903)
4225
4226 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4229         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4230         that should not be used for draft articles.
4231         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4232         that has no concern in minor mode keys.
4233         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4234         Abolish.
4235
4236 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4239         article without making inquiry to a user for unknown encoding.
4240
4241         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4242         (nnmaildir--scan): Assume i-node and device number that file-attributes
4243         returns might be cons-cell.
4244
4245         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4246
4247         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4248
4249 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4250
4251         * auth-source.el: Remove docs now in auth.texi.  Don't use
4252         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4253         `auth-source-hide-passwords' and use them.
4254
4255 2009-07-15  Glenn Morris  <rgm@gnu.org>
4256
4257         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4258
4259 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4262         excessive whitespace from the default values of title and description.
4263
4264 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4267         mail-fetch-field to fetch Content-Description header in order to
4268         exclude newlines.
4269
4270 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4271
4272         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4273         format used by GnuPG 2.0.11.
4274
4275 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4278         to deleted part.
4279
4280 2009-05-30  David Engster  <dengste@eml.cc>
4281
4282         * nnmairix.el: Remove old documentation in the commentary block.
4283         (nnmairix-request-group): Do not update active file for nnml back ends.
4284         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4285         end so that overview files are ignored.
4286         (nnmairix-update-groups): Make updating the groups more robust by using
4287         marks.
4288         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4289         with dollar characters in message-id.
4290
4291 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4292
4293         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4294         2008-12-25 in dns.el.
4295
4296 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4297
4298         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4299         could happen if the text is only composed of spaces and/or tabs.
4300
4301 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4302
4303         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4304         when sending a queued message to avoid extra mml tags.
4305
4306 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4309
4310 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4313         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4314         rmail-toggle-header for XEmacs;
4315         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4316
4317 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * gnus-dired.el: Remove autoload for gnus-setup-message.
4320         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4321         displaying Gnus logo; always use compose-mail.
4322
4323 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4326
4327 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4328
4329         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4330         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4331         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4332         available.
4333         (gnus-nocem-epg-verify): New function.
4334
4335 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4336
4337         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4338
4339 2009-02-15  Glenn Morris  <rgm@gnu.org>
4340
4341         * gnus-util.el (rmail-insert-rmail-file-header)
4342         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4343         autoloads.
4344         (rmail-default-rmail-file): Remove unnecessary declaration.
4345         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4346
4347 2009-02-14  Glenn Morris  <rgm@gnu.org>
4348
4349         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4350         variable (only used in gnus-util, which declares it anyway).
4351         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4352         which was only needed by gnus-art (changed to not use it any more).
4353         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4354         only used in gnus-util, which autoloads it itself.
4355         (rmail-update-summary): Fix autoload.
4356
4357         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4358         rather than rmail-output-to-rmail-file.
4359
4360 2009-02-07  Glenn Morris  <rgm@gnu.org>
4361
4362         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4363         autoload of function that no longer exists.
4364         (rmail-toggle-header): Declare.
4365         (message-forward-rmail-make-body): Handle mbox Rmail.
4366
4367 2009-01-31  Glenn Morris  <rgm@gnu.org>
4368
4369         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4370         2009-01-09 change.
4371
4372 2009-01-31  Dave Love  <fx@gnu.org>
4373
4374         * imap.el (imap-fetch-safe): Bind debug-on-error.
4375         (imap-debug): Add imap-fetch-safe.
4376
4377 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4378
4379         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4380         (auth-source-forget-all-cached): New convenience function.
4381         (auth-source-user-or-password): Accept list of modes or a single mode.
4382
4383         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4384         auth-source modes.
4385
4386         * netrc.el (netrc-machine-user-or-password): Use list of
4387         auth-source modes.
4388
4389         * nnimap.el (nnimap-open-connection): Use list of
4390         auth-source modes.
4391
4392         * nntp.el (nntp-send-authinfo): Use list of
4393         auth-source modes.
4394
4395 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4398         now.
4399
4400 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4403         coding system in XEmacs; add a workaround for XEmacs.
4404
4405         * lpath.el: Fbind coding-system-aliasee.
4406
4407 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4410         of current-language-environment.
4411
4412 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4413
4414         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4415         available at runtime.
4416
4417 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4420
4421 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4422
4423         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4424         the greatest positive fixnum value doesn't work under an XEmacs with
4425         bignum support; use the most-positive-fixnum constant instead,
4426         available since Emacs 21.1 with cl and XEmacs 21.1.
4427
4428 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4431         XEmacs gets not to work.
4432
4433 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * mm-util.el (mm-coding-system-priorities): Allow the value like
4436         "Japanese (UTF-8)" of current-language-environment.
4437
4438 2009-01-09  Glenn Morris  <rgm@gnu.org>
4439
4440         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4441         with last-command-event.
4442
4443 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4444
4445         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4446         in the doc string.
4447
4448         * message.el (message-fix-before-sending): Amend comment.
4449
4450 2009-01-08  Dave Love  <fx@gnu.org>
4451
4452         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4453
4454 2009-01-07  David Engster  <dengste@eml.cc>
4455
4456         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4457         simplified server definitions by converting it via
4458         gnus-server-to-method.
4459
4460 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4463         parameter's operands.
4464
4465 2009-01-06  David Engster  <dengste@eml.cc>
4466
4467         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4468         primary select method (for gnus-group-mark-article-as-read).
4469
4470 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4471
4472         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4473         `(gnus)Face', not `(gnus)X-Face'.
4474
4475 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * mm-util.el (mm-ucs-to-char): New function.
4478
4479         * mm-url.el (mm-url-decode-entities): Use it.
4480
4481         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4482         unicode-to-char.
4483
4484 2009-01-05  Dave Love  <fx@gnu.org>
4485
4486         * time-date.el: Require cl for `declare'.
4487
4488 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4489
4490         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4491         Dave Love.
4492
4493 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4494
4495         * message.el (message-fix-before-sending): Add `eight-bit' to
4496         illegible-text check.
4497
4498 2009-01-03  Michael Olson  <mwolson@gnu.org>
4499
4500         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4501         `headers' is nil.  This can occur if the IMAP server does not have
4502         permissions to read messages from a folder, but can write new messages
4503         to the folder.
4504         (nnimap-request-article-part): Do not insert `data' if it is nil.
4505
4506         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4507         characters which will confuse `read', so skip past them.
4508
4509 2009-01-01  Dave Love  <fx@gnu.org>
4510
4511         * imap.el (imap-string-to-integer): Fix typo.
4512         (imap-fetch-safe): New function.
4513         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4514
4515         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4516
4517         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4518         (imap-parse-greeting): Fix doc strings.
4519         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4520         (imap-parse-flag-list): Make messages unique.
4521         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4522
4523         * nnimap.el: Fix author email.
4524         (nnimap-split-rule): Add FIXME comment.
4525         (nnimap-debug): Fix doc string.
4526
4527 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4528
4529         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4530
4531 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4532
4533         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4534         nslookup if resolv.conf isn't available.
4535         (dns-query): Rename from query-dns.
4536         (dns-query-cached): Rename from query-dns-cached.
4537
4538 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4541         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4542         to check if those variables exist (first appeared in Emacs 18.50).
4543
4544 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * mm-util.el (mm-line-number-at-pos): New function.
4547
4548         * spam-report.el (spam-report-process-queue): Use it.
4549
4550 2008-12-24  David Engster  <dengste@eml.cc>
4551
4552         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4553         parameters that haven't existed as variables as buffer-local variables.
4554
4555 2008-12-23  Dave Love  <fx@gnu.org>
4556
4557         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4558         cadar.
4559
4560         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4561         imap-starttls-p.
4562         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4563
4564 2008-12-22  Dave Love  <fx@gnu.org>
4565
4566         * imap.el: Fix author email.  Doc fixes.
4567         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4568         reply.
4569
4570 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4571
4572         * spam-report.el (spam-report-gmane-max-requests): New constant.
4573         (spam-report-gmane-wait): New variable.
4574         (spam-report-gmane-ham, spam-report-gmane-spam)
4575         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4576         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4577         the server.
4578
4579         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4580         Add explanations.
4581
4582         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4583         nnheader-accept-process-output and nnheader-read-timeout if available.
4584         (pop3-movemail): Use it.
4585
4586         * message.el (message-check-news-body-syntax): Fix signature check if
4587         there's an attachment.
4588
4589 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * mm-util.el: Add comments to the mm- emulating functions.
4592
4593 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4594
4595         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4596         by Stephen Berman <stephen.berman@gmx.net>.
4597
4598 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * mm-util.el (mm-substring-no-properties): New function.
4601         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4602         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4603         (mm-string-to-multibyte): Doc fix.
4604
4605         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4606
4607 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4608
4609         * mml.el (mml-attach-file): Strip text properties from file name.
4610         (Bug#1574)
4611
4612 2008-12-16  Glenn Morris  <rgm@gnu.org>
4613
4614         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4615
4616 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4619         knows since the charset specified might be a bogus alias that
4620         mm-charset-synonym-alist provides.
4621
4622 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4623
4624         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4625         "ISO_8859-1".
4626
4627         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4628
4629 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * mm-util.el (mm-charset-eval-alist):
4632         Define it before mm-charset-to-coding-system.
4633         (mm-charset-to-coding-system): Add optional argument `silent';
4634         define it before mm-charset-override-alist.
4635         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4636         default value if it can be used in Emacs currently running;
4637         silence mm-charset-to-coding-system.
4638
4639 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4642         `allow-override' which says whether to use `mm-charset-override-alist'.
4643         (rfc2047-decode-encoded-words): Use it.
4644
4645         * mm-util.el (mm-charset-override-alist): Fix custom type;
4646         add `(gb2312 . gbk)' to choices.
4647
4648 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4651         fast.
4652
4653         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4654
4655         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4656
4657 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4658
4659         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4660         on links.
4661
4662         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4663
4664 2008-12-03  Lute Kamstra  <lute@gnu.org>
4665
4666         * sha1.el: Remove leading * from docstrings of defcustoms,
4667         deffaces, defconsts and defuns.
4668
4669 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4672         users' addresses that don't have domain parts.
4673         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4674         rather than message-narrow-to-head since there will be the message
4675         header separator.
4676
4677 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4678
4679         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4680         since the result is inserted in a unibyte buffer anyway.
4681         (nnimap-demule-use-string-to-multibyte): Remove.
4682         (nnimap-demule): Alias it to mm-string-to-multibyte.
4683
4684 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4685
4686         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4687         variable for debugging bug#464 and bug#1174.
4688         (nnimap-demule): Use it.
4689
4690 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4691
4692         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4693         score calculation correctly.
4694
4695 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4696
4697         * message.el (message-send-mail): Just set the buffer to unibyte
4698         rather than use mm-with-unibyte-current-buffer which does a lot more.
4699         (message-send-mail-partially): Don't bother with
4700         mm-with-unibyte-current-buffer since it's already been made unibyte by
4701         message-send-mail.
4702
4703 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4706
4707 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4708
4709         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4710
4711 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4714         require itself and to remove `with-no-warnings'.
4715
4716 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4717
4718         * starttls.el (starttls-any-program-available): Get the name of the
4719         available TLS layer program.
4720         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4721         well as the host name in the "opening" message.
4722
4723         * auth-source.el (auth-source-cache, auth-source-do-cache)
4724         (auth-source-user-or-password): Cache passwords and logins by default,
4725         allow override with `auth-source-do-cache'.
4726         (auth-source-forget-user-or-password): Allow users to remove cache
4727         entries if needed.
4728
4729 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4730
4731         * md4.el (md4-buffer): Fix typo in docstring.
4732         (md4, md4-64): Doc fixes.
4733         (md4-pack-int32): Reflow docstring.
4734
4735 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4736
4737         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4738         condition-case to only the forward-sexp call.
4739
4740 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4741
4742         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4743         quotes contained.  Make it more robust regardless by an extra
4744         condition-case wrapper.
4745
4746 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4749
4750 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * nnml.el (nnml-request-expire-articles): Check if the function set to
4753         `nnmail-expiry-target' returns the symbol `delete'.
4754
4755         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4756
4757         * nnmail.el (nnmail-expiry-target): Fix custom type.
4758
4759 2008-10-02  Glenn Morris  <rgm@gnu.org>
4760
4761         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4762         Silence compiler warning.
4763
4764 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4765
4766         * tls.el (open-tls-stream): Show the actual command being
4767         executed, instead of the format string.
4768
4769 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * lpath.el: Fbind codepage-setup for Emacs 23.
4772
4773 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4774
4775         * mml.el (mml-menu): Don't assume mml2015 is bound.
4776
4777 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4780         exists.
4781
4782 2008-09-27  Glenn Morris  <rgm@gnu.org>
4783
4784         * gnus-util.el (mail-header-remove-comments): Autoload it.
4785
4786 2008-09-27  Andreas Schwab  <schwab@suse.de>
4787
4788         * gnus-util.el (gnus-split-references): Strip comments.
4789         (gnus-parent-id): Likewise.
4790
4791 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4792
4793         * message.el (message-confirm-send): Fix version.
4794
4795 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * message.el (message-idna-to-ascii-rhs-1): Use
4798         mail-extract-address-components rather than mail-header-parse-addresses
4799         that is an alias by default to ietf-drums-parse-addresses that does not
4800         support non-ASCII names in headers' contents.
4801
4802 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4803
4804         * message.el (message-confirm-send): Fixed variable documentation to
4805         avoid the "y/n" wording.
4806
4807 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4808
4809         * message.el (message-set-auto-save-file-name): Save to a different
4810         filename so multiple messages (especially drafts) can be recovered.
4811
4812 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4813
4814         * message.el (message-confirm-send): Add appropriate version.
4815
4816 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4817
4818         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4819         defvar.
4820
4821 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4822
4823         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4824         (mm-pkcs7-enveloped-magic): Ditto.
4825
4826 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4827
4828         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4829         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4830
4831 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4832
4833         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4834         default, it's better.
4835
4836 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4837
4838         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4839         summary line gnus-number property and ignore them (with a warning
4840         message).
4841
4842 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4845         macro caddr in the interactive form since it won't be expanded.
4846
4847 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4850         `charset'; fix name of function called recursively.
4851         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4852
4853 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4856         (gnus-mime-set-charset-parameters): New function.
4857         (gnus-mime-view-part-as-charset): Use it to correctly display part
4858         specifying wrong charset.
4859
4860 2008-09-08  David Engster  <dengste@eml.cc>
4861
4862         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4863         in completing-read for back end server.
4864
4865 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4866
4867         * message.el (message-confirm-send): New variable to confirm sending a
4868         message.
4869         (message-send): Use it.
4870
4871 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4874
4875 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4878
4879 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4882         prevent tracking too many groups.
4883         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4884         Use it.
4885
4886 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4887
4888         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4889         moving point to the bottom of the window in order to avoid recentering.
4890
4891 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4894
4895         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4896         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4897         (gnus-article-beginning-of-window): Fix calculation.
4898
4899 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * gnus-msg.el (gnus-summary-supersede-article)
4902         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4903         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4904         message header.
4905
4906 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4907
4908         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4909         pending output coming after the status change.
4910
4911 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4912
4913         * message.el:
4914         * gnus-start.el:
4915         * gnus-registry.el: Remove VMS support.
4916
4917 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4920         macro.
4921         (rfc2104-hash): Use it.
4922
4923 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4924
4925         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4926         (gnus-summary-sort-by-most-recent-date): New commands.
4927         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4928         and menu entries.
4929
4930 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4933         don't redisplay article for raw contents; remove plural articles stuff.
4934
4935         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4936         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4937         on gnus-summary-save-article; display results properly.
4938
4939 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * lpath.el: No need to fbind ns-focus-frame.
4942
4943 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4946
4947 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4950         gnus-save-all-headers.
4951
4952 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4953
4954         * gnus-util.el (ns-focus-frame): Remove declaration.
4955         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4956         like x.
4957
4958 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4959
4960         * rfc2104.el (rfc2104-zero): Delete defconst.
4961         (rfc2104-hex-alist): Likewise.
4962         (rfc2104-hex-to-int): Delete func.
4963         (rfc2104-hexstring-to-bitstring): Likewise.
4964         (rfc2104-nybbles): New defconst.
4965         (rfc2104-hash): Rewrite for speed.
4966
4967 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * tls.el (open-tls-stream): Make it work with the 2nd argument
4970         BUFFER that is a string but does not exist as a buffer object, as
4971         mentioned in the doc-string.
4972
4973 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4976         SXEmacs.
4977
4978 2008-07-16  Glenn Morris  <rgm@gnu.org>
4979
4980         * gnus-util.el (ns-focus-frame): Declare for compiler.
4981
4982 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4985         set as a group parameter.
4986         (gnus-summary-save-in-pipe): Work when it is called independently.
4987         (gnus-summary-pipe-to-muttprint): Don't modify
4988         gnus-summary-pipe-output-default-command.
4989
4990 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4991
4992         * message.el (message-send-mail-with-sendmail):
4993         Display the error message.
4994
4995 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * gnus-art.el (gnus-default-article-saver):
4998         Add gnus-summary-save-in-pipe to choices.
4999         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5000         gnus-summary-pipe-output-default-command as the default command.
5001         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5002         instead of gnus-last-shell-command.
5003
5004         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5005         New user option.
5006         (gnus-summary-muttprint-program): Mention the value will be changed.
5007         (gnus-summary-save-article): Force showing of all headers.
5008         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5009
5010 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5011
5012         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5013
5014 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5015
5016         * nnimap.el (nnimap-id):
5017         * sieve-manage.el (sieve-manage-open): Doc fixes.
5018
5019 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5020
5021         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5022         if available.
5023
5024 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5025
5026         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5027
5028         * nnkiboze.el (nnkiboze-generate-group):
5029         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5030
5031         * nnmairix.el: Require CL.
5032
5033 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * dgnushack.el: Autoload get-display-table and put-display-table for
5036         XEmacs 21.5.
5037
5038         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5039         21.4 and SXEmacs.
5040
5041 2008-06-15  David Engster  <dengste@eml.cc>
5042
5043         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5044
5045 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5046
5047         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5048         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5049         runtime choice under XEmacs.
5050
5051         * gnus-sum.el (gnus-summary-set-display-table):
5052         Use `gnus-put-display-table', `gnus-get-display-table',
5053         `gnus-set-display-table' for the display table, instead of `aset'.
5054
5055         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5056         Use `gnus-put-display-table', `gnus-get-display-table',
5057         `gnus-set-display-table' for the display table.
5058
5059 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5060
5061         * nnmairix.el: Add autoloads.
5062
5063 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5064
5065         * nnmairix.el (nnmairix-delete-recreate-group)
5066         (nnmairix-update-and-clear-marks): Fix error messages.
5067
5068 2008-06-14  David Engster  <dengste@eml.cc>
5069
5070         * nnmairix.el: Upgrade to version 0.6.
5071         (nnmairix-group-toggle-propmarks-this-group)
5072         (nnmairix-group-toggle-readmarks-this-group)
5073         (nnmairix-group-delete-recreate-this-group)
5074         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5075         (nnmairix-remove-tick-mark-original-article): New commands.
5076         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5077         (nnmairix-propagate-marks-to-nnmairix-groups)
5078         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5079         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5080         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5081         functions needed for marks propagation and manipulation of read marks.
5082         (nnmairix-update-groups): New function.
5083         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5084         (nnmairix-determine-original-group-from-registry)
5085         (nnmairix-determine-original-group-from-path)
5086         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5087         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5088         New helper functions.
5089         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5090         keystrokes for new commands.
5091         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5092         (nnmairix-request-group): Check allow-fast group parameter.
5093         (nnmairix-request-create-group): Set allow-fast group parameter if
5094         nnmairix-allowfast-default is set.
5095         (nnmairix-close-group): Propagate marks upon closing if needed.
5096         (nnmairix-group-toggle-threads-this-group): Use new.
5097         nnmairix-group-toggle-parameter helper function.
5098         (nnmairix-search): Better check for empty search result.
5099         (nnmairix-goto-original-article): Use new helper functions for
5100         determining original article.
5101         (nnmairix-show-original-article): Make sure message-id is in brackets.
5102         (nnmairix-call-mairix-binary): Change variable name.
5103         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5104         helper function.
5105         (nnmairix-widget-toggle-activate): Fix doc string.
5106
5107 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * nnir.el: Require edmacro when compiling with XEmacs.
5110         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5111         available in Emacs 21.
5112
5113 2008-06-11  Glenn Morris  <rgm@gnu.org>
5114
5115         * gnus-util.el (x-focus-frame):
5116         * gnus.el (image-size):
5117         * mm-decode.el (image-size): Declare.
5118
5119         * gnus-picon.el (declare-function): Add compat definition.
5120         (image-size): Declare.
5121
5122         * gnus-group.el (tool-bar-map):
5123         * gnus-sum.el (tool-bar-map): Define for compiler.
5124
5125         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5126
5127         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5128
5129         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5130         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5131         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5132         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5133         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5134         * sieve-manage.el, spam-report.el, spam.el:
5135         Remove unnecessary eval-and-compile of autoloads.
5136
5137 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5138
5139         * auth-source.el: Precise Tramp doc.
5140
5141 2008-06-07  Glenn Morris  <rgm@gnu.org>
5142
5143         * nnmairix.el: Remove unnecessary eval-when-compile.
5144
5145 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * lpath.el: Fbind propertize for XEmacs 21.4.
5148
5149 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5150
5151         * nnir.el: Move here from ../contrib.
5152
5153 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5154
5155         * gnus-util.el (gnus-read-shell-command): New function.
5156         * mm-decode.el (mm-pipe-part):
5157         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5158
5159 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5162
5163 2008-06-03  Glenn Morris  <rgm@gnu.org>
5164
5165         * pop3.el (nnheader-accept-process-output): Autoload it.
5166
5167 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5170         are not 2-digit hexadecimal characters that follow `%'s.
5171
5172 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5173
5174         * message.el (message-bogus-recipient-p): Fix type in doc string.
5175         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5176         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5177         Improve custom options.
5178         (message-bogus-recipient-p): Adjust accordingly.
5179
5180 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5181
5182         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5183         long-form month and day names.
5184
5185 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * dgnushack.el: Autoload debug, eudc-expand-inline and
5188         pgg-snarf-keys-region for XEmacs.
5189
5190         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5191
5192         * nnmairix.el: Require edmacro when compiling with XEmacs.
5193
5194 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5195
5196         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5197         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5198
5199 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5200
5201         * auth-source.el: Add more docs.
5202
5203         * netrc.el (netrc-machine): Always match if the port is not given.
5204
5205 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206
5207         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5208         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5209         retrieval faster in some cases, but might make CPU usage larger.  If
5210         this has any bad side effects, we might revert this change.
5211
5212         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5213         seems to make mail retrieval much, much faster.
5214         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5215         unconditionally.
5216
5217         * gnus-draft.el (gnus-group-send-queue): Bind
5218         message-send-mail-partially-limit to nil to avoid being prompted.
5219
5220 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5221
5222         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5223
5224         * message.el (message-bogus-address-regexp): Fix and improve custom
5225         type.
5226         (message-setup-hook): Add message-check-recipients as custom option.
5227
5228 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * message.el (message-cite-function): Remove bogus autoload which crept
5231         in during merge from v5-10.
5232
5233 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5234
5235         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5236
5237         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5238
5239         * auth-source.el: Preliminary Tramp docs.
5240         (auth-sources): Change the default auth-sources to use
5241         EPA .gpg files.
5242
5243 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5244
5245         * nntp.el: Autoload `auth-source-user-or-password'.
5246         (nntp-send-authinfo): Use it.
5247
5248         * nnimap.el: Autoload `auth-source-user-or-password'.
5249         (nnimap-open-connection): Use it.
5250
5251         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5252         for the gnus-message function.
5253         (auth-source-user-or-password): Use it.
5254
5255 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5256
5257         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5258         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5259         (rfc2104-hash): Use it.
5260
5261 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5262
5263         * gnus-art.el (gnus-article-toggle-truncate-lines):
5264         Don't use `iff' in docstring.
5265
5266 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5267
5268         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5269
5270         * gnus-util.el (gnus-extract-address-component-name)
5271         (gnus-extract-address-component-email): Convenience functions around
5272         `gnus-extract-address-components'.
5273
5274         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5275         Use `gnus-extract-address-component-email' to fix bug of comparing full
5276         sender name to `user-mail-address'.
5277
5278 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5279
5280         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5281         catch/throw to optimize.
5282         (gnus-registry-find-keywords): Just use member to find a keyword.
5283
5284 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5285
5286         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5287         is current before calling gnus-server-prepare.
5288         (gnus-server-setup-buffer, gnus-server-update-server)
5289         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5290
5291 2008-05-04  Juri Linkov  <juri@jurta.org>
5292
5293         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5294         (mailcap-file-default-commands): Use mailcap-replace-in-string
5295         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5296         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5297
5298 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5299
5300         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5301
5302 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5303
5304         * gnus.el: Bump version to 0.11.
5305
5306 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5307
5308         * gnus.el: No Gnus v0.10 is released.
5309
5310 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311
5312         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5313         hooks.
5314         (gnus-update-read-articles): Speed up non-marks-using users.
5315         (gnus-use-marks): Define gnus-use-marks.
5316         (gnus-propagate-marks): Rename variable to something more sensible.
5317
5318 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5319
5320         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5321         (gmm-image-load-path-for-library): Fix typos in docstrings.
5322         (gmm-message): Reflow docstring.
5323
5324 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5325
5326         * mail-source.el (mail-source-set-1, mail-source-bind):
5327         Move auth-source code out of the macro to clean it up and fix bugs.
5328
5329 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5330
5331         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5332         by sender if it's equal to user-mail-address, it's likely to be
5333         useless.
5334
5335         * mail-source.el (mail-source-bind): Don't use user or password if they
5336         are not bound.  Unintern them if they are nil.  Don't use server unless
5337         it's bound, and default it to empty string otherwise.
5338
5339 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5340
5341         * mail-source.el: Load auth-source.el.
5342         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5343         get user name or password, if auth-sources is set up.
5344
5345         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5346         strategy of splitting with parent.
5347         (gnus-registry-split-fancy-with-parent)
5348         (gnus-registry-post-process-groups): Use it and fix prior
5349         bug (returning a list as the split result).
5350
5351         * auth-source.el (auth-sources): Remove server parameter.
5352         (auth-source-pick, auth-source-user-or-password)
5353         (auth-source-user-or-password-imap)
5354         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5355         (auth-source-user-or-password-sftp)
5356         (auth-source-user-or-password-smtp): Remove server parameter.
5357
5358 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5359
5360         * smime.el (smime-sign-region, smime-encrypt-region)
5361         (smime-decrypt-region):
5362         Remove redundant calls to `generate-new-buffer-name'.
5363
5364 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5365
5366         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5367         Don't use QP for message/rfc822.
5368         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5369
5370 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5371
5372         * sieve-manage.el (sieve-string-bytes): Remove.
5373         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5374         correct byte-length only if the process's coding-system is the same as
5375         the one used internally by Emacs to represent strings.
5376
5377 2008-04-22  Juri Linkov  <juri@jurta.org>
5378
5379         * mailcap.el (mailcap-file-default-commands): New function.
5380
5381 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5382
5383         * message.el (message-signature-separator, message-cite-function):
5384         Change custom version.
5385
5386 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5387
5388         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5389         commands.
5390         (tls-checktrust): Ditto.
5391
5392 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * mm-decode.el (mm-display-external): Make temp file read-only.
5395
5396 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5397
5398         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5399         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5400         `C-c C-f d'.
5401
5402 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5403
5404         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5405
5406 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5407
5408         * gnus.el: Bump version to 0.9.
5409
5410 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5411
5412         * gnus.el: No Gnus v0.8 is released.
5413
5414 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5415
5416         * mail-source.el (mail-source-value):
5417         Prefer fboundp to functionp so it works with macros as well.
5418
5419 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5420
5421         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5422         Fix last change in case the element is not even a symbol.
5423
5424 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5425
5426         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5427         Prefer fboundp to functionp so it works with macros as well.
5428
5429 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5430
5431         * auth-source.el: Added docs.
5432         (auth-sources): Modify format to support server.
5433         (auth-source-pick, auth-source-user-or-password)
5434         (auth-source-user-or-password-imap)
5435         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5436         (auth-source-user-or-password-sftp)
5437         (auth-source-user-or-password-smtp): Add server parameter.
5438
5439 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5440
5441         * gnus-registry.el: Initialize the registry when gnus-registry-install
5442         is t.
5443
5444 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * compface.el (uncompface): Make buffer unibyte.
5447
5448 2008-04-05  Glenn Morris  <rgm@gnu.org>
5449
5450         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5451
5452 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5453
5454         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5455         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5456
5457         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5458         multibyteness after rather than before erasing it.
5459
5460         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5461         mm-with-multibyte.
5462         (gnus-request-article-this-buffer): Make sure the proper decoding is
5463         used if gnus-original-article-buffer happens to be unibyte.
5464
5465         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5466         default-enable-multibyte-characters.
5467
5468         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5469         default-enable-multibyte-characters.
5470
5471         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5472
5473         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5474
5475 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5476
5477         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5478         (imap-message-copyuid-1): Use it.
5479         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5480         J. Williams in
5481         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5482
5483         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5484         imap-enable-exchange-bug-workaround.
5485         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5486
5487 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5488
5489         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5490         a 100 byte status-checks into a 2-3MB transfer for each group.
5491         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5492         to enable bug workaround or not.
5493         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5494
5495 2008-03-31  Glenn Morris  <rgm@gnu.org>
5496
5497         * message.el (mml2015-use): Declare for compiler.
5498         (message-info): Require mml2015 when appropriate.
5499
5500 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5503         whitespace.
5504
5505 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5506
5507         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5508         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5509         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5510         (nntp-service-to-port): New function.
5511         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5512         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5513         (nntp-open-netcat-stream): New function.
5514         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5515
5516 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5517
5518         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5519
5520 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5521
5522         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5523
5524 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5525
5526         * dns.el (dns-write): Use set-buffer-multibyte.
5527
5528 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5529
5530         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5531
5532 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5533
5534         * message.el (message-signature-separator): Change default.
5535         Improve custom type.
5536         (message-cite-function): Change default to
5537         message-cite-original-without-signature.
5538
5539         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5540         toggle.
5541
5542         * message.el (message-check-news-body-syntax): Fix signature check.
5543         (message-setup-1): Mark buffer as unmodified _after_ running
5544         message-setup-hook and handling message-alternative-emails.
5545         (message-shorten-references): Be more strict when building list of
5546         valid references to comply with GNKSA.
5547
5548         * gnus-group.el (gnus-read-ephemeral-bug-group)
5549         (gnus-read-ephemeral-debian-bug-group)
5550         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5551
5552         * message.el (message-info): Don't use booleanp which isn't supported
5553         in Emacs 21 and XEmacs.
5554
5555 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5556
5557         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5558         gnus-group-gmane-group-download-format.
5559         (gnus-group-read-ephemeral-gmane-group): Rename from
5560         gnus-group-read-ephemeral-gmane-group.
5561         (gnus-read-ephemeral-gmane-group-url): Rename from
5562         gnus-group-read-ephemeral-gmane-group-url.
5563         (gnus-bug-group-download-format-alist): New variable.
5564         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5565         (gnus-read-ephemeral-emacs-bug-group): New commands.
5566
5567 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5568
5569         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5570         (gnus-visible-headers): Improve custom type.
5571
5572 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5573
5574         * mml.el (mml-menu): Add workarounds for XEmacs.
5575
5576         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5577         X-Boundary header.
5578
5579         * message.el (message-simplify-recipients): Fix previous commit.
5580
5581 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5582
5583         * mm-util.el (mm-set-buffer-multibyte): New function.
5584         * mm-decode.el (mm-copy-to-buffer): Use it.
5585
5586 2008-03-19  Glenn Morris  <rgm@gnu.org>
5587
5588         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5589         Accidentally removed in the sync process with Emacs.
5590
5591 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5592
5593         * message.el (message-alter-recipients-discard-bogus-full-name):
5594         New function.
5595         (message-alter-recipients-function): New variable.
5596         (message-get-reply-headers): Use it.
5597         (message-replace-header): New helper function.
5598         (message-recipients-without-full-name): New variable.
5599         (message-simplify-recipients): New command.
5600
5601         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5602
5603         * message.el (message-info): Handle EasyPG manual.
5604
5605         * mml.el (mml-menu): Add entry for EasyPG.
5606
5607 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5608
5609         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5610         parameter.
5611
5612         * message.el (message-disassociate-draft): Specify drafts group name
5613         fully.
5614
5615 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5616
5617         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5618         unnecessary duplicates from the match list.
5619
5620 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5623
5624         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5625
5626         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5627         args of `how-many' of which the XEmacs version doesn't take; declare
5628         Info-index-next as function.
5629
5630 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5631
5632         * gnus-score.el (gnus-score-headers): Fix handling of
5633         gnus-inhibit-slow-scoring.
5634
5635         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5636         string.
5637         (gnus-button-url-regexp): Improve handling of parenthesis.
5638         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5639         (gnus-button-handle-info-keystrokes): Handle index entries.
5640
5641 2008-03-15  Glenn Morris  <rgm@gnu.org>
5642
5643         * parse-time.el (parse-time-string): Simplify.
5644
5645 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5648         Incoming* files.
5649
5650 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5651
5652         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5653         (auth-source-pick): Use it.
5654
5655 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5656
5657         * binhex.el (binhex-decode-region-internal):
5658         * uudecode.el (uudecode-decode-region-internal):
5659         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5660         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5661         setting default-enable-multibyte-characters.
5662
5663 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         * auth-source.el (auth-source-protocols)
5666         (auth-source-protocols-customize, auth-source-choices): Added and
5667         modified variable customizations and defaults.
5668         (auth-source-pick, auth-source-user-or-password)
5669         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5670         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5671         (auth-source-user-or-password-sftp)
5672         (auth-source-user-or-password-smtp): Use new variables and provide an
5673         interface to netrc.el.
5674
5675 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5678         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5679         Make sure the nntp port to specify is a string.
5680
5681 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5682
5683         * nntp.el: Use with-current-buffer.
5684         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5685         dubious mm-with-unibyte-current-buffer.
5686         (nntp-with-open-group-function): New function extracted from
5687         nntp-with-open-group macro.
5688         (nntp-with-open-group): Use the function, so it's easier to debug.
5689         Add indentation and debugging info.
5690         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5691         the use of the netcat alternatives.
5692
5693         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5694         Avoid mm-string-as-multibyte as well.
5695
5696         * nnweb.el (nnweb-insert-html):
5697         Remove use of nnheader-string-as-multibyte.
5698
5699         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5700         (nnheader-string-as-multibyte): Remove.
5701
5702         * mm-view.el: Use inhibit-read-only.
5703         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5704         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5705         or unibyte-string.
5706
5707         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5708         (mm-uu-yenc-extract): Use with-current-buffer.
5709
5710         * gnus-soup.el (gnus-soup-send-packet): Don't use
5711         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5712
5713         * nnmh.el: Use with-current-buffer.
5714         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5715         mm-string-as-multibyte on the output of mm-encode-coding-string.
5716
5717         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5718         (nnimap-request-move-article): Use with-current-buffer.
5719
5720         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5721         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5722         conversion uses string-make-unibyte rather than string-as-unibyte.
5723
5724         * gnus-msg.el: Use with-current-buffer.
5725
5726         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5727
5728 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5729
5730         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5731         string for caching if it is 'PIN.
5732
5733 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * lpath.el: Consider the case without Emacs/W3.
5736
5737 2008-03-08  Glenn Morris  <rgm@gnu.org>
5738
5739         * time-date.el (date-to-time, time-subtract, time-add)
5740         (safe-date-to-time): Doc fixes.
5741
5742 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * mail-source.el (mail-source-delete-old-incoming-confirm):
5745         Change default to nil.
5746         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5747
5748 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * lpath.el: Rearrange.
5751
5752         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5753         (gnus-article-goto-prev-page): Work for articles having ^L's.
5754
5755         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5756
5757         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5758
5759 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5760
5761         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5762         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5763         (gnus-bookmark-jump): Adjust some variable names.
5764
5765 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * auth-source.el: New package.
5768         (auth-source-choices): Add customization entry point variable.
5769
5770         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5771         bug.
5772
5773 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5774
5775         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5776         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5777         (gnus-registry-install-shortcuts): Rename from
5778         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5779         the `gnus-registry-mark-map' keymap dynamically from
5780         `gnus-registry-marks'.  The generated functions update the summary line
5781         when a registry mark is added or deleted, and will call
5782         `gnus-registry-install-p' (see the comments in the code).
5783         (gnus-registry-user-format-function-M): Use concat intelligently.
5784
5785         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5786         the registry mark functions.
5787
5788 2008-03-05  Glenn Morris  <rgm@gnu.org>
5789
5790         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5791         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5792         gnus-art.
5793         (top-level): No need to load own source when compiling.
5794
5795 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5796
5797         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5798         Suggested by <chris.anderton@zetnet.co.uk>.
5799
5800 2008-03-04  Glenn Morris  <rgm@gnu.org>
5801
5802         * gnus-sum.el (top-level): No need to require gnus when compiling,
5803         since unconditionally required near start of file.
5804         (gnus-summary-display-while-building): Move definition before use.
5805
5806 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5807
5808         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5809         formatting function.
5810
5811 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5812
5813         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5814         with plists.
5815         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5816         Use new format.
5817
5818 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5821         `where-is-internal' that returns a range of key sequences.
5822
5823 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5824
5825         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5826
5827         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5828         (gnus-summary-jump-to-group): Consider windows on other displayed
5829         frames as well.  Similar changes might be needed elsewhere, but that's
5830         the one I've bumped into during my use.
5831
5832         * nndoc.el (nndoc-oe-dbx-type-p):
5833         * gnus-msg.el (gnus-debug):
5834         * gnus-group.el (gnus-update-group-mark-positions):
5835         Use mm-string-to-multibyte.
5836
5837 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5838
5839         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5840         doesn't handle NotDashEscaped.
5841
5842         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5843         (mml-dnd-attach-options): Fix typo in custom choice.
5844
5845         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5846         nndoc-article-type to mbox.
5847         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5848
5849         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5850         to nil, instead of html2text.
5851
5852         * imap.el (imap-debug): Add `imap-ping-server'.
5853
5854         * gnus-bookmark.el: Add FIXMEs.
5855
5856         * message.el (message-form-letter-separator)
5857         (message-send-form-letter-delay): New variables.
5858         (message-send-form-letter): Use them.  New command to send form
5859         letters.  Requested by Uwe Siart.
5860         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5861
5862 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * Update copyright years.
5865
5866 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5867
5868         Sync from EMACS_22_BASE.
5869
5870         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5871
5872 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5873
5874         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5875         empty author.
5876
5877 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5878
5879         * gnus-registry.el (gnus-registry-marks): Add variable for
5880         customization of marks and their appearance.
5881         (gnus-registry-read-mark): Use it.
5882         (gnus-registry-do-marks): Add utility function to loop through
5883         `gnus-registry-marks'.
5884         (gnus-registry-install-shortcuts-and-menus): Add function to install
5885         shortcuts and menus.
5886         (gnus-registry-initialize): Use it.
5887         (gnus-registry-default-mark): Clarify documentation.
5888
5889 2008-02-29  Glenn Morris  <rgm@gnu.org>
5890
5891         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5892         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5893         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5894         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5895         Change defcustom :version from 23.0 to 23.1.
5896
5897 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5898
5899         * gnus-registry.el (gnus-registry-follow-group-p)
5900         (gnus-registry-post-process-groups): Add functions to aid registry
5901         splitting and improve logging.  Clarify behavior in function
5902         documentation.
5903         (gnus-registry-split-fancy-with-parent): Use them.
5904
5905 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5906
5907         * gnus-art.el: Use with-current-buffer.
5908
5909 2008-02-27  David Engster  <dengste@eml.cc>
5910
5911         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5912         Express real group name in the response.
5913
5914 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5917         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5918         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5919         autoload gnus-registry-fetch-group when compiling.
5920         (nnmairix-request-group-with-article-number-correction): Remove
5921         unreferenced argument passed to nnmairix-call-backend.
5922
5923 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5926         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5927         Wilde.
5928
5929 2008-02-27  Glenn Morris  <rgm@gnu.org>
5930
5931         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5932         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5933         variables to defconsts.  Convert comments to doc-strings.
5934         (nnmairix-last-server, nnmairix-current-server): Convert from free
5935         variables to defvars.  Convert comments to doc-strings.
5936         (gnus-registry-fetch-group): Autoload.
5937         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5938         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5939         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5940         caddr.
5941         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5942         nnmairix-request-group-with-article-number-correction call.
5943         (nnmairix-fast, nnmairix-group): New, less general names, for free
5944         variables passed from nnmairix-request-group to
5945         nnmairix-request-group-with-article-number-correction.  Declare.
5946         (nnmairix-request-group-with-article-number-correction):
5947         Use nnmairix-fast, nnmairix-group rather than fast, group.
5948
5949 2008-02-26  David Engster  <dengste@eml.cc>
5950
5951         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5952         version 0.5.
5953
5954 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5955
5956         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5957         instead of making an extra function call.  Don't add the current group
5958         to articles only when they have the group.  Use
5959         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5960         Reported by David <de_bb@arcor.de>.
5961
5962 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5965         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5966
5967 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5968
5969         * mail-source.el (mail-source-delete-incoming): Change default.
5970         Supplement doc string.
5971
5972         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5973
5974 2008-02-14  Glenn Morris  <rgm@gnu.org>
5975
5976         * time-date.el (format-seconds): New function.
5977
5978 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5979
5980         * nnmail.el (nnmail-message-id-cache-file): Derive from
5981         `gnus-home-directory'.
5982
5983 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5986         Document negative prefix.
5987
5988         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5989
5990 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5991
5992         * message.el (message-unsent-separator): Add the Exim bounce
5993         separator.
5994
5995 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5996
5997         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5998         list.
5999         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6000         recipient/signer list.
6001
6002 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * Makefile.in (datarootdir): Define.
6005         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6006         name that might contain whitespace.
6007
6008 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6011         fbound (Emacs 23 unicode), signal an error.
6012
6013 2008-02-08  Glenn Morris  <rgm@gnu.org>
6014
6015         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6016
6017 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6018
6019         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6020         ports to the calls to `netrc-machine-user-or-password' in addition to
6021         "imap" and "imaps".
6022
6023 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6024
6025         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6026
6027         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6028
6029 2008-02-01  Kenichi Handa  <handa@m17n.org>
6030
6031         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6032         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6033         (rfc2104-hash): Convert the result of concat to unibyte string.
6034
6035 2008-02-01  Dave Love  <fx@gnu.org>
6036
6037         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6038         coding-system-for-read.
6039         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6040
6041 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6044         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6045         <hanche@math.ntnu.no>.
6046
6047 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6050
6051         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6052
6053 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6054
6055         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6056         * message.el (message-beginning-of-line): Use featurep instead of bound
6057         tests in order to resolve conditionals at compile time.
6058
6059 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6060
6061         * mail-source.el (mail-sources): Add `group' choice.
6062
6063         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6064         parameter `in-group' to control into which group the articles go.
6065         Add treatment of `group' mail-source.
6066
6067 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6070
6071         * mm-decode.el (mm-dissect-buffer): Decode description.
6072
6073         * mml.el (mml-to-mime): Encode message header first.
6074
6075 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6078         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6079
6080         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6081         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6082
6083 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6084
6085         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6086
6087 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6090         prefix keys.
6091         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6092         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6093         gnus-xmas.el.
6094
6095         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6096         (gnus-xmas-article-describe-bindings): New function.
6097         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6098         gnus-xmas-article-describe-bindings.
6099
6100         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6101
6102 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6103
6104         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6105         Add new variables for article mark management.
6106         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6107         list of extra data entries which, when present, will indicate that the
6108         article ID should not be trimmed from the registry.
6109         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6110         functions.
6111         (gnus-registry-read-mark): New function to read a mark name from the
6112         user.
6113         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6114         (gnus-registry-set-article-mark-internal): New functions to add and
6115         remove marks.
6116         (gnus-registry-get-article-marks): New function to show the marks for
6117         an article, or retrieve them for further use.
6118
6119 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6122         keys when no argument is given.
6123
6124 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * imap.el (imap-ping-server): New variable.
6127         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6128         (imap-ping-server): Minor doc string fixes.
6129
6130 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6131
6132         * imap.el (imap-ping-server): New function.
6133         (imap-opened): Call imap-ping-server.
6134
6135 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * gnus-sum.el (gnus-article-sort-by-random)
6138         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6139         jidanni@jidanni.org.
6140
6141 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * gnus-art.el (gnus-article-describe-bindings): New function.
6144         (gnus-article-read-summary-keys): Use it.
6145         (gnus-article-mode-map): Bind `C-h b' to it.
6146
6147 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6150         XEmacs.
6151         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6152         against non-character events.
6153
6154         * lpath.el: Fbind map-keymap for Emacs 21.
6155
6156 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6159         command.
6160         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6161         instead of END.  Change name of the temp file.
6162         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6163         customizable.
6164
6165 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6168         bind `S W' to gnus-article-wide-reply-with-original; set default
6169         binding to gnus-article-read-summary-send-keys.
6170         (gnus-article-read-summary-keys): Fix the order of keys; display
6171         continuation keys correctly in the echo area; describe bindings
6172         correctly when keys end with `C-h'.
6173         (gnus-article-read-summary-send-keys): New function.
6174         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6175         for gnus-article-read-summary-send-keys; display continuation keys
6176         correctly in the echo area.
6177         (gnus-article-reply-with-original): Ignore prefix argument.
6178         (gnus-article-wide-reply-with-original): New function.
6179
6180         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6181         Emacs 21.
6182
6183 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6186         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6187
6188 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6189
6190         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6191         (gnus-group-read-ephemeral-gmane-group): New command.
6192
6193 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6194
6195         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6196
6197 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * message.el (message-send-mail-function): Increase custom version.
6200
6201         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6202         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6203
6204 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6205
6206         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6207         for the cases where imap-authenticate is called with a nil buffer
6208         parameter.
6209
6210 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6213         html parts correctly; support forwarded messages.
6214         (gnus-article-browse-html-article): Remove work buffers.
6215
6216         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6217         compiling.
6218         (netrc-bound-and-true-p): New macro.
6219         (netrc-parse): Use it instead of bound-and-true-p that is not available
6220         in XEmacs 21.4.
6221
6222 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6223
6224         * gnus-registry.el (gnus-registry-mark-article)
6225         (gnus-registry-article-marks): Add functionality to mark articles
6226         through the Gnus registry.
6227
6228         * encrypt.el: Clarify documentation for the new pgg method.
6229         (encrypt-file-alist): Add PGG option.
6230         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6231         functionality.  Abstract password key and messaging to external
6232         functions.
6233         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6234         (encrypt-message-method-and-cipher): Add new convenience external
6235         functions.
6236         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6237         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6238
6239         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6240         (netrc-parse): Use encrypt-file-alist to determine if
6241         encrypt-find-model or encrypt-insert-file-contents should be used.
6242
6243         * encrypt.el: Clarify documentation.  Load password-cache or
6244         password, whichever one is found first, instead of autoloading.
6245
6246 2007-12-19  Glenn Morris  <rgm@gnu.org>
6247
6248         * mml.el (message-options-set, message-narrow-to-head)
6249         (message-in-body-p, message-mail-p, message-encode-message-body):
6250         Autoload.
6251         (message-remove-header, message-narrow-to-headers-or-head)
6252         (message-subscribed-p, message-make-mail-followup-to)
6253         (message-position-on-field, message-news-p)
6254         (message-options-set-recipient, message-generate-headers)
6255         (message-sort-headers): Declare as functions.
6256
6257 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6260         convention in doc string.
6261
6262 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6265         title to html parts.
6266         (gnus-article-browse-html-article): Pass message header to it.
6267
6268         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6269
6270 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6273         or password compatible with XEmacs.
6274
6275 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6278         format document.
6279         (gnus-mime-delete-part): Don't write description line if empty.
6280         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6281
6282 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6283
6284         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6285         (gnus-summary-mark-read-and-unread-as-read)
6286         (gnus-summary-mark-current-read-and-unread-as-read)
6287         (gnus-summary-mark-unread-as-ticked): Doc fix.
6288         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6289
6290 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6291
6292         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6293         Christoph Conrad <christoph.conrad@gmx.de>.
6294
6295 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6296
6297         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6298         yes-or-no-p.
6299
6300 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * mm-decode.el (mm-add-meta-html-tag): New function.
6303         (mm-save-part-to-file, mm-pipe-part): Use it.
6304
6305         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6306         gnus-y-or-n-p instead of y-or-n-p.
6307         (gnus-article-browse-html-parts): Work with message/external-body; use
6308         mm-add-meta-html-tag.
6309
6310 2007-12-11  Glenn Morris  <rgm@gnu.org>
6311
6312         * gnus-cache.el: Require gnus-sum not just when compiling.
6313
6314         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6315
6316         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6317         definitions before use.
6318
6319         * mm-decode.el: Require gnus-util.
6320         (mm-remove-part): Only call delete-annotation on XEmacs.
6321
6322         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6323
6324         * nnmail.el: Require gnus-int.
6325
6326         * spam.el: Move `require's before `eval-when-compile's.
6327
6328         * gnus-ems.el (gnus-alive-p):
6329         * gnus-fun.el (message-goto-eoh):
6330         * gnus-util.el (gnus-group-name-decode):
6331         * mail-source.el (gnus-compress-sequence):
6332         * message.el (Info-goto-node, format-spec):
6333         * mm-bodies.el (message-options-get):
6334         * mm-decode.el (mm-view-pkcs7):
6335         * mm-util.el (gmm-write-region):
6336         * mml-smime.el (mml-compute-boundary)
6337         (gnus-completing-read-with-default):
6338         * mml.el (widget-button-press, gnus-make-hashtable):
6339         * mml1991.el (mm-decode-content-transfer-encoding)
6340         (mm-encode-content-transfer-encoding)
6341         (message-options-get, message-options-set):
6342         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6343         * nnfolder.el (gnus-request-group):
6344         * nnheader.el (ietf-drums-unfold-fws):
6345         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6346         * smime.el (gnus-run-mode-hooks):
6347         * spam-stat.el (gnus-message): Autoload.
6348
6349         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6350         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6351         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6352         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6353         Add declare-function compatibility definition.
6354
6355         * gnus-cache.el (nnvirtual-find-group-art):
6356         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6357         (gnus-add-image, gnus-add-wash-type):
6358         * gnus-group.el (nnkiboze-score-file):
6359         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6360         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6361         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6362         (message-tokenize-header, gnus-get-buffer-create)
6363         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6364         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6365         * gnus.el (gnus-group-decoded-name):
6366         * mail-source.el (imap-capability):
6367         * mm-bodies.el (message-options-set):
6368         * mm-decode.el (gnus-configure-windows):
6369         * mm-extern.el (message-goto-body):
6370         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6371         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6372         (epg-sub-key-validity, message-options-set):
6373         * mml.el (widget-event-point, gnus-configure-windows):
6374         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6375         * mml2015.el (epg-check-configuration, epg-configuration)
6376         (message-options-set):
6377         * nndb.el (nndb-request-article):
6378         * nnfolder.el (gnus-request-create-group):
6379         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6380         * nnmaildir.el (gnus-group-mark-article-read):
6381         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6382         * rfc1843.el (message-fetch-field):
6383         * spam.el (gnus-extract-address-components):
6384         Declare as functions.
6385
6386 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6389
6390         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6391
6392         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6393         bind show-trailing-whitespace for XEmacs.
6394
6395 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6398         new no-op macro for backward compatibility.
6399
6400         * imap.el (imap-string-to-integer): New function.
6401
6402 2007-12-09  Glenn Morris  <rgm@gnu.org>
6403
6404         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6405
6406         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6407         * message.el, mm-view.el, sieve-manage.el, smime.el:
6408         Add declare-function compatibility definition.
6409
6410         * gnus-art.el (w3-region, w3m-region, Info-menu):
6411         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6412         * gnus-sum.el (gnus-get-predicate):
6413         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6414         * message.el (mail-abbrev-in-expansion-header-p):
6415         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6416         (w3m-detect-meta-charset, w3m-region):
6417         * sieve-manage.el (password-read, password-cache-add)
6418         (password-cache-remove):
6419         * smime.el (password-read-and-add): Declare as functions.
6420
6421 2007-12-08  David Kastrup  <dak@gnu.org>
6422
6423         * gnus-sum.el (gnus-summary-simplify-subject-query):
6424         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6425         `message'.
6426
6427 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6430         it to bind idna-program, installation-directory, defined-colors, and
6431         face-attribute for XEmacs of the version that compiles defcustom forms.
6432
6433 2007-12-07  Glenn Morris  <rgm@gnu.org>
6434
6435         * gnus-art.el (article-make-date-line): Revert previous change.
6436
6437 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6440
6441 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6442
6443         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6444         Call gnus-add-to-range ranges only once with a prepared article-list.
6445
6446 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6447
6448         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6449         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6450         group names with backslashes.  Reported by Tassilo Horn
6451         <tassilo@member.fsf.org>.
6452
6453 2007-12-06  Deepak Goel  <deego3@gmail.com>
6454
6455         * gnus-art.el (article-make-date-line):
6456         * gnus-start.el (gnus-load):
6457         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6458
6459 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * gnus-art.el (gnus-use-idna)
6462         * gnus-start.el (gnus-site-init-file)
6463         * message.el (message-use-idna)
6464         * mm-uu.el (mm-uu-hide-markers)
6465         * smiley.el (smiley-style): Revert changes that suppress warnings.
6466
6467 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6470         specify charset to html source.  Reported by Christoph Conrad
6471         <christoph.conrad@gmx.de>.
6472
6473 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6476         idna-program in order to suppress byte compile warning issued by XEmacs
6477         that came to byte compile the default value section of defcustom forms
6478         recently.
6479
6480         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6481         value of installation-directory.
6482
6483         * message.el (message-use-idna): Don't directly refer to the value of
6484         idna-program.
6485
6486         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6487
6488         * smiley.el (smiley-style): Don't directly call face-attribute.
6489
6490 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6491
6492         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6493
6494         * gnus-dired.el: Reduce Gnus dependencies.
6495         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6496         require.  Use autoloads instead.
6497         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6498         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6499         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6500         (gnus-dired-mode): Adjust doc string.
6501         (gnus-dired-mail-mode): New variable.
6502         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6503         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6504         (gnus-dired-mail-buffers): New function.  Return mail or message
6505         composition buffers.
6506         (gnus-dired-attach): Use it.
6507         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6508         NO-DECODE.
6509         (gnus-dired-print): Use `gnus-print-buffer' depending on
6510         `gnus-dired-mail-mode'.
6511
6512 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * rfc2047.el (rfc2047-encoded-word-regexp)
6515         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6516         explaining what regexp patterns are for.
6517
6518 2007-12-04  Glenn Morris  <rgm@gnu.org>
6519
6520         * password.el: Move to password-cache.el.
6521
6522         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6523         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6524         * mml-smime.el (password-read, password-cache-add)
6525         (password-cache-remove):
6526         No need to autoload, since mml-sec requires password.
6527
6528         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6529         * message.el (gnus-extract-address-components):
6530         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6531
6532         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6533         password.
6534
6535 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * mailcap.el: Reduce dependencies.
6538         (mail-header-parse-content-type): Autoload.
6539         (mailcap-delete-duplicates): New alias.
6540         (mailcap-mime-info): Add optional argument NO-DECODE.
6541         (mailcap-mime-types): Use mailcap-delete-duplicates.
6542
6543         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6544
6545 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6546
6547         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6548         (imap-parse-status): Upcase status-att for servers that sends them
6549         lower-case (e.g., MS Exchange 2007).
6550
6551 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552
6553         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6554         function.
6555
6556         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6557         (gnus-uu-yenc-article): New function.
6558
6559         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6560
6561         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6562         buffer.
6563
6564 2007-12-02  Glenn Morris  <rgm@gnu.org>
6565
6566         * binhex.el (binhex): New custom group.
6567         (binhex-decoder-program, binhex-decoder-switches)
6568         (binhex-use-external): Move to the binhex custom group.
6569
6570         * uudecode.el (uudecode): New custom group.
6571         (uudecode-decoder-program, uudecode-decoder-switches)
6572         (uudecode-use-external): Move to the uudecode custom group.
6573
6574         * netrc.el (top-level): Don't load `encrypt' features.
6575         (netrc-parse): Don't use encrypt.
6576         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6577
6578         * encrypt.el: Remove file.
6579
6580 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6583         matches on patches.
6584
6585         * gnus-art.el (gnus-article-browse-html-article): Mention
6586         `mm-text-html-renderer' in the doc string.
6587
6588         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6589         string.  Add comments.
6590
6591         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6592         if rhs is ASCII.
6593
6594 2007-12-01  Glenn Morris  <rgm@gnu.org>
6595
6596         * mail-source.el (top-level): Require format-spec before
6597         eval-when-compile.
6598
6599 2007-11-30  Glenn Morris  <rgm@gnu.org>
6600
6601         * encrypt.el: Require password, rather than autoloading password-read.
6602
6603 2007-11-29  Glenn Morris  <rgm@gnu.org>
6604
6605         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6606         (sasl-make-client, sasl-next-step, sasl-step-data)
6607         (sasl-step-set-data): Declare as functions.
6608
6609 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6610
6611         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6612
6613 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6614
6615         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6616         certs should be verified and what is to be done in the event of a
6617         verification failure.
6618
6619         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6620         caller can indicate whether the cache should be disregarded for this
6621         call.  This way the result of the call is reproducible at all times and
6622         can be considered a canonical server name for the supplied method.
6623         (gnus-agent-method-p): Canonicalize server names by pushing their
6624         method through `gnus-method-to-server' using the no-cache argument.
6625
6626         * gnus-srvr.el (gnus-server-insert-server-line): Call
6627         `gnus-method-to-server' with `no-cache' argument.
6628
6629         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6630         gnus-agent-possibly-synchronize-flags as this should be called when the
6631         server is actually being opened.
6632         (gnus-agent-possibly-synchronize-flags)
6633         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6634         flags file of an agentized server to the latter function.
6635
6636         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6637         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6638         after a connection has been established successfully.
6639
6640 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * gnus-art.el (article-display-face): Force to display face if called
6643         interactively; check if gnus-article-x-face-too-ugly matches author.
6644         (article-display-x-face): Display face even if From header is missing
6645         as article-display-face does.
6646
6647 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6648
6649         * hashcash.el (message-narrow-to-headers-or-head)
6650         (message-fetch-field, message-goto-eoh)
6651         (message-narrow-to-headers): Declare as functions.
6652
6653 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6654
6655         * mail-source.el (mail-sources): Default to fetch from file for
6656         compatibility with default of nnmail-spool-file.
6657
6658 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6661         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6662         to look for encoded word that should be encoded again.
6663         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6664         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6665         encoding pattern.
6666         (rfc2047-decode-region): Switch strict regexp and loose one according
6667         to rfc2047-allow-irregular-q-encoded-words.
6668
6669 2007-11-25  Romain Francoise  <romain@orebokech.com>
6670
6671         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6672
6673 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * tls.el (tls-program): Provide more custom choices from
6676         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6677         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6678
6679 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6682         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6683
6684         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6685         `nnmail-spool-file'.
6686
6687         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6688         `nnmail-spool-file'.
6689
6690         * gnus-move.el (gnus-change-server): Ditto.
6691
6692         * gnus-kill.el (gnus-batch-score): Ditto.
6693
6694         * gnus-cache.el (gnus-jog-cache): Ditto.
6695
6696         * gnus-msg.el (gnus-summary-reply):
6697         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6698
6699 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6702         version.  Minor improvement to doc strings.
6703         (tls-program): Add comment.
6704
6705 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6706
6707         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6708         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6709         mismatch between the hostname provided in the certificate and the name
6710         of the host connnecting to.
6711         (open-tls-stream): Use them.  Check certificates against trusted root
6712         certificates.
6713
6714 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * gnus-cache.el (gnus-cache-generate-nov-databases):
6717         Use nnml-generate-nov-databases-directory instead of
6718         nnml-generate-nov-databases-1.
6719
6720 2007-11-24  Glenn Morris  <rgm@gnu.org>
6721
6722         * message.el (message-tool-bar-retro): Update for rename
6723         mail_send.xpm->mail-send.xpm.
6724
6725 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6728         `smime-ldap-search' for Emacs 22 and up.
6729
6730 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6731
6732         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6733
6734         * message.el (message-send-mail-function): Fix error convention.
6735         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6736         (message-widen-reply, message-send-mail, message-talkative-question)
6737         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6738         (message-clone-locals, message-send-news): Use with-current-buffer.
6739         (message-insert-or-toggle-importance): Remove unused var `valid'.
6740         (message-make-references): Remove unused var `new-references'.
6741         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6742
6743 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6744
6745         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6746         (spam-split-symbolic-return-positive): Reflow docstring.
6747         (spam-backends, spam-summary-exit-behavior)
6748         (spam-mark-ham-unread-before-move-from-spam-group)
6749         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6750         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6751         (spam-clear-cache, spam-backend-check, spam-install-backend)
6752         (spam-install-statistical-backend, spam-list-of-processors)
6753         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6754         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6755         (spam-check-crm114, spam-initialize, spam-unload-hook):
6756         Fix typos in docstrings.
6757
6758 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6761         been checked if they have never been read and those group levels are
6762         higher than the one that a user specified.
6763
6764 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6767         foreign groups unless a group level is specified by a user.
6768         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6769
6770 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * message.el (message-send-mail-function): Require sendmail.
6773
6774 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6775
6776         * message.el (message-send-mail-function): Check for smtpmail too.
6777
6778         * utf7.el (utf7-encode, utf7-decode): Use coding system
6779         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6780
6781         * message.el (message-send-mail-function): New function.
6782         (message-send-mail-function): Set default using
6783         message-send-mail-function.  Adjust doc string.
6784         (message-send-mail-with-mailclient): New function.
6785
6786 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6787
6788         * smime.el (from):
6789         * rfc2047.el (message-posting-charset):
6790         * qp.el (mm-use-ultra-safe-encoding):
6791         * pop3.el (parse-time-months):
6792         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6793         * nnml.el (files):
6794         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6795         (jka-compr-compression-info-list, ange-ftp-path-format)
6796         (efs-path-regexp):
6797         * nndiary.el (files):
6798         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6799         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6800         (epg-digest-algorithm-alist, inhibit-redisplay)
6801         (password-cache-expiry):
6802         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6803         (pgg-output-buffer, password-cache-expiry):
6804         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6805         (efs-path-regexp):
6806         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6807         (inhibit-redisplay):
6808         * mm-uu.el (file-name, start-point, end-point, entry)
6809         (gnus-newsgroup-name, gnus-newsgroup-charset):
6810         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6811         (latin-unity-ucs-list):
6812         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6813         (mm-uu-binhex-decode-function):
6814         * message.el (gnus-message-group-art, gnus-list-identifiers)
6815         (rmail-enable-mime-composing, gnus-local-organization)
6816         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6817         (gnus-read-active-file, facemenu-add-face-function)
6818         (facemenu-remove-face-function, gnus-article-decoded-p)
6819         (tool-bar-mode):
6820         * mail-source.el (display-time-mail-function):
6821         * gnus-util.el (nnmail-pathname-coding-system)
6822         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6823         (gnus-original-article-buffer, gnus-user-agent)
6824         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6825         (xemacs-codename, sxemacs-codename, emacs-program-version):
6826         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6827         * gnus-start.el (gnus-agent-covered-methods)
6828         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6829         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6830         (gnus-newsgroup-headers, gnus-group-list-mode)
6831         (gnus-group-mark-positions, gnus-newsgroup-data)
6832         (gnus-newsgroup-unreads, nnoo-state-alist)
6833         (gnus-current-select-method, mail-sources)
6834         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6835         (nnmail-spool-file, gnus-cache-active-hashtb):
6836         * gnus-mh.el (mh-lib-progs):
6837         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6838         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6839         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6840         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6841         (gnus-group-buffer):
6842         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6843         (font-lock-set-defaults):
6844         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6845         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6846         (gnus-summary-post-menu, total-parts, type, condition, length):
6847         * gnus-agent.el (gnus-agent-read-agentview):
6848         * flow-fill.el (show-trailing-whitespace):
6849         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6850         eval-and-compile wrappers for byte compiler pacifiers.
6851
6852         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6853         (mm-display-inline-fontify): Check for featurep 'xemacs not
6854         extent-list.
6855
6856         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6857         itimer-list.
6858         (mm-create-image-xemacs): Only do something for XEmacs.
6859         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6860
6861         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6862
6863         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6864         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6865
6866 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6867
6868         * nnimap.el (nnimap-split-download-body):
6869         * gnus-demon.el (gnus-demon):
6870         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6871
6872 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6875         macros.
6876         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6877         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6878         copy data from unibyte buffer to multibyte current buffer.
6879         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6880         to copy data from unibyte current buffer to multibyte buffer.
6881         (nntp-make-process-buffer): Make process buffer unibyte.
6882
6883         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6884
6885 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6886
6887         * pop3.el (pop3-open-server): Accept and process data more robustly at
6888         connexion start to avoid spurious "POP SSL connexion failed" errors.
6889
6890 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6893         read group names.
6894
6895 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6898
6899 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6902         (nnmail-save-active): Use a unibyte buffer when saving active file,
6903         which may contain non-ASCII group names.
6904
6905         * nnml.el (nnml-request-group): Decode group names in messages.
6906
6907 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6908
6909         * message.el (message-citation-line-function)
6910         (message-insert-formatted-citation-line): Fix spelling of
6911         `message-insert-formated-citation-line'.
6912
6913 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6916
6917 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6920         nnmail-pathname-coding-system.
6921
6922         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6923         that a user enters; decode group names in messages.
6924
6925         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6926
6927 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6928
6929         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6930
6931         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6932
6933         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6934         risky local variable.
6935
6936         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6937
6938 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6939
6940         * encrypt.el: Improve documentation to fix function name typo.
6941         Reported by Daiki Ueno <ueno@unixuser.org>.
6942
6943 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6946         even if the point is not in the last page of an article.
6947         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6948         back to the previous page.
6949
6950 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6953
6954 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6957
6958 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6959
6960         * message.el (message-check-news-body-syntax): Avoid
6961         mm-string-as-multibyte.
6962         (message-hide-headers): Don't assume (point-min)==1.
6963
6964 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6965
6966         * message.el (message-remove-blank-cited-lines): Fix if remove is
6967         given.
6968         (message-bogus-address-regexp): New variable.
6969         (message-bogus-recipient-p): New function.
6970         (message-check-recipients): New command.
6971         (message-syntax-checks): Add `bogus-recipient'.
6972         (message-fix-before-sending): Add `bogus-recipient'.
6973
6974         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6975         (gnus-treat-body-boundary): Don't test window-system.
6976
6977 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6978
6979         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6980
6981 2007-10-28  Miles Bader  <miles@gnu.org>
6982
6983         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6984         at compile-time too.
6985
6986 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6987
6988         * gnus-msg.el (gnus-message-setup-hook): Add
6989         `message-remove-blank-cited-lines' to options.
6990
6991 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * message.el (message-remove-blank-cited-lines): New function.
6994         Suggested by Karl Plästerer.
6995
6996 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6999         mapc.
7000
7001         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7002         (top-level): Use mapc to set functions to be traced for debugging.
7003
7004         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7005         called for effect with while loop.
7006
7007         * message.el (message-talkative-question): Replace mapcar called for
7008         effect with mapc.
7009
7010         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7011         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7012         called for effect with dolist.
7013
7014         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7015
7016         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7017         gnus-extra-headers and nnmail-extra-headers.
7018
7019         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7020         called for effect with dolist.
7021         (top-level): Use mapc to set functions to be traced for debugging.
7022
7023         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7024         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7025         dolist.
7026
7027         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7028         Replace mapcar called for effect with mapc.
7029         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7030         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7031         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7032         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7033
7034         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7035         remove-if that's a cl function.
7036
7037         * webmail.el (webmail-debug): Replace mapcar called for effect with
7038         dolist.
7039
7040         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7041         with mapc.
7042
7043 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7046         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7047         with while loop.
7048
7049         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7050         functions from article-* functions.
7051         (gnus-multi-decode-header): Replace mapcar called for effect with
7052         dolist.
7053
7054         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7055         (gnus-bookmark-show-details): Replace mapcar called for effect with
7056         while loop.
7057
7058         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7059         called for effect with while loop.
7060
7061         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7062         with dolist.
7063
7064         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7065         mapcar called for effect with dolist.
7066
7067         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7068
7069         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7070         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7071         Replace mapcar called for effect with dolist.
7072         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7073         mapc.
7074
7075         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7076         Replace mapcar called for effect with dolist.
7077         (gnus-topic-list): Replace mapcar called for effect with mapc.
7078
7079         * gnus.el: Use mapc instead of mapcar to add autoloads.
7080
7081 2007-10-23  Richard Stallman  <rms@gnu.org>
7082
7083         * gnus-group.el (gnus-group-highlight): Mark as risky.
7084
7085 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus.el (gnus-server-to-method): Return method found first in
7088         gnus-newsrc-alist.
7089
7090         * gnus-art.el (gnus-article-highlight-signature)
7091         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7092         button overlay without the front stickiness.
7093
7094 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7095
7096         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7097         overview buffer needed a catch to receive its throw.
7098         (gnus-agent-flush-cache): Declared as interactive to make this function
7099         easier to use.
7100
7101 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7102
7103         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7104         `next-line'.
7105
7106 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7109         exclude address matching message-dont-reply-to-names.
7110
7111 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-util.el (gnus-string<): New function.
7114
7115         * gnus-sum.el (gnus-article-sort-by-author)
7116         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7117
7118 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7121         the frame-focus tag is set in gnus-buffer-configuration.
7122
7123 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7126         the front stickiness.
7127
7128 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7131         url pattern; remove duplicate one.
7132         (gnus-article-extend-url-button): New function.
7133         (gnus-article-add-buttons): Use it.
7134         (gnus-button-push): Use concatenated url that it makes.
7135
7136 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7137
7138         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7139
7140 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7141
7142         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7143         Don't hardcode point-min==1.
7144
7145 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7146
7147         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7148         Fix comment about "iso8859-1".
7149
7150 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7151
7152         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7153         ones returned from the verify-function.
7154
7155         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7156         mml2015-extract-cleartext-signature if extraction failed.
7157
7158 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7159
7160         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7161         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7162         failed.
7163
7164 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7165
7166         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7167
7168 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7171         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7172         recommends to use EasyPG instead of PGG.
7173
7174         * pgg.el: Revert to revision 6.23.2.16.
7175
7176         * pgg-def.el: Revert to revision 6.6.2.14.
7177
7178         * pgg-gpg.el: Revert to revision 6.23.2.34.
7179
7180 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7181
7182         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7183         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7184         thread for both the null and zero (kill/expire thread) universal prefix
7185         cases.
7186         (gnus-summary-expire-thread): Add new function to expire a thread,
7187         using gnus-summary-kill-thread.
7188         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7189         shortcuts for gnus-summary-expire-thread.
7190         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7191         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7192
7193 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7194
7195         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7196         extras value, so an extras entry can be deleted.
7197         (gnus-registry-delete-extra-entry): Use it.
7198         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7199         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7200         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7201         storage through the gnus-registry, and provide an appropriate API for
7202         it.
7203
7204 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7207         Suggested by Leo <sdl.web@gmail.com>.
7208
7209         * gnus.el: Do.
7210
7211 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7214         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7215
7216         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7217
7218         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7219         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7220
7221 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7224         newline.
7225         (nnmbox-request-accept-article): Don't change article in source buffer;
7226         narrow to header to use message-fetch-field rather than
7227         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7228         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7229         as delimiters; make sure article ends with newline.
7230         (nnmbox-delete-mail): Correct last position of article to be deleted;
7231         ignore X-Gnus-Newsgroup header in article body.
7232         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7233         positions; make sure article ends with newline.
7234
7235         * message.el (message-display-abbrev): Don't infloop when a user
7236         inserts SPC in the beginning of header.
7237
7238         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7239         coding-system-for-read and coding-system-for-write for XEmacs having no
7240         file-coding feature.
7241
7242         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7243
7244 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7245
7246         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7247         list of groups not followed by default.  Fix type to be regexp.
7248         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7249
7250 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7251
7252         * hmac-def.el (define-hmac-function): Switch from old-style to
7253         new-style backquotes.
7254
7255         * md4.el (md4-make-step): Likewise.
7256
7257 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7260         raw-text coding system when saving .newsrc file, which may contain
7261         non-ASCII group names.
7262
7263 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus-cus.el (gnus-score-extra): New widget.
7266         (gnus-score-extra-convert): New function.
7267         (gnus-score-customize): Use it for Extra.
7268
7269 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7270
7271         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7272         (mml2015-mailcrypt-clear-verify): Use it.
7273         (mml2015-gpg-clear-verify): Use it.
7274         (mml2015-pgg-clear-verify): Use it.
7275         (mml2015-epg-clear-verify): Replace the current part with the output
7276         from GnuPG; don't extract the plaintext by itself.
7277
7278         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7279         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7280         mml2015-clear-verify-function; don't touch the armor headers or
7281         dash-escaped text here.
7282
7283 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7286         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7287         parts, or application/octet-stream as a last resort.
7288         (gnus-mime-view-part-as-type): Don't toggle display.
7289         (gnus-mime-view-part-as-charset): Don't turn off display before
7290         querying charset.
7291
7292         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7293         stuff to undisplayer function in Emacs.
7294         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7295
7296         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7297         text/calendar parts.
7298
7299 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7302         decoding text/calendar parts.
7303
7304         * message.el (message-forward-make-body-mime): Always mark body as
7305         having no illegible text; remove signed-or-encrypted argument.
7306         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7307
7308         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7309         (mml-generate-mime-1): Don't encode body if it is specified to be in
7310         raw form; don't make buffer be unibyte when inserting multibyte string.
7311
7312 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7313
7314         * sha1.el: Fix up comment style.
7315         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7316         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7317
7318         * hex-util.el: Fix up comment style.
7319         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7320
7321         * gnus-salt.el: Use with-current-buffer.
7322         (gnus-pick-setup-message): Fix long-standing typo.
7323
7324 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * imap.el (imap-logout-timeout): New variable.
7327         (imap-logout, imap-logout-wait): New functions.
7328         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7329
7330         * nnimap.el (nnimap-logout-timeout): New server variable.
7331         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7332         nnimap-logout-timeout.
7333
7334         * gnus-art.el (gnus-article-summary-command-nosave)
7335         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7336
7337 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * gnus.el (gnus-maximum-newsgroup): New variable.
7340
7341         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7342         according to gnus-maximum-newsgroup.
7343
7344         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7345         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7346         Limit the range of articles according to gnus-maximum-newsgroup.
7347
7348 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7349
7350         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7351         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7352         Don't perform gnus-configure-windows here; reuse existing sticky
7353         article buffer.
7354
7355         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7356         it doesn't exist in gnus-article-mode.
7357
7358 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7361         (gnus-agent-decoded-group-name): New function.
7362         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7363         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7364
7365 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7366
7367         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7368         Add binding for gnus-sticky-article.
7369         (gnus-summary-exit): Don't kill sticky article buffers.
7370
7371         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7372         article buffer.
7373         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7374         (gnus-kill-sticky-article-buffers): New commands.
7375
7376 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * nntp.el (nntp-xref-number-is-evil): New server variable.
7379         (nntp-find-group-and-number): If it is non-nil, don't trust article
7380         numbers in the Xref header.
7381
7382 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * gnus-agent.el (gnus-agent-read-group): New function.
7385         (gnus-agent-flush-group, gnus-agent-expire-group)
7386         (gnus-agent-regenerate-group): Use it.
7387         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7388         nnmail-pathname-coding-system.
7389
7390 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7393
7394         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7395         that are unread as unread, and also as selected so that information of
7396         marks having been changed by a user may be updated when exiting group.
7397
7398 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7401         calculated ignoring signature parts to gnus-treat-article.
7402
7403 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7406         a point here in order to keep the window start.
7407         (gnus-insert-mime-security-button): Make a button overlay without the
7408         front stickiness.
7409         (gnus-mime-display-security): Goto the end of a button.
7410
7411         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7412
7413 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7416         group-name-at-point.
7417         (gnus-group-completing-read): New function that offers decoded
7418         non-ASCII group names for completion.
7419         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7420         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7421         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7422         (gnus-group-fetch-control): Use it.
7423         (gnus-fetch-group): Use group-name-at-point for the initial value
7424         rather than the default value; use gnus-alive-p.
7425
7426         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7427         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7428         (gnus-summary-post-news): Use gnus-group-completing-read.
7429
7430         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7431         (gnus-read-move-group-name): Decode group name for completion.
7432
7433 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7434
7435         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7436         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7437         Yamaoka slightly modified the code).
7438
7439 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7442         (nnmail-split-incoming): Bind it.
7443
7444         * nnml.el (nnml-group-name-charset): New function.
7445         (nnml-decoded-group-name): Use it; don't decode group name if
7446         nnmail-group-names-not-encoded-p is non-nil.
7447         (nnml-encoded-group-name): New function.
7448         (nnml-group-pathname): Inline nnml-decoded-group-name.
7449         (nnml-request-expire-articles): Decode group name in message.
7450         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7451         nnmail-pathname-coding-system.
7452         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7453         not decoded ones according to nnmail-group-names-not-encoded-p.
7454         (nnml-generate-active-info): Use nnml-encoded-group-name.
7455
7456 2007-08-08  Glenn Morris  <rgm@gnu.org>
7457
7458         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7459         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7460         doc-strings and comments.
7461
7462 2007-07-25  Glenn Morris  <rgm@gnu.org>
7463
7464         * Relicense all FSF files to GPLv3 or later.
7465
7466 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-sum.el (gnus-summary-move-article): Make
7469         gnus-summary-respool-article work.
7470
7471 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7474         string.
7475
7476 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7477
7478         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7479         that should be ignored when comparing distant RSS articles with local
7480         ones.
7481         (nnrss-make-hash-index): New function.  Create a hash index according
7482         to the ignored fields.
7483         (nnrss-check-group): Use it.
7484
7485 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7488
7489         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7490
7491         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7492         the new optional argument ENCODED is non-nil.
7493         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7494         coding system for encoding group name.
7495         (gnus-group-make-rss-group): Pass un-encoded group name to
7496         gnus-group-make-group.
7497         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7498         encoded.
7499
7500         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7501         Encode group name to which articles are moved or copied.
7502         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7503         coding system for encoding Newsgroup, Followup-To and Xref headers.
7504
7505         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7506         marks; use nnheader-file-coding-system to write a file.
7507         (nnagent-retrieve-headers): Bind file-name-coding-system to
7508         nnmail-pathname-coding-system.
7509
7510         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7511
7512         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7513         (nnml-request-article, nnml-request-create-group)
7514         (nnml-request-rename-group, nnml-find-id)
7515         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7516         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7517         (nnml-save-marks): Use nnml-group-pathname instead of
7518         nnmail-group-pathname.
7519
7520         (nnml-request-create-group, nnml-request-expire-articles)
7521         (nnml-request-move-article, nnml-request-delete-group)
7522         (nnml-deletable-article-p, nnml-possibly-create-directory)
7523         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7524         (nnml-open-marks): Bind file-name-coding-system to
7525         nnmail-pathname-coding-system.
7526
7527         (nnml-request-article): Pass server argument to nnml-find-group-number.
7528         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7529         server argument to nnml-possibly-create-directory.
7530         (nnml-request-accept-article): Pass server argument to
7531         nnml-active-number and nnml-save-mail.
7532         (nnml-find-group-number): Pass server argument to nnml-find-id.
7533         (nnml-request-update-info): Pass server argument to
7534         nnml-marks-changed-p.
7535
7536         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7537         (nnml-save-mail, nnml-active-number): Add server argument.
7538
7539         (nnml-request-delete-group): Warn if group is missing.
7540         (nnml-get-nov-buffer): Decode group name.
7541         (nnml-generate-active-info): Encode group name.
7542         (nnml-open-marks): Decode group name in messages.
7543
7544 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7547         if it is not specified.
7548         (gnus-article-pipe-part, gnus-article-save-part)
7549         (gnus-article-interactively-view-part, gnus-article-copy-part)
7550         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7551         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7552         (gnus-article-replace-part, gnus-article-delete-part)
7553         (gnus-article-view-part-as-type): Pass raw prefix argument to
7554         gnus-article-part-wrapper.
7555
7556 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-agent.el (gnus-agent-save-active): Bind
7559         nnheader-file-coding-system to gnus-agent-file-coding-system.
7560
7561         * gnus-cache.el (gnus-cache-save-buffers)
7562         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7563         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7564         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7565         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7566         (gnus-cache-generate-active, gnus-cache-rename-group)
7567         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7568         (gnus-cache-update-overview-total-fetched-for): Bind
7569         file-name-coding-system to nnmail-pathname-coding-system.
7570         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7571         variables.
7572         (gnus-cache-decoded-group-name): New function.
7573         (gnus-cache-file-name): Use it.
7574         (gnus-cache-generate-active): Use non-decoded group name for active.
7575
7576         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7577         right place.
7578         (gnus-write-active-file): Don't break non-ASCII group names.
7579
7580         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7581         nnmail-pathname-coding-system.
7582
7583         * lpath.el: Bind default-file-name-coding-system,
7584         file-name-coding-system and language-info-alist for XEmacs.
7585
7586         * gnus-uu.el (gnus-uu-decode-save): Typo.
7587
7588 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7591
7592 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7595         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7596         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7597         (gnus-agent-flush-group, gnus-agent-flush-cache)
7598         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7599         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7600         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7601         (gnus-agent-regenerate-group)
7602         (gnus-agent-update-files-total-fetched-for)
7603         (gnus-agent-update-view-total-fetched-for): Bind
7604         file-name-coding-system to nnmail-pathname-coding-system.
7605         (gnus-agent-group-pathname): Don't encode file names by
7606         nnmail-pathname-coding-system.
7607         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7608         coding-system-for-write instead of buffer-file-coding-system to
7609         gnus-agent-file-coding-system.
7610
7611         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7612         Decode group name.
7613
7614         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7615
7616         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7617         (gnus-read-newsrc-el-file): Make group names unibyte.
7618
7619         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7620         nnmail-pathname-coding-system.
7621
7622         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7623         (nnrss-request-delete-group): Bind file-name-coding-system to
7624         nnmail-pathname-coding-system.
7625         (nnrss-read-server-data, nnrss-read-group-data): Bind
7626         file-name-coding-system correctly.
7627         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7628
7629         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7630         (nntp-server-to-method-cache): New variable.
7631         (nntp-group-pathname): New function that decodes non-ASCII group names.
7632         (nntp-possibly-create-directory, nntp-marks-changed-p)
7633         (nntp-save-marks, nntp-open-marks): Use it.
7634         (nntp-possibly-create-directory, nntp-open-marks):
7635         Bind file-name-coding-system to nnmail-pathname-coding-system.
7636         (nntp-open-marks): Decode group names when bootstrapping marks.
7637
7638         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7639         Newsgroups and Folowup-To headers.
7640
7641 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7644         (gnus-server-closed-face, gnus-server-denied-face)
7645         (gnus-server-offline-face): Remove variable.
7646         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7647
7648         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7649         of modifying message-stack directly for XEmacs.
7650
7651         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7652         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7653         if the coding-system argument is nil for XEmacs.
7654
7655         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7656         mm-charset-override-alist.
7657
7658         * rfc2047.el: Don't require base64; require rfc2045 for the function
7659         rfc2045-encode-string.
7660         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7661         to quote the parameter value.
7662
7663 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7666         form in gnus-group-name-charset-method-alist.
7667
7668         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7669         overrides the default layout edit-form.
7670
7671         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7672
7673         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7674
7675 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7678         as unfetched articles.
7679
7680 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7683
7684 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7687         original back end that keeps marks in the local system.
7688
7689 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7692         arg of pop-to-buffer for XEmacs.
7693         (gnus-article-read-summary-keys): Ditto; don't restore window
7694         configuration if summary command ends up with neither article buffer
7695         nor summary buffer; describe bindings if summary keys end with C-h.
7696
7697 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * message.el (message-fix-before-sending): Skip raw message part to be
7700         forwarded while checking illegible text.
7701         (message-forward-make-body-mime, message-forward-make-body): Mark
7702         signed or encrypted raw message as having no illegible text.
7703
7704 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7707         (gnus-message-with-timestamp-1): New macro.
7708         (gnus-message-with-timestamp): New function.
7709         (gnus-message): Use them.
7710
7711         * nnheader.el (nnheader-message): Use them.
7712
7713 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7716         .newsrc.eld file.
7717
7718 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-agent.el (gnus-agent-fetch-headers)
7721         (gnus-agent-retrieve-headers): Bind
7722         gnus-decode-encoded-address-function to identity.
7723
7724         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7725         available also when the server returns simply a dot.
7726
7727         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7728
7729 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7732
7733 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-ems.el (gnus-x-splash): Make it work.
7736
7737         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7738         from being used.
7739
7740         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7741
7742 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7745         4th and the 5th arguments.
7746
7747         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7748         the front stickiness.
7749         (gnus-article-summary-command-nosave): Correct the order of the
7750         arguments passed to pop-to-buffer.
7751         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7752         summary command ends up with the article buffer.
7753
7754         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7755         the same faces.
7756
7757 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7758
7759         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7760
7761 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7762
7763         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7764         * gnus-sum.el (gnus-summary-highlight):
7765         * pgg.el (pgg-sign-region, pgg-sign):
7766         * mail-source.el (mail-source-delete-old-incoming-confirm):
7767         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7768
7769 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-art.el (gnus-mime-view-part-externally)
7772         (gnus-mime-view-part-internally): Fix predicate function passed to
7773         completing-read.
7774
7775         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7776
7777         * gnus.el (gnus-update-message-archive-method): Add :version.
7778
7779 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * gnus.el (gnus-update-message-archive-method): New variable.
7782
7783         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7784         according to gnus-message-archive-method if
7785         gnus-update-message-archive-method is non-nil.
7786
7787 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7790         by Loic Dachary <loic@dachary.org>.
7791         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7792
7793 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * message.el (message-pop-to-buffer): Add switch-function argument.
7796         (message-mail): Pass switch-function argument to it.
7797
7798 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7801         Improve doc string.
7802
7803 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7806         (gnus-header-content)
7807         * gnus-cite.el (gnus-cite-10)
7808         * gnus-srvr.el (gnus-server-closed)
7809         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7810         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7811         (gnus-group-mail-3-empty, gnus-group-mail-low)
7812         (gnus-group-mail-low-empty, gnus-splash)
7813         * message.el (message-header-to, message-header-cc)
7814         (message-header-subject, message-header-other, message-header-name)
7815         (message-header-xheader, message-separator, message-cited-text)
7816         (message-mml): Lighten colors of faces used for dark background.
7817
7818 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7819
7820         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7821         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7822
7823 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * message.el (message-narrow-to-headers-or-head):
7826         Ignore mail-header-separator in the body.
7827
7828 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7831         same as window size.
7832
7833 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7834
7835         * message.el (message-font-lock-keywords): Use message-header-xheader
7836         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7837         ahead of the anything pattern, to get it recognised.
7838
7839 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7842         spam.el loads uses it in the compiled defadvice form.
7843
7844 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7845
7846         * gnus-sum.el (gnus-articles-to-read)
7847         (gnus-summary-insert-old-articles): Don't truncate group name for
7848         `read-string'.
7849
7850         * gnus-util.el (gnus-limit-string): Delete this function.
7851
7852         * gnus-sum.el (gnus-simplify-subject-fully): Use
7853         `truncate-string-to-width' instead.
7854
7855 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7856
7857         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7858         if, on summary exit, the next group has to be selected.
7859         (gnus-summary-exit): Use it.
7860
7861 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7862
7863         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7864         non-break space.
7865
7866 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7869         Check if group is not a directory.
7870         (nnfolder-request-expire-articles): Don't delete articles if the target
7871         group is not available.
7872
7873         * nnml.el (nnml-request-create-group): Properly check if group is not a
7874         file.
7875         (nnml-request-expire-articles): Don't delete articles if the target
7876         group is not available.
7877
7878         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7879         Don't quote characters that are within parentheses.
7880
7881 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7884         (gnus-handle-ephemeral-exit): Select article according to it.
7885
7886 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7887
7888         * message.el (message-insert-formated-citation-line): Remove newline.
7889         (message-citation-line-format): Add final \n here so that the user can
7890         avoid a blank line.
7891
7892 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7893
7894         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7895         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7896         Update lanl/arXiv support.
7897
7898 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * gnus.el: Bump version number.
7901
7902 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * gnus.el (gnus-version-number): Bump version.
7905
7906 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7907
7908         * gnus.el: No Gnus v0.6 is released.
7909
7910 2007-04-27  Didier Verna  <didier@xemacs.org>
7911
7912         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7913         * gmm-utils.el (gmm-regexp-concat): here.
7914         * message.el: Don't require 'gnus-util.
7915         (message-dont-reply-to-names): Handle name change above.
7916         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7917
7918 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7921         since the initial value varies according to the system.
7922
7923 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7926
7927 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7928
7929         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7930
7931 2007-04-24  Didier Verna  <didier@xemacs.org>
7932
7933         Improve the type of gnus-ignored-from-addresses.
7934         * gnus-util.el (gnus-orify-regexp): New function.
7935         * message.el (gnus-util): Require it.
7936         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7937         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7938         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7939
7940 2007-04-24  Didier Verna  <didier@xemacs.org>
7941
7942         * gnus-sum.el:
7943         * gnus-utils.el: Fix some trailing whitespaces.
7944
7945 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7948         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7949         article's Message-ID; refer parent article in summary buffer.
7950
7951         * message.el (message-bounce): Call mime-to-mml.
7952
7953         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7954         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7955         optimize and/or forms properly.
7956
7957 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7960         URL.
7961
7962 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7965
7966 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7969         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7970         displayed of multipart/alternative part if it is invoked from summary
7971         buffer.
7972
7973         * mm-view.el (mm-inline-text-html-render-with-w3m)
7974         (mm-inline-text-html-render-with-w3m-standalone)
7975         (mm-inline-render-with-function): Use mail-parse-charset by default.
7976
7977 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7978
7979         * parse-time.el (parse-time-string-chars): Check if CHAR
7980         is less than the length of parse-time-syntax.
7981
7982 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7985         from gnus-newsgroup-processable.
7986
7987 2007-04-16  Didier Verna  <didier@xemacs.org>
7988
7989         * gnus-msg.el (gnus-configure-posting-styles): Handle
7990         message-signature-directory properly with :file syntax.  Reported by
7991         "Leo".
7992
7993 2007-04-11  Didier Verna  <didier@xemacs.org>
7994
7995         New user option: message-signature-directory.
7996         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7997         * message.el (message-insert-signature): Ditto.
7998         * message.el (message-signature-file): Doc update.
7999         * message.el (message-signature-directory): New.
8000
8001 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus-msg.el (gnus-inews-yank-articles): Use
8004         message-exchange-point-and-mark instead of exchange-point-and-mark.
8005
8006 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * message.el (message-yank-original): Make sure cited text ends with
8009         newline; don't exchange point and mark.
8010
8011 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8012
8013         * tls.el (open-tls-stream): Properly handle case where there
8014         is no associated buffer.
8015
8016 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8017
8018         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8019         message-yank-original, make sure (< mark TEXT point).
8020
8021 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * message.el (message-fill-column): New variable.
8024         (message-mode): Use it.  Add comment on a possible new hook.
8025
8026         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8027         (nnmail-get-new-mail): Reformat.
8028
8029         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8030
8031         * gmm-utils.el: Fix Commentary.
8032         (gmm-tool-bar-from-list): Fix typo in doc string.
8033
8034 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8035
8036         * message.el (message-yank-original): Don't switch point and mark
8037         unnecessarily to put point and mark as documented.
8038
8039 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8042         from the message heads.
8043
8044 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8045
8046         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8047         article buffer does not have a window.  This may not be the best
8048         solution but is certainly better than setting the start of the null,
8049         that is the current, window.
8050
8051 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8054         (gnus-draft-setup): Run it.
8055
8056         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8057         gnus-score-fast-scoring.  Allow regexp.
8058         (gnus-score-headers): Use it.
8059
8060         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8061         XEmacs.
8062
8063         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8064         string.
8065         (gnus-button-alist): Also catch `<f1> k ...'.
8066         (gnus-treat-display-x-face): Fix doc string.
8067
8068 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8069
8070         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8071         evaluation of gnus-extended-version to ensure correct generation of the
8072         User-Agent header when message-generate-headers-first is used.
8073
8074 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8075
8076         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8077         hashcash-path is nil.  Don't call callback with incorrect number of
8078         parameters if val is 0.
8079
8080 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8081
8082         * message.el (message-required-news-headers):
8083         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8084
8085 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8086
8087         * tls.el (open-tls-stream): In handshake-waiting loop,
8088         don't wait more if there is output available to process.
8089
8090 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8091
8092         * tls.el (tls-program): Doc fix.
8093
8094 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * message.el (message-generate-new-buffers): Change the meaning of the
8097         nil value; add `standard' to the choices; treat t as `unique'; improve
8098         doc string.
8099         (gnus-select-frame-set-input-focus): Autoload.
8100         (message-buffer-name): Search for the existing message buffer if
8101         message-generate-new-buffers is nil or `standard'; treat the value t of
8102         message-generate-new-buffers as `unique'.
8103         (message-pop-to-buffer): Raise the frame already displaying the message
8104         buffer; clear the echo area after querying.
8105         (message-setup): Pass the `continue' argument to compose-mail.
8106         (message-mail): Prefer `switch-function' if it is given; search for the
8107         existing message buffer if the `continue' argument is non-nil; pass
8108         continue and switch-function arguments to compose-mail by way of
8109         message-setup.
8110         (message-mail-other-window): Adjust argument of message-setup.
8111         (message-mail-other-frame): Ditto.
8112
8113 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8116         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8117         to turn font-lock on when turning gnus-message-citation-mode on.
8118
8119 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8120
8121         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8122         (mml-smime-function-alist): New variable; add epg as the backend.
8123         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8124         mml-smime- functions instead.
8125         * mm-view.el: Require smime.
8126
8127 2007-03-05  Didier Verna  <didier@xemacs.org>
8128
8129         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8130         instead of just inheritance for posting styles.
8131         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8132
8133 2007-02-24  Chris Moore  <dooglus@gmail.com>
8134
8135         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8136         * pgg-pgp.el (pgg-pgp-encrypt-region):
8137         * pgg-gpg.el (pgg-gpg-encrypt-region):
8138         Check pgg-encrypt-for-me if no other recipients.
8139
8140 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8141
8142         * tls.el (tls-certtool-program): Fix custom type.
8143
8144 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8147         and point-at-eol instead of line-(beginning|end)-position.
8148
8149         * assistant.el (assistant-parse-buffer): Ditto.
8150
8151         * netrc.el (netrc-parse-services): Ditto.
8152
8153 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8154
8155         * mml2015.el (mml2015-epg-find-usable-key): New function.
8156         (mml2015-epg-sign): Use it.
8157         (mml2015-epg-encrypt): Use it.
8158
8159 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * message.el (message-make-in-reply-to): Quote name containing
8162         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8163         if there are special characters.  Reported by NAKAJI Hiroyuki
8164         <nakaji@jp.freebsd.org>.
8165
8166 2007-02-27  Didier Verna  <didier@xemacs.org>
8167
8168         Include the group parameters as well as the topic ones in the
8169         inheritance filter process.
8170         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8171         argument GROUP-PARAMS-LIST.
8172         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8173
8174 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * nntp.el (nntp-never-echoes-commands)
8177         (nntp-open-connection-functions-never-echo-commands): New variables.
8178         (nntp-send-command): Use them.
8179
8180 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8181
8182         * mml2015.el (mml2015-epg-verify): Simplified.
8183
8184 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * mml.el (mml-content-disposition-alist): New user option.
8187         (mml-content-disposition): New function.
8188         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8189         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8190
8191 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8192
8193         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8194         verification.
8195
8196 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8197
8198         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8199         articles posted in the last 24 hours.
8200
8201 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8202
8203         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8204
8205 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8206
8207         * nntp.el (nntp-send-command): Don't wait for echoes when
8208         nntp-open-ssl-stream is used.
8209
8210 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8213         (gnus-message-add-citation-keywords)
8214         (gnus-message-remove-citation-keywords): Remove.
8215         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8216         directly, make the variables in font-lock-defaults buffer-local, add
8217         gnus-message-citation-keywords to them and then update the value of
8218         font-lock-keywords.
8219
8220 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * message.el (message-cite-original-1): Don't call
8223         gnus-article-highlight-citation.
8224
8225         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8226         citations; fix line count.
8227
8228 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8231         (gnus-message-add-citation-keywords)
8232         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8233         versions of font-lock-add-keywords and font-lock-remove-keywords to
8234         work with XEmacs correctly.
8235
8236 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * gnus-cite.el (gnus-cite-face-list): Set the values of
8239         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8240         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8241         (gnus-message-cite-prefix-regexp): New variable.
8242         (gnus-message-search-citation-line): Use it; protect against long
8243         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8244         the 0th match data for Emacs.
8245         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8246         (gnus-message-add-citation-keywords): Append keywords rather than
8247         prepending; emulate font-lock-add-keywords if it is not available.
8248         (gnus-message-remove-citation-keywords): Emulate
8249         font-lock-remove-keywords if it is not available.
8250
8251         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8252
8253         * message.el (message-cite-prefix-regexp): Set the value of
8254         gnus-message-cite-prefix-regexp.
8255
8256 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8257
8258         * nnweb.el (nnweb-google-parse-1): Update parser.
8259
8260 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8261
8262         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8263
8264 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8265
8266         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8267         regexp.
8268
8269 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8272         string-to-multibyte.
8273         (uudecode-decode-region-internal): Use it.
8274
8275         * lpath.el: Fbind string-as-multibyte for XEmacs.
8276
8277 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8278
8279         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8280         custom choice.
8281
8282         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8283
8284 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8285
8286         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8287
8288         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8289         `write-region' to respect `mm-inhibit-file-name-handlers'.
8290
8291 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8292
8293         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8294         Use gnus-home-directory instead of "~/" or "$HOME".
8295
8296 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8297
8298         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8299         to mention filename.
8300         Add comments at beginning regarding usage.
8301         (encrypt-write-file-contents): Change interactive so a string is
8302         acceptable.  If the file has no associated model, show an error instead
8303         of a nonsense prompt.
8304
8305 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8306
8307         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8308         Thanks to Yoshihiko Yamada for kind notification of this typo.
8309
8310 2007-01-12  Kenichi Handa  <handa@m17n.org>
8311
8312         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8313         multibyte buffer.
8314
8315 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * gnus-score.el (gnus-score-fast-scoring): New variable.
8318         (gnus-score-headers): Use it.
8319
8320         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8321
8322         * message.el (message-cite-original-1): Call
8323         gnus-article-highlight-citation if requested.
8324         (message-make-from): Allow name and address as optional arguments.
8325
8326         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8327
8328         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8329         bugs to doc string.
8330         (gnus-button-alist): Add mid\\|message-id.
8331         (gnus-button-fetch-group): Extend for use in
8332         `browse-url-browser-function'.
8333         (gnus-button-url-regexp): Try to catch paired parentheses like in
8334         Wikipedia URLs.
8335
8336         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8337         Suggested by Simon Krahnke <overlord@gmx.li>.
8338
8339 2007-01-13  Romain Francoise  <romain@orebokech.com>
8340
8341         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8342         Update copyright.
8343
8344 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8345
8346         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8347
8348 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8349
8350         * gnus-registry.el (gnus-registry-unfollowed-groups)
8351         (gnus-registry-split-fancy-with-parent): Fix documentation.
8352
8353 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8356         from nnweb groups.
8357
8358 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8359
8360         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8361         Xref urls.  Erase buffer before requesting head.
8362
8363 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8364
8365         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8366         customizable.
8367
8368 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8369
8370         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8371         no signing key is found.
8372         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8373         no encrypting and/or signing key is found.
8374
8375 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8378
8379 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8380
8381         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8382         headers read from disk with the ones newly found in the current search.
8383         This should no longer cause problems, because the article numbers in
8384         Gmane's `nov.php' output are ignored since the previous change.
8385
8386 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8387
8388         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8389
8390 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8393         replace-regexp-in-string; bind url-version; fbind display-images-p and
8394         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8395         find-face and set-itimer-function for Emacs; bind itimer-list for
8396         Emacs.
8397
8398         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8399
8400 2007-01-01  Romain Francoise  <romain@orebokech.com>
8401
8402         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8403
8404 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8405
8406         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8407         `define-minor-mode' macro definition expanded properly.
8408         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8409         exclude it there.
8410
8411         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8412         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8413         `fboundp' test.
8414         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8415         This is OK to autoload in (S)XEmacs now.
8416
8417 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8418
8419         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8420         keystroke.
8421         (gnus-summary-limit-to-singletons): Fix typo.
8422
8423         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8424         else fails.
8425
8426 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8427
8428         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8429         docstring.
8430
8431         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8432         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8433         (gnus-summary-insert-dormant-articles): Fix typo in message.
8434
8435 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8438         nil for XEmacs.
8439         (gnus-message-citation-mode): Don't autoload in XEmacs.
8440
8441         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8442
8443 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8444
8445         * nnimap.el (nnimap-expunge-search-string): Mention
8446         nnimap-search-uids-not-since-is-evil in docstring.
8447
8448 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8449
8450         * spam.el: Revert to make-obsolete-variable because
8451         define-obsolete-variable-alias is not supported in Emacs 21.
8452
8453         * spam.el (spam-ifile-path, spam-ifile-database-path)
8454         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8455         make-obsolete-variable.
8456         (spam-bsfilter-path, spam-bsfilter-program)
8457         (spam-spamassassin-path, spam-spamassassin-program)
8458         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8459         use "path" inappropriately.
8460         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8461         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8462         variable names.
8463
8464 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8465
8466         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8467         summary buffer.
8468
8469         * password.el (password-cache-remove): Use clear-string to burn
8470         password, if available.
8471
8472 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8473
8474         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8475
8476         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8477
8478         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8479         (gnus-message-highlight-citation): Move defcustom here from
8480         gnus-cite.el.
8481         (gnus-message-citation-mode): Autoload.
8482
8483         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8484         checks to make it compile with XEmacs.
8485         (gnus-message-citation-mode): New minor mode.
8486         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8487         (gnus-message-highlight-citation): New variables.
8488         (gnus-message-search-citation-line)
8489         (gnus-message-add-citation-keywords)
8490         (gnus-message-remove-citation-keywords)
8491         (turn-on-gnus-message-citation-mode)
8492         (turn-off-gnus-message-citation-mode): New functions.
8493
8494 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8495
8496         * gnus-cite.el: Enable highlighting of different citation levels in
8497         message-mode.
8498
8499 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * message.el (message-make-fqdn): Fix comment.
8502         (message-bogus-system-names): Add ".local".
8503
8504         * spam.el (spam-ifile-path, spam-ifile-program)
8505         (spam-ifile-database-path, spam-ifile-database)
8506         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8507         Don't use "path" inappropriately.
8508         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8509         strings.
8510         (spam-check-ifile, spam-ifile-register-with-ifile)
8511         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8512         new variable names.
8513
8514         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8515         (gnus-treat-display-smileys): Simplify using
8516         gnus-image-type-available-p.
8517
8518         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8519         available.
8520
8521         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8522         `display-images-p' if available.
8523
8524 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8527         one after turning on the buffer's multibyteness instead of decoding
8528         them directly in the unibyte buffer that causes unexpected conversion
8529         in Emacs 23 (unicode).
8530
8531 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8532
8533         * message.el (message-generate-hashcash): Fix custom type.
8534
8535 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8536
8537         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8538
8539 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8542         disconnect icons.  Add help text.
8543
8544 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8545
8546         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8547         negated to be consistent with the others we handle.
8548
8549 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8552         version of gnus-summary-buffer to something, so that we can use two
8553         article buffers at the same time.
8554
8555 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8556
8557         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8558         trigger all the extra headers.
8559         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8560         sorting.
8561
8562 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8563
8564         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8565         solid groups.
8566
8567 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8568
8569         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8570
8571 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * legacy-gnus-agent.el: Add Copyright notice.
8574
8575 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8576
8577         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8578
8579 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8582
8583         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8584         to make it work reliably in CVS Emacs.
8585         (gnus-summary-limit-strange-charsets-predicate)
8586         (gnus-summary-limit-to-predicate): New functions.
8587
8588 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8589
8590         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8591         specifying array size.
8592         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8593         array if it is too small.
8594         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8595         (gnus-sort-threads-loop): New function.
8596
8597 2006-12-06  Chris Moore  <dooglus@gmail.com>
8598
8599         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8600         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8601
8602 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8603
8604         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8605         options.
8606
8607 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8608
8609         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8610         DOS-ing the recipient.
8611
8612         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8613         the headers when creating the mapping to avoid mismappings.
8614         (nnweb-gmane-create-mapping): Always nix out old mapping.
8615
8616 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8619         and mm-verify-option to never.
8620
8621 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * message.el (message-signed-or-encrypted-p): New function.
8624         (message-forward-make-body): Use it.
8625
8626         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8627         Replace encode-coding-string with mm-encode-coding-string.
8628
8629 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * nneething.el (nneething-decode-file-name): Replace
8632         decode-coding-string with mm-decode-coding-string.
8633
8634         * gnus-int.el (gnus-open-server): Say failed server's name.
8635
8636 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8637
8638         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8639         strings to a single string.  Quote `errors-file-name'.
8640         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8641         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8642         Adjust calls.  Use `shell-quote-argument'.
8643
8644 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8645
8646         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8647         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8648
8649         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8650         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8651         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8652         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8653         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8654         (gnus-subscribe-newsgroup, gnus-1):
8655         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8656         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8657         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8658         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8659
8660 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8661
8662         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8663         keystroke.
8664         (gnus-summary-limit-to-bodies): Implement headersp.
8665
8666 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8669
8670 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8673
8674 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675
8676         * message.el (message-generate-hashcash): Expand range of values to
8677         include `opportunistic'.
8678         (message-send-mail): Use it.
8679
8680 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8681
8682         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8683         and comment it.
8684
8685         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8686
8687 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * gnus-util.el (gnus-extract-address-components): Improve comment.
8690
8691 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * gnus-util.el (gnus-extract-address-components): Work with address in
8694         which the name portion contains @.
8695
8696         * lpath.el: Fbind custom-autoload.
8697
8698 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * gnus.el (gnus-start): Move custom group up.
8701         (gnus-select-method): Don't autoload, but make it available for
8702         `customize-variable'.
8703         (gnus-getenv-nntpserver): Don't autoload.
8704
8705 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8706
8707         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8708
8709 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * message.el (message-sendmail-extra-arguments): New variable.
8712         (message-send-mail-with-sendmail): Use it.
8713
8714 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8717         mm-with-unibyte-current-buffer to make string unibyte.
8718
8719         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8720         mm-string-as-multibyte.
8721
8722 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8723
8724         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8725         Reported by Werner Koch <wk@gnupg.org>.
8726
8727 2006-11-14  Daiki Ueno  <ueno@p360>
8728
8729         * mml2015.el: Autoload epa-select-keys when compiling.
8730
8731 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8732
8733         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8734         message-options.
8735         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8736
8737 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8738
8739         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8740         EasyPG (< 0.0.6).
8741         (mml2015-always-trust): New user option.
8742         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8743         prompt.
8744
8745 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * nntp.el (nntp-authinfo-force): New variable.
8748         (nntp-send-authinfo): Use it.
8749
8750 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8751
8752         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8753         decode encoded words.  Improve prompt.  Add comment about forwarding.
8754         (message-replacement-char): Move up.
8755
8756 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8757
8758         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8759         instead of gnus-intersection because arguments of gnus-sorted-nunion
8760         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8761
8762 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8765         (message-simplify-subject-functions): Enable
8766         message-strip-subject-encoded-words by default.
8767
8768 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * message.el (message-strip-subject-encoded-words): New function.
8771         (message-simplify-subject-functions): New variable.
8772         (message-simplify-subject): Use it.  Fix typo in doc string.
8773         Support message-strip-subject-encoded-words.
8774
8775 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8776
8777         * gnus-diary.el (gnus-diary-delay-format-function):
8778         * nndiary.el (nndiary-reminders):
8779         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8780
8781 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8782
8783         * gnus-art.el (article-hide-boring-headers): Fetch date from
8784         gnus-original-article-buffer to avoid problems with localized date
8785         strings.
8786
8787 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8790
8791 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8794         New variables.
8795         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8796         (mm-charset-synonym-alist): Move some entries to
8797         mm-codepage-iso-8859-list.
8798         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8799         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8800
8801 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8804
8805 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8808         with Emacs 21 and XEmacs.
8809
8810 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8811
8812         * spam.el (spam-parse-address): New function for better parsing,
8813         catching errors, etc.
8814         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8815
8816 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * mm-view.el: Add interactive arg to html2text autoload.
8819
8820 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8823
8824 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8827         variables.
8828         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8829         (mm-charset-synonym-alist): Move some entries to
8830         mm-codepage-iso-8859-list.
8831
8832         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8833
8834 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8835
8836         * message.el (message-citation-line-format)
8837         (message-insert-formated-citation-line): Fix implementation of %E, %N
8838         and %n according to the doc string.
8839
8840 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8841
8842         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8843         car-safe to avoid bad parses.
8844
8845 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8848         names.
8849
8850         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8851
8852 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8855         header.
8856
8857         * message.el (message-draft-headers): Add Date.
8858         (message-headers-to-generate): Fix typo in docstring.
8859
8860         * nndraft.el (nndraft-required-headers): New variable.
8861         (nndraft-generate-headers): Use it.
8862
8863         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8864
8865 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8866
8867         * gnus-registry.el (gnus-registry-wash-for-keywords)
8868         (gnus-registry-find-keywords): New functions to allow easy searching of
8869         articles that are in the registry.
8870
8871 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8872
8873         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8874         ietf-drums-parse-address instead of gnus-extract-address-components.
8875         Reported by Damien Elmes <damien@repose.cx>.
8876
8877 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * gnus.el (gnus-mime): Remove unused custom group.
8880
8881 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8882
8883         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8884         "blank line" when searching for end of armor headers.
8885
8886 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gmm-utils.el (gmm-write-region): Fix variable name.
8889
8890 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gmm-utils.el (gmm-write-region): New function based on compatibility
8893         code from `mm-make-temp-file'.
8894
8895         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8896
8897         * nnmaildir.el (nnmaildir--update-nov)
8898         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8899         Use `gmm-write-region'.
8900
8901 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8904         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8905
8906         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8907
8908         * message.el (message-replacement-char): New variable.
8909         (message-fix-before-sending): Use it.
8910         (message-simplify-subject): New function to remove duplicate code.
8911         (message-reply, message-followup): Use it.
8912
8913         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8914         gnus-summary-limit-to-articles.
8915
8916 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-util.el (gnus-with-local-quit): New macro.
8919
8920         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8921
8922 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8923
8924         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8925         ignore non-string data.
8926
8927 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8928
8929         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8930         non-string data (needs to be done in the registry too).
8931
8932 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8933
8934         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8935         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8936         (gnus-registry-split-fancy-with-parent)
8937         (gnus-registry-fetch-simplified-message-subject-fast)
8938         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8939         Remove text properties on ingress into the registry and when it's saved.
8940         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8941         registry from entries with no groups.
8942
8943 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8944
8945         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8946         function to remove string properties.
8947
8948 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * gmm-utils.el (gmm): Adjust custom version.
8951
8952         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8953         custom version.
8954
8955         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8956
8957 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * gnus-art.el (gnus-insert-prev-page-button)
8960         (gnus-insert-next-page-button): Simplify.  Reformat.
8961
8962 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8963
8964         * gnus-art.el (gnus-insert-prev-page-button)
8965         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8966
8967 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8968
8969         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8970
8971 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8972
8973         * gnus-art.el (gnus-insert-mime-button)
8974         (gnus-insert-mime-security-button):
8975         Apply gnus-article-button-face to MIME and security buttons.
8976
8977 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8978
8979         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8980         readable.
8981
8982 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8985
8986 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8987
8988         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8989         `browse-url-of-file' instead of `browse-url'.
8990
8991 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8992
8993         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8994         regexp.  Articles containing quotation were cut prematurely.
8995
8996 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * message.el (message-cite-original-1): Use nobody by default for the
8999         value of From header.
9000         (message-reply): Ditto.
9001
9002 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9003
9004         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9005         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9006         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9007
9008 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9011         mails in the doc string.  Add some URLs in comment.
9012         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9013
9014 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9017         backslashes handling and the way to find boundaries of quoted strings.
9018
9019 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9020
9021         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9022         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9023         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9024         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9025
9026 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9029         doc string.
9030         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9031
9032 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * lpath.el: Fbind epg-check-configuration.
9035
9036 2006-09-06  Simon Josefsson  <jas@extundo.com>
9037
9038         * mml2015.el (mml2015-use): Doc fix, mention epg.
9039
9040 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9041
9042         * mml2015.el (mml2015-use): Default to epg, if available.
9043
9044 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9045
9046         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9047         message-sender.
9048         (mml1991-epg-encrypt): Ditto.
9049         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9050         message-sender.
9051         (mml2015-epg-encrypt): Ditto.
9052
9053 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9054
9055         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9056         several common directories.
9057
9058 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9059
9060         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9061         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9062
9063 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-art.el (article-decode-encoded-words): Make it fast.
9066
9067 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9070
9071         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9072         in quoted string into `\'.
9073
9074 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9077         Use standard-syntax-table.
9078
9079 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * gnus-art.el (gnus-decode-address-function): New variable.
9082         (article-decode-encoded-words): Use it to decode headers which are
9083         assumed to contain addresses.
9084         (gnus-mime-delete-part): Remove useless `or'.
9085
9086         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9087         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9088         (gnus-nov-parse-line): Use it to decode From header.
9089         (gnus-get-newsgroup-headers): Ditto.
9090         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9091
9092         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9093         (mail-decode-encoded-address-string): New alias.
9094
9095         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9096         New function.
9097         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9098         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9099         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9100         (rfc2047-decode-string): Ditto.
9101         (rfc2047-decode-address-region): New function.
9102         (rfc2047-decode-address-string): New function.
9103
9104 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * message.el (message-caesar-buffer-body): Allow rotating headers.
9107
9108         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9109
9110         * message.el (message-insert-formated-citation-line): Fix %f.
9111         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9112
9113 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9116         (gnus-bookmark-mouse-available-p): New macro.
9117         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9118         (gnus-bookmark-bmenu-show-infos): Use it.
9119         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9120         (gnus-bookmark-bmenu-hide-infos): Ditto.
9121         (gnus-bookmark-remove-properties): New function.
9122         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9123         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9124         (gnus-bookmark-write-file): Bind coding-system-for-write.
9125         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9126         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9127         group before selecting it.
9128         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9129         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9130         quit-window if it is not available; use gnus-mouse-2 and bind it to
9131         gnus-bookmark-bmenu-select-by-mouse.
9132         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9133         (gnus-bookmark-bmenu-select-by-mouse): New function.
9134
9135 2006-08-13  Romain Francoise  <romain@orebokech.com>
9136
9137         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9138         space.
9139
9140 2006-08-10  Romain Francoise  <romain@orebokech.com>
9141
9142         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9143         (dns-mode-soa-auto-increment-serial): New user option.
9144         (dns-mode-soa-maybe-increment-serial): New function.
9145         (dns-mode): Add the latter to `write-contents-functions'.
9146
9147 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * compface.el (uncompface): Use binary rather than raw-text-unix.
9150
9151 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * compface.el (uncompface): Make sure the eol conversion doesn't take
9154         place when communicating with the external programs.  Reported by
9155         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9156
9157 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9160
9161 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9162
9163         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9164         Make it more robust by parsing author and date independently.
9165
9166 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9169
9170 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9171
9172         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9173         first matching secret key.
9174         (mml2015-epg-encrypt): Ditto.
9175
9176         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9177         first matching secret key.
9178         (mml1991-epg-encrypt): Ditto.
9179
9180         * mml2015.el (mml2015-encrypt-to-self): New user option.
9181         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9182         mml2015-epg-encrypt-to-self is set.
9183
9184         * mml1991.el (mml1991-encrypt-to-self): New variable.
9185         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9186         mml1991-epg-encrypt-to-self is set.
9187
9188         * mml2015.el (mml2015-signers): New user option.
9189         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9190         (mml2015-epg-encrypt): Allow to select signing keys.
9191
9192         * mml1991.el (mml1991-signers): New variable.
9193         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9194         (mml1991-epg-encrypt): Allow to select signing keys.
9195
9196 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * nnheader.el (nnheader-insert-head): Make it work even if the file
9199         uses CRLF for the line-break code.
9200
9201 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9202
9203         * mml2015.el: Require mml-sec instead of password.
9204         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9205         (mml2015-cache-passphrase): Inherit the default value from
9206         mml-secure-cache-passphrase.
9207         (mml2015-passphrase-cache-expiry): Inherit the default value from
9208         mml-secure-passphrase-cache-expiry.
9209
9210         * mml1991.el: Require mml-sec instead of password.
9211         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9212         (mml1991-cache-passphrase): Inherit the default value from
9213         mml-secure-cache-passphrase.
9214         (mml1991-passphrase-cache-expiry): Inherit the default value from
9215         mml-secure-passphrase-cache-expiry.
9216
9217         * mml-sec.el: Require password.
9218         (mml-secure-verbose): New user option.
9219         (mml-secure-cache-passphrase): New user option.
9220         (mml-secure-passphrase-cache-expiry): New user option.
9221
9222 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9223
9224         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9225         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9226         andreas@altroot.de (Andreas Vögele).
9227
9228         FIXME: Use `tiny change'?
9229
9230 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9231
9232         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9233         workaround for the url package included with Emacs.
9234
9235         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9236
9237 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9240         correctly.  This fixes a bug caused by the 2006-05-12 change.
9241
9242 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9243
9244         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9245         some information about the error when saying that the `bogus' mail
9246         group will be used.
9247
9248 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9249
9250         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9251         string.
9252
9253 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9254
9255         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9256
9257 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9258
9259         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9260
9261 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9262
9263         * mml1991.el (mml1991-function-alist): Add epg.
9264         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9265         (mml1991-epg-encrypt): New functions.
9266
9267 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9268
9269         * mml2015.el (mml2015-verbose): New variable.
9270         (mml2015-cache-passphrase): Ditto.
9271         (mml2015-passphrase-cache-expiry): Ditto.
9272         (mml2015-function-alist): Add epg.
9273         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9274         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9275         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9276         functions.
9277
9278 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9279
9280         * message.el (message-cite-original-1): Preserve region when removing
9281         quoted text due to X-No-Archive in order to avoid bogus attribution
9282         when citing multiple messages.
9283
9284 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9285
9286         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9287         Kenneth Jacker <khj@be.cs.appstate.edu>.
9288
9289 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * gnus-diary.el (gnus-user-format-function-d)
9292         (gnus-user-format-function-D): Autoload.
9293
9294         * imap.el (Commentary): Fix typo.
9295
9296         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9297         2006-04-22 contribution.
9298
9299 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9300
9301         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9302         It didn't really fix the bogosity I'm seeing with solid web groups.
9303
9304 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9305
9306         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9307         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9308         created using server names.  If we use the feature without declaring
9309         it, Gnus does not properly manage server and group state.
9310
9311         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9312         bound.
9313
9314 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9315
9316         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9317         looking up the method using GROUP's prefix before inventing a new one.
9318         It is used on killed/unknown groups in various places where returning
9319         an all-new method isn't expected by the caller.
9320
9321         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9322         and match semantics of gnus-group-real-prefix.
9323
9324 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * nnmail.el (nnmail-broken-references-mailers): New variable.
9327         (nnmail-ignore-broken-references): New function generalizing
9328         nnmail-fix-eudora-headers.
9329         (nnmail-fix-eudora-headers): Now obsolete.
9330
9331         * gnus-art.el (gnus-button-handle-custom): Support
9332         `customize-apropos*'.
9333
9334 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9337
9338         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9339         articles.
9340
9341 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9342
9343         * message.el (message-cite-reply-above): New variable.
9344         (message-yank-original): Use it.
9345
9346 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9349
9350 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9351
9352         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9353         as read.
9354
9355         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9356
9357 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9360         (gnus-bookmark-default-file): Use gnus-directory.
9361         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9362         Remove "*" in doc string.
9363         (gnus-bookmark-write-file): Simplify.
9364         (gnus-bookmark-maybe-sort-alist): Use `when'.
9365         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9366         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9367         FIXME about Emacs 21 and XEmacs compatibility.
9368         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9369         compatibility.
9370         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9371         compatibility.
9372         (gnus-bookmark-menu-heading): Fix version.
9373
9374 2006-06-19  Bastien Guerry  <bzg@altern.org>
9375
9376         * gnus-bookmark.el: New file.
9377
9378 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * message.el (message-syntax-checks): Doc fix.
9381
9382 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9383
9384         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9385         unsubscribed groups as if they were killed ones.  It causes duplicate
9386         entries in gnus-newsrc-alist.
9387
9388 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * message.el (message-syntax-checks): Doc fix.
9391         (message-send-mail): Add check for continuation headers.
9392         (message-check-news-header-syntax): Fix regexp used to check for
9393         continuation headers.
9394
9395 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9398
9399 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9402
9403 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9406         default-truncate-lines.
9407
9408 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9411         to fill the utf-8 entry.
9412
9413         * lpath.el: Fbind unicode-precedence-list.
9414
9415 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9416
9417         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9418
9419 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9420
9421         * gnus-agent.el (directory-files-and-attributes): Move all the way
9422         forward (the third and final move).
9423         (gnus-agent-read-agentview): Trap reconstruction errors due to
9424         nonexistant directory.  Handle by returning nil.
9425
9426 2006-05-30  Didier Verna  <didier@xemacs.org>
9427
9428         * message.el (message-dont-reply-to-names): Update the custom type.
9429         * message.el (message-dont-reply-to-names): New defsubst: potentially
9430         convert a list of regexps into a single one.
9431         * message.el (message-get-reply-headers): Use it.
9432         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9433
9434 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * gnus-agent.el (directory-files-and-attributes): Move forward.
9437
9438 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9439
9440         * gnus-ml.el (gnus-mailing-list-subscribe)
9441         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9442         (gnus-mailing-list-message): Fix doc strings.
9443
9444 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9445
9446         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9447         of doing it manually.
9448
9449 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9452         comment.
9453
9454 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9455
9456         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9457         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9458         (gnus-agent-read-local): All symbols allocated in my-obarray.
9459         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9460         (gnus-agent-regenerate-group): Check numeric names to see if they are
9461         messages or groups.
9462         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9463         better way of do this...)
9464
9465         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9466         'dummy.group' (there should be a better way of do this...)
9467
9468 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9471         (gnus-saved-headers): Ditto.
9472         (gnus-default-article-saver): Mention functions may have properties.
9473         (gnus-article-save): Override gnus-save-all-headers and
9474         gnus-saved-headers by :headers property which saver function may have.
9475         (gnus-summary-save-in-file): Add :headers property.
9476         (gnus-summary-write-to-file): Ditto.
9477
9478         * gnus-sum.el (gnus-summary-save-article): Bind
9479         gnus-prompt-before-saving to t when saving many articles in a file;
9480         always show all headers.
9481
9482         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9483
9484 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9487         marks.
9488
9489         * message.el (message-indent-citation): Add optional arguments to allow
9490         using it outside of message buffers.
9491
9492         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9493         (gnus-article-treat-unfold-headers): Use it.
9494         (gnus-article-truncate-lines): New variable.
9495         (gnus-article-mode): Use it.
9496         (gnus-article-toggle-truncate-lines): New function.
9497
9498         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9499         gnus-article-toggle-truncate-lines.
9500
9501         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9502         coding system in XEmacs, use binary.
9503
9504 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9507         after-load-alist.
9508
9509         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9510         this function should save decoded articles.
9511         (gnus-summary-write-to-file): Use property to specify this function
9512         should save decoded articles and specify gnus-summary-save-in-file
9513         should be used to save articles other than the first one when saving
9514         many articles.
9515         (gnus-summary-save-body-in-file): Use property to specify this
9516         function should save decoded articles.
9517         (gnus-summary-write-body-to-file): Use property to specify this
9518         function should save decoded articles and specify
9519         gnus-summary-save-body-in-file should be used to save articles other
9520         than the first one when saving many articles.
9521
9522         * gnus-sum.el (gnus-summary-save-article): Simplify.
9523
9524 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-art.el (gnus-default-article-saver): Add
9527         gnus-summary-write-body-to-file.
9528         (gnus-article-save-coding-system): Don't use coding system object
9529         in XEmacs.
9530         (gnus-read-save-file-name): Add optional `dir-var' argument which
9531         specifies directory in which files are saved; work even if optional
9532         `variable' argument is not specified.
9533         (gnus-summary-write-to-file): Read file name.
9534         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9535         (gnus-summary-write-body-to-file): New function.
9536
9537         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9538         (gnus-summary-local-variables): Add it.
9539         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9540         (gnus-summary-save-article): Remove optional `decode' argument;
9541         determine whether to decode articles by the value of
9542         gnus-default-article-saver; when saving many files using
9543         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9544         it first and use gnus-summary-save-in-file or
9545         gnus-summary-save-body-in-file thereafter unless
9546         gnus-prompt-before-saving is always; move point to article which
9547         will be saved.
9548         (gnus-summary-save-article-file): Revert.
9549         (gnus-summary-write-article-file): Revert.
9550         (gnus-summary-save-article-body-file): Revert.
9551         (gnus-summary-write-article-body-file): New function.
9552
9553 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-art.el (gnus-default-article-saver): Doc fix.
9556         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9557         from gnus-summary-save-article-coding-system, and default to a
9558         certain coding system.
9559         (gnus-output-to-file): Add coding cookie and encode text according
9560         to gnus-article-save-coding-system; don't use mm-append-to-file.
9561
9562         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9563         gnus-art.el and rename to gnus-article-save-coding-system.
9564         (gnus-summary-save-article): Require gnus-art; don't show all
9565         headers if it decodes articles; don't add coding cookie here;
9566         don't bind mm-text-coding-system-for-write.
9567         (gnus-summary-save-article-file): Save decoded articles.
9568         (gnus-summary-write-article-file): When saving many files, use
9569         gnus-summary-write-to-file first and gnus-summary-save-in-file
9570         thereafter unless gnus-prompt-before-saving is always.
9571         (gnus-summary-save-article-body-file): Save decoded articles.
9572
9573         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9574
9575 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * nnrss.el (nnrss-check-group): Bind hash-index.
9578
9579 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9580
9581         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9582         its hash index.  Store this hash in `nnrss-group-data'.
9583         (nnrss-read-group-data): Update accordingly.
9584
9585 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9588         entry.
9589
9590         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9591         gnus-article-browse-html-article.
9592
9593 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9594
9595         * gnus-sum.el (gnus-summary-mime-map): Add
9596         gnus-article-browse-html-article.
9597
9598         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9599
9600 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9603         suitable coding systems in customize.
9604
9605 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * mail-source.el (mail-sources): Fix custom type.
9608
9609 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9612         (gnus-summary-expire-articles-now): Shorten prompt.
9613
9614         * gmm-utils.el (wid-edit): Require.
9615         (defun-gmm): Renamed from `gmm-defun-compat'.
9616         (gmm-image-search-load-path): Use it.
9617         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9618
9619 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9622         variable.
9623         (gnus-summary-save-article): Add optional `decode' argument.  If
9624         it is set and gnus-summary-save-article-coding-system is non-nil,
9625         save decoded article.
9626         (gnus-summary-write-article-file): Save decoded article if
9627         gnus-summary-save-article-coding-system is non-nil.
9628
9629         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9630         type.
9631
9632 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9635
9636 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9637
9638         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9639         first to test gnus-single-article-buffer which may be buffer-local.
9640
9641         * gnus-sum.el (gnus-summary-setup-buffer): Make
9642         gnus-single-article-buffer buffer-local and nil in ephemeral
9643         group; make gnus-article-buffer, gnus-article-current, and
9644         gnus-original-article-buffer always buffer-local.
9645         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9646         group.
9647         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9648
9649 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * nnml.el (nnml-request-compact-group): Compressed files might not
9652         have .gz extension.
9653
9654 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9655
9656         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9657         (mm-copy-to-buffer): Use with-current-buffer.
9658         (mm-display-part): Simplify.
9659         (mm-inlinable-p): Add optional arg `type'.
9660
9661 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9662
9663         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9664         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9665         Try harder to show the attachment internally or externally using
9666         gnus-mime-view-part-as-type.
9667
9668 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9669
9670         * message.el (message-from-style, message-signature-separator)
9671         (message-user-organization-file, message-send-mail-function)
9672         (message-citation-line-function, message-yank-prefix)
9673         (message-indent-citation-function, message-signature)
9674         (message-signature-file, message-signature-insert-empty-line):
9675         Remove autoloads.
9676
9677         * gnus-art.el (gnus-buttonized-mime-types): Remove
9678         "multipart/signed".  Revert 2006-04-26 change.
9679
9680 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9681
9682         * gnus.el (gnus-version-number): Bump version.
9683
9684 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9685
9686         * gnus.el: No Gnus v0.5 is released.
9687
9688 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9689
9690         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9691         fetching articles by message-id.
9692
9693 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * message.el (hashcash): Require hashcash as normal.
9696
9697         * ecomplete.el (ecomplete-highlight-match-line): Use
9698         point-at-eol.
9699         (ecomplete-highlight-match-line): Use `highlight', because that
9700         face exists in both Emacs and XEmacs.
9701
9702         * message.el (message-display-abbrev): Use point-at-bol.
9703
9704         * mail-source.el: Don't require timer/timer-funcs.
9705
9706         * gnus-async.el: Ditto.
9707
9708         * password.el: Ditto.
9709
9710         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9711
9712         * mm-url.el: Ditto.
9713
9714         * gnus-xmas.el: Don't require timer-funcs.
9715
9716         * mm-util.el: Require timer/timer-funcs.
9717
9718 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9719
9720         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9721         Close.
9722
9723 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9726         unibyte after clear-decrypt function runs.
9727
9728         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9729         returns as a unibyte string.
9730
9731 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * lpath.el: Revert.
9734
9735         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9736         (pgg-gpg-process-sentinel): Revert.
9737
9738         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9739         (pgg-pgp-lookup-key): Revert.
9740
9741         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9742         (pgg-pgp5-lookup-key): Revert.
9743
9744         * pgg.el (pgg-fetch-key): Revert.
9745
9746 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * lpath.el: Fbind string-as-multibyte for XEmacs.
9749
9750         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9751         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9752         (mml1991-pgg-encrypt): Ditto.
9753
9754         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9755         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9756         a multibyte buffer.
9757
9758         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9759         (pgg-pgp-lookup-key): Ditto.
9760
9761         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9762         (pgg-pgp5-lookup-key): Ditto.
9763
9764         * pgg.el (pgg-fetch-key): Ditto.
9765
9766 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * message.el (message-user-organization-file): Check several
9769         locations of the organization file.
9770
9771         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9772         Add gnus-article-view-part-as-type.
9773
9774         * gnus-art.el (gnus-article-view-part-as-type): New function.
9775
9776         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9777         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9778
9779         * mml.el: Simplify autoload.
9780         (mml-mode): defvar dnd-protocol-alist instead of using
9781         symbol-value.
9782         (mml-default-directory): New variable.
9783         (mml-minibuffer-read-file): Use it.
9784         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9785
9786         * message.el (message-citation-line-format): New variable.
9787         (message-insert-formated-citation-line): New function.
9788         (message-citation-line-function): Add
9789         `message-insert-formated-citation-line' to custom type.
9790
9791         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9792         to doc string.
9793
9794         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9795         depending on mm-verify-option.
9796
9797 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9800         binding pgg-* variables; reimplement the section which prevents
9801         MIME header from being signed.
9802         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9803         pgg-text-mode; remove a blank line at the top of body.
9804
9805         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9806         lines at the top of body; use gnus-newsgroup-charset if there's no
9807         Charset header.
9808
9809 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * message.el (message-self-insert-commands): Doc fix.
9812
9813         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9814         (mm-uu-pgp-encrypted-test): Ditto.
9815         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9816         between header and body; return application/pgp-encrypted handle
9817         if decryption failed; decode decrypted body by charset.
9818
9819         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9820         element match to application/pgp-*.
9821
9822 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9823
9824         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9825         HTML.
9826
9827 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9828
9829         * mail-source.el (mail-source-call-script): Message the error
9830         string.
9831
9832 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * gnus-util.el (gnus-byte-compile): Use it.
9835
9836 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9837
9838         * gnus-util.el (kill-empty-logs): New function.
9839
9840 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * message.el (message-mail-alias-type): Doc fix.
9843         (message-mail-alias-type-p): New function.
9844         (message-send): Use it.
9845         (message-mode): Ditto.
9846         (message-strip-forbidden-properties): Ditto.
9847
9848         * ecomplete.el (ecomplete-database-file-coding-system): New
9849         variable.
9850         (ecomplete-save): Use it.
9851         (ecomplete-setup): Use it.
9852
9853 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * message.el (message-self-insert-commands): New variable.
9856         (message-strip-forbidden-properties): Use it.
9857
9858 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9859
9860         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9861         that doesn't make XEmacs choke.
9862
9863 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * gnus-util.el (gnus-replace-in-string):
9866         Prefer replace-regexp-in-string over of replace-in-string.
9867
9868 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-util.el (gnus-select-frame-set-input-focus):
9871         Use select-frame-set-input-focus if it is available in XEmacs; use
9872         definition defined in Emacs 22 for old Emacsen.
9873
9874         * dgnushack.el: Autoload unmorse-region for XEmacs.
9875
9876         * lpath.el: Bind cursor-in-non-selected-windows and
9877         select-frame-set-input-focus for XEmacs.
9878
9879 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9882
9883 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9884
9885         * gnus-registry.el (gnus-registry-cache-save): Remove text
9886         properties when saving via the temp buffer.
9887
9888 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9889
9890         * message.el (message-generate-hashcash): Honor custom type.
9891
9892 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9893
9894         * message.el (message-generate-hashcash): Default to non-nil when
9895         hashcash is found.
9896
9897         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9898         (gnus-refer-thread-limit): Increase default to 500.
9899
9900         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9901
9902         * flow-fill.el (fill-flowed): Allow delete-space.
9903
9904 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9907         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9908         Remove autoloads.
9909
9910 2006-04-18  Simon Josefsson  <jas@extundo.com>
9911
9912         * message.el (message-generate-hashcash): Default to.
9913
9914 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9917         concatenating segments rather than before concatenating them.
9918
9919 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9920
9921         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9922
9923 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9926
9927         * message.el (message-forward-make-body-plain): Allow
9928         message-forward-ignored-headers to be a list.
9929         (message-remove-ignored-headers): Factor out into function.
9930         (message-forward-make-body-mml): Use it.
9931
9932         * imap.el (imap-quote-specials): New function.
9933         (imap-login-auth): Quote specials.
9934
9935         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9936         (rfc2231-parse-string): Allow concatanation of parameters that
9937         aren't contiguous.  The test case is
9938           (mail-header-parse-content-type "message/external-body;
9939             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9940             access-type=LOCAL-FILE;
9941             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9942
9943 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9944
9945         * nntp.el (nntp-accept-process-output): Return the value of
9946         `nnheader-accept-process-output'.
9947
9948 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9949
9950         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9951         (gnus-button-alist): Recognize more diff formats.
9952         (gnus-button-patch): Strip directory.
9953
9954 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9957         Emacs 22 when setting focus.
9958
9959 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9960
9961         * gnus-art.el (gnus-article-treat-types): Do treatment of
9962         text/x-verbatim parts.
9963         (gnus-button-patch): New command.
9964
9965         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9966         addresses that contain invalid characters.
9967
9968 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * message.el (message-put-addresses-in-ecomplete): Use
9971         gnus-replace-in-string.
9972         (message-is-yours-p): Use the more correct
9973         mail-header-parse-address instead of
9974         mail-extract-address-components.
9975         (message-put-addresses-in-ecomplete): Fix typo.
9976
9977         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9978         keystroke.
9979
9980         * gnus-art.el (gnus-treatment-function-alist): Change order of
9981         newsgroups/generic header folding to avoid double-folding.
9982
9983         * message.el (message-hidden-headers): Add X-Draft-From.
9984
9985         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9986         command.
9987         (gnus-summary-repeat-search-article-backward): New command.
9988
9989         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9990         groups in the parent topic.
9991
9992 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9993
9994         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9995         (spam-extra-header-to-number): Return the CRM114 number as a
9996         number instead of a string.
9997
9998 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9999
10000         * gnus-art.el (gnus-face-properties-alist): Moved here from
10001         gnus-fun.
10002
10003         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10004
10005 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10006
10007         * message.el (message-strip-forbidden-properties): Only display on
10008         self-insert-command.
10009
10010         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10011         reindent.
10012         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10013
10014 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10015
10016         * smiley.el (smiley-style): Fix typo.
10017
10018 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10019
10020         * hashcash.el (hashcash-insert-payment-async-2): Use
10021         message-goto-eoh instead of doing it manually.
10022         (mail-add-payment): Use message-narrow-to-header instead of trying
10023         to do the same itself.
10024
10025         * message.el (message-hidden-headers): Add Face.
10026
10027         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10028         reparenting code.
10029         (gnus-summary-reparent-children): Refactored out code.
10030         (gnus-summary-thread-map): New keystroke.
10031         (gnus-summary-reparent-children): Make into command.
10032
10033         * smiley.el (smiley-style): Default to `medium' if using a large
10034         font.
10035
10036         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10037         does it itself.
10038
10039         * message.el (message-point-in-header-p): Simplify definition.
10040
10041 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10042
10043         * nnagent.el (nnagent-request-set-mark): Silence log file
10044         writing.
10045         (nnagent-request-set-mark): Use write-region instead of
10046         append-to-file.
10047
10048         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10049         strange select method.
10050
10051         * ecomplete.el (ecomplete-display-matches): Get highlightling
10052         right.
10053         (ecomplete-display-matches): Use literals.
10054         (ecomplete-display-matches): Disable message logging.
10055
10056         * message.el (message-display-abbrev): Small optimization.
10057
10058         * ecomplete.el (ecomplete-display-matches): Allow automatic
10059         display.
10060
10061         * message.el (message-strip-forbidden-properties): Display
10062         abbrevs.
10063         (message-display-abbrev): Get automatic display right.
10064
10065         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10066         keystrokes.
10067
10068 2006-04-13  Romain Francoise  <romain@orebokech.com>
10069
10070         TODO: Backport to v5-10!
10071
10072         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10073         Moved here (and renamed) from gnus-registry.el.
10074
10075         * gnus-registry.el: Require gnus-util.
10076         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10077
10078 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * gnus-group.el (gnus-group-catchup-current): Change
10081         if-then-else-if-then-else into cond.
10082         (gnus-group-catchup): Indent.
10083         (group-name-at-point): New function.
10084         (gnus-fetch-group): Provide default from thing at point.
10085
10086 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10087
10088         * message.el (message-display-abbrev): Fix regexp.
10089
10090         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10091         choosing.
10092         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10093         dead variables.
10094
10095         * message.el (message-newline-and-indent): Remove debugging.
10096         (message-display-abbrev): Use new implementation.
10097
10098 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gnus-art.el (gnus-article-mode): Set
10101         cursor-in-non-selected-windows to nil.
10102
10103         * smiley.el: Revert previous change.
10104         (smiley-data-directory): defvar it before using it in the
10105         defcustom of `smiley-style'.
10106
10107 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10108
10109         * message.el (message-newline-and-indent): New function.
10110
10111         * ecomplete.el: Implement more bits.
10112
10113         * message.el (message-put-addresses-in-ecomplete): Clean up the
10114         string.
10115
10116         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10117
10118         * gnus-sum.el (gnus-summary-save-parts): Bind
10119         gnus-summary-save-parts-counter and use it to make unique file
10120         names.
10121
10122         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10123
10124         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10125         parameter to say whether to actually parse the individual
10126         addresses.
10127
10128         * message.el (message-put-addresses-in-ecomplete): New function.
10129         (ecomplete): Require.
10130         (message-mail-alias-type): Add ecomplete as an option.
10131
10132 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10133
10134         * flow-fill.el (fill-flowed): Remove trailing space from blank
10135         quoted lines.
10136
10137 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138
10139         * smiley.el (smiley-style): Move definition later to avoid a
10140         compilation warning.
10141
10142 2006-04-12  Kenichi Handa  <handa@m17n.org>
10143
10144         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10145         buffer and then decode the buffer text if necessary.
10146         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10147         first, and after mm-encode-body, change the buffer to unibyte.
10148         Use mm-disable-multibyte instead of set-buffer-multibyte.
10149
10150 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10153         Content-Type header instead of Content-Disposition header.
10154         (gnus-mime-inline-part): Ditto.
10155         (gnus-mime-view-part-as-charset): Ignore charset that the part
10156         specifies.
10157
10158         * mm-decode.el (mm-display-part): Work with external parts and
10159         usual parts similarly.
10160
10161         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10162         instead of gnus-display-mime.
10163
10164         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10165         instead of with-temp-buffer.
10166
10167         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10168         tag to summarized topics part in order to encode non-ASCII text.
10169
10170 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * smiley.el (smiley-style): New variable.
10173         (smiley-directory): New function.
10174         (smiley-data-directory): Derive from `smiley-style' using
10175         `smiley-directory'.
10176         (smiley-regexp-alist): Add new entries.
10177
10178         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10179         (gnus-article-browse-delete-temp): Add :version.
10180
10181 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10182
10183         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10184         the sieve region.
10185
10186 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10187
10188         * gnus.el (gnus-version-number): Bump version.
10189
10190 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * gnus.el: No Gnus v0.4 is released.
10193
10194 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10195
10196         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10197         layout.
10198
10199         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10200         unknown charset.
10201
10202         * message.el (message-header-synonyms): Add Original-To to the
10203         default.
10204
10205         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10206         optional parameter.
10207
10208 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * gnus-fun.el (gnus): Require it for gnus-directory.
10211
10212 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10215
10216 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10217
10218         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10219
10220 2006-04-05  Simon Josefsson  <jas@extundo.com>
10221
10222         * password.el (password-reset): New function.
10223
10224 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10225
10226         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10227         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10228
10229 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10230
10231         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10232         Some whitespace was matched into the url, which broke browsing hits
10233         > 100 when mm-url-use-external was nil.
10234
10235 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10238         gnus-extra-headers for 'Newsgroups.
10239
10240         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10241         bound.
10242
10243 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10244
10245         * pgg-gpg.el: Clean up process buffers every time gpg processes
10246         complete.
10247
10248 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10251         doc string.
10252
10253 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10254
10255         * pgg-gpg.el (pgg-gpg-process-filter)
10256         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10257
10258         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10259         lines, temporary fix.
10260
10261 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10264
10265 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10266
10267         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10268         default-enable-multibyte-characters.  This reverts the change from
10269         revision 6.17 which is no longer necessary because the passphrase
10270         is sent separately now.  GnuPG messages are unreadable under
10271         multibyte locales with default-enable-multibyte-characters set to
10272         nil.
10273
10274 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * message.el (message-tool-bar-gnome): Move "spell".
10277
10278 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10281         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10282         instead.
10283
10284 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10285
10286         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10287         newsgroups handling for NNTP overviews which don't include
10288         Newsgroups.
10289
10290 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10291
10292         * message.el (message-resend): Bind message-generate-hashcash to nil.
10293
10294 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10295
10296         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10297         when searching for already-paid recipients.
10298
10299 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10300
10301         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10302         passphrases when it is not needed.
10303         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10304         passphrase stuff from gpg, should only be necessary when you use
10305         gpg with a smartcard.
10306
10307 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * mml.el (mml-insert-mime): Ignore cached contents of
10310         message/external-body part.
10311
10312         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10313         (mm-insert-part): Ditto.
10314
10315 2006-03-23  Simon Josefsson  <jas@extundo.com>
10316
10317         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10318         Reiner.
10319         (pgg-gpg-use-agent-p): Use it again.
10320
10321 2006-03-23  Simon Josefsson  <jas@extundo.com>
10322
10323         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10324         older emacsen.
10325         (pgg-gpg-use-agent-p): Don't use it.
10326
10327 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10330         if we can.
10331
10332 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10333
10334         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10335         (pgg-gpg-update-agent): New function.
10336         (pgg-gpg-use-agent-p): New function.
10337         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10338         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10339         (pgg-gpg-sign-region): Use it.
10340
10341 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10344         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10345
10346 2006-03-21  Simon Josefsson  <jas@extundo.com>
10347
10348         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10349         <wilde@sha-bang.de>.
10350         (pgg-gpg-use-agent): New variable.
10351         (pgg-gpg-process-region): Use it.
10352         (pgg-gpg-encrypt-region): Likewise.
10353         (pgg-gpg-encrypt-symmetric-region): Likewise.
10354         (pgg-gpg-decrypt-region): Likewise.
10355         (pgg-gpg-sign-region): Likewise.
10356         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10357
10358 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10359
10360         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10361
10362         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10363         Add comment on version.
10364
10365 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * smiley.el: Add missing test smiley.
10368
10369 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * mm-decode.el (mm-with-part): New macro.
10372         (mm-get-part): Use it; work with message/external-body as well.
10373         (mm-save-part): Treat name and filename equally.
10374
10375         * mm-extern.el (mm-extern-cache-contents): New function.
10376         (mm-inline-external-body): Use it; force the part to be displayed;
10377         move undisplayer added to the cached handle to the parent.
10378
10379         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10380         (gnus-mime-view-part-as-type): Work with message/external-body.
10381
10382         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10383
10384 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10387         images in image-load-path.  [Sync with image.el, revision 1.60, in
10388         Emacs.]
10389
10390 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10393         path rather than symbol.  Always return list of directories.
10394         Guarantee that image directory comes first.  [Sync with image.el,
10395         revision 1.59, in Emacs.]
10396
10397         * message.el (message-make-tool-bar): Adjust to new API of
10398         `gmm-image-load-path-for-library'.
10399
10400         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10401
10402         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10403
10404 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10405
10406         * gnus-art.el (gnus-article-only-boring-p):
10407         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10408         intangible text.
10409         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10410
10411 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10414         `defun' instead of `gmm-defun-compat'.
10415
10416 2006-03-14  Simon Josefsson  <jas@extundo.com>
10417
10418         * message.el (message-unique-id): Don't use message-number-base36
10419         if (user-uid) is a float.
10420         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10421
10422 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10425
10426         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10427         empty line between a part and a message part.
10428
10429 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * smiley.el: Add more test smileys.
10432         (smiley-data-directory, smiley-regexp-alist)
10433         (gnus-smiley-file-types): Fix doc strings.
10434         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10435         adding new elements.
10436         (smiley-mouse-map): Unused code.  Make it a comment.
10437
10438 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10441         scan latest NoCeM messages instead of old ones.
10442         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10443         delimiters that are recently used.
10444         (gnus-nocem-load-cache): Add autoload cookie.
10445
10446         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10447
10448         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10449         level which is larger than gnus-use-nocem is specified.
10450
10451         * gnus-group.el (gnus-group-get-new-news): Ditto.
10452
10453 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10454
10455         * gnus-util.el (gnus-tool-bar-update): New function.
10456
10457         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10458         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10459
10460         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10461
10462         * gnus-group.el (gnus-group-redraw-when-idle)
10463         (gnus-group-redraw-check): Remove.
10464         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10465
10466 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10469         if optional last element is specified in splits (FIELD VALUE...).
10470
10471 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10474         to gmm-image-load-path-for-library.  Call with no-error argument.
10475         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10476
10477         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10478
10479         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10480
10481         * gmm-utils.el (gmm-image-load-path): Remove alias.
10482
10483 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * gmm-utils.el (gmm-image-load-path): Add alias.
10486
10487         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10488         nnml-generate-nov-databases-1.
10489         (nnml-generate-nov-databases): Use it.
10490         (nnml-generate-nov-databases-directory): Document no-active
10491         argument.
10492
10493         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10494         directory if path is t.  Add no-error.
10495
10496         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10497         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10498
10499         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10500         resetting gnus-article-browse-html-temp-list.
10501
10502         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10503         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10504         Add example to docstring.  Rename local variables.  Move error
10505         checks to default case in cond and simplify.
10506
10507 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10510         handle is multipart when calling it recursively.
10511         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10512
10513 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10514
10515         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10516         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10517
10518 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10521         is loaded.
10522
10523         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10524         loaded.
10525
10526 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10529         to "Emacs 23 (unicode)" in doc string.
10530
10531         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10532         "Emacs 23 (unicode)" in comment.
10533
10534 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10537
10538         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10539         characters 160 through 255 in Emacs 23.
10540
10541 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10544         gnus-article-browse-html-temp.
10545         (gnus-article-browse-delete-temp): Make it customizable.  Add
10546         `file'.  Adjust doc string.
10547         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10548         query for each file.  Adjust doc string.
10549         (gnus-article-browse-html-parts): Add
10550         `gnus-article-browse-delete-temp-files' to
10551         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10552
10553 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10554
10555         * gnus-art.el (gnus-article-browse-html-temp)
10556         (gnus-article-browse-delete-temp): New variables.
10557         (gnus-article-browse-delete-temp-files): New function.
10558         (gnus-article-browse-html-parts): Use it.
10559
10560 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10563
10564         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10565         string.
10566
10567         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10568         gnus-summary-insert-new-articles when unplugged.  Remove
10569         gnus-summary-search-article-forward.
10570
10571         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10572         display-visual-class instead of display-color-cells.
10573
10574 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * dgnushack.el: Autoload customize-group for XEmacs.
10577
10578         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10579         message/* containing non-ASCII text properly.
10580
10581 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * message.el: Require gmm-utils, remove autoloads.
10584         (message-tool-bar): Set default based on
10585         gmm-tool-bar-style.
10586         (message-tool-bar-gnome): Add gmm-customize-mode.
10587
10588         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10589         gmm-tool-bar-style.
10590         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10591
10592         * gnus-group.el (gnus-group-tool-bar): Set default based on
10593         gmm-tool-bar-style.
10594         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10595
10596         * gmm-utils.el (gmm-image-directory): Rename variable from
10597         gmm-image-load-path.
10598         (gmm-image-load-path): Use gmm-image-directory.
10599         (gmm-customize-mode): New function.
10600         (gmm-tool-bar-style): New variable.
10601
10602         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10603         gnus-group-redraw-line-number.
10604         (gnus-group-redraw-check): Simplify.
10605         (gnus-group-tool-bar-update): Remove redraw check.
10606         (gnus-group-make-tool-bar): Add redraw check.
10607
10608 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10609
10610         * gnus-art.el (gnus-button): Add missing parentheses.
10611
10612 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * lpath.el: Fbind line-number-at-pos.
10615
10616 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10619
10620 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * gnus-art.el (gnus-button): New face.
10623         (gnus-article-button-face): Use it.
10624
10625         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10626         gnus-summary-next-page.  Re-order.
10627
10628         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10629         next-node are now included.
10630         (gnus-group-redraw-line-number): New internal variable.
10631         (gnus-group-redraw-check): Helper function for updating the tool
10632         bar.
10633         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10634
10635         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10636
10637         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10638         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10639         Use it to match format of Spamassassin 3.0 and later.  Reported by
10640         IRIE Tetsuya <irie@t.email.ne.jp>.
10641         (spam-check-bogofilter)
10642         (spam-bogofilter-register-with-bogofilter): Fix args of
10643         `gnus-error' calls.
10644
10645 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10648         unnecessary interaction when sending queued mails.  Reported by
10649         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10650
10651 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10654         first or last are nil.
10655
10656 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10657
10658         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10659
10660 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10661
10662         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10663
10664 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * dns.el (query-dns): Protect more against buggy tcp output.
10667
10668 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10671         nov.php.
10672
10673 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10674
10675         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10676         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10677         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10678         output on the server side.
10679         (nnweb-google-create-mapping): Update regexps and add some
10680         progress indication.
10681
10682 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10683
10684         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10685         gnus-agent-toggle-plugged.  Re-order icons.
10686         (gnus-group-tool-bar-gnome): Add
10687         gnus-group-{prev,next}-unread-group.
10688         (gnus-group-tool-bar-gnome): Re-order icons.
10689
10690         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10691         gnus-summary-insert-new-articles.
10692
10693         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10694         comments.
10695
10696         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10697         also available in Emacs 21.3.
10698
10699         * message.el (message-fix-before-sending): Change "Emacs 22" to
10700         "Emacs 23 (unicode)" in comment.
10701
10702         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10703         "Emacs 23 (unicode)" in comment.
10704
10705         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10706         comment.
10707         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10708
10709         * mm-view.el (mm-fill-flowed): Add :version.
10710
10711 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10714         and load-path.
10715
10716 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * message.el: Autoload gmm-image-load-path.
10719         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10720         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10721         consitency.
10722
10723         * gmm-utils.el (gmm-image-load-path): Also search in
10724         "../etc/images".  Don't set gmm-image-load-path if we don't find
10725         the image.
10726
10727 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gmm-utils.el (gmm-image-load-path): Don't make
10730         `gmm-image-load-path' include subdirectories which the second arg
10731         `image' might specify.
10732
10733         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10734         subdirectory to icon file names.
10735
10736         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10737
10738 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10741         gmm-image-load-path calls.
10742
10743         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10744
10745         * message.el (message-make-tool-bar): Ditto.
10746
10747         * mml.el (mml-preview): Added comment concerning tool bar icons.
10748
10749         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10750         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10751
10752         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10753         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10754
10755         * message.el (message-tool-bar-gnome): Use new icon names.
10756         (message-make-tool-bar): Use `gmm-image-load-path'.
10757
10758         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10759         functions from MH-E.
10760         (gmm-image-load-path): New variable from MH-E.
10761         (gmm-image-load-path): New function from MH-E.  Added arguments
10762         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10763         *-image-load-path-called-flag.
10764
10765 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10766
10767         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10768
10769 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10770
10771         * nnimap.el (nnimap-request-move-article): Change folder back to
10772         source group before deleting.
10773
10774 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10775
10776         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10777
10778         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10779         mm-url.
10780
10781         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10782
10783 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10786         coding system which mm-charset-to-coding-system returns for a
10787         given charset is valid.
10788
10789 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10790
10791         * html2text.el (html2text-remove-tag-list):
10792         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10793
10794 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10795
10796         * gnus-cus.el: Revert 2005-10-17 change.
10797
10798 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-art.el (article-strip-banner): Call
10801         article-really-strip-banner only when the regexp match is made.
10802
10803 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-art.el (article-strip-banner): Use
10806         gnus-extract-address-components instead of
10807         mail-header-parse-addresses to make it work with non-ASCII text;
10808         remove mail-encode-encoded-word-string.
10809
10810         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10811         values which are surrounded with \"...\"; make it never cause a
10812         Lisp error; give up parsing of parameters if it failed in
10813         extracting type.
10814
10815 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10816
10817         * smime.el (smime-cert-by-ldap-1): Fix bug where
10818         `smime-ldap-search' returns results without userCertificates.
10819
10820 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10823
10824 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * spam.el (spam-check-spamassassin-headers): Adapt format for
10827         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10828         <ari@mbf.ocn.ne.jp>.
10829         (spam-list-of-processors): Add spam-use-gmane.
10830
10831 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10834         make-temp-file; make it work with XEmacs as well.
10835
10836         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10837         mm-make-temp-file.
10838
10839         * mm-decode.el (mm-display-external): Use the 3rd arg of
10840         mm-make-temp-file.
10841         (mm-create-image-xemacs): Ditto.
10842
10843 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10846         with message-narrow-to-headers.
10847         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10848         (gnus-draft-check-draft-articles): New function.
10849         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10850
10851 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * gnus-art.el (gnus-article-browse-html-parts):
10854         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10855         Don't use suffix argument for mm-make-temp-file for Emacs 21
10856         compatibility.  Remove useless `format'.
10857
10858 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10859
10860         * nnweb.el (nnweb-google-wash-article): Update regexps.
10861         (nnweb-group-alist): Use defvoo instead of defvar.
10862
10863 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10866         re-loading nn* modules.
10867
10868 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10869
10870         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10871         for `tool-bar-mode' and don't check it's default-value.
10872
10873         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10874
10875         * message.el (message-make-tool-bar): Ditto.
10876
10877         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10878         `substring'.  Shorten tmp-file name.
10879
10880         * gnus.el: Remove bogus comment.
10881
10882 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10883
10884         * gnus-art.el (gnus-article-browse-html-parts): New function.
10885         (gnus-article-browse-html-article): New function for viewing html
10886         articles with a browser.
10887
10888 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10889
10890         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10891         in elisp.
10892         (pgg-gpg-encrypt-symmetric-region): Ditto.
10893         (pgg-gpg-sign-region): Ditto.
10894
10895         * pgg-def.el (pgg-text-mode): New variable.
10896
10897         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10898         (mml2015-pgg-encrypt): Ditto.
10899
10900         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10901         (mml1991-pgg-encrypt): Ditto.
10902
10903 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10906         message-make-date instead of current-time-string.
10907
10908         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10909         to gnus-decoded which mm-uu might set.
10910
10911 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10914         don't decode quoted parameters; remove misimported Emacs code.
10915         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10916         (rfc2231-decode-encoded-string): Don't use split-string which
10917         behaves differently according to Emacs version; use
10918         mm-decode-coding-region to convert charset to coding-system.
10919         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10920         (rfc2231-encode-string): Remove misimported Emacs code.
10921
10922 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10925         when calling mail-header-parse-content-type.
10926         (article-de-quoted-unreadable): Ditto.
10927         (article-de-base64-unreadable): Ditto.
10928         (article-wash-html): Ditto.
10929
10930         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10931         calling mail-header-parse-content-type and
10932         mail-header-parse-content-disposition.
10933         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10934         mail-header-parse-content-type.
10935
10936         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10937         insert charset and format parameters; encode description after
10938         inserting it to buffer.
10939         (mml-insert-parameter): Fold lines properly even if a parameter is
10940         segmented into two or more lines; change the max column to 76.
10941
10942         * rfc1843.el (rfc1843-decode-article-body): Don't use
10943         ignore-errors when calling mail-header-parse-content-type.
10944
10945         * rfc2231.el (rfc2231-parse-string): Return at least type if
10946         possible; don't cause an error even if it fails in parsing of
10947         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10948         (rfc2231-encode-string): Don't break lines at the beginning, leave
10949         it to mml-insert-parameter.
10950
10951         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10952         calling mail-header-parse-content-type.
10953
10954 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10955
10956         * spam-report.el (spam-report-gmane-use-article-number):
10957         Improve doc string.
10958         (spam-report-gmane-internal): Check if a suitable header was found
10959         in the article.
10960
10961 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10964         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10965
10966 2006-02-05  Romain Francoise  <romain@orebokech.com>
10967
10968         Update copyright notices of all files in the gnus directory.
10969
10970 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10971
10972         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10973
10974 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10977         segmented lines of parameter value to cope with Thunderbird 1.5
10978         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10979         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10980         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10981
10982 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10983
10984         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10985         parts.
10986
10987 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10988
10989         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10990         there's only one active file for all servers.
10991         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10992         solid groups.  Gnus might have used a FAST request to select the group.
10993         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10994         and nnweb-search redundantly in the active file.
10995         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10996         (nnweb-request-create-group): Don't use ARGS.
10997         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10998         initialisations.  Let nnoo do the work.
10999
11000 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11003         Say the part has been decoded.
11004
11005         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11006
11007 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11008
11009         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11010         mailcap-viewer-test-cache when there's no 'test clause, since that
11011         will invert the meaning of a "nil" test previously determined by
11012         mailcap-mailcap-entry-passes-test.
11013
11014 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11017         compiling.
11018
11019         * gnus-sum.el: Ditto.
11020
11021         * message.el: Don't bind tool-bar-map when compiling.
11022
11023 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11026
11027 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11028
11029         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11030         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11031         current Google Groups.
11032
11033 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11034
11035         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11036         and tool-bar-mode.
11037
11038         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11039         and tool-bar-mode.
11040
11041         * message.el (message-tool-bar-update): Simplify.
11042         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11043
11044         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11045         gnus-summary-buffer.
11046         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11047         gnus-summary-reply.
11048
11049         * gmm-utils.el (gmm): Add :version.
11050
11051 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * Makefile.in (clean): New rule.
11054         (distclean): Use it.
11055
11056 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11057
11058         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11059         autoload.
11060
11061 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * gmm-utils.el (gmm-verbose): Add :group.
11064
11065 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11066
11067         * message.el: Change some comments WRT tool-bars.
11068
11069         * gnus-sum.el (gnus-summary-tool-bar)
11070         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11071         (gnus-summary-tool-bar-zap-list): New variables.
11072         (gnus-summary-make-tool-bar): Complete rewrite using
11073         `gmm-tool-bar-from-list'.
11074
11075         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11076         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11077         variables.
11078         (gnus-group-make-tool-bar): Complete rewrite using
11079         `gmm-tool-bar-from-list'.
11080         (gnus-group-tool-bar-update): New function.
11081
11082         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11083
11084 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11087         is dissected into a single part of which the type is the same as
11088         the given one; decode charset.
11089
11090 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11091
11092         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11093         into alists as symbol not string, since that's what
11094         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11095         look for.
11096
11097 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11100         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11101
11102         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11103
11104 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11107         (gnus-xmas-mime-security-button-menu): New function.
11108
11109         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11110         (gnus-mime-security-button-menu): New definition.
11111         (gnus-mime-security-button-map): Use them.
11112         (gnus-mime-security-button-menu): New function.
11113         (gnus-insert-mime-security-button): Addition to help echo.
11114         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11115         (gnus-mime-security-pipe-part): New functions.
11116
11117         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11118         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11119
11120         * mm-decode.el (mm-handle-set-disposition): Remove.
11121         (mm-handle-set-description): Remove.
11122
11123 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11126         (mm-w3m-standalone-supports-m17n-p): New function.
11127         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11128         w3m usage.
11129
11130         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11131         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11132
11133 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * message.el (message-tool-bar-zap-list): Use
11136         gmm-tool-bar-zap-list as custom type.
11137         (message-tool-bar-update): New function.
11138         (message-tool-bar, message-tool-bar-gnome)
11139         (message-tool-bar-retro): Add message-tool-bar-update.
11140         (message-tool-bar-gnome): Add flyspell-buffer.
11141
11142         * gnus-util.el (gnus-error): Describe `args'.
11143
11144         * gmm-utils.el (gmm-error): Describe `args'.
11145         (gmm-tool-bar-zap-list): New widget.
11146         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11147
11148 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11151         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11152         the number of recursive calls.
11153
11154         * mm-decode.el (mm-handle-set-disposition): New macro.
11155         (mm-handle-set-description): New macro.
11156
11157 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11160         encoding.
11161
11162 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * message.el (message-tool-bar-zap-list, message-tool-bar)
11165         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11166         (message-tool-bar-local-item-from-menu): Remove.
11167         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11168         (message-make-tool-bar): New function.
11169         (message-mode): Use `message-make-tool-bar'.
11170
11171         * gmm-utils.el: New file.
11172         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11173         (gmm-lazy): New widget copied from `nnmail.el'.
11174         (gmm-tool-bar-from-list): New function for creating customizable
11175         tool bars.
11176         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11177         output.
11178         (gmm): Add :prefix to defgroup.
11179
11180 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11181
11182         * gmm-utils.el (gmm-widget-p): New function.
11183
11184 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * mml.el (mml-attach-file): Describe `description' in doc string.
11187         (mml-menu): Add Emacs MIME manual and PGG manual.
11188
11189 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11190
11191         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11192
11193 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11194
11195         * nntp.el (nntp-end-of-line): Doc fix.
11196
11197 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11198
11199         * imap.el (imap-open): Handle case where buffer is a buffer
11200         object.
11201
11202 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11203
11204         * gnus-delay.el (gnus-delay): Don't autoload.
11205         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11206         to be re-loaded when customizing the `gnus-delay' group.
11207
11208 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11209
11210         * message.el (message-insert-citation-line): Use newlines.
11211
11212 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11213
11214         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11215         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11216         these routines, so the passphrase can be managed externally and
11217         passed in to the system.
11218         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11219         pgg-add-passphrase-to-cache function.
11220
11221         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11222         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11223         these routines, so the passphrase can be managed externally and
11224         passed in to the system.
11225         (pgg-pgp5-sign-region): Use new name of
11226         pgg-add-passphrase-to-cache function.
11227
11228 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11229
11230         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11231         part of the decoded armor to find the key-identifier.
11232         (pgg-gpg-lookup-key-owner): New function to return the
11233         human-readable identifier of a key owner.
11234         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11235         itself.
11236         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11237         the key value) if we have a key and can match it against a secret
11238         key.  Also, added a note pointing out fact that the prompt only
11239         indicates the first matching key.
11240
11241         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11242         pgg-decrypt-region.
11243         (pgg-add-passphrase-to-cache): Rename from
11244         `pgg-add-passphrase-cache' to reduce confusion (all callers
11245         changed).
11246         (pgg-remove-passphrase-from-cache): Rename from
11247         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11248         changed).
11249         (pgg-read-passphrase, pgg-add-passphrase-cache)
11250         (pgg-remove-passphrase-cache): Add informative docstrings.
11251         (pgg-decrypt): Convey provided passphrase in subordinate call to
11252         pgg-decrypt-region.
11253
11254 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11255
11256         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11257         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11258         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11259         'passphrase' argument, so the passphrase can be managed externally
11260         and then passed in to the system.
11261
11262         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11263         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11264         so the passphrase cache can be used reliably with identifiers
11265         besides a pgp packet's key id.
11266
11267         * pgg-gpg.el (pgg-gpg-encrypt-region)
11268         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11269         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11270         these routines, so the passphrase can be managed externally and
11271         passed in to the system.
11272
11273         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11274         'notruncate' argument, so the passphrase cache can be used
11275         reliably with identifiers besides a pgp packet's key id.
11276
11277 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11278
11279         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11280         symmetric encryption.
11281         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11282         encrypted session key.
11283         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11284         message ask for the passphrase in a proper way.
11285
11286         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11287         New user commands for symmetric encryption.
11288
11289 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11292
11293         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11294
11295 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11296
11297         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11298
11299 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * mm-decode.el (mm-inlined-types): Add application/pgp.
11302         (mm-automatic-display): Ditto.
11303
11304         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11305         part as text.
11306
11307 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * nnrss.el: Update copyright.
11310         (nnrss-opml-import): Query whether to subscribe to each entry.
11311
11312         * gnus-art.el:
11313         * gnus-sum.el:
11314         * gnus-xmas.el:
11315         * messagexmas.el:
11316         * mm-uu.el:
11317         * mm-view.el: Update copyright.
11318
11319 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * message.el (message-info): New function.
11322         (message-mode-menu): Add it.
11323         Update copyright.
11324
11325         * ChangeLog: Fix and update copyright.
11326
11327 2006-01-13  Romain Francoise  <romain@orebokech.com>
11328
11329         * message.el (message-forward-subject-name-subject): Prefer the
11330         address to 'nowhere' if the sender has no name.
11331         Fix typo.  Update copyright year.
11332
11333 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * gnus-art.el (article-wash-html): Use
11336         gnus-summary-show-article-charset-alist if a numeric arg is given.
11337         (gnus-article-wash-html-with-w3m-standalone): New function.
11338
11339         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11340         mm-inline-text-html-render-with-w3m-standalone.
11341         (mm-text-html-washer-alist): Map w3m-standalone to
11342         gnus-article-wash-html-with-w3m-standalone.
11343         (mm-inline-text-html-render-with-w3m-standalone): New function.
11344
11345 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11348         Improve LaTeX.
11349
11350 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11353         (nnrss-request-article): Render text/plain parts as HTML.
11354
11355         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11356         the buffer.
11357
11358 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11359
11360         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11361         custom definition of `gnus-posting-styles'.
11362
11363         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11364         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11365
11366 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11369         Use nntp for bug archive.
11370
11371 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11374         parts.
11375         (nnrss-normalize-date): New function converts ISO 8601 date into
11376         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11377         (nnrss-check-group): Use it.
11378
11379 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11382
11383         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11384         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11385         (nnrss-insert-w3): Ditto.
11386
11387 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11390         the articles to be forwarded including the case where neither a
11391         number of articles nor a region is specified.
11392
11393 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * nnrss.el (nnrss-request-article): Fix last change; fill
11396         text/plain parts.
11397
11398 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11401         in text/plain part.
11402         (nnrss-check-group): Don't add excessive newline to dc:subject.
11403
11404 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11405
11406         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11407         article.
11408
11409 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11412         (nnml-use-compressed-files, nnml-save-mail): Support other
11413         comression programs such as bzip2.
11414
11415 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11416
11417         * dns.el (query-dns): Make sure we check the buffer size before
11418         removing tcp headers.
11419
11420 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11423         remove MIME buttons associated with multipart/alternative parts.
11424         (gnus-mime-display-alternative): Tag buttons using `article-type'
11425         text property.
11426
11427         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11428         associated with multipart/alternative parts.
11429
11430         * gnus-art.el (gnus-signature-separator): Fix custom type.
11431
11432         * mm-decode.el (mm-inlined-types): Fix custom type.
11433         (mm-keep-viewer-alive-types): Ditto.
11434         (mm-automatic-display): Ditto.
11435         (mm-attachment-override-types): Ditto.
11436         (mm-inline-override-types): Ditto.
11437         (mm-automatic-external-display): Ditto.
11438
11439 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * spam-report.el (spam-report-user-mail-address)
11442         (spam-report-user-agent): New variables.
11443         (spam-report-url-ping-plain): Use spam-report-user-agent.
11444
11445 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11446
11447         * gnus-art.el (gnus-button-handle-custom): Do not just use
11448         `customize-apropos' for any "M-x customize-*" button but the
11449         function called for.  Accept both the function name and its
11450         argument in order to achieve this.
11451         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11452         function name to `gnus-button-handle-custom' in case of "M-x
11453         customize-*" buttons.
11454
11455 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11458         multipart/alternative and add xref to mm-discouraged-alternatives
11459         in doc string.
11460
11461         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11462         gnus-buttonized-mime-types in doc string.
11463
11464 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11467         Suggest image/.* in the doc string.
11468
11469 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11472         message-marks (Debian bug #342521).
11473
11474 2005-12-12  Simon Josefsson  <jas@extundo.com>
11475
11476         * password.el (password-read-from-cache): Add.
11477         (password-read): Use it.
11478
11479 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11482         us-ascii as a MIME charset.
11483
11484         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11485         against the case where the 2nd arg TYPE is nil.
11486
11487 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * pop3.el (pop3-stream-type): Fix custom version.
11490
11491         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11492
11493 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11494
11495         * mm-decode.el (mm-display-external): Add missing cdr.
11496
11497 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11500         RFC1524) if it is in mailcap or add a suffix according to
11501         mailcap-mime-extensions when generating a temp filename; postpone
11502         deleting a temp file for 2 seconds for some wrappers, shell
11503         scripts, and so on, which might exit right after having started a
11504         viewer command as a background job.
11505
11506 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * nntp.el (nntp-marks-directory): Fix custom group.
11509
11510         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11511         steps when < 10.
11512
11513         * gnus-start.el (gnus-no-server-1): Mention
11514         `gnus-level-default-subscribed' in doc string.
11515
11516 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11517
11518         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11519         parens.
11520
11521 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * gnus-xmas.el (gnus-use-toolbar): Revert.
11524         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11525         gnus-use-toolbar is default.
11526
11527         * messagexmas.el (message-use-toolbar): Revert.
11528         (message-setup-toolbar): Use global default-toolbar if
11529         message-use-toolbar is default.
11530
11531 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11534         according to default-toolbar-visible-p.
11535
11536         * messagexmas.el (message-use-toolbar): Ditto.
11537
11538 2005-11-26  Dave Love  <fx@gnu.org>
11539
11540         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11541         (tls-program, tls-success): Provide openssl alternative.
11542
11543         * starttls.el: Doc fixes.
11544         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11545         SERVICE to PORT.
11546
11547         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11548         port null or service name.
11549         (starttls-negotiate): Autoload.
11550
11551 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * message.el (message-kill-to-signature): Fix interactive spec.
11554
11555 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * pop3.el (pop3-open-server): Recognize a string as a service name.
11558
11559 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11560
11561         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11562
11563 2005-11-23  Dave Love  <fx@gnu.org>
11564
11565         Add pop3s, pop3/starttls.
11566
11567         * pop3.el (pop3-authentication-scheme): Clarify doc.
11568         (open-tls-stream, starttls-open-stream): Autoload.
11569         (pop3-stream-type): New.
11570         (pop3-open-server): Use it.
11571
11572         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11573         for POP.
11574         (mail-source-keyword-map): Add :stream for POP.
11575         (mail-source-fetch-pop): Use pop3-stream-type.
11576
11577 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11580         of current-time-string.
11581
11582 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11583
11584         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11585         date header.
11586
11587 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11588
11589         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11590         it can seriously impact performance as it bypasses the agent's
11591         local caches.
11592
11593 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11594
11595         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11596         must be explicitly online rather than "not explicitly offline" for
11597         its flags to be synchronized.
11598
11599         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11600         that gnus-uu-unmark-thread will function correctly.
11601
11602         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11603         1024K is instead displayed as 1M.
11604
11605 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11606
11607         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11608
11609 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11610
11611         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11612
11613 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11614
11615         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11616         error message to display actual error condition.
11617         (gnus-agent-save-local): Avoid saving symbols that are bound to
11618         nil as they simply result in a warning message in
11619         gnus-agent-read-local.
11620
11621 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11624         rather than make-variable-buffer-local for file-precious-flag.
11625
11626 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11627
11628         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11629         for duplicates which are removed.  The invalid sort check then
11630         triggers a rescan after the sort as sorting may have moved
11631         duplicate entries such that they can be cheaply detected.
11632
11633 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11636
11637 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11638
11639         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11640         internal variable to a custom variable.  Changed default value
11641         from compressed(2) to uncompressed(1).
11642         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11643         support for uncompressed agentview files.  Taken together, reading
11644         the agentview file should now be 6-7 times faster.
11645
11646 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11647
11648         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11649         as a buffer-local variable.  This avoids creating truncated
11650         dribble files as a result of a hang up, eg.
11651
11652 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11653
11654         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11655         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11656         XEmacs.
11657
11658 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11659
11660         * gnus-start.el (gnus-start-draft-setup): Enforce
11661         `gnus-draft-mode' for nndraft:drafts at startup.
11662
11663         * gnus.el (gnus-splash): Change custom group.
11664         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11665         allow-list argument.
11666
11667         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11668         string.
11669
11670 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * gnus-art.el (gnus-default-article-saver): Add user-defined
11673         `function' to custom type.
11674
11675 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11676
11677         * imap.el (imap-open): Handle case where buffer is a buffer
11678         object.
11679
11680 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11683         long lines.
11684         (gnus-cache-delete-group): Wrap doc strings.
11685
11686         * gnus-agent.el (gnus-agent-rename-group)
11687         (gnus-agent-delete-group): Wrap doc strings.
11688
11689 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * messagexmas.el (message-use-toolbar): Change the valid values
11692         into default, top, bottom, left, and right.
11693         (message-toolbar-thickness): New variable.
11694         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11695         well.
11696         (message-setup-toolbar): Make it work.
11697
11698         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11699         (gnus-use-toolbar): Change the valid values into default, top,
11700         bottom, left, and right.
11701         (gnus-toolbar-thickness): New variable.
11702         (gnus-xmas-setup-toolbar): New function.
11703         (gnus-xmas-setup-group-toolbar): Use it.
11704         (gnus-xmas-setup-summary-toolbar): Use it.
11705
11706 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11707
11708         * gnus-start.el (gnus-1): Add "native" to
11709         gnus-predefined-server-alist.
11710
11711         * gnus.el (gnus-method-to-server): Don't add "native" to the
11712         lists here, because that leads to problems when
11713         gnus-select-method is bound.
11714
11715 2005-11-09  Simon Josefsson  <jas@extundo.com>
11716
11717         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11718         use (not sort-by-date) instead.
11719
11720 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11721
11722         * gnus-delay.el (gnus-delay-group): Don't autoload.
11723         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11724         to be re-loaded when customizing the `gnus-delay' group.
11725
11726 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11727
11728         * message.el: Revert last changes.
11729         (message-insert-citation-line): Use newlines.
11730
11731 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11732
11733         * message.el (message-courtesy-message)
11734         (message-mark-insert-begin, message-mark-insert-end)
11735         (message-elide-ellipsis, message-cancel-message)
11736         (message-add-header, message-change-subject)
11737         (message-cross-post-followup-to-header)
11738         (message-cross-post-insert-note, message-reduce-to-to-cc)
11739         (message-widen-reply, message-delete-not-region)
11740         (message-kill-to-signature, message-insert-signature)
11741         (message-insert-importance-high, message-insert-importance-low)
11742         (message-insert-or-toggle-importance)
11743         (message-insert-disposition-notification-to)
11744         (message-indent-citation, message-yank-original)
11745         (message-cite-original-without-signature, message-cite-original)
11746         (message-insert-citation-line, message-position-on-field)
11747         (message-fix-before-sending, message-send-mail-partially)
11748         (message-send-mail, message-send-mail-with-sendmail)
11749         (message-send-mail-with-qmail, message-send-news)
11750         (message-check-news-header-syntax, message-generate-headers)
11751         (message-insert-courtesy-copy, message-fill-address)
11752         (message-fill-header, message-shorten-references)
11753         (message-setup-1, message-cancel-news)
11754         (message-forward-make-body-plain, message-forward-make-body-mime)
11755         (message-forward-make-body-mml, message-encode-message-body)
11756         (message-forward-make-body-digest-plain)
11757         (message-forward-make-body-digest-mime)
11758         (message-use-alternative-email-as-from): Insert `hard-newline'
11759         instead of ordinary newlines.
11760
11761 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * message.el (message-generate-headers): Downcase the argument
11764         given to message-check-element.
11765
11766 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11767
11768         * nntp.el (nntp-authinfo-rejected): New error condition.
11769         (nntp-wait-for): Use new error condition to signal authentication
11770         error.
11771         (nntp-retrieve-data): Rethrow new error condition to break out of
11772         recursive call to nntp-send-authinfo.
11773
11774 2005-11-08  Romain Francoise  <romain@orebokech.com>
11775
11776         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11777         (gnus-summary-exit-map): Bind to `Z p'.
11778         (gnus-summary-make-menu-bar): Add menu item.
11779
11780 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11781
11782         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11783         (gnus-treat-*): Add `first' in all doc strings.
11784
11785         * gnus-group.el (gnus-group-compact-group): Fix typo.
11786
11787 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * gnus.el (gnus-parameters-case-fold-search): New variable.
11790         (gnus-parameters-get-parameter): Use it.
11791
11792         * gnus-score.el (gnus-home-score-file): Doc fix.
11793
11794 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11795
11796         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11797
11798 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * mm-util.el (mm-special-display-p): New function.
11801
11802         * mml.el (mml-preview): Use it; doc fix.
11803
11804 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11805
11806         * imap.el (imap-open): Handle case where buffer is a buffer object.
11807
11808 2005-10-29  Romain Francoise  <romain@orebokech.com>
11809
11810         * message.el (message-fix-before-sending): Fix comment.
11811
11812 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11813
11814         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11815
11816 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11817
11818         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11819         Used in gnus-score.el.
11820
11821 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11824
11825 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11826
11827         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11828         whitespace removed in revision 7.8.  Use concatenated string to
11829         protect trailing whitespace.
11830
11831 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11832
11833         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11834         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11835         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11836         Courier IMAP ("some version from 2004").  Mostly based on similar
11837         code in the same function.
11838
11839 2005-10-26  Didier Verna  <didier@xemacs.org>
11840
11841         * gnus-group.el (gnus-group-compact-group): Invalidate original
11842         article buffer.
11843         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11844         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11845         NOV database and in article itself.
11846         Invalidate article backlog.
11847
11848 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11849
11850         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11851
11852 2005-10-26  Simon Josefsson  <jas@extundo.com>
11853
11854         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11855         part of 2004-07-25 change.
11856
11857 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * message.el (message-display-completion-list): New function.
11860         (message-expand-group): Use it; make sure the Completions buffer
11861         is modifiable.
11862 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11863
11864         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11865         user-mail-name is an empty string.
11866
11867 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11870         depending on gnus-score-decay-constant.
11871
11872         * encrypt.el (encrypt-insert-file-contents)
11873         (encrypt-write-file-contents): Don't use `gnus-message'.
11874
11875         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11876         arguments.
11877         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11878         arguments to mm-uu-verbatim-marks-extract.
11879         (mm-uu-hide-markers): New variable.
11880         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11881
11882         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11883         (gnus-convert-image-to-face-command): Use "convert" by default to
11884         allow other input image formats.
11885         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11886         accordingly.
11887
11888 2005-10-23  Simon Josefsson  <jas@extundo.com>
11889
11890         * imap.el (imap-gssapi-program): Align command line parameters
11891         with latest GNU SASL.
11892         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11893
11894 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11895
11896         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11897         HTML.
11898         (nnslashdot-request-article): Ditto.
11899
11900         * lpath.el (featurep): Add nobreak-char-display.
11901
11902 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11903
11904         * mail-source.el (mail-source-fetch-pop): Require pop3.
11905         (mail-source-check-pop): Ditto.
11906
11907 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11910         errors.
11911
11912 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11915         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11916
11917         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11918
11919         * mm-bodies.el (mm-decode-string): Call
11920         `mm-charset-to-coding-system' with allow-override argument.
11921
11922 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11925         (rfc2047-charset-to-coding-system): New function.
11926         (rfc2047-decode-encoded-words): New function.
11927         (rfc2047-decode-region): Use them.
11928         (rfc2047-decode-cte): Remove.
11929         (rfc2047-parse-and-decode): Remove.
11930         (rfc2047-decode): Remove.
11931
11932 2005-10-15  Kenichi Handa  <handa@m17n.org>
11933
11934         * rfc2047.el (rfc2047-decode-cte): New function.
11935         (rfc2047-decode-region): Change the way to decode successive
11936         encoded-words: decode B- or Q-encoding in each encoded-word,
11937         concatenate them, and decode it as charset.
11938
11939 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * lpath.el: Fbind codepage-setup for XEmacs.
11942
11943 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11944
11945         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11946         widget-move-and-invoke.
11947         (gnus-custom-mode): Use gnus-custom-map.
11948
11949 2005-10-15  Bill Wohler  <wohler@newt.com>
11950
11951         * message.el (message-tool-bar-map): Renamed image file from
11952         mail_send to mail/send.
11953
11954 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11955
11956         * message.el (message-expand-group): Pass the common
11957         prefix substring of completion to `display-completion-list'.
11958
11959 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * mml-sec.el (mml-secure-method): New internal variable.
11962         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11963         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11964         functions using mml-secure-method.
11965
11966         * mml.el (mml-mode-map): Add key bindings for those functions.
11967         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11968         Harder <harder@myrealbox.com>.
11969         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11970         end of message if point is the headers of the message.
11971
11972         * message.el (message-in-body-p): New function.
11973
11974         * assistant.el: Autoload gnus-util and netrc.
11975
11976         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11977         Use `mm-charset-override-alist' only when decoding.
11978
11979         * mm-bodies.el (mm-decode-body): Call
11980         `mm-charset-to-coding-system' with allow-override argument.
11981
11982         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11983         `filename' from Content-Disposition if Content-Type doesn't
11984         provide `name'.
11985         (gnus-mime-view-part-as-type): Set default instead of
11986         initial-input.
11987
11988 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11989
11990         * format-spec.el (format-spec): Propagate text properties of % spec.
11991
11992 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * gnus-art.el (gnus-treat-predicate): Add `first'.
11995
11996 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11999         (mm-charset-override-alist): New variable.
12000         (mm-charset-to-coding-system): Use it.
12001         (mm-codepage-setup): New helper function.
12002         (mm-charset-eval-alist): New variable.
12003         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12004         about unknown charsets.
12005
12006         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12007
12008 2005-10-04  David Hansen  <david.hansen@gmx.net>
12009
12010         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12011         (nnrss-check-group): Ditto.
12012
12013 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12016         Rename x-gnus-verbatim to x-verbatim.
12017         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12018
12019         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12020         x-verbatim.
12021
12022         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12023
12024         * gnus-util.el (gnus-remove-duplicates): Remove.
12025
12026         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12027         instead of gnus-remove-duplicates.
12028
12029         * message.el (message-remove-duplicates): Remove.
12030         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12031         message-remove-duplicates.
12032
12033         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12034         available, else use implementation from `delete-dups'.
12035
12036         * message.el (message-insert-expires): New function.
12037         (message-mode-map): Add key binding.
12038         (message-mode-field-menu): Add menu entry.
12039         (message-mode): Document it.
12040         (message-make-expires-date): Use `message-make-date'.
12041
12042 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12043
12044         * message.el (message-make-expires-date): New function.
12045
12046 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * Makefile.in (list-installed-shadows): New entry.
12049         (install): Use it.
12050         (remove-installed-shadows): New entry.
12051
12052         * dgnushack.el (dgnushack-default-load-path): New variable.
12053         (dgnushack-find-lisp-shadows): New function.
12054         (dgnushack-remove-lisp-shadows): New function.
12055
12056 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * Makefile.in (install-el-elc): New entry.
12059         (install): Use it so that .el files are necessarily installed.
12060
12061 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12064
12065 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12066
12067         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12068         function rather than the diff-mode.el package.
12069         (mm-display-external): Use with-current-buffer.
12070         (mm-viewer-completion-map, mm-viewer-completion-map):
12071         Move initialization inside declaration.
12072
12073 2005-09-29  Simon Josefsson  <jas@extundo.com>
12074
12075         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12076         autoload mail-check-payment.
12077         (spam-check-hashcash): Define unconditionally, since hashcash.el
12078         is part of Gnus now.  Ignore errors from payment checking.
12079
12080 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12081
12082         * message.el (message-bold-region, message-unbold-region): Rename
12083         from `bold-region' and `unbold-region'.
12084
12085         * message.el: Remove useless autoloads.
12086
12087 2005-09-28  Simon Josefsson  <jas@extundo.com>
12088
12089         * message.el (message-use-idna): Default to t.
12090         (message-use-idna): Test whether encoding works too.  Doc fix.
12091
12092 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * nntp.el (nntp-warn-about-losing-connection): Remove.
12095
12096 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12099         customizable.  Change default value.
12100         (mm-uu-diff-groups-regexp): Change default value.
12101         (mm-uu-type-alist): Add doc string.
12102         (mm-uu-configure): Add doc string.  Make it interactive.
12103         (mm-uu-tex-groups-regexp): New variable.
12104         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12105         (mm-uu-type-alist): Add LaTeX documents.
12106         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12107         of "text/verbatim".
12108         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12109
12110         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12111         instead of "text/verbatim".
12112
12113         * message.el (message-mark-inserted-region)
12114         (message-mark-insert-file): Use slrn style marks when called with
12115         prefix argument.
12116
12117 2005-09-27  Simon Josefsson  <jas@extundo.com>
12118
12119         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12120
12121 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12122
12123         * message.el (message-remove-duplicates): New function.
12124         Implementation borrowed from `gnus-remove-duplicates'.
12125         (message-idna-to-ascii-rhs): Also encode idna addresses in
12126         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12127         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12128         only ask about the same idna domain once per header and also tell
12129         in what header to replace the idna domain.
12130
12131         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12132         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12133         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12134         a header is decoded and not just the last one.
12135
12136 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12139         has been decoded.
12140
12141         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12142         (mm-insert-part): Don't modify text if it has been decoded.
12143
12144         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12145         decoded.
12146
12147         * mm-view.el (mm-inline-text): Don't strip text props unless
12148         decoding enriched or richtext parts.
12149
12150 2005-09-25  Romain Francoise  <romain@orebokech.com>
12151
12152         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12153         * gnus-start.el (gnus-subscribe-interactively):
12154         * gnus-uu.el (gnus-uu-grab-articles):
12155         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12156         space.
12157
12158 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12159
12160         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12161         * mm-view.el (mm-view-pkcs7-decrypt):
12162         * gnus-sum.el (gnus-summary-limit-to-extra)
12163         (gnus-summary-respool-article, gnus-read-move-group-name):
12164         * gnus-score.el (gnus-summary-increase-score):
12165         * gnus-util.el (gnus-completing-read-with-default):
12166         * gnus-art.el (gnus-read-save-file-name)
12167         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12168         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12169         * message.el (message-check-news-header-syntax):
12170         Follow convention for reading with the minibuffer.
12171
12172 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * spam-report.el (spam-report-url-ping-plain):
12175         Use gnus-extended-version as User-Agent.
12176
12177         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12178         default value is nil.
12179
12180         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12181         (mm-uu-verbatim-marks-extract): New function.
12182         (mm-uu-extract): New face.
12183         (mm-uu-copy-to-buffer): Use it.
12184
12185         * spam-report.el (spam-report-gmane-ham): Renamed from
12186         `spam-report-gmane-unspam'.
12187         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12188         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12189
12190         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12191         Autoload.
12192         (spam-report-gmane-unregister-routine): Renamed
12193         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12194
12195 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12196
12197         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12198         (spam-report-gmane-unregister-routine): Add support for gmane
12199         unregistration.
12200
12201         * spam-report.el (spam-report-gmane-unspam)
12202         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12203         (spam-report-gmane): Change to take a single article and do unspam
12204         registration.
12205
12206 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * mm-url.el (mm-url-decode-entities): Fix regexp.
12209
12210 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12211
12212         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12213         default to nil, to be able to use Gnus at all.  If the default
12214         switches to something else, then the function should be fixed not
12215         be exceedingly slow.
12216
12217 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12218
12219         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12220         fail hard.
12221
12222         * spam-report.el: Add better Keywords line.
12223
12224         * spam.el: Add Maintainer and better Keywords line.
12225
12226 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * gnus-art.el (gnus-article-replace-part)
12229         (gnus-mime-replace-part): New functions.
12230         (gnus-mime-action-alist, gnus-mime-button-commands)
12231         (gnus-mime-save-part-and-strip): Added file argument.
12232         (gnus-article-part-wrapper): Added interactive argument.
12233
12234         * gnus-sum.el (gnus-summary-mime-map): Add
12235         `gnus-article-replace-part'.
12236
12237 2005-09-19  Didier Verna  <didier@xemacs.org>
12238
12239         The nnml compaction feature:
12240         * nnml.el (nnml-request-compact-group): New function.
12241         * nnml.el (nnml-request-compact): New function.
12242         * gnus-int.el (gnus-request-compact-group): New function.
12243         * gnus-int.el (gnus-request-compact): New function.
12244         * gnus-group.el (gnus-group-compact-group): New function.
12245         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12246         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12247         * gnus-srvr.el (gnus-server-compact-server): New function.
12248         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12249         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12250
12251 2005-09-18  Deepak Goel  <deego@gnufans.org>
12252
12253         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12254         format spec.
12255
12256 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12259
12260 2005-09-15  Romain Francoise  <romain@orebokech.com>
12261
12262         * message.el (message-fill-paragraph): Clarify docstring.
12263
12264 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * gnus-art.el (gnus-mime-display-part): Protect against broken
12267         MIME messages.
12268
12269 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12272         before parsing header.
12273
12274 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12275
12276         * html2text.el (html2text-replace-list): Add new entities.
12277
12278 2005-09-11  Romain Francoise  <romain@orebokech.com>
12279
12280         * message.el (message-alternative-emails): Improve docstring.
12281         (message-setup-1): Call `message-use-alternative-email-as-from'
12282         after `message-setup-hook' to give it precedence over posting
12283         styles, etc.
12284         (message-use-alternative-email-as-from): Add docstring.  Remove
12285         the original From header if present.
12286
12287         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12288         (nnml-save-mail): Use it.
12289
12290         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12291         articles.  Add new argument `silent'.
12292         (gnus-uu-mark-all): Report the total number of marked articles.
12293
12294 2005-09-10  Romain Francoise  <romain@orebokech.com>
12295
12296         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12297         (gnus-uu-mark-series): Likewise.
12298
12299 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * spam-report.el (spam-report-gmane): Fix generation of spam
12302         report URL.
12303
12304 2005-09-10  Simon Josefsson  <jas@extundo.com>
12305
12306         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12307         t, based on discussion on the ding list with Robert Epprecht
12308         <epprecht@solnet.ch>.
12309
12310 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12311
12312         * spam-report.el (spam-report-gmane): Make it work without
12313         X-Report-Spam header.  Gmane now only provides Archived-At.
12314         This is only used if `spam-report-gmane-use-article-number' is nil.
12315         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12316
12317         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12318         make `gnus-summary-sort-by-recipient' work with threading.
12319
12320         * nnweb.el (nnweb-google-wash-article): Print a message if article
12321         is not available.
12322
12323 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12324
12325         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12326         change.  Decode text/* parts content before displaying.
12327
12328 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12331
12332 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12335
12336         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12337         url-package-name, url-package-version,
12338         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12339         w3m-display-inline-images, and w3m-minor-mode-map.
12340
12341 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12342
12343         * message.el (message-tab-body-function): Fix mismatched custom type.
12344
12345         * gnus.el (gnus-group-change-level-function): Ditto.
12346
12347         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12348
12349         * gnus-art.el (gnus-signature-limit)
12350         (gnus-article-mime-part-function): Ditto.
12351
12352 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * mml.el (mml-mode): Silence the byte compiler.
12355
12356         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12357         using `(sit-for 0)' before moving the point to the specified part;
12358         skip unbuttonized parts.
12359         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12360         return to the summary window if gnus-auto-select-part is non-nil.
12361
12362 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12363
12364         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12365         variables.
12366         (mml-dnd-attach-file, mml-mode): Use them.
12367
12368         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12369         Make fetching article by MID work again for Google Groups.  Added
12370         FIXME concerning gnus-group-make-web-group.
12371
12372         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12373         Don't depend on Gnus by using mail-extract-address-components if
12374         gnus-extract-address-components is not bound.
12375
12376 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12377
12378         * gnus-art.el (gnus-mime-display-security): Don't display the
12379         signature, but only the signed part.
12380
12381 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12384
12385         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12386         list, not listp.
12387
12388 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12389
12390         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12391         when encoding.
12392
12393         * mm-bodies.el (mm-decode-content-transfer-encoding):
12394         De-canonicalize CRLF for all text content types, not just
12395         text/plain.
12396
12397 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12400         valid article; point arrow and cursor at the MIME button.
12401
12402 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12405         Suggested by Dan Christensen <jdc@uwo.ca>.
12406
12407         * mm-decode.el (mm-save-part): Enable change of prompt.
12408
12409 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12410
12411         * gnus-msg.el (gnus-inews-add-send-actions): Made
12412         `message-post-method' lambda parameter ARG `&optional'.
12413
12414 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * gnus-sum.el (gnus-summary-mime-map): Added
12417         gnus-article-save-part-and-strip, gnus-article-delete-part and
12418         gnus-article-jump-to-part.
12419
12420         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12421         (gnus-article-edit-part): Use it.
12422         (gnus-article-part-wrapper): Added no-handle argument.
12423         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12424         functions.
12425
12426 2005-08-29  Romain Francoise  <romain@orebokech.com>
12427
12428         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12429         docstring.
12430         (gnus-face-from-file): Likewise.
12431
12432 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12433
12434         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12435         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12436         non-nil.
12437         (gnus-auto-select-part): New variable.
12438         (gnus-article-jump-to-part): New function.
12439         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12440         (gnus-mime-delete-part): Allow selecting specified part after
12441         deleting or stripping parts.
12442         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12443         part if argument is bogus.
12444
12445 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12446
12447         * gnus-art.el (w3m-minor-mode-map):
12448         * gnus-spec.el (gnus-newsrc-file-version):
12449         * gnus-util.el (nnmail-active-file-coding-system)
12450         (gnus-original-article-buffer, gnus-user-agent):
12451         * gnus.el (gnus-ham-process-destinations)
12452         (gnus-parameter-ham-marks-alist)
12453         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12454         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12455         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12456         * mm-decode.el (gnus-current-window-configuration):
12457         * mm-extern.el (gnus-article-mime-handles):
12458         * mm-url.el (url-current-object, url-package-name)
12459         (url-package-version):
12460         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12461         (smime-keys, w3m-cid-retrieve-function-alist)
12462         (w3m-current-buffer, w3m-display-inline-images)
12463         (w3m-minor-mode-map):
12464         * mml-smime.el (gnus-extract-address-components):
12465         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12466         (gnus-newsrc-hashtb, message-default-charset)
12467         (message-deletable-headers, message-options)
12468         (message-posting-charset, message-required-mail-headers)
12469         (message-required-news-headers):
12470         * mml1991.el (mc-pgp-always-sign):
12471         * mml2015.el (mc-pgp-always-sign):
12472         * nnheader.el (nnmail-extra-headers):
12473         * rfc1843.el (gnus-decode-encoded-word-function)
12474         (gnus-decode-header-function, gnus-newsgroup-name):
12475         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12476
12477 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12478
12479         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12480         the end of the date treatments.
12481
12482 2005-08-15  Simon Josefsson  <jas@extundo.com>
12483
12484         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12485         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12486         Capello and Romain Francoise.
12487         (pgg-fetch-key-function): Removed, not used?
12488         (pgg-insert-url-with-w3): Require url, to get
12489         url-insert-file-contents regardless of where it is defined.
12490
12491 2005-08-13  Romain Francoise  <romain@orebokech.com>
12492
12493         * message.el (message-cite-original-1): New function.
12494         (message-cite-original): Use it.
12495         (message-cite-original-without-signature): Ditto.
12496
12497 2005-08-08  Romain Francoise  <romain@orebokech.com>
12498
12499         * message.el (message-yank-empty-prefix): New variable.
12500         (message-indent-citation): Use it.
12501         (message-cite-original-without-signature): Respect X-No-Archive.
12502
12503 2005-08-08  Simon Josefsson  <jas@extundo.com>
12504
12505         * pgg.el: Autoload url-insert-file-contents instead of loading
12506         w3/url.
12507         (pgg-insert-url-with-w3): Don't load url here.
12508
12509 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12510
12511         * message.el (message-kill-to-signature): Don't insert newline at
12512         bol.
12513         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12514
12515 2005-08-06  Romain Francoise  <romain@orebokech.com>
12516
12517         * message.el (message-user-fqdn): Fix typo in docstring.
12518
12519 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12520
12521         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12522
12523         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12524
12525 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * mm-bodies.el (mm-encode-body): Use coding system rather than
12528         charset to encode text.
12529
12530         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12531         number of charsets if utf-8 is available (XEmacs).
12532
12533 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12536         taken from `gnus-button-mid-or-mail-regexp'.
12537         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12538         (gnus-button-alist): Improve regexp for domain part of the MIDs
12539         for news:localpart@domain buttons.
12540         (gnus-button-ctan-directory-regexp): Update.
12541
12542 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * sieve-manage.el (sieve-manage-interactive-login): Use
12545         make-local-variable rather than make-variable-buffer-local.
12546         (sieve-manage-open): Ditto.
12547         (sieve-manage-authenticate): Ditto.
12548
12549         * mml.el (mml-generate-mime-1): Make the content type default to
12550         text/plain if the filename is not specified.
12551
12552 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12555         instead of insert-buffer.
12556
12557         * message.el (message-yank-original): Ditto; set the mark at the
12558         end of the yanked message.
12559
12560 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12563         lines to scroll rather than to stop it.
12564
12565         * mml.el (mml-generate-default-type): Add doc string.
12566         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12567         default to application/octet-stream when determining the content
12568         type if it is not specified for the part or the mml contents; add
12569         a comment about mml-generate-default-type.
12570
12571 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12574         make it default to application/octet-stream when determining the
12575         content type if it is not specified for the external contents.
12576
12577 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12580         segmented parameter but also other parameters might be there.
12581
12582 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * mm-decode.el (mm-display-external): Delete temp file, directory
12585         and buffer immediately if the external process is exited.
12586
12587 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12590         fewer lines than that of scroll-margin.
12591         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12592
12593 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * gnus-art.el (gnus-article-next-page): Revert.
12596         (gnus-article-beginning-of-window): New macro.
12597         (gnus-article-next-page-1): Use it.
12598         (gnus-article-prev-page): Ditto.
12599         (gnus-article-edit-part): Use insert-buffer-substring instead of
12600         insert-buffer.
12601         (gnus-article-edit-exit): Ditto.
12602
12603         * gnus-util.el (gnus-beginning-of-window): Remove.
12604         (gnus-end-of-window): Remove.
12605
12606         * lpath.el: Don't bind header-line-format and scroll-margin.
12607
12608 2005-07-25  Simon Josefsson  <jas@extundo.com>
12609
12610         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12611         to have the url package without w3.  Reported by Daiki Ueno
12612         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12613
12614 2005-07-20  Didier Verna  <didier@xemacs.org>
12615
12616         * gnus-diary.el: Remove the description comment (nndiary is now
12617         properly documented in the Gnus manual).
12618         Fix the spelling of "Back End".
12619         * nndiary.el: Ditto.
12620         Fix the copyright notice.
12621
12622 2005-07-18  Romain Francoise  <romain@orebokech.com>
12623
12624         * gnus-sum.el (gnus-summary-to-prefix)
12625         (gnus-summary-newsgroup-prefix): New variables.
12626         (gnus-summary-from-or-to-or-newsgroups): Use them.
12627
12628 2005-07-17  Romain Francoise  <romain@orebokech.com>
12629
12630         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12631         space as it's generally not especially interesting to the user.
12632
12633 2005-07-16  Romain Francoise  <romain@orebokech.com>
12634
12635         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12636         nil to avoid prompting and file modification if one of the
12637         messages at the top of the nnfolder file contains a copyright
12638         notice.
12639         Update copyright notice.
12640
12641         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12642         instead of `current-time-string' as the latter creates a time
12643         string that is not RFC 2822 compliant (it lacks the zone).
12644         Update copyright notice.
12645
12646 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12647
12648         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12649         for text/rtf.  Display default in prompt.  Pass default for M-n.
12650
12651         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12652
12653 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * gnus-msg.el (gnus-button-mailto): Remove
12656         save-selected-window-window hackery because it relies on
12657         save-selected-window internals.
12658
12659 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12662         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12663         (gnus-article-prev-page): Ditto.
12664
12665         * gnus-util.el (gnus-beginning-of-window): New function.
12666         (gnus-end-of-window): New function.
12667
12668         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12669
12670 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12671
12672         * gnus-score.el (gnus-score-edit-all-score): Set
12673         gnus-score-edit-exit-function to gnus-score-edit-done and call
12674         gnus-message.
12675
12676 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12677
12678         * gnus-msg.el (gnus-button-mailto): Remove
12679         save-selected-window-window hackery because it relies on
12680         save-selected-window internals.
12681
12682 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12685         add-minor-mode.
12686         (gnus-binary-mode): Ditto.
12687
12688         * gnus-topic.el (gnus-topic-mode): Ditto.
12689
12690 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12691
12692         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12693         (gnus-article-prev-page): Take scroll-margin into consideration.
12694
12695 2005-07-04  Lute Kamstra  <lute@gnu.org>
12696
12697         Update FSF's address in GPL notices.
12698
12699 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12700
12701         * gnus.el (gnus-exit):
12702         * gnus-group.el (gnus-group-icons):
12703         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12704
12705         * gnus-nocem.el (gnus-nocem):
12706         * message.el (message-various, message-buffers, message-sending)
12707         (message-interface, message-forwarding, message-insertion)
12708         (message-headers, message-news, message-mail):
12709         * pgg-gpg.el (pgg-gpg):
12710         * pgg-parse.el (pgg-parse):
12711         * pgg-pgp.el (pgg-pgp):
12712         * pgg-pgp5.el (pgg-pgp5):
12713         * pop3.el (pop3): Finish `defgroup' description with period.
12714
12715 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * gnus-art.el (article-display-face): Improve the efficiency.
12718         (article-display-x-face): Ditto; remove grey x-face stuff.
12719
12720 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * gnus-art.el (article-display-face): Correct the position in
12723         which Faces are inserted.
12724
12725 2005-06-29  Didier Verna  <didier@xemacs.org>
12726
12727         * gnus-art.el (article-display-face): Display faces in correct
12728         order.
12729
12730 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12733         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12734         (gnus-nocem-check-article): Fetch the Type header.
12735         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12736         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12737         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12738         make sure gnus-nocem-hashtb is initialized.
12739         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12740         (gnus-nocem-unwanted-article-p): Ditto.
12741
12742         * pgg.el (pgg-verify): Return the verification result.
12743
12744 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745
12746         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12747         is ascii.
12748
12749 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12750
12751         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12752         `show-nonbreak-escape'.
12753
12754 2005-06-23  Lute Kamstra  <lute@gnu.org>
12755
12756         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12757
12758         * dig.el (dig-mode):
12759         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12760
12761 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12762
12763         * nnimap.el (nnimap-split-download-body): Fix spellings.
12764
12765 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12766
12767         * gnus-art.el (gnus-article-encrypt-body):
12768         * gnus-cus.el (gnus-score-customize):
12769         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12770         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12771
12772 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12773
12774         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12775         header by looking for magic "MII" at the beginnig.
12776
12777 2005-06-16  Miles Bader  <miles@gnu.org>
12778
12779         * gnus-xmas.el (gnus-xmas-group-startup-message):
12780         Use renamed gnus-splash face.
12781
12782         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12783         (assistant-field-face): New backward-compatibility alias for renamed
12784         face.
12785         (assistant-render-text): Use renamed assistant-field face.
12786
12787         * spam.el (spam): Remove "-face" suffix from face name.
12788         (spam-face): New backward-compatibility alias for renamed face.
12789         (spam-face, spam-initialize): Use renamed spam face.
12790
12791         * message.el (message-header-to, message-header-cc)
12792         (message-header-subject, message-header-newsgroups)
12793         (message-header-other, message-header-name)
12794         (message-header-xheader, message-separator, message-cited-text)
12795         (message-mml): Remove "-face" suffix from face names.
12796         (message-header-to-face, message-header-cc-face)
12797         (message-header-subject-face, message-header-newsgroups-face)
12798         (message-header-other-face, message-header-name-face)
12799         (message-header-xheader-face, message-separator-face)
12800         (message-cited-text-face, message-mml-face):
12801         New backward-compatibility aliases for renamed faces.
12802         (message-font-lock-keywords): Use renamed message faces.
12803
12804         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12805         (sieve-test-commands, sieve-tagged-arguments):
12806         Remove "-face" suffix from face names.
12807         (sieve-control-commands-face, sieve-action-commands-face)
12808         (sieve-test-commands-face, sieve-tagged-arguments-face):
12809         New backward-compatibility aliases for renamed faces.
12810         (sieve-control-commands-face, sieve-action-commands-face)
12811         (sieve-test-commands-face, sieve-tagged-arguments-face):
12812         Use renamed sieve faces.
12813
12814         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12815         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12816         (gnus-group-news-3-empty, gnus-group-news-4)
12817         (gnus-group-news-4-empty, gnus-group-news-5)
12818         (gnus-group-news-5-empty, gnus-group-news-6)
12819         (gnus-group-news-6-empty, gnus-group-news-low)
12820         (gnus-group-news-low-empty, gnus-group-mail-1)
12821         (gnus-group-mail-1-empty, gnus-group-mail-2)
12822         (gnus-group-mail-2-empty, gnus-group-mail-3)
12823         (gnus-group-mail-3-empty, gnus-group-mail-low)
12824         (gnus-group-mail-low-empty, gnus-summary-selected)
12825         (gnus-summary-cancelled, gnus-summary-high-ticked)
12826         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12827         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12828         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12829         (gnus-summary-low-undownloaded)
12830         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12831         (gnus-summary-low-unread, gnus-summary-normal-unread)
12832         (gnus-summary-high-read, gnus-summary-low-read)
12833         (gnus-summary-normal-read, gnus-splash):
12834         Remove "-face" suffix from face names.
12835         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12836         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12837         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12838         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12839         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12840         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12841         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12842         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12843         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12844         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12845         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12846         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12847         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12848         (gnus-summary-normal-ticked-face)
12849         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12850         (gnus-summary-normal-ancient-face)
12851         (gnus-summary-high-undownloaded-face)
12852         (gnus-summary-low-undownloaded-face)
12853         (gnus-summary-normal-undownloaded-face)
12854         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12855         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12856         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12857         (gnus-splash-face):
12858         New backward-compatibility aliases for renamed faces.
12859         (gnus-group-startup-message): Use renamed gnus faces.
12860
12861         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12862         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12863         (gnus-server-agent): Remove "-face" suffix from face names.
12864         (gnus-server-agent-face, gnus-server-opened-face)
12865         (gnus-server-closed-face, gnus-server-denied-face)
12866         (gnus-server-offline-face):
12867         New backward-compatibility aliases for renamed faces.
12868         (gnus-server-agent-face, gnus-server-opened-face)
12869         (gnus-server-closed-face, gnus-server-denied-face)
12870         (gnus-server-offline-face): Use renamed gnus faces.
12871
12872         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12873         Remove "-face" suffix from face names.
12874         (gnus-picon-xbm-face, gnus-picon-face):
12875         New backward-compatibility aliases for renamed faces.
12876
12877         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12878         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12879         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12880         (gnus-cite-11): Remove "-face" suffix from face names.
12881         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12882         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12883         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12884         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12885         New backward-compatibility aliases for renamed faces.
12886         (gnus-cite-attribution-face, gnus-cite-face-list)
12887         (gnus-article-boring-faces): Use renamed gnus faces.
12888
12889         * gnus-art.el (gnus-signature, gnus-header-from)
12890         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12891         (gnus-header-content): Remove "-face" suffix from face names.
12892         (gnus-signature-face, gnus-header-from-face)
12893         (gnus-header-subject-face, gnus-header-newsgroups-face)
12894         (gnus-header-name-face, gnus-header-content-face):
12895         New backward-compatibility aliases for renamed faces.
12896         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12897
12898         * gnus-sum.el (gnus-summary-selected-face)
12899         (gnus-summary-highlight): Use renamed gnus faces.
12900         * gnus-group.el (gnus-group-highlight): Likewise.
12901
12902 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12903
12904         * gnus-sieve.el (gnus-sieve-article-add-rule):
12905         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12906         * spam-stat.el (spam-stat-buffer-change-to-spam)
12907         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12908
12909         * message.el (message-is-yours-p):
12910         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12911
12912 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * mm-view.el (mm-inline-text): Withdraw the last change.
12915
12916 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12919         executing enriched-decode.
12920
12921 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12924         charset of tar files.
12925
12926 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12927
12928         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12929
12930 2005-06-04  Lute Kamstra  <lute@gnu.org>
12931
12932         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12933         information is never recorded.
12934
12935 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12936
12937         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12938
12939 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * pop3.el (pop3-apop): Run md5 in the binary mode.
12942
12943         * starttls.el (starttls-set-process-query-on-exit-flag):
12944         Use eval-and-compile.
12945
12946 2005-05-31  Simon Josefsson  <jas@extundo.com>
12947
12948         * smime.el (smime-replace-in-string): Define.
12949         (smime-cert-by-ldap-1): Use it.
12950
12951 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * gnus-art.el (article-display-x-face): Replace
12954         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12955
12956         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12957         set-process-query-on-exit-flag or process-kill-without-query.
12958
12959         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12960         loop instead of replace-regexp.
12961
12962         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12963         instead of process-kill-without-query if it is available.
12964
12965         * lpath.el: Fbind ldap-search-entries.
12966
12967         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12968         instead of find-file-hooks if it is available.
12969
12970         * mml1991.el: Bind pgg-default-user-id when compiling.
12971
12972         * mml2015.el: Bind pgg-default-user-id when compiling.
12973
12974         * nndraft.el (nndraft-request-associate-buffer):
12975         Use write-contents-functions instead of write-contents-hooks if it is
12976         available.
12977
12978         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12979         instead of find-file-hooks if it is available.
12980
12981         * nntp.el (nntp-open-connection): Replace
12982         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12983         (nntp-open-ssl-stream): Ditto.
12984         (nntp-open-tls-stream): Ditto.
12985
12986         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12987         set-process-query-on-exit-flag or process-kill-without-query.
12988         (starttls-open-stream-gnutls): Use it instead of
12989         process-kill-without-query.
12990         (starttls-open-stream): Ditto.
12991
12992 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12993
12994         * smime.el (smime-cert-by-ldap-1): Don't use
12995         replace-regexp-in-string.
12996
12997 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12998
12999         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13000
13001         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13002         in PEM format.  Adjust to the XEmacs compability.
13003
13004 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13007         by `string-to-number'.
13008         * gnus-agent.el (gnus-agent-regenerate-group)
13009         (gnus-agent-fetch-articles): Ditto.
13010         * gnus-art.el (gnus-button-fetch-group): Ditto.
13011         * gnus-cache.el (gnus-cache-generate-active)
13012         (gnus-cache-articles-in-group): Ditto.
13013         * gnus-group.el (gnus-group-set-current-level)
13014         (gnus-group-insert-group-line): Ditto.
13015         * gnus-score.el (gnus-score-set-expunge-below)
13016         (gnus-score-set-mark-below, gnus-summary-score-effect)
13017         (gnus-summary-score-entry): Ditto.
13018         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13019         (gnus-soup-pack): Ditto.
13020         * gnus-spec.el (gnus-xmas-format): Ditto.
13021         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13022         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13023         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13024         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13025         * nndb.el (nndb-get-remote-expire-response): Ditto.
13026         * nndiary.el (nndiary-parse-schedule-value)
13027         (nndiary-string-to-number, nndiary-request-replace-article)
13028         (nndiary-request-article): Ditto.
13029         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13030         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13031         * nneething.el (nneething-make-head): Ditto.
13032         * nnfolder.el (nnfolder-request-article)
13033         (nnfolder-retrieve-headers): Ditto.
13034         * nnheader.el (nnheader-file-to-number): Ditto.
13035         * nnkiboze.el (nnkiboze-request-article): Ditto.
13036         * nnmail.el (nnmail-process-unix-mail-format)
13037         (nnmail-process-babyl-mail-format): Ditto.
13038         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13039         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13040         (nnmh-request-create-group, nnmh-request-list-1)
13041         (nnmh-request-group, nnmh-request-article): Ditto.
13042         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13043         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13044         * nnsoup.el (nnsoup-make-active): Ditto.
13045         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13046         * nntp.el (nntp-find-group-and-number)
13047         (nntp-retrieve-headers-with-xover): Ditto.
13048         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13049         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13050         (pgg-format-key-identifier): Ditto.
13051         * pop3.el (pop3-last, pop3-stat): Ditto.
13052         * qp.el (quoted-printable-decode-region): Ditto.
13053
13054         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13055         of concat.
13056
13057 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13060
13061         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13062
13063         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13064
13065         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13066
13067         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13068
13069         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13070
13071         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13072         (gnus-carpal-mode): Ditto.
13073
13074         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13075         (gnus-browse-mode): Ditto.
13076
13077         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13078
13079         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13080
13081 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13082
13083         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13084
13085 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * gnus-util.el (gnus-run-mode-hooks): New function.
13088
13089         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13090
13091         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13092         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13093
13094 2005-05-27  Lute Kamstra  <lute@gnu.org>
13095
13096         * dns-mode.el (dns-mode): Specify customization group.
13097
13098 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13099
13100         * gnus-agent.el (gnus-agent-make-mode-line-string):
13101         Use mode-line-highlight as mouse-face.
13102
13103 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * canlock.el (canlock): Change the parent group to news.
13106
13107         * deuglify.el (gnus-outlook-deuglify): Add :group.
13108
13109         * dig.el (dig): Add :group.
13110
13111         * dns-mode.el (dns-mode): Add :group.
13112
13113         * encrypt.el (encrypt): Add :group.
13114
13115         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13116         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13117         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13118         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13119         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13120
13121         * gnus-diary.el (gnus-diary): Add :group.
13122
13123         * gnus.el (gnus-group-news-1-face): Add :group.
13124         (gnus-group-news-1-empty-face): Ditto.
13125         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13126         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13127         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13128         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13129         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13130         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13131         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13132         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13133         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13134         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13135         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13136         (gnus-summary-high-ticked-face): Ditto.
13137         (gnus-summary-low-ticked-face): Ditto.
13138         (gnus-summary-normal-ticked-face): Ditto.
13139         (gnus-summary-high-ancient-face): Ditto.
13140         (gnus-summary-low-ancient-face): Ditto.
13141         (gnus-summary-normal-ancient-face): Ditto.
13142         (gnus-summary-high-undownloaded-face): Ditto.
13143         (gnus-summary-low-undownloaded-face): Ditto.
13144         (gnus-summary-normal-undownloaded-face): Ditto.
13145         (gnus-summary-high-unread-face): Ditto.
13146         (gnus-summary-low-unread-face): Ditto.
13147         (gnus-summary-normal-unread-face): Ditto.
13148         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13149         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13150
13151         * hashcash.el (hashcash): New custom group.
13152         (hashcash-default-payment): Add :group.
13153         (hashcash-payment-alist): Ditto.
13154         (hashcash-default-accept-payment): Ditto.
13155         (hashcash-accept-resources): Ditto.
13156         (hashcash-path): Ditto.
13157         (hashcash-extra-generate-parameters): Ditto.
13158         (hashcash-double-spend-database): Ditto.
13159         (hashcash-in-news): Ditto.
13160
13161         * message.el (message-minibuffer-local-map): Add :group.
13162
13163         * netrc.el (netrc): Add :group.
13164
13165         * sieve-manage.el (sieve-manage-log): Add :group.
13166         (sieve-manage-default-user): Diito.
13167         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13168         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13169         (sieve-manage-authenticators): Ditto.
13170         (sieve-manage-authenticator-alist): Ditto.
13171         (sieve-manage-default-port): Ditto.
13172
13173         * sieve-mode.el (sieve-control-commands-face): Add :group.
13174         (sieve-action-commands-face): Ditto.
13175         (sieve-test-commands-face): Ditto.
13176         (sieve-tagged-arguments-face): Ditto.
13177
13178         * smime.el (smime): Add :group.
13179
13180         * spam-report.el (spam-report): Add :group.
13181
13182         * spam.el (spam, spam-face): Add :group.
13183
13184 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13185
13186         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13187         return \n.\n.\n at the end of articles.  Protect against that.
13188         (nntp-with-open-group): Allow debugging.
13189
13190         * nnheader.el (mail-header-set-extra): Make into a function
13191         because I just could't understand how to quote the list properly.
13192
13193         * dns.el (query-dns-cached): New function.
13194
13195 2005-05-26  Lute Kamstra  <lute@gnu.org>
13196
13197         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13198
13199 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13202
13203         * gnus-art.el: Don't autoload mail-extract-address-components.
13204
13205         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13206         eval-and-compile to evaluate it.
13207
13208         * hashcash.el: Don't autoload executable-find.
13209
13210         * nndb.el: Don't declare the nndb back end two or more times; don't
13211         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13212
13213         * nntp.el: Autoload format-spec instead of format; use
13214         eval-and-compile to evaluate autoload forms.
13215
13216 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13217
13218         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13219
13220 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13221
13222         * gnus.el (gnus-version-number): Bump version.
13223
13224 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13225
13226         * gnus.el: No Gnus v0.3 is released.
13227
13228 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13229
13230         * lpath.el (featurep): Bind show-nonbreak-escape.
13231
13232 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * gnus-art.el (gnus-article-edit-part): Disable undo.
13235
13236 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13239         gnus-article-date-lapsed-new-header is t if date timer is active;
13240         skip headers in which the original date value is empty.
13241         (gnus-article-save-original-date): Redefine it as a macro.
13242         (gnus-display-mime): Use it.
13243
13244 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * gnus-art.el (article-date-ut): Support converting date in
13247         forwarded parts as well.
13248         (gnus-article-save-original-date): New function.
13249         (gnus-display-mime): Use it.
13250
13251 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13252
13253         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13254         enclosure element of <item>.
13255
13256 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * message.el (message-kill-buffer-query): Renamed from
13259         `message-kill-buffer-query-if-modified'.  Added :version.
13260
13261 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13264         window layout.
13265
13266 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * mml.el: Autoload dnd when compiling.
13269
13270 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13273         x-dnd-*.
13274
13275 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * qp.el (quoted-printable-encode-region): Save excursion.
13278
13279 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13280
13281         * message.el (message-kill-buffer-query-if-modified): Add new variable
13282         so the user can kill a modified message buffer quickly.
13283         (message-kill-buffer): Use it.
13284
13285 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * lpath.el: Fbind display-time-event-handler; don't fbind
13288         string-to-multibyte.
13289
13290         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13291
13292 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13295         contained in text because xml.el decodes entities) with LFs.
13296
13297 2005-04-11  Lute Kamstra  <lute@gnu.org>
13298
13299         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13300         differently.
13301
13302 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13303
13304         * mm-util.el (mm-detect-coding-region): Typo.
13305
13306 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13309
13310 2005-04-06  Deepak Goel  <deego@gnufans.org>
13311
13312         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13313         user-function allow user modifications of the scores.
13314         (spam-stat-score-buffer-user): New function, to allow
13315         user-computed modifications to the score.
13316         (spam-stat-score-buffer-user-functions): List of additional
13317         scoring functions.
13318         (spam-stat-error-holder): Global temporary error holder.
13319         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13320         variable.
13321
13322 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13323
13324         * gnus-registry.el (gnus-registry-clean-empty-function)
13325         (gnus-registry-trim, gnus-registry-fetch-groups)
13326         (gnus-registry-delete-group): Groups that match
13327         `gnus-registry-ignored-groups' are removed from the registry
13328         entries, not just ignored for splitting.  This helps clean up the
13329         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13330         to get all the groups a message ID is in.
13331
13332         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13333         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13334         (spam-stat-score-buffer-user-functions): Add :number custom type.
13335
13336 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13339         argument in XEmacs.
13340
13341         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13342         (nnrss-request-group): Decode group name first.
13343         (nnrss-request-article): Make a text/plain article if mml-to-mime
13344         failed.
13345         (nnrss-get-encoding): Return a compatible encoding according to
13346         nnrss-compatible-encoding-alist.
13347         (nnrss-find-el): Use consp instead of listp.
13348         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13349
13350 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13353         which Emacs 20 doesn't support.
13354         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13355
13356 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13357
13358         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13359         silence the byte compiler inside the defun.
13360
13361         * gnus-demon.el (parse-time-string): Add autoload.
13362
13363         * gnus-delay.el (parse-time-string): Add autoload.
13364
13365         * gnus-art.el (parse-time-string): Add autoload.
13366
13367         * nnultimate.el (parse-time): Require for `parse-time-string'.
13368
13369 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13372
13373         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13374
13375         * smime.el (smime-ldap-host-list): Add :version.
13376
13377 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13378
13379         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13380         pass it to `gnus-browse-read-group'.
13381         (gnus-browse-read-group): Add NUMBER argument and pass it to
13382         `gnus-group-read-ephemeral-group'.
13383
13384         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13385         argument and pass it to `gnus-group-read-group'.
13386
13387 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13388
13389         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13390         mm-xemacs-find-mime-charset-1 if we have the mule feature
13391         available at runtime.
13392
13393 2005-03-25  Werner Lemberg  <wl@gnu.org>
13394
13395         * nnmaildir.el: Replace `illegal' with `invalid'.
13396
13397 2005-03-23  Lute Kamstra  <lute@gnu.org>
13398
13399         * time-date.el: Add comment on time value formats.
13400         Don't require parse-time.
13401         (with-decoded-time-value): New macro.
13402         (encode-time-value): New function.
13403         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13404         (days-to-time): Return a valid time value when arg is huge.
13405         (time-since): Use time-subtract.
13406         (time-to-number-of-days): Use time-to-seconds.
13407
13408 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13409
13410         * gnus-start.el (gnus-display-time-event-handler):
13411         Check display-time-timer at runtime rather than only at load time
13412         in case display-time-mode is turned off in the mean time.
13413
13414 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13415
13416         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13417         used.
13418
13419         * nneething.el (nneething-map-file-directory): Derive from
13420         `gnus-directory'.
13421
13422         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13423         the To/Cc button.
13424
13425 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * nnmaildir.el (nnmaildir-request-accept-article):
13428         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13429
13430 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13431
13432         * gnus-async.el: Require timer-funcs at compile time when in
13433         XEmacs for `run-with-idle-timer'.
13434
13435 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13436
13437         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13438         autoloaded function.
13439
13440 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13441
13442         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13443
13444 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13445
13446         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13447
13448 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13449
13450         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13451         gnus-expert-user to default.
13452
13453 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13454
13455         * nnimap.el (nnimap-open-server): Ditto.
13456
13457         * imap.el (imap-authenticate): Fix typo.
13458
13459 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13460
13461         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13462         buffer (since IMAP server might return FETCH response out of
13463         order, and the nntp buffer must be sorted).
13464
13465 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13466
13467         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13468         comparison on string.
13469
13470         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13471         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13472         (gnus-agent-summary-fetch-series): Modified to protect against
13473         gnus-agent-summary-fetch-group clearing processable flags.
13474         (gnus-agent-synchronize-group-flags): Update live group buffer as
13475         synchronization may occur due to the user toggle the plugged
13476         status.
13477         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13478         successfully downloaded.
13479         (gnus-agent-expire-group-1): Avoid using markers when the overview
13480         is in ascending order; greatly improves performance.
13481         (gnus-agent-regenerate-group): Use
13482         gnus-agent-synchronize-group-flags to reset read status in both
13483         gnus and server.
13484         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13485
13486 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * message.el: Don't autoload former message-utils variables.
13489         (message-strip-subject-trailing-was): Change doc string.
13490
13491         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13492         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13493         (nnweb-google-search): Add "hl=en" here.
13494         (nnweb-google-parse-1, nnweb-google-create-mapping):
13495         Don't hardcode URL.
13496
13497 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * message.el (message-get-reply-headers, message-followup):
13500         Mention related variables `message-use-followup-to' and
13501         `message-use-mail-followup-to', in the information buffer.
13502
13503         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13504         of broken groups(-beta).google.com.
13505
13506 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13507
13508         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13509         parameter to invoked gnus-request-move-article; remove the
13510         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13511         all at once instead of once per article.
13512         (gnus-summary-remove-process-mark): Accept a list of articles as
13513         well as a single article for processing.
13514
13515         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13516         parameter.
13517
13518         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13519
13520         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13521
13522         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13523         parameter.
13524
13525         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13526         parameter.
13527
13528         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13529         parameter and remove the gnus-sum-hint-move-is-internal variable.
13530
13531         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13532         parameter.
13533
13534         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13535         parameter.
13536
13537         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13538         parameter.
13539
13540         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13541
13542         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13543         parameter.
13544
13545         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13546         parameter.
13547
13548 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13549
13550         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13551         a more conservative way.
13552
13553 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13554
13555         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13556         buffer, so it moves the window's cursor.
13557
13558 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13559
13560         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13561         `mm-dissect-multipart' and receive the from field as an (optional)
13562         argument from `mm-dissect-multipart'.
13563         (mm-dissect-multipart): Receive the from field as an argument and
13564         pass it on when we call `mm-dissect-buffer' on MIME parts.
13565         Fixes verification/decryption of signed/encrypted MIME parts.
13566
13567 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13568
13569         * gnus-sum.el (gnus-summary-move-article): Set
13570         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13571         whatever it calls (right now, only nnimap-request-move article
13572         respects it).
13573
13574         * nnimap.el (nnimap-request-move-article): When
13575         gnus-sum-hint-move-is-internal is set, don't do the extra
13576         nnimap-request-article.
13577
13578 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13581
13582         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13583         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13584
13585         * gnus-sum.el (gnus-summary-caesar-message):
13586         Apply `gnus-treat-article' after rotation.
13587
13588         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13589         doc string.
13590
13591 2005-02-22  Simon Josefsson  <jas@extundo.com>
13592
13593         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13594         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13595         <arne@arnested.dk>.
13596         (encrypt): Add password-cache and password-cache-expiry as group
13597         members.
13598
13599 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13600
13601         * smime.el (smime-ldap-host-list): Doc fix.
13602         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13603         cache) password.
13604         (smime-sign-region): Use it.
13605         (smime-decrypt-region): Use it.
13606         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13607         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13608         fails.
13609         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13610         certificate from DER to PEM format rather than calling openssl.
13611
13612         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13613
13614         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13615         for signing/encryption.
13616
13617         * mml.el (mml-parse-1): Use them.
13618
13619 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13620
13621         * nnrss.el (nnrss-verbose): Removed.
13622         (nnrss-request-group): Use `nnheader-message' instead.
13623
13624 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13625
13626         * nnrss.el (nnrss-verbose): New variable.
13627         (nnrss-request-group): Make it say nnrss is requesting a group.
13628
13629 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13632         Handle news URL with given port correctly.
13633
13634 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13637         containing special characters.
13638
13639         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13640
13641         * mml.el (mime-to-mml): Ditto.
13642
13643         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13644         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13645         (rfc2047-decode-region): Quote decoded words containing special
13646         characters when rfc2047-quote-decoded-words-containing-tspecials
13647         is non-nil.
13648
13649 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13650
13651         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13652
13653         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13654
13655 2005-02-15  Simon Josefsson  <jas@extundo.com>
13656
13657         * nnimap.el (nnimap-debug): Doc fix.
13658
13659         * imap.el (imap-debug): Doc fix.
13660
13661 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13664
13665 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13666
13667         * gnus.el (spam-contents): Improve docs for spam-contents
13668         parameter in its variable incarnation.
13669
13670 2005-02-14  Simon Josefsson  <jas@extundo.com>
13671
13672         * smime-ldap.el: Use require instead of load-library for ldap.
13673         (smime-ldap-search): Indent.
13674         (smime-ldap-search-internal): Shorten line.
13675
13676         * smime.el (smime-cert-by-dns): Add doc-string.
13677         (smime-cert-by-ldap-1): Indent.
13678
13679         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13680         mml-smime-get-dns-ldap.
13681         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13682
13683 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13684
13685         * smime.el: Require smime-ldap.
13686         (smime-ldap-host-list): New variable.
13687         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13688
13689         * mml-smime.el (mml-smime-encrypt-query): New function.
13690         (mml-smime-encrypt-query): Use it.
13691
13692         * smime-ldap.el: New file.
13693
13694 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13697
13698 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13701         argument in doc string.  Make query for type more clear.
13702
13703 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * gnus.el (gnus-group-startup-message): Search for gnus images in
13706         etc/images/gnus.
13707         * mm-util.el (mm-image-load-path): Likewise.
13708         * smiley.el (smiley-data-directory): Search for smilies in
13709         etc/images/smilies.
13710
13711 2005-02-09  Kim F. Storm  <storm@cua.dk>
13712
13713         Change Emacs release version from 21.4 to 22.1 throughout.
13714         Change Emacs development version from 21.3.50 to 22.0.50.
13715
13716 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13719
13720         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13721         non-Mule XEmacs as well.
13722         (mm-decompress-buffer): Signal an error intentionally if it does
13723         not decompress compressed data because auto-compression-mode is
13724         disabled.
13725
13726 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13727
13728         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13729         an ID in the registry even if it has no groups.
13730
13731 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13734         merge it into mm-decompress-buffer.
13735         (gnus-mime-copy-part): Use the MIME part charset, the value which
13736         a user specified or gnus-newsgroup-charset for decoding, like
13737         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13738         save-buffer what was used.  Suggested by Kevin Ryde
13739         <user42@zip.com.au>.
13740         (gnus-mime-inline-part): Allow the name parameter as well as the
13741         filename parameter; force decompressing of compressed data; always
13742         display contents being not decoded as unibyte.
13743
13744         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13745         as well as the filename parameter.
13746
13747         * mm-util.el (mm-decompress-buffer): Merge
13748         gnus-mime-jka-compr-maybe-uncompress.
13749         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13750         of compressed data.
13751
13752 2005-02-08  Simon Josefsson  <jas@extundo.com>
13753
13754         * imap.el (imap-log): Doc fix.
13755
13756 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13759         the coding cookies; decompress compressed parts.
13760
13761         * mml.el (mml-generate-mime-1): Add the charset parameter according
13762         to the value which a user specified manually or the coding cookie.
13763
13764         * mm-util.el (mm-string-to-multibyte): New function.
13765         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13766         (mm-coding-system-to-mime-charset): New function.
13767         (mm-decompress-buffer): New function.
13768         (mm-find-buffer-file-coding-system): New function.
13769
13770         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13771         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13772         parts.
13773
13774 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13775
13776         * mm-view.el (mm-display-inline-fontify): Decode a part according
13777         to the charset parameter.
13778
13779 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13782         prefix arg is neither nil nor a number, as info specifies.
13783
13784 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13787         timestamps.
13788
13789 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13790
13791         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13792         groups error checking and notify user.
13793
13794 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13795
13796         * message.el (message-send-mail-function): Check existence of
13797         sendmail-program first before using default value
13798         `message-send-mail-with-sendmail'.  Otherwise use more generic
13799         `smtpmail-send-it'.
13800
13801 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * nntp.el (nntp-request-update-info): Always return nil.
13804
13805 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13806
13807         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13808
13809 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13810
13811         * message.el (message-beginning-of-line): Change the behavior when
13812         invoked between BOL and : so that it first moves backward.
13813
13814 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13817         article buffer when editing of the article is discarded.
13818         (gnus-article-prepare): Revert.
13819
13820 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * gnus-art.el (gnus-article-prepare):
13823         Remove message-strip-forbidden-properties from the local hook.
13824
13825 2005-01-27  Simon Josefsson  <jas@extundo.com>
13826
13827         * password.el (password-cache-add): Only start one timer per key.
13828         Reported by Derek Atkins <warlord@MIT.EDU>.
13829
13830 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13831
13832         * run-at-time.el: Removed.  It is no longer needed as
13833         timer-funcs.el in the xemacs-base package has a working version of
13834         `run-at-time'.
13835
13836         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13837
13838         * password.el: Require timer-funcs instead of run-at-time in
13839         XEmacs.
13840         Remove `password-run-at-time' macro.
13841         (password-cache-add): Use `run-at-time' instead of
13842         `password-run-at-time'.
13843
13844         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13845         Remove `nnheader-cancel-function-timers' alias,
13846         `cancel-function-timers' exists in XEmacs in timer-funcs.
13847
13848         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13849         for `run-with-idle-timer'.
13850
13851         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13852         for `run-at-time'.
13853
13854         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13855         for `with-timeout'.
13856
13857         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13858         the same as for XEmacs 21.4.
13859         No need to ignore `run-with-idle-timer', this function exists in
13860         XEmacs now in timer-funcs.el in the xemacs-base package.
13861         (dgnushack-compile): No need to delete
13862         run-at-time.el from the list of files to compile because it
13863         doesn't exist anymore.
13864
13865 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13868         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13869
13870 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13871
13872         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13873         sensitively.
13874
13875 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13876
13877         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13878
13879 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13882         which will be inserted according to the multibyteness of a buffer
13883         rather than the type of contents.  Suggested by ARISAWA Akihiro
13884         <ari@mbf.ocn.ne.jp>.
13885
13886         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13887         of string which old xml.el may return rather than a string.
13888
13889 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13892
13893 2005-01-16  Simon Josefsson  <jas@extundo.com>
13894
13895         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13896         idn/idna.el isn't available.
13897         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13898         <michael@waxrat.com>.
13899
13900         * hashcash.el: Remove non-FSF copyright header.
13901
13902         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13903         (hashcash-generate-payment): Use it.
13904         (hashcash-generate-payment-async): Use it.
13905
13906 2005-01-15  Simon Josefsson  <jas@extundo.com>
13907
13908         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13909         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13910
13911         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13912         gnus-summary-idna-message.
13913         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13914         (gnus-summary-idna-message): New function.
13915
13916 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13919         gnus-novice-user.
13920
13921 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * nnrss.el (nnrss-request-delete-group): Delete entries in
13924         nnrss-group-alist as well.
13925         (nnrss-save-server-data): Insert newline.
13926
13927 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13928
13929         * gnus.el (gnus-user-agent): Use list of symbols instead of
13930         symbols.  Display full version number for (S)XEmacs.  Optionally
13931         display (S)XEmacs codename.
13932
13933         * gnus-util.el (gnus-emacs-version): Update for new
13934         `gnus-user-agent'.
13935
13936         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13937         Gnus version.
13938
13939 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13942         which is unreadable in some setups.
13943
13944 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * gnus-spec.el (gnus-update-format-specifications): Flush the
13947         group format spec cache if it doesn't support decoded group names.
13948
13949 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13950
13951         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13952         Allow to apply decay on score files matching a regexp.
13953
13954 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13957         compatibility in %g and %c.
13958
13959 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13962         name for only %g and %c.
13963         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13964         of gnus-tmp-group to decoded group name.
13965         (gnus-group-make-rss-group): Exclude `/'s from group names.
13966
13967 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13968
13969         * nnrss.el (nnrss-get-encoding): Fix regexp.
13970
13971 2004-12-27  Simon Josefsson  <jas@extundo.com>
13972
13973         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13974         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13975         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13976
13977 2004-12-17  Kim F. Storm  <storm@cua.dk>
13978
13979         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13980
13981         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13982
13983 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13984
13985         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13986
13987 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * nnrss.el: Require rfc2047 and mml.
13990         (nnrss-file-coding-system): New variable.
13991         (nnrss-format-string): Redefine it as an inline function.
13992         (nnrss-decode-group-name): New function.
13993         (nnrss-string-as-multibyte): Remove.
13994         (nnrss-retrieve-headers): Decode group name; don't use
13995         nnrss-format-string.
13996         (nnrss-request-group): Decode group name.
13997         (nnrss-request-article): Decode group name; allow a Message-ID as
13998         well as an article number; don't use nnrss-format-string; encode a
13999         Message-ID string which may contain non-ASCII characters; use
14000         mml-to-mime to compose a MIME article.
14001         (nnrss-request-expire-articles): Decode group name.
14002         (nnrss-request-delete-group): Decode group name.
14003         (nnrss-fetch): Clarify error message.
14004         (nnrss-read-server-data): Use insert-file-contents instead of load;
14005         bind file-name-coding-system; use multibyte buffer.
14006         (nnrss-save-server-data): Bind coding-system-for-write to the
14007         value of nnrss-file-coding-system; bind file-name-coding-system;
14008         add coding cookie.
14009         (nnrss-read-group-data): Use insert-file-contents instead of load;
14010         bind file-name-coding-system; use multibyte buffer.
14011         (nnrss-save-group-data): Bind coding-system-for-write to the
14012         value of nnrss-file-coding-system; bind file-name-coding-system.
14013         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14014         make it work with non-ASCII text.
14015         (nnrss-find-el): Make it work with old xml.el as well.
14016
14017 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14018
14019         * nnrss.el (nnrss-get-encoding): New function.
14020         (nnrss-fetch): Use unibyte buffer initially; bind
14021         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14022         decode contents according to the encoding attribute.
14023         (nnrss-save-group-data): Add coding cookie.
14024         (nnrss-mime-encode-string): New function.
14025         (nnrss-check-group): Use it to encode subject and author.
14026
14027 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14028
14029         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14030         imaginary variable.
14031
14032 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14035         correctly even if there are wide characters.
14036
14037 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14038
14039         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14040         downcased symbol names; make a new cache instead of reusing
14041         bbdb-hashtable.
14042
14043 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14046         concatenating segments rather than before concatenating them.
14047         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14048
14049         * message.el (message-get-reply-headers): Bind `extra'.
14050
14051 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14052
14053         * message.el (message-extra-wide-headers): New variable.
14054         (message-get-reply-headers): Use it.
14055
14056 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14059         (gnus-agent-group-pathname): Ditto.
14060
14061         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14062
14063         * gnus-group.el (gnus-group-make-group): Decode group name.
14064         (gnus-group-make-rss-group): Register the group data after opening
14065         the nnrss group.
14066
14067 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14068
14069         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14070         by expiry now get marked as read.
14071
14072 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14075
14076 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14077
14078         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14079         unify Latin characters in XEmacs.
14080         (mm-find-mime-charset-region): Use it.
14081
14082 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * gnus-util.el (gnus-delete-directory): New function.
14085
14086         * gnus-agent.el (gnus-agent-delete-group): Use it.
14087
14088         * gnus-cache.el (gnus-cache-delete-group): Use it.
14089
14090 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14093         names.
14094
14095 2004-12-16  Simon Josefsson  <jas@extundo.com>
14096
14097         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14098
14099 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14102
14103         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14104         (gnus-group-set-current-level): Decode group name.
14105
14106 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14107
14108         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14109         failed.
14110
14111 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * gnus-group.el (gnus-group-delete-group): Decode group name.
14114         (gnus-group-make-rss-group): Encode group name.
14115         (gnus-group-catchup-current): Decode group name.
14116         (gnus-group-kill-group): Decode group name.
14117
14118 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14119
14120         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14121
14122 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-group.el (gnus-group-make-rss-group):
14125         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14126
14127         * gnus-start.el (gnus-setup-news): Honor user's setting to
14128         gnus-message-archive-method.  Suggested by Lute Kamstra
14129         <lute@gnu.org>.
14130
14131 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14132
14133         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14134         global counterparts of the buffer-local variables.
14135
14136 2004-11-16  Romain Francoise  <romain@orebokech.com>
14137
14138         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14139         counterparts of the buffer-local variables.
14140
14141 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * message.el (message-forbidden-properties): Fixed typo in doc
14144         string.
14145
14146 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14147
14148         * gnus-util.el (gnus-replace-in-string): Added doc string.
14149
14150         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14151         to avoid problems when splitting mails with many recipients.
14152
14153 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14154
14155         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14156         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14157
14158 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14159
14160         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14161         if there is no hashtable in memory or file modification time is
14162         newer than cached timestamp.
14163
14164 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14165
14166         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14167         not-matching option.
14168
14169 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14172         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14173         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14174         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14175         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14176         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14177
14178 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * message.el (message-forward-make-body-mml): Remove headers
14181         according to message-forward-ignored-headers if a message is decoded.
14182
14183 2004-12-02  Romain Francoise  <romain@orebokech.com>
14184
14185         * message.el (message-forward-make-body-plain): Always remove
14186         headers according to message-forward-ignored-headers.
14187
14188 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14189
14190         * spam.el (spam-summary-prepare-exit): Remove the
14191         gnus-summary-limit pop for now, it has problems with ham marks for
14192         me.
14193
14194 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14195
14196         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14197         correctly.
14198
14199 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14200
14201         * format-spec.el (format-spec): Message the char.
14202
14203 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14204
14205         * gnus-art.el (gnus-split-methods): Reformat comments.
14206
14207         * spam.el (spam-summary-prepare-exit): Remove article limits
14208         before exiting the summary buffer.
14209
14210 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14213         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14214
14215         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14216         order to silence the byte compiler.
14217
14218         * spam.el: Fix the way to silence the byte compiler, which
14219         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14220         bbdb-search-simple, spam-BBDB-register-routine,
14221         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14222         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14223         spam-stat-buffer-is-spam, spam-stat-load,
14224         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14225         spam-stat-save and spam-stat-split-fancy.
14226
14227 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14230         which may confuse users.
14231         (canlock-password-for-verify): Ditto.
14232
14233         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14234
14235         * gnus-art.el (gnus-emphasis-alist): Ditto.
14236
14237         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14238
14239         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14240
14241         * gnus-start.el (gnus-save-killed-list): Ditto.
14242
14243         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14244         (gnus-sum-thread-tree-root): Ditto.
14245         (gnus-sum-thread-tree-false-root): Ditto.
14246         (gnus-sum-thread-tree-single-indent): Ditto.
14247
14248         * message.el (message-courtesy-message): Ditto.
14249         (message-archive-note): Ditto.
14250         (message-subscribed-address-file): Ditto.
14251         (message-user-fqdn): Ditto.
14252
14253         * spam-report.el (spam-report-gmane-regex): Ditto.
14254
14255         * spam.el (spam-blackhole-good-server-regex): Ditto.
14256
14257 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * mml.el (mml-preview): Widen the message buffer before copying
14260         the contents to the preview buffer; sort headers before previewing.
14261
14262         * message.el (message-hidden-headers): Fix the way to avoid a bug
14263         in the `repeat' widget in Emacs 21.3 or earlier.
14264
14265 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * message.el (message-hidden-headers): Default to "^References:".
14268         Improve customization type.  Suggested by Reiner Steib
14269         <Reiner.Steib@gmx.de>.
14270
14271 2004-11-25  Romain Francoise  <romain@orebokech.com>
14272
14273         * message.el (message-strip-forbidden-properties): Remove check for
14274         obsolete `message-hidden' text property, hidden headers are not
14275         accessible in the buffer anymore.
14276
14277 2004-11-22  Romain Francoise  <romain@orebokech.com>
14278
14279         * message.el (message-header-format-alist): Add `From' in list
14280         so that it can be sorted.
14281         (message-fix-before-sending): Widen and sort headers before
14282         sending.
14283         (message-hide-headers): Use narrowing to hide headers by moving
14284         them to the top of the buffer and narrowing to the region
14285         underneath.
14286
14287 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14288
14289         * message.el (message-strip-forbidden-properties): Bind
14290         buffer-read-only (etc) to nil.
14291
14292 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14295         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14296
14297 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14298
14299         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14300
14301 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14302
14303         * dns.el (query-dns): Use sit-for to time instead of
14304         accept-process-output, since that doesn't seem to work on udp
14305         sockets.
14306
14307 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14310
14311 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14312
14313         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14314         doc string.  Improve doc string.
14315
14316 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * nntp.el (nntp-request-update-info): Return nil if
14319         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14320         may not call gnus-activate-group which uselessly issues the GROUP
14321         commands for all nntp groups and wastes time.  Reported by Romain
14322         Francoise <romain@orebokech.com>.
14323
14324         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14325
14326 2004-11-15  Simon Josefsson  <jas@extundo.com>
14327
14328         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14329         headers separately.
14330         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14331         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14332
14333 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-start.el (gnus-convert-old-newsrc):
14336         Assign legacy-gnus-agent to 5.10.7.
14337
14338 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14339
14340         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14341         start of the lines.
14342
14343 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14344
14345         * hashcash.el (hashcash-default-payment): Change default to 20.
14346         (hashcash-default-accept-payment): Change default to 20.
14347         (hashcash-process-alist): New variable.
14348         (hashcash-generate-payment-async): Add.
14349         (hashcash-already-paid-p): Add.
14350         (hashcash-insert-payment): Don't generate payments twice.
14351         (hashcash-insert-payment-async): Add.
14352         (hashcash-insert-payment-async-2): Add.
14353         (hashcash-cancel-async): Add.
14354         (hashcash-wait-async): Add.
14355         (hashcash-processes-running-p): Add.
14356         (hashcash-wait-or-cancel): Add.
14357         (mail-add-payment): New optional argument.  Conditionally start
14358         asynchronous calculation.
14359         (mail-add-payment-async): Add.
14360
14361         * message.el (message-send-mail): Wait for asynchronous hashcash
14362         results.  Don't clobber existing X-Hashcash headers.
14363         (message-setup-1): Call mail-add-payment-async when
14364         message-generate-hashcash is non-nil.
14365
14366 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14367
14368         * message.el (message-use-alternative-email-as-from): Examine the
14369         From header as well; use message-make-from in order to include a
14370         user's full name.
14371
14372 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14375         default; improve customization type.
14376         (gnus-emphasis-custom-with-format): New macro.
14377         (gnus-emphasis-custom-value-to-external): New function.
14378         (gnus-emphasis-custom-value-to-internal): New function.
14379
14380 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14381
14382         * dns.el (query-dns): Resolve reverse addresses.
14383
14384 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14385
14386         * gnus-group.el (gnus-group-get-new-news): Use it.
14387
14388         * gnus-start.el (gnus-check-reasonable-setup): New function.
14389
14390 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14393         "Args out of range" error.  Reported by Arnaud Giersch
14394         <arnaud.giersch@free.fr>.
14395
14396 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14397
14398         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14399
14400 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14401
14402         * spam.el (spam group): Add :version.
14403
14404         * pgg-def.el (pgg group): Add :version.
14405
14406 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * gnus-art.el (gnus-article-edit-article): Don't associate the
14409         article buffer with a draft file.  This is a temporary measure
14410         against the 2004-08-22 change to gnus-article-edit-mode.
14411
14412 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14415         (html2text-format-tags): Remove unused variable `attr'.
14416
14417 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14418
14419         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14420
14421         * tls.el (tls-process-connection-type, tls-success)
14422         (tls-certtool-program): Add :version.
14423
14424         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14425         (starttls-extra-arguments, starttls-process-connection-type)
14426         (starttls-connect, starttls-failure, starttls-success): Add :version.
14427
14428         * spam-stat.el (spam-stat): Add :version.
14429
14430         * sieve.el (sieve): Add :version.
14431
14432         * sha1.el (sha1): Add :version.
14433         (sha1-use-external): Remove redundant version.
14434
14435         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14436         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14437         (nnmail-split-fancy-match-partial-words)
14438         (nnmail-split-lowercase-expanded): Add :version.
14439
14440         * nndiary.el (nndiary): Add :version.
14441
14442         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14443
14444         * mml-sec.el (mml-default-sign-method)
14445         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14446         Add :version.
14447
14448         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14449
14450         * mm-url.el (mm-url-use-external, mm-url-program)
14451         (mm-url-arguments): Add :version.
14452
14453         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14454         (mm-attachment-file-modes, mm-decrypt-option)
14455         (mm-w3m-safe-url-regexp): Add :version.
14456
14457         * message.el (message-cite-prefix-regexp)
14458         (message-sendmail-envelope-from, message-minibuffer-local-map)
14459         (message-user-fqdn, message-completion-alist): Add :version.
14460
14461         * gnus-win.el (gnus-configure-windows-hook)
14462         (gnus-use-frames-on-any-display): Add :version.
14463
14464         * gnus-art.el (gnus-article-address-banner-alist)
14465         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14466         (gnus-treat-from-picon, gnus-treat-mail-picon)
14467         (gnus-treat-x-pgp-sig): Add :version.
14468
14469         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14470         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14471         (gnus-summary-article-delete-hook)
14472         (gnus-summary-display-while-building): Add :version.
14473
14474         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14475         (gnus-get-top-new-news-hook): Add :version.
14476
14477         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14478         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14479
14480         * gnus-registry.el (gnus-registry): Add :version.
14481
14482         * gnus-spec.el (gnus-use-correct-string-widths)
14483         (gnus-make-format-preserve-properties): Add :version.
14484
14485         * gnus.el (gnus-group-charter-alist)
14486         (gnus-group-fetch-control-use-browse-url)
14487         (gnus-install-group-spam-parameters): Add :version.
14488
14489         * gnus-diary.el (gnus-diary): Add :version.
14490
14491         * gnus-delay.el (gnus-delay): Add :version.
14492
14493         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14494         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14495         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14496         Add :version.
14497
14498         * gnus-agent.el (gnus-agent-max-fetch-size)
14499         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14500         (gnus-agent-prompt-send-queue): Add :version.
14501
14502         * deuglify.el (gnus-outlook-deuglify): Add :version.
14503
14504         * html2text.el: Beautify code.  Improve doc strings.  Some
14505         checkdoc cleanup.
14506         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14507
14508 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14509
14510         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14511
14512 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14513
14514         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14515         when package is loaded.
14516
14517         * spam.el (spam-summary-score-preferred-header): Add global preference
14518         for people who want to override the default SpamAssassin over
14519         Bogofilter preference (when both are set).
14520         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14521         (spam-user-format-function-S): Check
14522         spam-summary-score-preferred-header.
14523         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14524         (spam-user-format-function-S): Format the score correctly.
14525
14526 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14529         signature file.  Suggested by Manoj Srivastava
14530         <srivasta@golden-gryphon.com>.
14531
14532         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14533         iso-2022-jp even in the Japanese language environment.
14534         Suggested by Jason Rumney <jasonr@gnu.org>.
14535
14536 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14539         use the same characters as the dummy marks; make it free from
14540         getting affected by the language environment.
14541         (gnus-summary-read-group-1): Update mark positions only when the
14542         format spec is updated.
14543
14544         * gnus-spec.el (gnus-update-format-specifications): Return a list
14545         of updated types.
14546
14547 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14550         of boundp to check if display-warning is available.
14551
14552 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14553
14554         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14555
14556 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * nnspool.el (nnspool-spool-directory): Use news-path if the
14559         news-directory variable is not bound.
14560
14561         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14562         function instead of display-warning if it is not available.
14563
14564 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14567         v5-10: Use `point-at-bol'.
14568
14569 2004-10-26  Simon Josefsson  <jas@extundo.com>
14570
14571         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14572         <chenggao@gmail.com>.
14573
14574 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14577         instead.
14578
14579 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14580
14581         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14582         to remove a server from the nnimap-server-buffer-alist.
14583         (nnimap-open-connection, nnimap-close-server): Use it.
14584
14585         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14586
14587 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14590         running the major-mode function.
14591
14592 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14595         dummy marks in the right way.
14596
14597 2004-10-18  David Edmondson  <dme@dme.org>
14598
14599         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14600         excessively.
14601
14602 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14603
14604         * gnus-util.el (gnus-split-references): Accept a nil references
14605         string and go on blissfully.
14606
14607         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14608         cases where the references string is non-nil but has no references.
14609
14610         * encrypt.el: Add autoload tags.
14611
14612         * spam.el (spam-resolve-registrations-routine): Remove article
14613         from unregistration list too.  Reported by David Hanak
14614         <dhanak@isis.vanderbilt.edu>
14615
14616 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14617
14618         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14619         nil.  Changed custom type.
14620
14621 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14624
14625         * gnus-sum.el (gnus-summary-move-article): Use it.
14626
14627 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14628
14629         * encrypt.el: Add autoload cookies.
14630
14631         * spam.el (spam-backend-article-list-property)
14632         (spam-backend-get-article-todo-list)
14633         (spam-backend-put-article-todo-list)
14634         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14635         Resolve registrations separately.
14636         (spam-register-routine): Format comments.
14637         (spam-unregister-routine, spam-register-routine): Always call with
14638         specific-articles, no default list.
14639         (spam-summary-prepare-exit): Use the spam-classifications function.
14640
14641         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14642         gnus-encrypt.el.
14643
14644         * encrypt.el: Copied from gnus-encrypt.el.
14645
14646         * gnus-encrypt.el: Commented that it's obsolete.
14647
14648 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14651         (gnus-score-save): Use it.
14652
14653         * message.el (message-bury): Use `window-dedicated-p'.
14654
14655 2004-10-15  Simon Josefsson  <jas@extundo.com>
14656
14657         * pop3.el (top-level): Don't require nnheader.
14658         (pop3-read-timeout): Add.
14659         (pop3-accept-process-output): Add.
14660         (pop3-read-response, pop3-retr): Use it.
14661
14662 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14663
14664         * spam.el (spam-register-routine): Move comment.
14665         (spam-verify-bogofilter): Use 'unknown for the initial
14666         spam-bogofilter-valid state, not 'never.
14667
14668         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14669         for netrc-machine.
14670
14671         * nnimap.el (nnimap-open-connection): Use
14672         netrc-machine-user-or-password.
14673
14674 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14675
14676         * gnus-registry.el (gnus-registry-unload-hook):
14677         Set as a variable with add-hook.
14678
14679         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14680         of news-path.
14681
14682         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14683
14684         * spam.el: Delete duplicate `provide'.
14685         (spam-unload-hook): Set as a variable with add-hook.
14686
14687 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14690         in the doc string.
14691
14692         * message.el (message-ignored-news-headers)
14693         (message-ignored-supersedes-headers)
14694         (message-ignored-resent-headers)
14695         (message-forward-ignored-headers): Improve custom type.
14696
14697 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * message.el (message-tokenize-header): Fix 2004-09-06 change
14700         which used point-min in the wrong place.
14701
14702 2004-10-12  Simon Josefsson  <jas@extundo.com>
14703
14704         * tls.el (tls-certtool-program): New variable.
14705         (tls-certificate-information): New function, based on
14706         ssl-certificate-information.
14707
14708 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * compface.el: Move the version of ELisp-based uncompface program
14711         to the contrib directory because of the copyright problem.
14712
14713 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * message.el (message-kill-buffer): Raise the current frame.
14716
14717 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14720
14721         * gnus.el (message-y-or-n-p): Autoload.
14722
14723         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14724         (pop3-password-required, pop3-authentication-scheme)
14725         (pop3-leave-mail-on-server): Made customizable.
14726         (pop3): New custom group.
14727         (pop3-retr): Remove `sleep-for' statements.
14728         Suggested by Dave Love <fx@gnu.org>.
14729
14730         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14731         Windows/DOS.
14732
14733         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14734         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14735         Dave Love <fx@gnu.org>.
14736
14737         * mml.el (mml-minibuffer-read-disposition): Require match.
14738         Suggested by Dave Love <fx@gnu.org>.
14739
14740 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14741
14742         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14743         doc string.
14744
14745 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14748
14749 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14750
14751         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14752         instead of calling `mm-insert-inline', to decode text/* parts
14753         before displaying them.
14754
14755 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * mm-uu.el (mm-uu-text-plain-type): New variable.
14758         (mm-uu-pgp-signed-extract-1): Use it.
14759         (mm-uu-pgp-encrypted-extract-1): Use it.
14760         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14761         bind mm-uu-text-plain-type with that value.
14762         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14763         mm-uu-dissect.
14764
14765 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * gnus-group.el (gnus-update-group-mark-positions):
14768         * gnus-sum.el (gnus-update-summary-mark-positions):
14769         * message.el (message-check-news-body-syntax):
14770         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14771         of string-as-multibyte.
14772
14773 2004-10-05  Juri Linkov  <juri@jurta.org>
14774
14775         * gnus-group.el (gnus-update-group-mark-positions):
14776         * gnus-sum.el (gnus-update-summary-mark-positions):
14777         * message.el (message-check-news-body-syntax):
14778         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14779         8-bit unibyte values to a multibyte string for search functions.
14780
14781 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14784         (mm-uu-dissect-text-parts): New function.
14785
14786         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14787         dissect text parts.
14788
14789         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14790         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14791
14792         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14793
14794         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14795         gnus-current-topics instead of gnus-current-topic.
14796
14797 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14798
14799         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14800
14801 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14802
14803         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14804         where approriate.
14805
14806         * nnml.el (nnml-generate-active-info): do.
14807
14808         * nndiary.el (nndiary-generate-active-info): do.
14809
14810         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14811         (gnus-topic-move): do.
14812
14813         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14814         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14815
14816         * gnus-srvr.el (gnus-server-prepare)
14817         (gnus-server-open-all-servers): do.
14818
14819         * gnus-msg.el (gnus-summary-cancel-article)
14820         (gnus-summary-resend-message)
14821         (gnus-summary-mail-crosspost-complaint): do.
14822
14823         * gnus-move.el (gnus-change-server): do.
14824
14825         * gnus-group.el (gnus-group-unmark-all-groups)
14826         (gnus-group-set-current-level): do.
14827
14828 2004-10-04  Simon Josefsson  <jas@extundo.com>
14829
14830         * message.el (message-generate-hashcash): Doc fix.
14831
14832 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14833
14834         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14835         avoid infinite recursion via gnus-get-function.
14836
14837 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14838
14839         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14840
14841         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14842
14843         * nnmail.el (nnmail-split-history): do.
14844
14845         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14846         (nnml-request-delete-group): do.
14847
14848         * nnslashdot.el (nnslashdot-read-groups): do.
14849
14850         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14851         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14852
14853         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14854         (nnspool-sift-nov-with-sed): Use last.
14855         (nnspool-retrieve-headers-with-nov): Use mapc.
14856         (nnspool-request-newgroups): Use dolist.
14857         (nnspool-request-group): Use last.
14858
14859         * nntp.el (nntp-read-server-type): Use dolist.
14860
14861         * nnvirtual.el (nnvirtual-create-mapping)
14862         (nnvirtual-update-read-and-marked): Use dolist.
14863         (nnvirtual-convert-headers): Simplify.
14864
14865 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14866
14867         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14868         support for sync'ing tick marks.
14869
14870 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14873         there's no visible header.
14874
14875 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14876
14877         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14878         necessary, pass full group name to gnus-request-set-marks.
14879
14880 2004-10-01  Simon Josefsson  <jas@extundo.com>
14881
14882         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14883         acroread.
14884
14885 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14886
14887         * spam-report.el (spam-report-gmane): Fix interactive.
14888
14889         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14890
14891         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14892         when writing file.
14893         (gnus-agent-synchronize-flags): Don't default to being
14894         interactive.
14895
14896 2004-09-30  Simon Josefsson  <jas@extundo.com>
14897
14898         * message.el (message-generate-hashcash): Add.
14899         (message-send-mail): Use it, call mail-add-payment.
14900
14901 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14902
14903         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14904
14905 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14906
14907         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14908         gnus-requst-update-info with explicit code to sync the in-memory
14909         info read flags with the marks being sync'd to the backend.
14910
14911         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14912
14913 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14914
14915         * spam.el (spam-verify-bogofilter): Add new function.
14916         (spam-check-bogofilter)
14917         (spam-bogofilter-register-with-bogofilter): Use it.
14918         (spam-verify-bogofilter): Add small fixes.
14919
14920 2004-09-28  Simon Josefsson  <jas@extundo.com>
14921
14922         * hashcash.el (hashcash-generate-payment): Revert.
14923
14924 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14925
14926         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14927         gnus-extract-references instead of gnus-split-references.
14928
14929         * gnus-util.el (gnus-extract-references): Add new function, analogous
14930         to gnus-split-references but extracts only the message-ID without
14931         anything extra.
14932
14933         * hashcash.el (hashcash-generate-payment)
14934         (hashcash-check-payment): Do the right thing if hashcash-path is
14935         nil (because the hashcash program could not be found).
14936
14937         * spam.el (spam-use-hashcash): Remove comment.
14938
14939 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14940
14941         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14942         (gnus-cache-enter-article, gnus-cache-remove-article)
14943         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14944
14945         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14946
14947         * gnus-art.el (article-hide-boring-headers)
14948         (article-translate-strings, article-display-face)
14949         (gnus-article-mime-match-handle-first)
14950         (gnus-article-highlight-headers)
14951         (gnus-article-add-buttons-to-head): do.
14952
14953 2004-09-27  Simon Josefsson  <jas@extundo.com>
14954
14955         * hashcash.el: New version, from
14956         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14957         ../contrib/.
14958
14959 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14962
14963 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14964
14965         * gnus-dup.el (gnus-dup-open): Use mapc.
14966         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14967
14968         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14969         Reported by Stefan Wiens <s.wi@gmx.net>.
14970
14971         * gnus.el (gnus-shutdown): Use dolist.
14972
14973         * gnus-undo.el (gnus-undo): Use mapc.
14974
14975         * nnrss.el (nnrss-generate-active): do.
14976
14977         * message.el (message-cite-original-without-signature)
14978         (message-cite-original): Use mapc.
14979         (message-do-actions, message-make-forward-subject): Use dolist.
14980
14981 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14982
14983         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14984         deletion to remove entire duplicate line.  Fixes merged article
14985         number bug.
14986
14987 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14988
14989         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14990         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14991         first ask if you want to open a server and then, even when you
14992         responded with no, asking if you want to synchronize the server's
14993         flags.
14994         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14995         multi-line expressions.
14996         (gnus-agent-synchronize-group-flags): New internal function.
14997         Updates marks in memory (in the info structure) AND in the
14998         backend.
14999
15000         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15001
15002         * nnagent.el (nnagent-request-set-mark): Use
15003         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15004         method, to ensure that synchronization updates marks in the
15005         backend and in the info (in memory) structure.
15006
15007 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15010         convention fully; don't miss the root article of a thread; make
15011         the X-Draft-From header with correct article numbers.
15012
15013 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15014
15015         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15016         unless plugged.  Disable the agent so that an open failure causes
15017         an error.
15018
15019         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15020         Reverted 2004-09-21 change.  The backend must be opened while
15021         synchronizing flags even when the backend stores the flags
15022         locally.
15023
15024 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15027         in `header' match.  Reported by Svend Tollak Munkejord.
15028
15029         * message.el (message-cite-original): Fix use of
15030         `message-cite-articles-with-x-no-archive'.
15031
15032 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15035         (gnus-window-to-buffer): Ditto.
15036
15037         * mml.el (mml-preview-buffer): New variable.
15038         (mml-preview): Manage window layout with gnus-buffer-configuration.
15039
15040         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15041         X-Draft-From header even if those articles aren't quoted.
15042
15043 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15044
15045         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15046         (gnus-request-set-mark, gnus-request-update-mark): Use new
15047         g-s-t-u-l-m to decide to use backend even when unplugged.
15048
15049 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15052         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15053
15054 2004-09-20  Simon Josefsson  <jas@extundo.com>
15055
15056         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15057         "utf-16-le".
15058
15059 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15060
15061         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15062
15063 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15064
15065         * uudecode.el (uudecode-use-external): Add :version.
15066
15067         * smime.el (smime-CA-file, smime-encrypt-cipher)
15068         (smime-dns-server): Add :version.
15069
15070         * smiley.el (gnus-smiley-file-types): Add :version.
15071
15072         * sha1.el (sha1-use-external): Add :version.
15073
15074         * pgg-def.el (pgg-query-keyserver): Add :version.
15075
15076         * nnmail.el (nnmail-fancy-expiry-targets)
15077         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15078         Add :version.
15079
15080         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15081         (nnimap-retrieve-groups-asynchronous): Add :version.
15082         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15083
15084         * mml.el (mml-content-disposition-parameters)
15085         (mml-insert-mime-headers-always): Add :version.
15086
15087         * mm-util.el (mm-coding-system-priorities): Add :version.
15088
15089         * mm-decode.el (mm-inline-text-html-with-images)
15090         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15091         (mm-verify-option): Add :version.
15092         (mm-text-html-renderer): Change :version.
15093
15094         * message.el (message-fcc-externalize-attachments)
15095         (message-required-headers, message-draft-headers)
15096         (message-subject-trailing-was-query)
15097         (message-subject-trailing-was-ask-regexp)
15098         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15099         (message-mark-insert-end, message-archive-header)
15100         (message-archive-note, message-cross-post-default)
15101         (message-cross-post-note, message-followup-to-note)
15102         (message-cross-post-note-function, message-use-mail-followup-to)
15103         (message-subscribed-address-functions)
15104         (message-subscribed-address-file, message-subscribed-addresses)
15105         (message-subscribed-regexps, message-allow-no-recipients)
15106         (message-yank-cited-prefix, message-signature-insert-empty-line)
15107         (message-hidden-headers, message-hierarchical-addresses)
15108         (message-mail-user-agent, message-use-idna)
15109         (message-valid-fqdn-regexp)
15110         (message-strip-special-text-properties, message-header-synonyms)
15111         (message-beginning-of-line, message-tab-body-function): Add :version.
15112         (message-insert-canlock, message-wide-reply-confirm-recipients):
15113         Change :version.
15114
15115         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15116         and :version.
15117         (mail-source-delete-old-incoming-confirm)
15118         (mail-source-movemail-program): Add :version.
15119
15120         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15121         (gnus-agent-cache, gnus-agent): Change :version.
15122
15123         * gnus-util.el (gnus-use-byte-compile): Change :version.
15124
15125         * gnus-sum.el (gnus-summary-make-false-root-always)
15126         (gnus-summary-default-high-score)
15127         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15128         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15129         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15130         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15131         (gnus-sum-thread-tree-single-indent)
15132         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15133         (gnus-sum-thread-tree-leaf-with-other)
15134         (gnus-sum-thread-tree-single-leaf): Add :version.
15135         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15136         (gnus-article-loose-mime): Change :version.
15137
15138         * gnus-start.el (gnus-backup-startup-file)
15139         (gnus-save-startup-file-via-temp-buffer): Add :version.
15140
15141         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15142         (gnus-server-offline-face): Add :version.
15143
15144         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15145
15146         * gnus-msg.el (gnus-gcc-externalize-attachments)
15147         (gnus-debug-files, gnus-debug-exclude-variables)
15148         (gnus-discouraged-post-methods): Change :version.
15149         (gnus-confirm-mail-reply-to-news)
15150         (gnus-confirm-treat-mail-like-news): Add :version.
15151
15152         * gnus-int.el (gnus-server-unopen-status): Add :version.
15153
15154         * gnus-group.el (gnus-group-jump-to-group-prompt)
15155         (gnus-large-ephemeral-newsgroup)
15156         (gnus-fetch-old-ephemeral-headers): Add :version.
15157
15158         * gnus-fun.el (gnus-x-face-directory)
15159         (gnus-convert-pbm-to-x-face-command)
15160         (gnus-convert-image-to-x-face-command)
15161         (gnus-convert-image-to-face-command): Add :version.
15162
15163         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15164
15165         * gnus-cite.el (gnus-cite-blank-line-after-header)
15166         (gnus-article-boring-faces): Add :version.
15167
15168         * gnus-art.el (gnus-buttonized-mime-types)
15169         (gnus-inhibit-mime-unbuttonizing)
15170         (gnus-treat-display-face)
15171         (gnus-treat-body-boundary): Change :version.
15172         (gnus-body-boundary-delimiter, gnus-picon-databases)
15173         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15174         (gnus-treat-date-english, gnus-treat-fold-headers)
15175         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15176         (gnus-treat-mail-picon, gnus-treat-wash-html)
15177         (gnus-article-encrypt-protocol)
15178         (gnus-use-idna, gnus-article-over-scroll)
15179         (gnus-mime-display-multipart-alternative-as-mixed)
15180         (gnus-mime-display-multipart-related-as-mixed)
15181         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15182         (gnus-ctan-url, gnus-button-ctan-handler)
15183         (gnus-button-handle-ctan-bogus-regexp)
15184         (gnus-button-ctan-directory-regexp)
15185         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15186         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15187         (gnus-button-man-level, gnus-button-emacs-level)
15188         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15189
15190         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15191         (gnus-agent-go-online): Change :version.
15192         (gnus-agent-expire-unagentized-dirs)
15193         (gnus-agent-auto-agentize-methods): Add :version.
15194
15195         * flow-fill.el (fill-flowed-display-column)
15196         (fill-flowed-encode-column): Add :version.
15197
15198         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15199         (gnus-outlook-deuglify-unwrap-max)
15200         (gnus-outlook-deuglify-cite-marks)
15201         (gnus-outlook-deuglify-unwrap-stop-chars)
15202         (gnus-outlook-deuglify-no-wrap-chars)
15203         (gnus-outlook-deuglify-attrib-cut-regexp)
15204         (gnus-outlook-deuglify-attrib-verb-regexp)
15205         (gnus-outlook-deuglify-attrib-end-regexp)
15206         (gnus-outlook-display-hook): Add :version.
15207
15208         * binhex.el (binhex-use-external): Add :version.
15209
15210 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15211
15212         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15213         and `invisible'.
15214
15215 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15216
15217         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15218         in gnus-registry-trim.
15219
15220 2004-09-13  Simon Josefsson  <jas@extundo.com>
15221
15222         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15223
15224         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15225
15226         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15227         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15228         <yamaoka@jpl.org>.
15229         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15230         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15231         <yamaoka@jpl.org>.
15232
15233         * sieve.el (sieve-manage-mode): Ditto.
15234
15235 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15236
15237         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15238
15239 2004-09-11  Simon Josefsson  <jas@extundo.com>
15240
15241         * dns-mode.el: Add.
15242
15243         * mm-view.el (mm-display-dns-inline): Add.
15244
15245         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15246         (mm-automatic-display): Ditto.
15247
15248         * mailcap.el (mailcap-mime-data): Add text/dns.
15249         (mailcap-mime-extensions): Map .soa to text/dns.
15250
15251 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15252
15253         * gnus-art.el (article-decode-mime-words, article-babel)
15254         (gnus-article-highlight-signature, gnus-article-add-buttons)
15255         (gnus-signature-toggle): Remove unnecessary bindings of
15256         `inhibit-read-only' inherited from v5.10 merge.
15257
15258 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * nntp.el (nntp): New customization group.
15261         (nntp-authinfo-file): Add customization group.
15262
15263         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15264
15265         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15266
15267         * gnus.el (to-address, to-list, subscribed)
15268         (large-newsgroup-initial): Ditto.
15269
15270         * flow-fill.el (fill-flowed-display-column)
15271         (fill-flowed-encode-column): Ditto.
15272
15273 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15274
15275         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15276         Use point-min rather than 1.
15277         (message-send-mail): Use buffer-size rather than point-max.
15278
15279         * gnus-sum.el (gnus-summary-search-article-forward):
15280         Signal a specific `search-failed' rather than a generic `error'.
15281
15282         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15283         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15284         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15285
15286 2004-09-10  Simon Josefsson  <jas@extundo.com>
15287
15288         * nndb.el (require): Remove tcp and duplicate cl.
15289
15290 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * gnus-agent.el (directory-files-and-attributes): Move forward.
15293
15294 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15295
15296         * gnus-agent.el (directory-files-and-attributes): Optionally
15297         defined to support XEmacs.
15298
15299 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15300
15301         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15302         to avoid run-time CL dependencies.
15303         (gnus-agent-unfetch-articles): New function.
15304         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15305         article numbers even when local .overview file is missing.
15306         (gnus-agent-read-article-number): New function.  Only accepts
15307         27-bit article numbers.
15308         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15309         gnus-agent-read-article-number.
15310         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15311         from backend while recognizing that article numbers in .overview
15312         must be valid.
15313         (gnus-agent-update-files-total-fetched-for): Use
15314         directory-files-and-attributes to improve performance.
15315         * gnus-int.el (gnus-request-move-article): Use
15316         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15317         improve performance.
15318
15319         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15320         some users confused by references to .newsrc when they only have a
15321         .newsrc.eld file.
15322         (gnus-convert-mark-converter-prompt)
15323         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15324         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15325         New function.  Used internally to only display 'gnus converting
15326         files' message when actually necessary.
15327
15328         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15329         methods now autoloaded.
15330
15331 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15334         identifiers.
15335
15336 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * gnus-picon.el: Fix indentation and closing parenthesis.
15339
15340 2004-09-01  Simon Josefsson  <jas@extundo.com>
15341
15342         * message.el (message-canlock-generate): Require sha1, not
15343         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15344         to require within a function.  Sadly, if sha1.el isn't loaded, the
15345         let binding in m-c-g will hide the defcustom definition, which is
15346         bad.)
15347
15348         * canlock.el: Require sha1, not sha1-el.
15349
15350         * message.el: Don't autoload sha1 (there is a autoload cookie in
15351         sha1.el).
15352
15353         * sha1-el.el: Renamed to sha1.el.
15354
15355 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15356
15357         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15358
15359 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15360
15361         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15362
15363 2004-08-30  Kim F. Storm  <storm@cua.dk>
15364
15365         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15366
15367         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15368         Add :group 'nnimap.
15369
15370 2004-08-30  Andreas Schwab  <schwab@suse.de>
15371
15372         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15373         ?* and ?\;.
15374
15375         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15376         and ?\' to symbol instead of whitespace.
15377
15378 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15381
15382         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15383         instead of re-search-forward.
15384
15385         * gnus-uu.el (gnus-uu-save-article): Ditto.
15386         (gnus-uu-post-encode-uuencode): Ditto.
15387
15388         * html2text.el (html2text-clean-list-items): Ditto.
15389         (html2text-clean-dtdd): Ditto.
15390         (html2text-format-tags): Ditto.
15391
15392         * message.el (message-send-mail-with-sendmail): Fix regexp.
15393         (message-fill-field-general): Use search-forward instead of
15394         re-search-forward.
15395         (unbold-region): Ditto.
15396
15397         * nnrss.el (nnrss-request-article): Ditto.
15398
15399         * nnslashdot.el (nnslashdot-request-article): Ditto.
15400
15401         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15402
15403         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15404         "Unrecognized menu descriptor" error in XEmacs.
15405
15406 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15407
15408         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15409         parent article of a sparse article in the thread hashtb.
15410
15411 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15412
15413         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15414         (nnmail-expand-newtext): Lowercase expanded entries if
15415         nnmail-split-lowercase-expanded is non-nil.
15416
15417 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15420
15421         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15422         of gnus-tmp-news-method into string under XEmacs.  It will be
15423         passed to gnus-correct-length which takes only a string argument.
15424
15425 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus-util.el (gnus-bind-print-variables): New macro.
15428         (gnus-prin1): Use it.
15429         (gnus-prin1-to-string): Use it.
15430         (gnus-pp): New function.
15431         (gnus-pp-to-string): New function.
15432
15433         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15434         Replace pp-to-string with gnus-pp-to-string.
15435         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15436         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15437         * gnus-msg.el (gnus-debug): Ditto.
15438         * gnus-score.el (gnus-score-save): Ditto.
15439         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15440         gnus-pp-to-string.
15441         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15442         with gnus-pp.
15443         * score-mode.el (gnus-score-pretty-print): Ditto.
15444         * webmail.el (webmail-debug): Ditto.
15445
15446 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * gnus-art.el (article-display-face, article-display-x-face):
15449         Use buffer-read-only.
15450
15451 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * gnus-art.el (article-hide-list-identifiers):
15454         Bind inhibit-read-only as t.
15455
15456 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15457
15458         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15459
15460 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15461
15462         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15463         (gnus-narrow-to-page): Don't assume point-min == 1.
15464         (gnus-article-edit-mode): Derive from message-mode.
15465
15466         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15467         point-min == 1.
15468
15469         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15470         Disable incorrect use of `assert'.
15471
15472         * message.el (message-mode): Set comment-start-skip.
15473
15474
15475 2004-08-22  Sam Steingold  <sds@gnu.org>
15476
15477         * pop3.el (pop3-leave-mail-on-server): New user variable.
15478         (pop3-movemail): Delete mail only when it is nil.
15479
15480 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15483
15484         * mml.el (mml-preview): Use `pop-to-buffer'.
15485
15486         * message.el (message-goto-mail-followup-to): Insert after "To".
15487         (message-carefully-insert-headers): Add comment.
15488
15489         * gnus.el: Remove unused variable `gnus-article-check-size'.
15490
15491         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15492
15493         * gnus-art.el (gnus-button-alist): Improve
15494         `gnus-button-handle-library' entry.
15495
15496 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15497
15498         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15499         downcase, since XEmacs capitalizes error messages differently.
15500
15501 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15502
15503         * nntp.el: Add (require 'gnus) due to reference to
15504         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15505
15506 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15507
15508         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15509         `mm-fill-flowed'.
15510
15511         * mm-decode.el (mm-dissect-singlepart): Check it.
15512
15513 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15516         'imap' for netrc parsing.
15517
15518 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15519
15520         * mailcap.el (mailcap-mime-data): Mark as risky.
15521
15522 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15525         may be included in the encoded word.
15526         (rfc2047-encode): Don't append a space if the encoded word
15527         includes close parenthesis.
15528
15529 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15532         of text within parentheses.
15533
15534 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15535
15536         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15537         (gnus-encrypt-write-file-contents): Make the password key the file
15538         name PLUS the cipher, not just the cipher.  Also remove failed
15539         passwords from the cache.
15540
15541 2004-08-06  Simon Josefsson  <jas@extundo.com>
15542
15543         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15544         fix.
15545
15546 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15549         LWSP.
15550
15551 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15552
15553         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15554         to append in-reply-to: data to the references: header.
15555
15556         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15557         (netrc-parse): Use gnus-encrypt.el functions.
15558
15559         * gnus-encrypt.el: Add new file for encryption support; currently
15560         does only a few GPG ciphers and an internal XOR cipher.
15561
15562         * password.el: Add comments on using password-read-and-add.
15563         (password-read-and-add): Add function to read and add the
15564         password to the cache at once.
15565
15566 2004-07-28  Simon Josefsson  <jas@extundo.com>
15567
15568         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15569         parameter (but don't use it, for now).
15570
15571         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15572         instead of hard coding to nil.
15573
15574 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15577         as mm-inline-image-xemacs does.
15578
15579 2004-07-26  Simon Josefsson  <jas@extundo.com>
15580
15581         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15582         Revert part of 2004-07-17 change below.
15583
15584 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15585
15586         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15587         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15588
15589 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15590
15591         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15592         quotes that actually start with ">" at the beginning of the
15593         lines.
15594
15595 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * rfc2047.el (rfc2047-encode-region): Fix last change.
15598         (rfc2047-encode-parameter): Remove useless concat.
15599
15600 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15603         encode special characters; fix some kind of misconfigured headers;
15604         signal a real error if debug-on-quit or debug-on-error is non-nil.
15605         (rfc2047-encode-max-chars): New variable.
15606         (rfc2047-encode-1): Use it.
15607         (rfc2047-encode-parameter): New function.
15608
15609         * mml.el (mml-insert-parameter): Remove an excessive space.
15610
15611 2004-07-17  Simon Josefsson  <jas@extundo.com>
15612
15613         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15614         Kai Grossjohann <kai@emptydomain.de>.
15615         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15616         (gnus-group-make-menu-bar): Ditto.
15617
15618         * gnus-util.el (gnus-group-server): Add.
15619
15620 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15621
15622         * message.el (message-clone-locals): Clone sendmail and smtp
15623         variables.
15624
15625 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * rfc2047.el (rfc2047-encode-region): Fix last change.
15628
15629 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15632         characters as non-special.
15633
15634 2004-07-09  Simon Josefsson  <jas@extundo.com>
15635
15636         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15637         Users will lose all flag changes made while unplugged with
15638         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15639         good default.  See numerous reports on ding mailing list.
15640
15641 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15644         add generate-head-function and generate-article-function to the
15645         rfc822-forward entry.
15646         (nndoc-rfc822-forward-generate-article): New function.
15647         (nndoc-rfc822-forward-generate-head): New function.
15648
15649         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15650
15651 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15652
15653         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15654         respect display group parameter and gnus-summary-expunge-below.
15655         (gnus-articles-to-read): Remove unused reference to display group
15656         parameter.
15657
15658 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15659
15660         * nnheader.el (nnheader-uniquify-message-id): New experimental
15661         variable.
15662         (nnheader-nov-read-message-id): Use it.
15663
15664         * spam-report.el (spam-report-gmane): Add interactive.
15665
15666 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15669         qp-or-base64 for the application/* types.
15670
15671 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15672
15673         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15674
15675 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15676
15677         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15678         trim value.
15679
15680 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15681
15682         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15683         New macro and function.
15684         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15685
15686 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15689         after-load-alist.
15690
15691 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15692
15693         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15694         update info that isn't there.
15695
15696 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15697
15698         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15699         entry.
15700
15701 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15702
15703         * mm-view.el (mm-inline-render-with-function): Use multibyte
15704         buffer; decode html source by charset.
15705
15706         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15707
15708         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15709         Mule-UCS is loaded under XEmacs.
15710         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15711
15712 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15713
15714         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15715
15716 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * mm-util.el (mm-coding-system-p): Return a coding-system.
15719         (mm-mime-mule-charset-alist): Use shift_jis instead of
15720         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15721         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15722         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15723         instead of japanese-shift-jis and iso-latin-1 respectively in
15724         order to share the default value with both Emacs and XEmacs-mule.
15725         (mm-mule-charset-to-mime-charset): Make
15726         mm-coding-system-priorities effective.
15727         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15728         while predicating of candidates upon the priorities.
15729
15730 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15731
15732         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15733         gnus-uu-invert-processable.
15734
15735         * gnus.el: Autoload gnus-uu-invert-processable.
15736
15737 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * mm-util.el (mm-with-multibyte-buffer): New macro.
15740
15741         * rfc2047.el (rfc2047-encode-string): Use it.
15742         (rfc2047-encode-region): Move point to the end of the region after
15743         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15744
15745 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15748         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15749
15750 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15753         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15754         Karl Chen <quarl@nospam.quarl.org>.
15755
15756 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15757
15758         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15759         invalid addresses.
15760
15761 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15762
15763         * spam.el: Change section markers, revise TODO list.
15764         (spam-backends): Make new master list of all installed backends.
15765         (spam-summary-exit-behavior): Add new variable to determine how
15766         messages moves are done at summary exit.
15767         (spam-move-spam-nonspam-groups-only)
15768         (spam-process-ham-in-nonham-groups)
15769         (spam-process-ham-in-spam-groups): Remove variables, the
15770         spam-summary-exit-behavior variable should be used to manage this
15771         behavior.
15772         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15773         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15774         and spam-old-spam-articles.
15775         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15776         Add empty variables, placeholders for the backends they represent.
15777         (spam-set-difference): Move, unchanged.
15778         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15779         unless the user has a processor variable.
15780         (spam-classifications, spam-classification-valid-p)
15781         (spam-backend-properties, spam-backend-property-valid-p)
15782         (spam-backend-function-type-valid-p)
15783         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15784         (spam-report-articles-gmane, spam-report-articles-resend):
15785         Remove functions, they are not needed.
15786         (spam-install-backend-super, spam-backend-list)
15787         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15788         (spam-backend-function, spam-backend-ham-registration-function)
15789         (spam-backend-spam-registration-function)
15790         (spam-backend-ham-unregistration-function)
15791         (spam-backend-spam-unregistration-function)
15792         (spam-backend-statistical-p, spam-backend-mover-p)
15793         (spam-install-backend-alias, spam-install-checkonly-backend)
15794         (spam-install-mover-backend, spam-install-nocheck-backend)
15795         (spam-install-backend, spam-install-statistical-backend)
15796         (spam-install-statistical-checkonly-backend): Add backend installation
15797         support.
15798         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15799         (spam-group-processor-p): Use the new backend code and respect the
15800         summary exit behavior.
15801         (spam-mark-spam-as-expired-and-move-routine): Remove.
15802         (spam-summary-prepare): Change to use the new spam-old-articles
15803         variable.
15804         (spam-copy-or-move-routine, spam-copy-spam-routine)
15805         (spam-move-spam-routine, spam-copy-ham-routine)
15806         (spam-move-ham-routine): Add code to copy/move ham or spam.
15807         (spam-fetch-field-fast): Improve doc and code, plus allow the
15808         'number request.
15809         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15810         variables.
15811         (spam-split, spam-find-spam): Use the new backend code.
15812         (spam-registration-functions): Remove variable.
15813         (spam-unregister-routine): Add convenience wrapper.
15814         (spam-log-undo-registration, spam-register-routine)
15815         (spam-log-processing-to-registry)
15816         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15817         where possible.
15818         (spam-check-gmane-xref, spam-check-regex-headers)
15819         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15820         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15821         (spam-check-bogofilter-headers, spam-check-spamoracle)
15822         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15823         (spam-check-crm114-headers): Use the spam-split-group that
15824         spam-split prepares, no need to determine it every time.
15825
15826         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15827         to the nnheader-parse-naked-head call.
15828
15829         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15830
15831         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15832         the nnheader-nov-read-message-id call.
15833
15834 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15837         gnus-activate-group twice.  Suggested by Markus Peter
15838         <warp@spin.de>.
15839
15840 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-art.el (gnus-article-time-format): Exchange the order of
15843         day and month in the default value; fix customization type.
15844         (article-date-ut): Use add-text-properties.
15845         (article-make-date-line): Use message-make-date instead of
15846         current-time-string.
15847
15848         * message.el (message-fetch-field): Don't use set-text-properties.
15849         (message-make-date): Simplify.
15850
15851         * messagexmas.el (message-xmas-make-date): New function.
15852         (message-xmas-redefine): Defalias message-make-date to it.
15853
15854 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15857         (rfc2047-encode-region): Treat text within parentheses as special;
15858         show the original text when error has occurred.
15859
15860         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15861         already-computed method to gnus-activate-group.
15862
15863         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15864         same select-methods identical Lisp objects.
15865
15866         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15867         object when modifying the info.
15868
15869 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15872         gnus-opened-servers since it has never been opened with the new
15873         configuration yet.
15874
15875 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15878         arg to nnheader-generate-fake-message-id.
15879
15880 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15881
15882         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15883         number and build a fake message ID localized to a group and
15884         article number (so it's repeatable from that point on).
15885         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15886         ID format.
15887
15888         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15889         nnheader-generate-fake-message-id with the article number.
15890
15891 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15892
15893         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15894         end-of-buffer.
15895
15896 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15897
15898         * message.el (message-ignored-supersedes-headers): Add Approved.
15899
15900 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15903         goto-char.
15904         (rfc2047-encode): Fold the line before encoding.
15905
15906 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15907
15908         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15909         folding -- not all headers can be folded, and this should be done
15910         by the message composition mode.  Probably.  I think.
15911
15912 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15915         fast.
15916
15917         * gnus-ems.el (gnus-remove-image): Don't use
15918         message-text-with-property; remove only the image found first.
15919
15920         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15921         found first.
15922
15923 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15924
15925         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15926
15927 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * message.el (message-text-with-property): Make it fast and accept
15930         optional arguments.
15931         (message-strip-forbidden-properties): Use it.
15932         (message-fix-before-sending): Follow the m-t-w-p change.
15933
15934         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15935
15936 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * gnus-art.el (article-hide-headers): Don't change the buffer
15939         mistakenly when performing mml-preview even if
15940         gnus-single-article-buffer is nil.
15941
15942 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15943
15944         * message.el (message-expand-name-databases): New user option.
15945         (message-expand-name): Use it.
15946
15947 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15948
15949         * spam.el (spam-report-articles-resend)
15950         (spam-report-resend-register-routine): Allow ham reporting.
15951         (spam-report-resend-register-ham-routine): Add wrapper.
15952         (spam-registration-functions): Add ham resending functions.
15953         (spam-list-of-processors): Add ham resend processor.
15954
15955         * gnus.el (ham-resend-to): Add new group parameter.
15956         (spam-process): Add ham resend option.
15957
15958         * spam-report.el (spam-report-resend): Allow reporting ham.
15959         (spam-report-resend-ham): Add wrapper.
15960
15961 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15962
15963         * message.el (message-cite-articles-with-x-no-archive): New
15964         variable.
15965         (message-cite-original): Use it.
15966
15967 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15968
15969         * message.el (message-cite-original): Respect X-No-Archive.
15970
15971 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus-art.el (article-hide-headers): Refer to the values for
15974         gnus-ignored-headers and gnus-visible-headers in the summary
15975         buffer since a user may have set them as group parameters.
15976
15977 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15978
15979         * assistant.el (assistant-node-name): Add convenience function.
15980         (assistant-render-text, assistant-render-node): Add error handling,
15981         plus handle multiple next nodes.
15982         (assistant-find-next-node): Comment out for now.
15983         (assistant-find-next-nodes): Add function, returns list of next
15984         nodes.
15985
15986 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15987
15988         * mail-source.el (mail-source-directory): Fix doc-string.
15989
15990 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15991
15992         * assistant.el (assistant-render-text, assistant-eval): Add :set
15993         widget type, which is different because it takes and returns a
15994         list.  Much hilarity ensues.
15995
15996 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15999
16000         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16001         doc-string.
16002
16003         * gnus-start.el (gnus-activate-group): Added doc-string.
16004
16005 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16008
16009 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16010
16011         * assistant.el (assistant-render-text): Try to add a :set
16012         widget, more to come.
16013
16014         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16015         strings.
16016         (spam-report-articles-resend)
16017         (spam-register-routine): Do registration iff any articles warrant
16018         it.
16019         (spam-summary-prepare-exit): Change log message for nil group
16020         destinations.
16021
16022 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16023
16024         * spam.el (spam-report-resend-register-routine): Allow
16025         spam-report-resend-to to be a group parameter or a global value.
16026
16027 2004-05-26  Simon Josefsson  <jas@extundo.com>
16028
16029         * starttls.el: Merge with my GNUTLS based starttls.el.
16030         (starttls-gnutls-program, starttls-use-gnutls)
16031         (starttls-extra-arguments, starttls-process-connection-type)
16032         (starttls-connect, starttls-failure, starttls-success): New
16033         variables.
16034         (starttls-program, starttls-extra-args): Doc fix.
16035         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16036         functions.
16037         (starttls-negotiate, starttls-open-stream): Check
16038         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16039         function if it is set.
16040
16041 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16044         structured fields.
16045
16046 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16049
16050 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16051
16052         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16053         variable.
16054         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16055         assigning the spam-mark to new messages.
16056
16057 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16058
16059         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16060
16061 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16064
16065         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16066         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16067         default.
16068
16069 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16070
16071         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16072         correct data.
16073
16074 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16075
16076         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16077         (spam-group-processor-p): Fix function.
16078         (spam-group-processor-multiple-p)
16079         (spam-group-spam-processor-report-gmane-p)
16080         (spam-group-spam-processor-report-resend-p)
16081         (spam-group-spam-processor-bogofilter-p)
16082         (spam-group-spam-processor-blacklist-p)
16083         (spam-group-spam-processor-ifile-p)
16084         (spam-group-ham-processor-ifile-p)
16085         (spam-group-spam-processor-spamoracle-p)
16086         (spam-group-spam-processor-crm114-p)
16087         (spam-group-ham-processor-bogofilter-p)
16088         (spam-group-spam-processor-stat-p)
16089         (spam-group-ham-processor-stat-p)
16090         (spam-group-ham-processor-whitelist-p)
16091         (spam-group-ham-processor-BBDB-p)
16092         (spam-group-ham-processor-spamoracle-p)
16093         (spam-group-ham-processor-copy-p): Remove functions with some
16094         prejudice against unneeded code.
16095         (spam-report-articles-resend)
16096         (spam-report-resend-register-routine): Allow the group/topic
16097         spam-resend-to value to override spam-report-resend-to.
16098         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16099         properly now.
16100
16101         * gnus.el (spam-resend-to): Add group/topic parameter.
16102         (spam-process): Move the OBSOLETE processors to the end of the
16103         choices.
16104
16105 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16106
16107         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16108         with resend-to set to nil, and then ask the user if necessary.
16109         (spam-report-resend): spam-report-resend takes a list of articles, not
16110         separate article numbers.
16111
16112 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16115         addition to emacs-w3m.
16116
16117 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16118
16119         * assistant.el (assistant-authinfo-data): New function.
16120         (assistant-eval): Eval for entire assistant.
16121
16122         * netrc.el (netrc-services-file): New variable.
16123         (netrc-parse-services): New function.
16124         (netrc-find-service-name): New function.
16125         (netrc-find-service-number): New function.
16126         (netrc-port-equal): New function.
16127         (netrc-machine): Use it.
16128
16129         * nnimap.el (nnimap-open-connection): Use netrc.
16130
16131         * gnus-util.el (gnus-netrc-get): Remove aliases.
16132
16133         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16134
16135         * assistant.el (wid-edit): Fix compilation.
16136
16137         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16138
16139 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16140
16141         * gnus-util.el (gnus-set-file-modes): New function.  (small
16142         patch).
16143
16144 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16145
16146         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16147
16148         * assistant.el (assistant-render-node): Fix up rendering and
16149         read-only text.
16150         (assistant-render-node): Reset.
16151         (assistant-make-read-only): Not sticky.
16152
16153 2004-05-20  Danny Siu  <dsiu@adobe.com>
16154
16155         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16156         centered even when gnus-auto-center-summary is t.
16157
16158 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16159
16160         * dns.el (dns-get-txt-answer): New function.
16161         (dns-read-txt): Ditto.
16162         (query-dns): Use it.
16163
16164 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16165
16166         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16167         active for foreign groups even if the group level is higher than
16168         the specified value.
16169
16170 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16171
16172         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16173         non-active groups.
16174
16175         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16176
16177 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16178
16179         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16180
16181 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16182
16183         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16184         (spam-crm114-header, spam-crm114-spam-switch)
16185         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16186         (spam-crm114-positive-spam-header)
16187         (spam-crm114-database-directory, spam-list-of-processors)
16188         (spam-group-spam-processor-crm114-p)
16189         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16190         (spam-generic-score, spam-list-of-checks)
16191         (spam-list-of-statistical-checks, spam-registration-functions)
16192         (spam-check-crm114-headers, spam-crm114-score)
16193         (spam-check-crm114, spam-crm114-register-with-crm114)
16194         (spam-crm114-register-spam-routine)
16195         (spam-crm114-unregister-spam-routine)
16196         (spam-crm114-register-ham-routine)
16197         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16198         asjo@koldfront.dk (Adam Sjøgren).
16199
16200         * gnus.el: Add spam-use-crm114.
16201
16202         * spam.el (spam-list-of-processors, spam-registration-functions):
16203         Add spam-use-resend.
16204         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16205         (spam-report-articles-gmane): Add doc fix.
16206         (spam-report-articles-resend, spam-report-resend-register-routine):
16207         Add wrappers around spam-report-resend-to.
16208
16209         * spam-report.el (spam-report-resend-to, spam-report-resend):
16210         Add support for resending spam.
16211         (spam-report-gmane): Fix line length >80.
16212
16213         * gnus.el (spam-process): Add spam-use-resend.
16214
16215 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16216
16217         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16218         number of processed spam messages.
16219         (spam-ham-copy-or-move-routine): Return the number of processed
16220         ham messages.
16221         (spam-summary-prepare-exit): Use the above values to decide
16222         whether status messages shouled be displayed.
16223
16224 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16227         `rfc2047-encoding-function-alist' in order to avoid conflicting
16228         with the old version.
16229         (rfc2047-encode-region): Concatenate words containing non-ASCII
16230         characters in structured fields; don't encode space-delimited
16231         ASCII words even in unstructured fields; don't break words at
16232         char-category boundaries.
16233         (rfc2047-encode-1): New function.
16234         (rfc2047-encode): Use it; encode text so that it occupies the
16235         maximum width within 76-column; work correctly on Q encoding for
16236         iso-2022-* charsets.
16237         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16238         sure not to break a line just after the header name.
16239         (rfc2047-b-encode-region): Removed.
16240         (rfc2047-b-encode-string): New function.
16241         (rfc2047-q-encode-region): Removed.
16242         (rfc2047-q-encode-string): New function.
16243
16244         * mm-util.el (mm-replace-in-string): New function.
16245
16246 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16247
16248         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16249         get it right.
16250         (gnus-inews-make-draft): Really.
16251
16252 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16253
16254         * nnmh.el (nnmh-request-list-1): Don't check the link count
16255         before descending.  (small patch)
16256
16257 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16258
16259         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16260         stuff.
16261
16262         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16263         on real group name.
16264
16265         * gnus-art.el (gnus-signature-limit): Doc fix.
16266
16267         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16268
16269         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16270
16271 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16272
16273         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16274         isn't a string.
16275
16276 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16277
16278         * gnus-draft.el (gnus-draft-send): Bind
16279         rfc2047-encode-encoded-words.
16280
16281         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16282         (rfc2047-encodable-p): Say that =? needs encoding.
16283         (rfc2047-encode-encoded-words): New variable.
16284
16285         * gnus-group.el (gnus-group-select-group): Doc fix.
16286
16287         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16288
16289         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16290         to nil.
16291
16292         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16293
16294         * nnheader.el (nnheader-get-lines-and-char): New function.
16295
16296 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16297
16298         * gnus-msg.el (gnus-summary-followup-with-original): Document
16299         yanking of region when active.
16300
16301 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16302
16303         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16304         groups if the group level is higher than the specified value.
16305
16306 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16307
16308         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16309         (gnus-group-jump-to-group): Added prefix argument using
16310         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16311         non-active group.
16312
16313         * compface.el (uncompface): Be verbose when changing
16314         `uncompface-use-external'.
16315
16316         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16317         handle manual section.
16318
16319 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16320
16321         * gnus-art.el (gnus-button-alist): Revert previous change.
16322
16323 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16326
16327 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16328
16329         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16330         whether backend can accept message.
16331
16332         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16333
16334 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16335
16336         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16337         Avoid creating directory when nntp-marks-is-evil is true.
16338         Reported by Reiner Steib.
16339
16340 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16341
16342         * gnus-picon.el (gnus-picon-style): New variable.
16343         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16344         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16345         Jesper Harder <harder@ifa.au.dk>.
16346
16347 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16348
16349         * message.el (message-fill-field): Return point.
16350         (message-generate-headers): Go to end of field.
16351
16352         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16353         stuff for non-living groups.
16354
16355 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16356
16357         * gnus-art.el (gnus-article-followup-with-original)
16358         (gnus-article-reply-with-original): gnus-mark-active-p ->
16359         gnus-region-active-p.
16360
16361 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16362
16363         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16364         only when there is spam or ham to be processed.
16365
16366 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16367
16368         * mail-source.el (mail-source-delete-crash-box): Refactor.
16369         (mail-source-fetch): Use it.
16370         (mail-source-fetch-file): Ditto.
16371         (mail-source-fetch-directory): Run postscript in loop.
16372         (mail-source-fetch-pop): Delete.
16373         (mail-source-fetch-maildir): Ditto.
16374         (mail-source-fetch-imap): Ditto.
16375
16376         * imap.el (imap-authenticators): Comment out sasl.
16377
16378         * message.el (message-skip-to-next-address): New function.
16379         (message-fill-header-address): Refactor.
16380         (message-fill-address): Use it.
16381         (message-delete-address): Use it.
16382         (message-fill-header-general): Refactor.
16383         (message-fill-field-address): Rename.
16384         (message-narrow-to-field): Find the start of the header.
16385         (message-header-format-alist): Don't pre-fill.
16386         (message-fill-header): Removed.
16387         (message-insert-header): New function.
16388         (message-shorten-references): Use it.
16389
16390         * rfc2047.el (rfc2047-field-value): Strip props.
16391
16392         * mail-parse.el (mail-header-make-address): New alias.
16393
16394         * ietf-drums.el (ietf-drums-make-address): New function.
16395
16396         * imap.el: Add compiler directives.
16397
16398         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16399
16400         * gnus-art.el (article-decode-idna-rhs): Don't use
16401         message-idna-inside-rhs-p.
16402
16403 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16404
16405         * message.el (message-idna-inside-rhs-p): Removed.
16406         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16407
16408         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16409         false positives.
16410
16411 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16412
16413         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16414
16415 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16416
16417         * nneething.el (nneething-file-name): Don't create spurious
16418         files.
16419
16420         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16421         (gnus-inews-do-gcc): Remove sleep.
16422
16423         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16424         part under point.
16425
16426         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16427         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16428
16429 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16430
16431         * spam.el (spam-summary-prepare-exit): Fixed (length).
16432
16433 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16434
16435         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16436         as expired without moving it" message when there are spam
16437         messages left.
16438
16439 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16440
16441         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16442         header is not nil.
16443
16444 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16445
16446         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16447         nntp-possibly-create-directory, not nntp-possibly-change-group.
16448         (nntp-marks-changed-p): New arg SERVER.
16449         (nntp-request-update-info): Adjust caller.
16450
16451 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16452
16453         * nntp.el (nntp-save-marks): Pass missing arg.
16454
16455 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16456
16457         * nntp.el: Support marks.
16458         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16459         (nntp-marks-modtime, nntp-marks-directory): New variables.
16460         (nntp-request-set-mark, nntp-request-update-info)
16461         (nntp-possibly-create-directory, nntp-marks-changed-p)
16462         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16463         functions.
16464
16465 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16466
16467         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16468         (gnus-xmas-redefine): Rename.
16469
16470         * gnus-score.el (gnus-score-insert-help): Use
16471         gnus-select-lowest-window.
16472
16473         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16474         appt-select-lowest-window and rename to gnus-select-lowest-window.
16475
16476         * gnus.el: do.
16477
16478 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16479
16480         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16481         encodings of MIME-encoded words, in order to improve
16482         interoperability with several broken MUAs.
16483
16484 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16485
16486         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16487         tags, only when charsets are not specified in headers.
16488         (mm-inline-text-html-render-with-w3m): Ditto.
16489
16490         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16491         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16492
16493 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16494
16495         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16496         instead of MIME-decoded from fields when checking
16497         `gnus-article-address-banner-alist'.
16498
16499 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16500
16501         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16502         description rather than subject.
16503
16504 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16505
16506         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16507
16508 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16509
16510         * gnus.el (gnus-version-number): Bump.
16511
16512 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16513
16514         * gnus.el: No Gnus v0.2 is released.
16515
16516 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16517
16518         * gnus-agent.el (gnus-agent-read-agentview): Inline
16519         gnus-uncompress-range.
16520
16521 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16522
16523         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16524         `exec-installed-p'.
16525
16526 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16527
16528         * gnus.el (spam-process, spam-autodetect-methods): Add
16529         bsfilter and bsfilter-headers.
16530
16531         * spam.el (spam-bsfilter): New customize group.
16532         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16533         (spam-bsfilter-header, spam-bsfilter-probability-header)
16534         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16535         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16536         (spam-bsfilter-database-directory): New options.
16537         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16538         (spam-list-of-statistical-checks, spam-registration-functions):
16539         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16540         (spam-bsfilter-score): New command.
16541         (spam-check-bsfilter-headers, spam-check-bsfilter)
16542         (spam-bsfilter-register-with-bsfilter)
16543         (spam-bsfilter-register-spam-routine)
16544         (spam-bsfilter-unregister-spam-routine)
16545         (spam-bsfilter-register-ham-routine)
16546         (spam-bsfilter-unregister-ham-routine): New functions.
16547         (spam-generic-score): Support bsfilter; Accept an optional argument
16548         to recalcurate spam score even if scoring header has already been
16549         added.
16550         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16551         optional argument to recalcurate spam score even if scoring header
16552         has already been added.
16553
16554 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16555
16556         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16557         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16558         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16559         link is missing.
16560
16561 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16562
16563         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16564         (html2text-get-attr): Rewrite.
16565
16566         * message.el (message-setup-1): Remove redundant put-text-property
16567         on mail-header-separator.
16568
16569 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16570
16571         * gnus-registry.el (gnus-registry-cache-whitespace)
16572         (gnus-registry-action, gnus-registry-spool-action)
16573         (gnus-registry-split-fancy-with-parent): Change message levels
16574         from 5 to 3 or 7, as needed.
16575
16576         * spam.el (spam-summary-prepare-exit)
16577         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16578         (spam-split, spam-find-spam, spam-log-undo-registration)
16579         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16580         level from 5 to 6.
16581
16582 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16583
16584         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16585         2004-03-04 change).
16586
16587 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16588
16589         * sieve-manage.el (sieve-manage-open):
16590         * nnweb.el (nnweb-insert-html):
16591         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16592         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16593         * nnspool.el (nnspool-request-group):
16594         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16595         * nnml.el (nnml-request-update-info):
16596         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16597         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16598         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16599         (nnimap-request-set-mark):
16600         * nnfolder.el (nnfolder-request-update-info):
16601         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16602         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16603         * gnus-uu.el (gnus-uu-find-articles-matching):
16604         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16605         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16606         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16607         * gnus-nocem.el (gnus-nocem-scan-groups):
16608         * gnus-int.el (gnus-start-news-server):
16609         * gnus-group.el (gnus-group-make-kiboze-group)
16610         (gnus-group-browse-foreign-server):
16611         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16612         Use mapc when appropriate.
16613
16614 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16615
16616         FIXME: Make separate entries for each person.
16617
16618         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16619         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16620         <shields@msrl.com>:
16621
16622         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16623         may need for spam sorting and scoring.
16624         (spam-user-format-function-S): Add user format function suitable for
16625         general use.
16626         (spam-article-sort-by-spam-status): Add sorting function for summary
16627         sorting.
16628         (spam-extra-header-to-number): Add function to get a score from a
16629         header.
16630         (spam-summary-score): Add function to get a numeric score from the
16631         headers.
16632         (spam-generic-score): Fix function doc, was in wrong place.
16633         (spam-initialize): Take symbols when it's run, and install the
16634         extra headers that spam-necessary-extra-headers thinks we need.
16635
16636 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16637
16638         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16639         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16640
16641 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16642
16643         * gnus-sum.el (gnus-set-global-variables)
16644         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16645         (gnus-article-get-xrefs, gnus-summary-best-group)
16646         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16647         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16648         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16649         Use with-current-buffer.
16650
16651 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16652
16653         * spam.el (spam-summary-prepare-exit): Simplify logic.
16654         (spam-fetch-article-header): Read the article header if it's not
16655         available.
16656         (spam-list-articles): Simplify logic.
16657         (spam-filelist-register-routine): Fix bug with unregister-list.
16658
16659         * gnus-registry.el: Fix comments at beginning.
16660
16661 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16662
16663         * message.el (message-cater-to-broken-inn): Remove.
16664         (message-shorten-references): Make sure the total folded length of
16665         References is shorter than 998 characters to cater to a bug in INN
16666         2.3.  Also, don't pretend that references aren't folded -- this
16667         hasn't worked for a while.
16668
16669 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16670
16671         * gnus-agent.el (gnus-agentize):
16672         gnus-agent-send-mail-real-function no longer set to current value
16673         of message-send-mail-function but rather a lambda that calls
16674         message-send-mail-function.  The change makes the agent real-time
16675         responsive to user changes to message-send-mail-function.
16676
16677 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16678
16679         * legacy-gnus-agent.el
16680         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16681         help from Florian Weimer <fw@deneb.enyo.de>
16682
16683 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * nnmail.el (nnmail-cache-insert): Revert last change.
16686
16687 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * nnmail.el (nnmail-cache-insert): Always check whether
16690         nnmail-cache-ignore-groups matches a group name.
16691
16692 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16693
16694         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16695         (spam-find-spam, spam-log-processing-to-registry)
16696         (spam-log-registered-p, spam-log-unregistration-needed-p)
16697         (spam-log-undo-registration): Use gnus-message instead of
16698         gnus-error, none of these errors are fatal.
16699
16700         * gnus-registry.el (gnus-registry-clean-empty-function)
16701         (gnus-registry-clean-empty): Remove only empty entries without
16702         extra data.
16703
16704 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16705
16706         * spam-stat.el (spam-stat-buffer-change-to-spam)
16707         (spam-stat-buffer-change-to-non-spam): Change (error) to
16708         (gnus-message 8) invocation.
16709
16710 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * nntp.el (nntp-via-netcat-command): New variable.
16713         (nntp-via-netcat-switches): New variable.
16714         (nntp-open-via-rlogin-and-netcat): New function.
16715         (nntp-open-connection-function): Doc fix.
16716         (nntp-telnet-command): Doc fix.
16717         (nntp-end-of-line): Doc fix.
16718         (nntp-via-rlogin-command): Doc fix.
16719         (nntp-via-user-name): Doc fix.
16720         (nntp-via-address): Doc fix.
16721
16722 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16723
16724         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16725         error in Emacs 21.1.
16726
16727 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16728
16729         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16730
16731 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16732
16733         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16734         (gnus-agent-with-refreshed-group): New macro.
16735         (gnus-agent-rename-group): New function.
16736         (gnus-agent-delete-group): New function.
16737         (gnus-agent-save-group-info): Use gnus-command-method when
16738         `method' parameter is nil.  Don't write nil entries into the
16739         active file.
16740         (gnus-agent-get-group-info): New function.
16741         (gnus-agent-fetch-articles): Use
16742         gnus-agent-update-files-total-fetched-for to increment disk space
16743         used.
16744         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16745         gnus-agent-update-view-total-fetched-for to increment disk space
16746         used.
16747         (gnus-agent-get-local): Added optional parameters to avoid calling
16748         gnus-group-real-name and gnus-find-method-for-group.
16749         (gnus-agent-set-local): Delete stored entry if either min, or max,
16750         are nil.
16751         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16752         quit, use gnus-agent-regenerate-group to record existance of any
16753         articles fetched to disk before the quit occurred.
16754         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16755         gnus-agent-update-view-total-fetched-for, and
16756         gnus-agent-update-files-total-fetched-for to decrement disk space
16757         used.
16758         (gnus-agent-retrieve-headers): Use
16759         gnus-agent-update-view-total-fetched-for to increment disk space
16760         used.
16761         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16762         with gnus-agent-update-files-total-fetched-for to decrement disk
16763         space and fresh group buffer.
16764         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16765         (gnus-agent-need-update-total-fetched-for): New variable.
16766         (gnus-agent-update-files-total-fetched-for): New function.
16767         (gnus-agent-update-view-total-fetched-for): New function.
16768         (gnus-agent-total-fetched-for): New function.
16769
16770         * gnus-cache.el (gnus-cache-save-buffers): Use
16771         gnus-cache-update-overview-total-fetched-for to change disk space
16772         used by this group.
16773         (gnus-cache-possibly-enter-article): Use
16774         gnus-cache-update-file-total-fetched-for to increment disk space
16775         used by this group.
16776         (gnus-cache-possibly-remove-article): Use
16777         gnus-cache-update-file-total-fetched-for to decrement disk space
16778         used by this group.
16779         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16780         (gnus-cache-rename-group): New function.
16781         (gnus-cache-delete-group): New function.
16782         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16783         (gnus-cache-need-update-total-fetched-for): New variable.
16784         (gnus-cache-with-refreshed-group): New macro.
16785         (gnus-cache-update-file-total-fetched-for): New function.
16786         (gnus-cache-update-overview-total-fetched-for): New function.
16787         (gnus-cache-rename-group-total-fetched-for): New function.
16788         (gnus-cache-delete-group-total-fetched-for): New function.
16789         (gnus-cache-total-fetched-for): New function.
16790
16791         * gnus-group.el: Require gnus-sum and autoload functions to
16792         resolve warnings when gnus-group.el compiled alone.
16793         (gnus-group-line-format): Documented new %F.
16794         (size of Fetched data) group line format; identifies disk space
16795         used by agent and cache.
16796         (gnus-group-line-format-alist): Defined new F format.
16797         (gnus-total-fetched-for): New function.
16798         (gnus-group-delete-group): No longer update
16799         gnus-cache-active-altered as gnus-request-delete-group now keeps
16800         the cache in sync.
16801         (gnus-group-list-active): Let the agent store a server's active
16802         list if currently plugged.
16803
16804         * gnus-int.el (gnus-request-delete-group):
16805         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16806         local disk in sync with the server.
16807         (gnus-request-rename-group):
16808         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16809         local disk in sync with the server.
16810
16811         * gnus-start.el (gnus-get-unread-articles):
16812         Cosmetic simplification to logic.
16813
16814         * gnus-util.el (gnus-rename-file): New function.
16815
16816 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16817
16818         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16819
16820 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16821
16822         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16823         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16824
16825 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16826
16827         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16828         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16829
16830 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16831
16832         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16833
16834 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16835
16836         * spam.el (spam-set-difference): Add function to replace
16837         gnus-set-difference in spam.el.
16838         (spam-summary-prepare-exit): Use spam-set-difference.
16839
16840 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16841
16842         * gnus-registry.el (gnus-registry-cache-file): Update to use
16843         gnus-dribble-directory OR gnus-home-directory OR ~.
16844         (gnus-registry-split-fancy-with-parent): Fix doc.
16845
16846 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * message.el (message-exchange-point-and-mark): Use
16849         message-mark-active-p.  Suggested by Jesper Harder
16850         <harder@ifa.au.dk>.
16851
16852 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * message.el (message-exchange-point-and-mark): Don't activate
16855         region if it was inactive.  Suggested by Hiroshi Fujishima
16856         <pooh@nature.tsukuba.ac.jp>.
16857
16858 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-art.el (article-display-face): Display Faces in the same
16861         order as X-Faces.
16862
16863 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16866
16867 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16870         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16871         (gnus-article-mime-hierarchy): Remove.
16872         (gnus-article-mime-hierarchy-next): Remove.
16873         (gnus-article-mode): Revert 2004-03-19 change.
16874         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16875         (gnus-insert-mime-button): Revert 2004-03-19 change.
16876         (gnus-mime-accumulate-hierarchy): Remove.
16877         (gnus-mime-enter-multipart): Remove.
16878         (gnus-mime-leave-multipart): Remove.
16879         (gnus-mime-display-part): Revert 2004-03-19 change.
16880         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16881
16882         * mml.el (mml-preview): Revert 2004-03-19 change.
16883
16884 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16885
16886         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16887
16888 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16891         t while entering a file name using the mm-with-multibyte macro.
16892         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16893
16894         * mm-util.el (mm-with-multibyte): New macro.
16895
16896 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16899         user option.
16900         (gnus-mime-multipart-functions): Doc and customization fix.
16901         (gnus-article-mime-hierarchy): New variable.
16902         (gnus-article-mime-hierarchy-next): New variable.
16903         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16904         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16905         gnus-article-mime-hierarchy-next to nil.
16906         (gnus-insert-mime-button): Show hierarchy numbers.
16907         (gnus-mime-accumulate-hierarchy): New function.
16908         (gnus-mime-enter-multipart): New function.
16909         (gnus-mime-leave-multipart): New function.
16910         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16911         (gnus-mime-display-alternative): Show hierarchy numbers.
16912
16913         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16914         gnus-article-mime-hierarchy-next to nil.
16915
16916 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16917
16918         * dns.el: Don't require gnus-xmas.
16919
16920 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16921
16922         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16923         inline PGP.
16924         (mml-menu): Disable mml-quote-region if mark is inactive.
16925
16926 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16929         when the group's active is not available.
16930
16931 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16934         error.
16935
16936 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16937
16938         * imap.el (imap-store-password): New variable.
16939         (imap-interactive-login): Use it.
16940         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16941
16942 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16945         window-start and hscroll to summary window.
16946
16947 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16948
16949         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16950         conversion message to newsrc-dribble when an actual conversion is
16951         performed.
16952
16953 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16954
16955         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16956
16957 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * mm-decode.el (mm-complicated-handles): New function reviving
16960         former definition of mm-multiple-handles.
16961
16962         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16963         (gnus-mime-delete-part): Use it.
16964
16965 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16966
16967         * gnus-agent.el (gnus-agent-read-local): Bind
16968         nnheader-file-coding-system to gnus-agent-file-coding-system to
16969         avoid the implicit assumption that they will always be equal.
16970         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16971         coding-system-for-write, as the with-temp-file macro first prints
16972         to a buffer then saves the buffer.
16973
16974 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * gnus-art.el (gnus-article-edit-part): New function.
16977         (gnus-mime-save-part-and-strip): Use it; do query instead of
16978         signaling an error; don't use mm-multiple-handles.
16979         (gnus-mime-delete-part): Ditto.
16980
16981 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16982
16983         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16984         old file versions.
16985         (gnus-group-prepare-hook): Removed function that converted list
16986         form of gnus-agent-expire-days to group properties.
16987
16988         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16989         (gnus-request-accept-article): Re-indented.
16990
16991         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16992         converters to handle old agent file formats.  Added logic for a
16993         "backup before upgrading warning".
16994         (gnus-convert-mark-converter-prompt): Developers can mark
16995         functions as needing (default), or not needing,
16996         gnus-convert-old-newsrc's "backup before upgrading warning".
16997         (gnus-convert-converter-needs-prompt): Tests whether the user
16998         should be protected from potentially irreversable changes by the
16999         function.
17000
17001         * legacy-gnus-agent.el: New.  Provides converters that are only
17002         loaded when gnus-convert-old-newsrc needs to call them.
17003
17004 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * mail-source.el (mail-source-touch-pop): Doc fix.
17007
17008         * message.el (message-smtpmail-send-it): Doc fix.
17009
17010 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17011
17012         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17013
17014         * nnmail.el (nnmail-split-fancy): do.
17015
17016         * gnus-kill.el (gnus-kill, gnus-execute): do.
17017
17018 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17019
17020         * gnus-sum.el (gnus-widget-reversible-match)
17021         (gnus-widget-reversible-to-internal)
17022         (gnus-widget-reversible-to-external): New functions.
17023         (gnus-widget-reversible): New widget.
17024         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17025
17026 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17027
17028         * gnus-sum.el (gnus-thread-sort-functions)
17029         (gnus-article-sort-functions): Document `(not F)' items.
17030
17031 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17032
17033         * spam.el (spam-use-gmane-xref): Add new backend.
17034         (spam-gmane-xref-spam-group): Add variable to control the name of the
17035         Gmane spam group.
17036         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17037         (spam-regex-headers-spam, spam-regex-headers-ham)
17038         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17039         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17040         backends and checks.
17041         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17042
17043         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17044         an autodetect method.
17045
17046 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17047
17048         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17049         articles are being added to a group.
17050         (gnus-request-replace-article): Inform the agent that articles
17051         need to be uncached as the cached contents are no longer valid.
17052
17053 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * binhex.el: Don't autoload executable-find.
17056
17057         * canlock.el: Don't autoload mail-fetch-field.
17058
17059         * dgnushack.el: Autoload c-mode for XEmacs.
17060
17061         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17062
17063         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17064         rmail-dont-reply-to and rmail-output.
17065
17066         * gnus-score.el: Don't autoload ffap-string-at-point.
17067
17068         * gnus-setup.el: Don't autoload sc-cite-original.
17069
17070         * imap.el: Don't autoload base64-decode-string,
17071         base64-encode-string and md5.
17072
17073         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17074         and rmail-msg-restore-non-pruned-header.
17075
17076         * mm-decode.el: Don't autoload executable-find.
17077
17078         * mm-url.el: Don't autoload executable-find.
17079
17080         * mm-view.el: Don't autoload diff-mode.
17081
17082         * nndb.el: Don't autoload news-reply-mode, news-setup,
17083         cancel-timer and telnet.
17084
17085         * password.el: Don't autoload run-at-time for Emacs.
17086
17087         * sha1-el.el: Don't autoload executable-find.
17088
17089         * sieve-mode.el: Don't autoload c-mode.
17090
17091         * uudecode.el: Don't autoload executable-find.
17092
17093 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17094
17095         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17096         (gnus-agent-possibly-alter-active): Avoid null in numeric
17097         comparison.
17098         (gnus-agent-set-local): Refuse to save null in local object table.
17099         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17100         list of articles that will be marked as unread.
17101
17102 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17105
17106 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17107
17108         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17109         language tags.
17110
17111 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17112
17113         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17114         Don't bind "obarray".
17115
17116         * gnus-sum.el (gnus-thread-sort-functions): Added
17117         `gnus-thread-sort-by-most-recent-number' and
17118         `gnus-thread-sort-by-most-recent-date'.
17119         Reported by Kai Grossjohann <kai@emptydomain.de>.
17120
17121 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17124
17125 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17126
17127         * gnus-cus.el (gnus-agent-customize-category): Removed
17128         ignore-errors macro reference that required cl to be loaded at
17129         run-time.
17130
17131         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17132         single-interval range of the form (min . max).  Previously the
17133         range had to look like ((min . max)).  Likewise, return
17134         (min . max) rather than ((min . max)).
17135         (gnus-range-map): Use gnus-range-normalize to accept
17136         single-interval range.
17137
17138         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17139         the cache, but not the agent, now appear with their usual face.
17140
17141         * dgnushack.el (loaddir): New variable that is bound to the
17142         directory containing the dgnushack.el file. Use loaddir, rather
17143         than srcdir, to update load-path. Change lets dgnushack compile
17144         code in directories other than GNUS/lisp.
17145
17146 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * lpath.el: Don't bind w3m-safe-url-regexp.
17149
17150         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17151         w3m-safe-url-regexp variable buffer-local.
17152
17153         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17154
17155 2004-02-27  Simon Josefsson  <jas@extundo.com>
17156
17157         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17158         gnus-group-real-prefix.
17159         (gnus-summary-move-article): Use it, instead of
17160         gnus-group-real-prefix.
17161
17162 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * lpath.el: Bind w3m-safe-url-regexp.
17165
17166         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17167         w3m-safe-url-regexp variable buffer-local and set it as the value
17168         of mm-w3m-safe-url-regexp.
17169
17170         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17171
17172         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17173         parsing gnus-posting-styles when the message is not for replying.
17174
17175         * dgnushack.el: Autoload sgml-mode for XEmacs.
17176
17177         * nnrss.el (nnrss-opml-export): Use
17178         mm-set-buffer-file-coding-system instead of
17179         set-buffer-file-coding-system.
17180
17181 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17182
17183         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17184         of checkdoc.el).
17185         * nnrss.el: do.
17186         * gnus-mlspl.el: do.
17187         * gnus-ml.el: do.
17188         * gnus-srvr.el: do.
17189
17190         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17191
17192 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17193
17194         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17195         Corrections to custom-manual links.
17196
17197         * gnus-art.el (gnus-article): Ditto.
17198
17199         * mm-decode.el (mime-display, mime-security): Ditto.
17200
17201 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17202
17203         * flow-fill.el: Typo.
17204
17205 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17206
17207         * spam-wash.el: New file.
17208
17209 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17210
17211         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17212
17213 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17214
17215         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17216         to be run with new-articles as LIST1, not LIST2.
17217         (spam-registration-functions): Add spam-use-ham-copy as a nil
17218         registration backend.
17219
17220 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17221
17222         * spam-stat.el (spam-stat-washing-hook): New option.
17223         (spam-stat-buffer-words): Use it.
17224         (spam-stat-process-directory, spam-stat-test-directory): Use
17225         insert-file-contents-literally.
17226         (spam-stat-coding-system): New variable.
17227         (spam-stat-load, spam-stat-save): Use it.
17228
17229 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * spam-report.el (spam-report-plug-agent): Quote
17232         spam-report-url-to-file and spam-report-url-ping-plain.
17233
17234 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17235
17236         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17237         / in mailto URLs.
17238
17239 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * spam-report.el (spam-report-process-queue): Fix interactive use.
17242         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17243         (spam-report-unplug-agent): Doc fixes.
17244         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17245         (spam-report-agentize, spam-report-deagentize): Autoload.
17246
17247 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17250
17251         * message.el (message-setup-fill-variables): Add mml tags to
17252         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17253         <ajk@iu.edu>.
17254         (message-mode): Don't modify paragraph-separate there.
17255
17256 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * compface.el (uncompface-use-external): Default to undecided.
17259         (uncompface-use-external-threshold): New variable.
17260         (uncompface-float-time): New macro.
17261         (uncompface): Determine whether to use the external decoder if
17262         uncompface-use-external is undecided.
17263
17264 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17265
17266         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17267         after images.
17268
17269         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17270
17271 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17272
17273         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17274
17275         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17276
17277         * gnus-sum.el (gnus-summary-limit-to-age)
17278         (gnus-summary-limit-children): do.
17279
17280         * gnus-int.el (gnus-request-scan): do.
17281
17282         * gnus-group.el (gnus-group-suspend): do.
17283
17284         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17285
17286         * gnus-cite.el (gnus-cite-parse-attributions): do.
17287
17288         * gnus-agent.el (gnus-summary-set-agent-mark)
17289         (gnus-agent-regenerate-group): do.
17290
17291         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17292
17293         * binhex.el (binhex-decode-region-internal): do.
17294
17295 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * gnus-fun.el (gnus-face-properties-alist): New user option.
17298         (gnus-display-x-face-in-from): Use it.
17299
17300         * gnus-art.el (article-display-face): Ditto.
17301
17302         * compface.el (uncompface-use-external): Default to nil.
17303
17304 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17305
17306         * nntp.el (nntp-erase-buffer): New function.
17307         (nntp-retrieve-data, nntp-send-command)
17308         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17309         (nntp-possibly-change-group): Use it.
17310
17311         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17312         with-current-buffer.
17313
17314 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17315
17316         * compface.el: Merge the ELisp-based uncompface program.
17317         (compface): New customization group.
17318         (uncompface-use-external): New user option.
17319         (uncompface): Call uncompface-internal if uncompface-use-external
17320         is nil.
17321         (uncompface-internal): New function.  Note that there are also
17322         some other functions and variables added for this function.
17323
17324 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17325
17326         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17327         if necessary.
17328
17329 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17330
17331         * spam-report.el (spam-report-unplug-agent)
17332         (spam-report-plug-agent, spam-report-deagentize)
17333         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17334         Add support for the Agent in spam-report: when unplugged, report to a
17335         file; when plugged, submit all the requests.
17336
17337         * spam.el (spam-register-routine): Fix message about
17338         registration.
17339
17340 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17341
17342         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17343         dependencies.
17344         (rfc2047-encode): Use it.
17345
17346         * gnus-art.el (gnus-button-marker-list): Move before first
17347         reference.
17348
17349         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17350         (imap-parse-body): Fix format string mismatch.
17351
17352         * gnus-score.el (gnus-summary-increase-score): do.
17353
17354         * nnrss.el (nnrss-close): New function.
17355
17356 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17357
17358         * nnrss.el (nnrss-make-filename): New function.
17359         (nnrss-request-delete-group, nnrss-read-server-data)
17360         (nnrss-save-server-data, nnrss-read-group-data)
17361         (nnrss-save-group-data): Use it.
17362         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17363         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17364         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17365
17366 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17367
17368         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17369
17370 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17371
17372         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17373         files.
17374
17375         * message.el (message-generate-headers-first): Don't quote nil
17376         and t in docstrings.
17377
17378         * imap.el (imap-id): do.
17379
17380         * gnus-agent.el (gnus-agent-consider-all-articles)
17381         (gnus-agent-queue-mail): do.
17382
17383 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17384
17385         * spam-report.el (spam-report-process-queue): New function.
17386         Process requests from `spam-report-requests-file'.
17387         (spam-report-process-queue): Doc fix.
17388
17389 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17390
17391         * spam.el (spam-register-routine)
17392         (spam-log-processing-to-registry, spam-log-registered-p)
17393         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17394         Change "check" to "spam-check" for semi-clarity.
17395
17396 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * pop3.el: Require nnheader.
17399
17400         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17401
17402         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17403
17404         * gnus-picon.el: Require cl.
17405
17406         * gnus-fun.el: Require gnus-ems and gnus-util.
17407
17408         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17409
17410         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17411
17412         * gnus-art.el (gnus-article-edit-mode): Define before first
17413         reference.
17414
17415 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17416
17417         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17418         (gnus-uu-post-encoded): Use point-at-bol.
17419
17420         * gnus-topic.el (gnus-group-active-topic-p): do.
17421
17422         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17423
17424         * gnus-group.el (gnus-group-kill-region): do.
17425
17426         * gnus-art.el (article-date-ut): do.
17427
17428         * message.el (message-fetch-field): Remove redundant
17429         case-fold-search binding.
17430         (message-narrow-to-field): Simplify.
17431
17432 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17433
17434         * spam.el (spam-directory): Derive from `gnus-directory'.
17435
17436         * spam-report.el (spam-report-url-to-file)
17437         (spam-report-requests-file): New function and variable for offline
17438         reporting.
17439         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17440         and user defined function.
17441         (spam-report-url-ping-mm-url): Remove doubled slash.
17442
17443 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17444
17445         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17446
17447 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17450         format string mismatch.
17451
17452         * sieve.el (sieve-deactivate-all): do.
17453
17454         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17455
17456         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17457
17458         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17459
17460         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17461
17462 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17463
17464         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17465         the list of checks.
17466
17467 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17468
17469         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17470         padding.
17471
17472 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17473
17474         * mm-view.el (mm-fill-flowed): New variable.
17475         (mm-inline-text): Use it.
17476
17477 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17478
17479         * spam.el (spam-spamassassin-register-ham-routine)
17480         (spam-spamassassin-register-spam-routine): Fix function names.
17481
17482 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * gnus.el (gnus-tmp-grouplens): Remove.
17485         (gnus-summary-line-format): Remove grouplens.
17486
17487         * gnus-group.el (gnus-group-line-format): Ditto.
17488
17489         * gnus-spec.el (gnus-format-specs): Ditto.
17490         (gnus-update-format-specifications): Flush the group format spec
17491         cache if there's the grouplens stuff.
17492         (gnus-parse-simple-format): Replace %l with the empty string.
17493
17494 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17495
17496         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17497         omission.
17498
17499 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17500
17501         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17502         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17503
17504 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17505
17506         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17507         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17508         New macros and functions.
17509         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17510         Handle > NLINK_MAX messages.
17511         * nnmaildir.el (nnmaildir-request-set-mark): Use
17512         nnmaildir--emlink-p and nnmaildir--eexist-p.
17513
17514 2004-01-25  Alex Schroeder  <alex@gnu.org>
17515
17516         * spam-stat.el (spam-stat-process-directory-age): New option.
17517         (spam-stat-process-directory): Use it.
17518
17519 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17520
17521         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17522         (spam-stat-save): Accept prefix argument.
17523
17524 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17525
17526         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17527         links" error.
17528
17529 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17532         the rest of the and/or forms.
17533
17534 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17535
17536         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17537         compatibility with old .newsrc.eld files.
17538
17539         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17540
17541         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17542
17543         * gnus-start.el (gnus-1): do.
17544
17545         * gnus-group.el (gnus-group-line-format-alist): do.
17546
17547         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17548
17549         * gnus-gl.el: Remove.
17550
17551 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17552
17553         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17554         marks consisting of a single range {for example, (3 . 5)} rather
17555         than a list of a single range { ((3 . 5)) }.
17556
17557 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17558
17559         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17560         with-current-buffer.
17561         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17562         avoid consing a string.
17563
17564         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17565         Remove obsolete entries for big5 and gb2312.
17566
17567 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17568
17569         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17570         uncompressed list.
17571
17572 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17573
17574         * spam-stat.el (spam-stat-strip-xref): New function.
17575         (spam-stat-process-directory): Use it.
17576
17577         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17578         here -- it's done in message-fetch-field.
17579
17580 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17581
17582         * gnus-agent.el (gnus-agent-queue-mail)
17583         (gnus-agent-prompt-send-queue): New variables.
17584         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17585         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17586         "nndraft:queue" along to gnus-draft-send.  Use
17587         gnus-agent-prompt-send-queue.
17588         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17589         is "nndraft:queue".  Suggested by Gaute Strokkenes
17590         <gs234@srcf.ucam.org>
17591
17592         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17593         (agent-enable-undownloaded-faces): Added.
17594         (gnus-agent-cat-groups): Use eval-and-compile, not
17595         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17596         method of gnus-agent-cat-groups even when the buffer has been
17597         evaled.
17598         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17599         delete gnus-agent-save-active-1.
17600         (gnus-agent-save-groups): Deleted.  Identical to
17601         gnus-agent-save-active.
17602         (gnus-agent-write-active): No longer adjust agent's copy of active
17603         file as agent's adjustments are now stored in their own
17604         file.  Removed optional parameter.
17605         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17606         servers.  Add use of min/max range limits from server's local
17607         file.
17608         (gnus-agent-save-alist): Removed unused optional argument.
17609         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17610         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17611         (gnus-agent-set-local): A per-server file that keeps min/max range
17612         limits for articles known to the agent.  Provides a fast mechanism
17613         for altering many active ranges.
17614         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17615         active file (local makes it unnecessary).
17616         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17617
17618         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17619         (agent-enable-undownloaded-faces): Added.
17620
17621         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17622         disable it when sending to "nndraft:queue".
17623         (gnus-group-send-queue): Add safety check to avoid sending queue
17624         when unplugged.
17625
17626         * gnus-group.el (gnus-group-catchup): Use new
17627         gnus-sequence-of-unread-articles, not
17628         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17629         numbers of articles.  Use gnus-range-map to avoid having to
17630         uncompress the unread list.
17631         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17632         Fixed invalid ange-ftp reference.
17633
17634         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17635         (gnus-sorted-range-intersection): Intersection of two ranges
17636         without requiring that they first be uncompressed.
17637
17638         * gnus-start.el (gnus-activate-group): Unless blocked by the
17639         caller, possibly expand the active range to include both cached
17640         and agentized articles.
17641         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17642         multiple version-dependent converters.
17643         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17644         gnus-agent-save-active.
17645         (gnus-save-newsrc-file): Save dirty agent range limits.
17646
17647         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17648         gnus-agent-possibly-alter-active.
17649         (gnus-adjust-marked-articles): Faster handling of simple lists.
17650
17651 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17652
17653         * spam-stat.el (spam-stat-test-directory): New optional argument
17654         displays a list of files detected.  Suggested by Andrew Cohen
17655         <cohen@andy.bu.edu>.
17656         (spam-stat-buffer-words-with-scores): Don't narrow and change
17657         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17658
17659 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17660
17661         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17662         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17663         (spam-spamassassin-arguments)
17664         (spam-spamassassin-spam-flag-header)
17665         (spam-spamassassin-positive-spam-flag-header)
17666         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17667         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17668         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17669         (spam-list-of-processors, spam-list-of-checks)
17670         (spam-list-of-statistical-checks, spam-registration-functions)
17671         (spam-check-spamassassin-headers, spam-check-spamassassin)
17672         (spam-spamassassin-score)
17673         (spam-spamassassin-register-with-sa-learn)
17674         (spam-spamassassin-register-spam-routine)
17675         (spam-spamassassin-register-ham-routine)
17676         (spam-assassin-register-spam-routine)
17677         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17678         (spam-bogofilter-score): Fix to show article before scoring.
17679
17680 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17681
17682         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17683         default scoring function.
17684         (spam-generic-score): Call spam-spamassassin-score if
17685         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17686         spam-bogofilter-score otherwise.
17687
17688         * gnus.el (spam-process, spam-autodetect-methods): Add
17689         spamassassin and spamassassin-headers.
17690
17691 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17692
17693         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17694         Suppress unnecessary messages.
17695
17696 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17697
17698         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17699         make-hash-table.
17700
17701 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * canlock.el (base64-encode-string): Don't autoload it.
17704
17705 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17706
17707         * run-at-time.el: Remove useless (require 'itimer),
17708         eval-and-compile and (featurep 'xemacs).
17709
17710 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17711
17712         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17713         GROUP is a virtual group.
17714
17715 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17716
17717         * gnus.el: Autoload `message-y-or-n-p'.
17718
17719 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17720
17721         * pgg-parse.el: Remove unnecessary (require 'custom).
17722
17723         * pgg-def.el: do.
17724
17725         * nnmail.el: do.
17726
17727         * gnus-undo.el: do.
17728
17729         * gnus-picon.el: do.
17730
17731         * gnus-util.el: do.
17732
17733 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17734
17735         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17736
17737 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17740         handle, as well as a list.
17741
17742         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17743         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17744         (mm-w3m-cid-retrieve): Simplify.
17745
17746 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17747
17748         * message.el (message-kill-to-signature): Allow prefix arg to
17749         specify number of lines to keep before signature.
17750
17751 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17752
17753         * message.el (message-kill-to-signature): Change docstring.
17754
17755 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * canlock.el: Always require sha1-el.
17758         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17759
17760         * message.el: Autoload sha1 only when compiling.
17761
17762         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17763         eudc-expand-inline for XEmacs.
17764
17765 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * message.el (message-canlock-generate): Require sha1-el.
17768
17769 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17770
17771         * message.el (message-expand-name): Silence the byte compiler.
17772
17773         * lpath.el: Add detect-coding-system.
17774
17775         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17776         cus-edit.
17777
17778 2004-01-13  Simon Josefsson  <jas@extundo.com>
17779
17780         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17781         Invoke gnus-score-mode.  Reported by
17782         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17783
17784         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17785         Jim Blandy <jimb@redhat.com> (tiny change).
17786
17787 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17788
17789         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17790
17791 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17792
17793         * spam.el (spam-get-article-as-string): Update to use
17794         gnus-request-article-this-buffer, much simpler.
17795         (spam-get-article-as-buffer): Remove.
17796
17797 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17798
17799         * message.el (message-expand-name): Use EUDC if the user uses that.
17800
17801 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17802
17803         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17804         character for the encoding to avoid consing a string.
17805
17806         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17807         unnecessarily.
17808
17809         * mm-util.el (mm-replace-chars-in-string): Remove.
17810
17811         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17812         of mm-replace-chars-in-string.
17813
17814 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17815
17816         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17817
17818         * mm-util.el (mm-subst-char-in-string): Support inplace.
17819
17820         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17821         a new string in every iteration.  Use shy groups.
17822
17823 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17824
17825         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17826         * gnus-soup.el (gnus-soup-group-brew):
17827         * gnus-msg.el (gnus-put-message):
17828         * gnus-move.el (gnus-group-move-group-to-server):
17829         * gnus-kill.el (gnus-batch-score):
17830         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17831         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17832         (gnus-group-update-group, gnus-group-read-group)
17833         (gnus-group-make-group, gnus-group-make-help-group)
17834         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17835         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17836         (gnus-group-sort-by-unread, gnus-group-catchup)
17837         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17838         (gnus-group-yank-group, gnus-group-set-info)
17839         (gnus-group-list-groups):
17840         * gnus.el (gnus-generate-new-group-name):
17841         * gnus-delay.el (gnus-delay-send-queue):
17842         * nnvirtual.el (nnvirtual-catchup-group):
17843         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17844         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17845         (gnus-group-prepare-topics, gnus-topic-check-topology):
17846         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17847         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17848         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17849         (gnus-group-make-articles-read):
17850         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17851         (gnus-group-change-level, gnus-kill-newsgroup)
17852         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17853         (gnus-get-unread-articles, gnus-make-articles-unread)
17854         (gnus-make-ascending-articles-unread): Use accessor
17855         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17856         to get group information for improved readability.
17857
17858
17859 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17860
17861         * gnus-art.el (article-decode-mime-words, article-babel)
17862         (gnus-article-highlight-signature, gnus-article-add-buttons)
17863         (gnus-signature-toggle): Use gnus-with-article-buffer.
17864
17865         * gnus-art.el (gnus-article-highlight-headers)
17866         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17867
17868         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17869         (gnus-article-set-globals, gnus-request-article-this-buffer)
17870         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17871         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17872         (gnus-mime-display-alternative): Use with-current-buffer.
17873
17874 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17875
17876         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17877         also under 80 char limit, and call gnus-error if needed.
17878         (spam-fetch-article-header): Fix - it was a
17879         buffer-local variable (gnus-newsgroup-data).
17880         (spam-find-spam): Use spam-generate-fake-headers, forget about
17881         spam-insert-fake-headers.
17882         (spam-insert-fake-headers): Remove.
17883
17884 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17885
17886         * deuglify.el (gnus-article-outlook-unwrap-lines)
17887         (gnus-outlook-rearrange-article)
17888         (gnus-outlook-repair-attribution-outlook)
17889         (gnus-outlook-repair-attribution-block)
17890         (gnus-outlook-repair-attribution-other): Remove redundant
17891         save-excursion.
17892
17893 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17894
17895         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17896         (spam-fetch-field-subject-fast)
17897         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17898         (spam-fetch-article-header): Add functions to deal with Gnus
17899         internals for fast retrieval of article header data.
17900         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17901
17902 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17903
17904         * pop3.el (pop3-md5): Remove.
17905         (pop3-apop): Replace pop3-md5 with md5.
17906
17907         * mm-bodies.el: base64 is always built-in.
17908
17909         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17910         with-current-buffer.
17911
17912 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * canlock.el (canlock-insert-header): Remove excessive grouping in
17915         regexp.
17916
17917         * gnus-sum.el (gnus-summary-read-document): Ditto.
17918
17919         * gnus-uu.el (gnus-uu-part-number): Ditto.
17920
17921         * html2text.el (html2text-remove-tags): Ditto.
17922         (html2text-format-tags): Ditto.
17923         (html2text-format-single-elements): Ditto.
17924
17925         * mml.el (mml-parse-1): Ditto.
17926
17927 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17928
17929         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17930
17931         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17932
17933         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17934
17935         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17936
17937 2003-11-15  Simon Josefsson  <jas@extundo.com>
17938
17939         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17940         (pgg-gpg-lookup-key): Use regexp match instead of
17941         split-string (split-string is different between emacs 21.2 and
17942         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17943
17944 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17945
17946         * gnus-art.el (gnus-mime-view-all-parts)
17947         (gnus-article-part-wrapper, gnus-article-view-part): Use
17948         with-current-buffer.
17949
17950 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17951
17952         * spam.el (spam-disable-spam-split-during-ham-respool)
17953         (spam-spamoracle-database, spam-cache-lookups)
17954         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17955         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17956         (spam-group-ham-marks, spam-group-spam-marks)
17957         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17958         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17959         also add spam-use-blackholes to the statistical checks.
17960         (spam-fetch-field-fast): Add interface to fetching fields, may
17961         become a macro.
17962         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17963         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17964         (spam-insert-fake-headers): Fake an article when needed.
17965         (spam-find-spam): Fake article when possible.
17966         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17967         (spam-check-bogofilter-headers): Use message-fetch-field instead
17968         of nnmail-fetch-field.
17969
17970 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17971
17972         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17973
17974 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17975
17976         * spam.el (spam-split): Do not require spam-use-CHECK to be
17977         enabled if that check is passed to spam-split explicitly; also
17978         fix so 'spam doesn't get converted to spam-split-group when
17979         spam-split-symbolic-return is t.
17980         (spam-find-spam): Find registrations of the article and use those
17981         instead of re-running spam-split to find the spam/ham
17982         classification of the article.
17983         (spam-log-processing-to-registry, spam-log-registered-p)
17984         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17985         Use gnus-error instead of gnus-message.
17986         (spam-log-registration-type): Add function to determine the
17987         classification of a message based on registry entries; will
17988         return nil if both 'spam and 'ham are found.
17989         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17990         a reasonably fast local cache without the loading errors.
17991         (spam-cache-lookups): Set to t by default.
17992         (spam-find-spam): Don't try to guess spam-cache-lookups.
17993         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17994         spam-caches entry.
17995         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17996         caching of whitelist/blacklist entries.
17997         (spam-check-whitelist, spam-check-blacklist): Invoke
17998         spam-from-listed-p with a type, not a cache variable.
17999         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18000
18001 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18002
18003         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18004
18005         * nnmail.el (nnmail-split-fancy): do.
18006
18007         * mml.el (mml-parse): do.
18008
18009         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18010         (gnus-score-adaptive): do.
18011
18012 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18015         (gnus-mime-button-map): Don't set keymap parent.
18016         (gnus-button-ctan-directory-regexp): Use shy grouping.
18017         (gnus-prev-page-map): Don't set keymap parent.
18018         (gnus-prev-page-map): Remove duplicated one.
18019         (gnus-next-page-map): Don't set keymap parent.
18020         (gnus-mime-security-button-map): Ditto.
18021
18022         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18023         version number.
18024
18025         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18026
18027 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * canlock.el (canlock-sha1-function): Remove.
18030         (canlock-sha1-function-for-verify): Remove.
18031         (canlock-openssl-program): Remove.
18032         (canlock-openssl-args): Remove.
18033         (canlock-ignore-errors): Remove.
18034         (canlock-sha1-with-openssl): Remove.
18035         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18036         (canlock-verify): Don't use canlock-ignore-errors.
18037
18038         * sha1-el.el (sha1-string-external): Make it can return a string
18039         in binary form.
18040         (sha1-region-external): Ditto.
18041         (sha1-string-internal): Ditto.
18042         (sha1-region-internal): Ditto.
18043         (sha1-region): Ditto.
18044         (sha1-string): Ditto.
18045         (sha1): Ditto.
18046
18047 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18048
18049         * spam.el (spam-report-articles-gmane): New command.
18050
18051 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18054
18055         * run-at-time.el (run-at-time-saved): Remove.
18056         (run-at-time): Doc fix.
18057
18058 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18059
18060         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18061         (gnus-summary-limit-map): Add it.
18062         (gnus-summary-make-menu-bar): do.
18063
18064 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18065
18066         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18067         Make attempt at some caching support (done for BBDB only now).
18068         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18069         addresses to be checked.
18070         (spam-clear-cache-BBDB): Add function, to be invoked by
18071         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18072         (spam-check-BBDB): Check and use the caches, if
18073         spam-cache-lookups is on, remove superfluous (provide).
18074
18075 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18076
18077         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18078
18079 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18080
18081         * run-at-time.el (run-at-time-saved): Move to after the definition
18082         of `run-at-time'.
18083
18084         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18085
18086 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18089         mm-w3m-local-map-property.
18090
18091         * mm-view.el (mm-w3m-mode-map): Remove.
18092         (mm-w3m-local-map-property): Remove.
18093         (mm-inline-text-html-render-with-w3m): Don't use
18094         mm-w3m-local-map-property.
18095
18096 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18097
18098         * run-at-time.el: New file.
18099
18100         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18101         under Emacs.
18102
18103         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18104         of gnus-set-text-properties.
18105
18106         * gnus-uu.el (gnus-uu-save-article): Ditto.
18107
18108         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18109
18110         * gnus-cite.el (gnus-cite-parse): Ditto.
18111
18112         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18113         of gnus-.
18114
18115         * gnus-xmas.el (run-at-time): Require run-at-time.
18116
18117         * gnus.el: Changed calls to nnheader-run-at-time and
18118         password-run-at-time throughout to use run-at-time directly.
18119
18120         * password.el: Removed definition of run-at-time.
18121
18122         * nnheaderxm.el: Remove definition of run-at-time.
18123
18124 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18125
18126         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18127         in prompt.
18128
18129 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18130
18131         * messagexmas.el (message-xmas-redefine): Alias
18132         `message-make-caesar-translation-table' to
18133         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18134         version.
18135
18136         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18137         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18138         `gnus-xmas-set-text-properties'.
18139         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18140         `gnus-xmas-completing-read'.
18141         (gnus-xmas-completing-read): Removed.
18142         (gnus-xmas-open-network-stream): Removed.
18143
18144         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18145         XEmacs version.
18146
18147         * dns.el (dns-make-network-process): Use `open-network-stream'
18148         instead of `gnus-xmas-open-network-stream'.
18149
18150         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18151
18152         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18153
18154 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18155
18156         * gnus-art.el (gnus-mime-display-alternative)
18157         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18158         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18159         Don't use gnus-local-map-property.
18160
18161         * gnus-util.el (gnus-local-map-property): Remove.
18162
18163         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18164         gnus-completing-read-maybe-default with completing-read.
18165
18166         * gnus-util.el (gnus-completing-read): do.
18167         (gnus-completing-read-maybe-default): Remove.
18168
18169 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18170
18171         * password.el: Only autoload `run-at-time' if not XEmacs.
18172         Only autoload the itimer functions if XEmacs.
18173
18174 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18177         XEmacsen.
18178
18179         * dgnushack.el: Autoload executable-find for XEmacs.
18180
18181 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18182
18183         * gnus-art.el (gnus-read-string): Remove.
18184         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18185         read-string.
18186
18187 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18188
18189         * netrc.el: Autoload password-read.
18190         (netrc): Add configuration group.
18191         (netrc-encoding-method, netrc-openssl-path): Add
18192         variables for encoding and decoding of files with symmetric
18193         ciphers.
18194         (netrc-encode): Add assistant function to encode a file with
18195         netrc-encoding-method.
18196         (netrc-parse): Add interactive parameter, added optional
18197         decoding if netrc-encoding-method is non-nil but otherwise
18198         behavior is standard.
18199         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18200         Do s/encode/encrypt/ everywhere.
18201
18202         * spam.el: Remove executable-find autoload.
18203
18204 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18205
18206         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18207
18208         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18209
18210 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18211
18212         * gnus-art.el (gnus-treat-ansi-sequences)
18213         (article-treat-ansi-sequences): New variable and function.
18214         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18215
18216         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18217         Use it.
18218
18219 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18220
18221         * mm-util.el (mm-quote-arg): Remove.
18222
18223         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18224         shell-quote-argument.
18225
18226         * gnus-uu.el (gnus-uu-command): do.
18227
18228         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18229
18230         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18231         with make-char.
18232
18233         * mm-util.el (mm-make-char): Remove.
18234
18235         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18236         add-minor-mode.
18237
18238         * gnus-undo.el (gnus-undo-mode): do.
18239
18240         * gnus-topic.el (gnus-topic-mode): do.
18241
18242         * gnus-sum.el (gnus-dead-summary-mode): do.
18243
18244         * gnus-start.el (gnus-slave-mode): do.
18245
18246         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18247
18248         * gnus-ml.el (gnus-mailing-list-mode): do.
18249
18250         * gnus-gl.el (gnus-grouplens-mode): do.
18251
18252         * gnus-draft.el (gnus-draft-mode): do.
18253
18254         * gnus-dired.el (gnus-dired-mode): do.
18255
18256         * gnus-ems.el (gnus-add-minor-mode): Remove.
18257
18258         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18259         Replace gnus-char-width with char-width.
18260
18261         * gnus-ems.el (gnus-char-width): Remove.
18262
18263         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18264         Replace gnus-char-width with char-width.
18265
18266         * gnus-ems.el (gnus-char-width): Remove.
18267
18268         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18269         definition.
18270         Remove Emacs 20 hash table compatibility code.
18271
18272         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18273         20 compatibility code.
18274
18275         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18276
18277         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18278
18279         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18280         with point-at-{eol,bol}.
18281
18282         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18283
18284         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18285
18286         * flow-fill.el (fill-flowed-point-at-bol)
18287         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18288
18289         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18290         Replace with point-at-{eol,bol} throughout all files.
18291
18292 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18293
18294         * ntlm.el (ntlm-string-as-unibyte): New macro.
18295         (ntlm-build-auth-response): Use it.
18296
18297         Remove Emacs 20 stuff:
18298         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18299         (butlast, mapc, remove): Remove the compiler macros.
18300         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18301         of delq and copy-sequence.
18302         * gnus-art.el (popup-menu): Remove the compiler macro.
18303         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18304         Emacs 20.
18305
18306 2004-01-05  Simon Josefsson  <jas@extundo.com>
18307
18308         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18309         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18310         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18311         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18312         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18313         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18314         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18315         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18316         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18317         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18318         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18319         string-xor into ntlm-string-xor.  Suggested by
18320         Jesper Harder <harder@myrealbox.com>.
18321
18322         * ntlm.el: Don't include poem.
18323
18324         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18325         Jesper Harder <harder@myrealbox.com>.
18326
18327         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18328
18329         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18330         probably breaks emacs with DL patch, but do we care? Is anyone
18331         still using the DL stuff?)
18332
18333         * sieve-manage.el: Use the password package.
18334         (sieve-manage-read-passwd): Remove.
18335         (sieve-manage-interactive-login): Use password.  Re-add
18336         condition-case around loop.
18337
18338         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18339         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18340         the password package.
18341
18342 2003-02-19  Simon Josefsson  <jas@extundo.com>
18343
18344         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18345         token.
18346
18347 2002-08-07  Simon Josefsson  <jas@extundo.com>
18348
18349         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18350         (sieve-manage-authenticators):
18351         (sieve-manage-authenticator-alist): Add some SASL mechs.
18352         (sieve-sasl-auth): New function.
18353         (sieve-manage-cram-md5-auth):
18354         (sieve-manage-plain-auth): Rewrite using SASL library.
18355         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18356         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18357         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18358         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18359
18360 2004-01-05  Simon Josefsson  <jas@extundo.com>
18361
18362         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18363         New files.
18364
18365 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18366
18367         * gnus-group.el (gnus-no-groups-message): Update.
18368
18369         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18370
18371 2003-11-09  Simon Josefsson  <jas@extundo.com>
18372
18373         * imap.el: Support for ID IMAP extension (RFC 2971).
18374         (imap-local-variables): Add imap-id.
18375         (imap-id): New variable.
18376         (imap-id): New function.
18377         (imap-parse-response): Parse untagged ID response.
18378         * nnimap.el (nnimap-id): New variable.
18379         (nnimap-open-connection): Use it.
18380
18381 2003-12-28  Simon Josefsson  <jas@extundo.com>
18382
18383         * gnus-score.el (gnus-score-edit-all-score): New.
18384         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18385
18386 2004-01-04  Simon Josefsson  <jas@extundo.com>
18387
18388         * password.el: Add.
18389
18390 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18391
18392         * dns.el (dns-query-types): Fix typo.
18393         (dns-query-types): New function.
18394         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18395         PTR and SOA replies, see RFC 1035.
18396
18397 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18398
18399         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18400
18401         * Moved to Changelog.2.
18402
18403 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18404
18405         * gnus.el (gnus-version-number): Bump version.
18406
18407 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18408
18409         * gnus.el: No Gnus v0.1 is released.
18410
18411 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18412
18413         * gnus.el: No Gnus v0.0 is released.
18414
18415 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18416
18417         * gnus.el (gnus-version-number): Bump.
18418         (gnus-version): No.
18419
18420 See ChangeLog.2 for earlier changes.
18421
18422     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18423       Free Software Foundation, Inc.
18424
18425   This file is part of GNU Emacs.
18426
18427   GNU Emacs is free software: you can redistribute it and/or modify
18428   it under the terms of the GNU General Public License as published by
18429   the Free Software Foundation, either version 3 of the License, or
18430   (at your option) any later version.
18431
18432   GNU Emacs is distributed in the hope that it will be useful,
18433   but WITHOUT ANY WARRANTY; without even the implied warranty of
18434   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18435   GNU General Public License for more details.
18436
18437   You should have received a copy of the GNU General Public License
18438   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18439
18440 ;; Local Variables:
18441 ;; coding: utf-8
18442 ;; fill-column: 79
18443 ;; add-log-time-zone-rule: t
18444 ;; End: