Add <strong>
[gnus] / lisp / ChangeLog
1 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-strong): Added.
4
5 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8         group names.  They mess up the group buffer badly.
9
10         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
11
12         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
13         instead of the summary one.
14
15 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * mml.el (mml-preview): Work properly when editing article.
18
19         * gnus-start.el (gnus-read-active-file-1): Don't add method to
20         gnus-have-read-active-file if it's already been in.
21
22 2010-10-22  Tom Tromey  <tromey@redhat.com>
23
24         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
25         gnus-group-completing-read.
26
27 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * message.el (message-mode-map): Don't bind M-; to comment region, to
30         allow the global comment-dwim to work.
31
32 2010-10-21  Julien Danjou  <julien@danjou.info>
33
34         * message.el (message-setup-1): Allow message-default-headers to be a
35         function.
36
37 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * shr.el (shr-tag-table): Simplify.
40
41 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42
43         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
44         to avoid trying to snarf invalid stuff.
45
46         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
47
48         * gnus.el (gnus-message-archive-group): Quote value.
49         (gnus-message-archive-group): Mark as changed.
50
51         * shr.el (shr-add-font): Don't put the font properties on the newline
52         or the indentation.
53
54         * message.el (message-fix-before-sending): Change options when sending
55         non-printable characters.
56
57         * gnus.el (gnus-message-archive-method): Change the default to
58         monthly outgoing groups.
59
60         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
61         that have gotten new numbers.
62
63         * nnimap.el (nnimap-request-replace-article): New function.
64
65 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
68         (nnrss-request-article): Don't use special html washing code.
69
70 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * shr.el (shr-tag-table): Remove useless nconc.
73
74 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * gnus-art.el (article-wash-html): Simplify and remove the charset
77         stuff.  Use the normal html rendering code instead of the special html
78         washing code.
79
80         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
81         `gnus-w3m' symbols.
82         (mm-text-html-washer-alist): Removed.
83
84         * mm-decode.el (mm-inline-text-html-renderer): Removed.
85         (mm-inline-media-tests): Removed use.
86         (mm-text-html-renderer): Change default to the `shr' symbol.
87
88         * mm-view.el (mm-inline-text-html): Removed use.
89
90         * gnus-art.el (gnus-blocked-images): New function.  Allow the
91         `gnus-blocked-images' to be a function.
92         (gnus-article-wash-function): Removed.
93
94 2010-10-20  Julien Danjou  <julien@danjou.info>
95
96         * spam.el (spam-list-of-processors): Mark as obsolete.
97
98         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
99         (nnimap-insert-partial-structure): Fix boundary detection.
100
101 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
102
103         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
104         run file-truename on remote files.  This can be expensive and even
105         prevent one from editing drafts if some unrelated buffer has a stale
106         connection.
107
108 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
111         kinsoku-eol regardless of shr-kinsoku-shorten.
112         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
113         (shr-tag-table): Support caption, thead, and tfoot.
114
115 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
118         lines.
119         (shr-save-contents): New command and keystroke.
120
121         * nndoc.el (nndoc-type-alist): Add git support.
122         (nndoc-git-type-p): New function.
123         (nndoc-transform-git-article): Ditto.
124         (nndoc-transform-git-headers): Ditto.
125         (nndoc-transform-git-headers): Generate Subject headers.
126
127         * shr.el (shr-parse-style): New function.
128         (shr-tag-span): Ditto.
129
130         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
131         to `G G' to avoid collisions.
132
133 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * shr.el: Load kinsoku if necessary.
136         (shr-kinsoku-shorten): New internal variable.
137         (shr-find-fill-point): Make kinsoku shorten text line if
138         shr-kinsoku-shorten is bound to non-nil.
139         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
140         shr-indentation too when testing if table is wider than frame width.
141         (shr-insert-table): Use `string-width' instead of `length' to measure
142         text width.
143         (shr-insert-table-ruler): Make sure indentation is done at bol.
144
145 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
146
147         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
148         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
149         undecoded network data.
150
151 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
154         name in the mode line spec so that the mode line menu works
155         (bug #2431).
156
157         * message.el (message-get-reply-headers): If we're fed `to-address',
158         then always use that.
159
160         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
161         aren't so wide as to need to switch off the edit menu.
162
163         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
164         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
165
166         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
167         `M-g'.
168         (nnimap-update-info): Update flags/read marks even if \* isn't part of
169         the permanent marks.
170
171 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
172
173         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
174         Splitting according to references/in-reply-to obeys the ignore-groups
175         variable, while splitting by sender and subject do not.
176
177 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
180         alist, so that we can look for non-Unicode chars.
181         (article-translate-strings): Allow both character and string maps.
182
183 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * shr.el (shr-insert): Don't insert space behind a wide character
186         categorized as kinsoku-bol, or between characters both categorized as
187         nospace.
188
189 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
190
191         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
192         headers to gnus-newsgroup-headers.
193
194 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * shr.el (shr-tag-img): Don't align images -- since we're not
197         rescaling, this often leads to ugly displays.
198
199 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
200
201         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
202         duplicates.
203
204 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
205
206         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
207         call.
208
209 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * gnus.el: Autoload gnus-html-show-images.
212
213         * nnimap.el: Use nnheader-message throughout.
214
215         * shr.el (shr-tag-img): Ignore images with no data.
216
217 2010-10-15  Julien Danjou  <julien@danjou.info>
218
219         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
220         a possibility to disable format=flow encoding when using hard newlines.
221
222 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * shr.el (shr-insert): Remove space inserted before or after a
225         breakable character or at the beginning or the end of a line.
226         (shr-find-fill-point): Do kinsoku; find the second best point or give
227         it up if there's no breakable point.
228
229 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * nnimap.el (nnimap-open-connection): Message when opening connection
232         for debugging purposes.
233
234         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
235         on every setup buffer call to allow this to change from article to
236         article.
237
238         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
239         buffers where we have a wide table.
240
241 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
242
243         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
244         uses *-request-thread.
245
246 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * nnimap.el (nnimap-open-connection): Remove %s from openssl
249         incantation, which is no longer valid.
250
251 2010-10-14  Julien Danjou  <julien@danjou.info>
252
253         * shr.el: Fix defcustom type (char -> character).
254
255 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * nnimap.el (nnimap-open-connection): tls-program should be a list of
258         programs.
259
260 2010-10-14  Julien Danjou  <julien@danjou.info>
261
262         * shr.el (shr-tag-a): Use url-link as widget type.
263
264         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
265         `gnus-group-get-icon'.
266
267 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
270         This should make server editing work better.
271
272         * shr.el (shr-find-fill-point): Don't inloop on indented text.
273
274         * tls.el (tls-program): Remove spurious %s from openssl.
275
276         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
277         (nnimap-parse-flags): Fix regexp.
278
279         * shr.el (shr-find-fill-point): Use a filling algorithm that should
280         probably work for CJVK text, too.
281
282         * nnimap.el (nnimap-extend-tls-programs): Removed.
283         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
284
285         * tls.el (tls-starttls-switches): Remove starttls hack.
286         (open-tls-stream): Ditto.
287         (tls-find-starttls-argument): Ditto.
288
289 2010-10-13  Julien Danjou  <julien@danjou.info>
290
291         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
292         responses.
293
294 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
297
298         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
299         anything in Emacs.
300
301         * shr.el (shr-current-column): Remove buggy and unnecessary function.
302
303 2010-10-13  Julien Danjou  <julien@danjou.info>
304
305         * shr.el (shr-width): Make shr-width a defcustom with default to
306         fill-column.
307         (shr-tag-img): Use shr-width rather than fill-column.
308
309 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * dgnushack.el (byte-optimize-apply)
312         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
313
314         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
315         position when (X-)Faces exist.
316         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
317         avatars when called interactively.
318
319 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
322         gnus-article-x-face-too-ugly is bound.
323
324 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
327
328         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
329         mailbox that doesn't exist.
330
331 2010-10-12  Julien Danjou  <julien@danjou.info>
332
333         * shr.el (shr-tag-img): Encode URL properly when retrieving.
334         (shr-get-image-data): Encode URL properly when fetching from cache.
335         (shr-tag-img): Use aligned-to spaces to align correctly images.
336
337         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
338         before inserting the Gravatar.
339
340         * shr.el (shr-tag-img): Add align attribute support for <img>.
341
342 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-gravatar.el (gnus-art): Required.
345
346         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
347         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
348         Remove long obsoleted functions.
349
350 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
353
354         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
355
356         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
357         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
358         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
359         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
360         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
361         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
362         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
363
364 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * nnimap.el (nnimap-request-rename-group): Select group read-only
367         before renaming it.
368
369         * shr.el (shr-insert): Fix up the white space only regexp.
370
371         * nnimap.el (nnimap-transform-split-mail): Not all articles have
372         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
373
374         * shr.el (shr-current-column): New function.
375         (shr-find-fill-point): New function.
376
377 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
378
379         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
380         numbers.
381
382 2010-10-11  Julien Danjou  <julien@danjou.info>
383
384         * shr.el (shr-hr-line): Add.
385         (shr-tag-hr): Use shr-hr-line to specify which character to use to
386         display hr lines.
387         (shr-max-columns): Do not change state to nil if we just inserting
388         spaces.
389
390 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
391
392         * gnus-topic.el (gnus-topic-read-group): If after the last group,
393         select the last group.
394
395 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
398
399 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
400
401         * dig.el (dig-mode-map): Declare and define in one step.
402
403 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
406         for Gnus.
407         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
408         (nnimap-update-qresync-info): Mark \Seen articles as read.
409
410         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
411         non-variable, too.
412
413         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
414         available.
415         (nnimap-update-info): Rely more on the current active than the param
416         active to avoid marking articles as read too much.
417
418         * auth-source.el (auth-source-create): Use (user-login-name) for the
419         user name default.
420
421         * nnimap.el (nnimap-update-info): If the server doesn't return any
422         useful info, just use the previous info.
423         (nnimap-update-info): Prefer old info over start-article.
424         (nnimap-update-qresync-info): Finish implementing QRESYNC.
425
426 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
427
428         * nnir.el (autoload): Clean up autoloads.
429         (nnir-imap-default-search-key): Renamed from
430         nnir-imap-search-field. Use key rather than value.
431         (nnir-imap-search-other): New variable.
432         (nnir-read-parm): Use it.
433         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
434         (gnus-summary-nnir-goto-thread): Modify to work with imap.
435
436 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
437
438         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
439         the process, too.
440
441 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
444         Allbery.
445
446         * shr.el: Rework the way things are indented by <li> slightly.
447
448         * gnus.el (gnus-group-set-parameter): Fix typo.
449
450         * nnimap.el: Start implementing QRESYNC support.
451
452 2010-10-09  Julien Danjou  <julien@danjou.info>
453
454         * nnir.el (nnir-engines): Fix too many arguments.
455
456 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
459         group is the "last", so that the backends like nnfolder actually save
460         their folders.
461
462         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
463         try to use that for the tls stream.
464         (nnimap-retrieve-group-data-early): Rework the marks code to heed
465         UIDVALIDITY and find out which groups are read-only and not.
466         (nnimap-get-flags): Use the same marks parsing code as the rest of
467         nnimap.
468
469 2010-10-09  Julien Danjou  <julien@danjou.info>
470
471         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
472
473         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
474         retrieving gravatars.
475
476         * shr.el (shr-table-corner): Add.
477         (shr-table-line): Add.
478         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
479
480 2010-10-08  Julien Danjou  <julien@danjou.info>
481
482         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
483
484 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
485
486         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
487
488         * gnus-sum.el (gnus-mark-article-as-unread)
489         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
490         (gnus-summary-set-bookmark): Use it.
491
492         * gnus-msg.el (gnus-setup-message): Use it.
493
494         * gnus-demon.el (gnus-demon-remove-handler): Use it.
495
496         * gnus.el (gnus-group-remove-parameter): Use it.
497
498         * gnus-group.el (gnus-group-make-web-group): Use it.
499
500         * gnus-demon.el (gnus-demon-remove-handler): Use it.
501
502         * nnregistry.el: Update docs to mention manual.
503
504         * gnus-registry.el: Update docs to mention nnregistry.el.
505         (gnus-registry-initialize): Don't install nnregistry refer method
506         automatically.
507         (gnus-registry-install-nnregistry): Remove it.
508
509 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * shr.el (shr-insert): Don't insert double spaces.
512
513 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-gravatar.el (gnus-treat-from-gravatar)
516         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
517         called interactively.
518
519         * gnus-art.el (gnus-mime-view-part-externally)
520         (gnus-mime-view-part-internally): Make predicate function passed to
521         gnus-mime-view-part-as-type assume argument is a mime type, not a list
522         of a mime type.
523
524         * shr.el (shr-table-widths): Don't use cl function `reduce'.
525
526 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * shr.el (require): Require cl when compiling.
529         (shr-tag-hr): New function.
530
531         * nnimap.el (nnimap-update-info): Remove double setting of high.
532         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
533         makes nnimap work properly on Courier again.
534
535         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
536         the variable for backwards compatability.
537
538         * mm-decode.el (mm-save-part): If given a non-directory result, expand
539         the file name before using to avoid setting mm-default-directory to
540         nil.
541
542         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
543         bidning gnus-agent variables.
544
545         * shr.el (shr-render-td): Use a cache for the table rendering function
546         to avoid getting an exponential rendering behaviour in nested tables.
547         (shr-insert): Rework the line-breaking algorithm.
548         (shr-insert): Don't leave trailing spaces.
549         (shr-insert-table): Also insert empty TDs.
550         (shr-tag-blockquote): Ensure paragraphs after </ul>.
551
552 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
553
554         * gnus-sum.el (gnus-number): Rename from `number'.
555         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
556         (gnus-summary-limit-children): Update uses correspondingly.
557
558 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
561         (gnus-gravatar-transform-address): Don't show avatars of people of
562         which mail addresses match gnus-gravatar-too-ugly.
563
564 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * shr.el (shr-table-widths): Expand TD elements to fill available
567         space.
568
569 2010-10-07  Julien Danjou  <julien@danjou.info>
570
571         * nnimap.el (nnimap-request-rename-group): Add this method.
572
573 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
576         name from XEmacs' function-arglist.
577
578         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
579         gravatar under XEmacs.
580
581 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
582
583         * auth-source.el: Update docs with TODO items.
584
585         * gnus-sync.el: Update docs to explain state and plans.
586
587         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
588         Hooks for mark updates.
589         (gnus-request-set-mark, gnus-request-update-mark): Use them.
590
591         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
592         hooks with arguments, which is needed for mark update hooks.
593
594 2010-10-06  Julien Danjou  <julien@danjou.info>
595
596         * gnus.el (gnus-expand-group-parameter): Only return and act on what
597         was matched.
598
599         * sieve-manage.el: Update example in `Commentary'.
600
601         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
602
603         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
604         not 2000.
605         (sieve-manage-authenticate): Re-add function.
606
607 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * shr.el (shr-insert): Get 'space transition right.
610         (shr-render-td): Only delete space at the end of the TD.
611
612         * nnimap.el (nnimap-open-connection): Prepare to support
613         open-gnutls-stream.
614
615         * shr.el: Rearrange function order to be more logical.
616
617 2010-10-06  Julien Danjou  <julien@danjou.info>
618
619         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
620         (nnrss-discover-feed): Remove 404 URL in docstring.
621
622         * nnir.el: Fix Swish-E URL.
623         Fix Namazu URL.
624
625         * message.el (message-change-subject): Remove 404 URL in a comment.
626
627 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
630         called interactively.
631
632         * gnus-util.el (gnus-remove-if): Allow hash table.
633         (gnus-remove-if-not): New function.
634
635         * gnus-art.el (gnus-mime-view-part-as-type)
636         * gnus-score.el (gnus-summary-score-effect)
637         * gnus-sum.el (gnus-read-move-group-name):
638         Replace remove-if-not with gnus-remove-if-not.
639
640         * gnus-group.el (gnus-group-completing-read):
641         Regard collection as a hash table if it is not a list.
642
643 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * shr.el (shr-render-td): Allow blank/missing <TD>s.
646
647         * shr.el: Document the table-rendering algorithm.
648
649 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
652         for Emacsen having no `libxml-parse-html-region' support.
653
654 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
657         invalid URLs.
658
659         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
660         line-broken.
661         (shr-tag-img): Ignore image fetching errors.
662         (shr-overlays-in-region): Compute overlay positions correctly.
663
664         * mm-decode.el (mm-shr): Require shr.
665
666         * gnus-art.el (gnus-blocked-images): Move variable here.
667
668         * shr.el (shr-insert-table): Bind free variable.
669
670         * mm-decode.el (mm-shr): Bind shr-content-function.
671
672         * shr.el (shr-content-function): New variable.
673
674         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
675         added for symmetry.
676
677         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
678
679         * gnus-group.el (gnus-group-make-group): Doc fix.
680
681         * nnimap.el (nnimap-request-newgroups): Return success.
682
683         * shr.el (shr-find-elements): New function.
684         (shr-tag-table): Put all the images after the table.
685         (shr-tag-table): Really inhibit images inside the table.
686         (shr-collect-overlays): Copy over overlays from the TD elements to the
687         main document.
688
689         * mm-decode.el (mm-shr): Bind shr-blocked-images to
690         gnus-blocked-images.
691
692 2010-10-05  Julien Danjou  <julien@danjou.info>
693
694         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
695
696         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
697         (gnus-html-maximum-image-size): Add this function.
698         (gnus-html-put-image): Use gnus-html-maximum-image-size.
699
700         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
701         server-value of the capability is nil.
702
703 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * shr.el (shr-tag-em): Add <EM> tag.
706
707 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
708
709         * sieve-manage.el (sieve-manage-default-stream): Make default stream
710         customizable.
711
712         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
713         handing broken links to browse-url.
714
715 2010-10-05  Julien Danjou  <julien@danjou.info>
716
717         * gnus-util.el (gnus-emacs-completing-read)
718         (gnus-iswitchb-completing-read): Use autoload rather than require.
719
720 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
723         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
724         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
725         iswitchb-temp-buflist for XEmacs.
726
727         * gnus-util.el (gnus-completing-read-function): Exclude
728         gnus-icompleting-read and gnus-ido-completing-read from candidates for
729         XEmacs since iswitchb.el is very old and ido.el is unavailable in
730         XEmacs.
731
732         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
733         not to use `delete-dups' that is unavailable in XEmacs 21.4.
734
735         * gnus-html.el: Don't require help-fns under XEmacs.
736         (gnus-html-schedule-image-fetching): Work for XEmacs.
737
738         * mm-decode.el (mm-shr): Decode contents by charset.
739
740 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
743         unknown.
744
745         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
746         (shr-get-image-data): Ensure against the cache file missing.
747
748         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
749         for data.
750
751         * spam-report.el (spam-report-url-ping-plain): Don't query about
752         killing the process.
753
754         * shr.el (shr-render-td): Protect against too-wide text.
755
756 2010-10-04  Julien Danjou  <julien@danjou.info>
757
758         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
759         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
760
761         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
762         retrieved.
763
764 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * shr.el (browse-url): Required.
767         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
768         lines.
769         (shr-show-alt-text, shr-browse-image): New commands.
770         (shr-browse-url, shr-copy-url): New commands.
771
772         * gnus-sum.el (gnus-widen-article-window): New variable.
773         (gnus-summary-select-article-buffer): Use it.
774
775         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
776         without @ signs.
777
778 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
779
780         * nnir.el (nnir-run-imap): Remove spurious space in search string.
781
782 2010-10-04  Julien Danjou  <julien@danjou.info>
783
784         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
785         for XEmacs.
786
787 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
790
791         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
792         (nnimap-close-server): Implement.
793
794         * dgnushack.el (iswitchb): Require to shut up the compiler.
795
796         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
797         (shr-insert): Tweak line breaking.
798         (shr-insert): Handle <pre> better.
799         (shr-tag-li): Get <li> indentation right.
800         (shr-tag-li): Get <li> indentation even righter.
801         (shr-tag-blockquote): Ensure paragraph start.
802         (shr-make-table): Tweak table generation.
803         (shr-make-table): Fix typo.
804
805         * shr.el: Implement table rendering.
806
807 2010-10-04  Julien Danjou  <julien@danjou.info>
808
809         * gnus-html.el (gnus-html-put-image): Fix resize image code.
810
811 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * shr.el (shr-insert): Use string anchors instead of line anchors.
814
815 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * shr.el: Add headings.
818         (shr-ensure-paragraph): Actually work.
819         (shr-tag-li): Make <ul> prettier.
820         (shr-insert): Get white space at the beginning/end of elements right.
821         (shr-tag-p): Collapse subsequent <p>s.
822         (shr-ensure-paragraph): Don't insert double line feeds after blank
823         lines.
824         (shr-insert): \t is also space.
825         (shr-tag-s): Fix "s" tag name function.
826         (shr-tag-s): Fix face prop name.
827
828 2010-10-03  Julien Danjou  <julien@danjou.info>
829
830         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
831
832         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
833         gnus-window-inside-pixel-edges.
834
835         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
836         gnus-ems.
837
838         * mm-view.el (mm-inline-image-emacs): Support image resizing.
839
840         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
841         function.
842
843         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
844         resize choice.
845
846 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
849         beginning of the buffer.
850
851         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
852         article buffer again.
853
854         * shr.el (shr-tag-p): Don't insert newlines at the start of the
855         buffer.
856
857         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
858         when it's at the start of the buffer.
859
860         * shr.el (shr-tag-blockquote): Convert name.
861         (shr-rescale-image): Use the right image-size variant.
862
863         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
864         buffer isn't shown, then select the current article first instead of
865         bugging out.
866         (gnus-summary-select-article-buffer): Show both the article and summary
867         buffers again.
868
869         * shr.el (shr-fontize-cont): Protect against regions with no text.
870         Rename tag functions to shr-tag-* for enhanced security.
871         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
872
873 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
874
875         * shr.el (shr-insert):
876         * pop3.el (pop3-movemail):
877         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
878         loaded.
879
880 2010-10-03  Glenn Morris  <rgm@gnu.org>
881
882         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
883
884         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
885
886         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
887
888         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
889
890         * gnus-util.el (gnus-make-local-hook): Simplify.
891
892 2010-10-02  Julien Danjou  <julien@danjou.info>
893
894         * gnus-util.el (gnus-iswitchb-completing-read): New function.
895         (gnus-ido-completing-read): New function.
896         (gnus-emacs-completing-read): New function.
897         (gnus-completing-read): Use gnus-completing-read-function.
898         Add gnus-completing-read-function.
899
900 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * shr.el (shr-insert-document): Autoload.
903         (shr-img): Be silent.
904         (shr-insert): Add a newline after every picture before text.
905         (shr-add-font): Use overlays for combining faces.
906         (shr-insert): Pass upwards the text start point.
907
908         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
909         possible.
910         (mm-shr): New function.
911
912 2010-10-02  Julien Danjou  <julien@danjou.info>
913
914         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
915         should go backward.
916
917 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
918
919         * shr.el (shr): Fix typo in provide call.
920
921 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * shr.el: New file.
924
925         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
926
927         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
928         completing read.
929
930 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
933         we're being queried about.  Suggested by Dan Jacobson.
934
935         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
936         by Jason Eisner.
937
938         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
939         table, too.  Suggested by Stefan Wiens.
940         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
941         the table unnecessary.  Suggested by Stefan Wiens.
942
943         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
944         longer needed, and probably doesn't work either, as pointed out by
945         Stefan Wiens.
946         (gnus-summary-exit): Remove call to the clearing function.
947         (gnus-summary-exit-no-update): Ditto.
948
949         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
950         instead of gnus-eval-in-buffer-window to avoid popping up frames.
951         Reported by Stefan Monnier.
952         (gnus-summary-save-in-rmail): Ditto.
953
954         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
955         article buffer, instead of both the article buffer and the summary
956         buffer.  Sort of suggested by Dan Jacobson.
957
958         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
959
960         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
961         Suggested by Dan Jacobson.
962
963         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
964         documentation clearer.
965
966         * message.el (message-shorten-references): Comment on the number "21".
967         Suggested by Stefan Monnier.
968
969         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
970         Suggested by Dan Jacobson.
971
972         * gnus.el (gnus-large-newsgroup): Mention
973         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
974
975         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
976         externalize attachments.  Bug reported by Steve Wen.
977
978         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
979         really message anything to the user.
980
981         * nnmail.el (nnmail-article-group): Allow using the fancy split method
982         directly.
983
984         * nnimap.el (nnimap-request-group): Low higher than high to signal no
985         messages in empty groups.
986
987 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
988
989         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
990         non-UIDNEXT group.
991
992 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
995         not the value from the collection.
996
997         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
998         values.  This sometimes happens on some groups that have no info.
999         (nnimap-request-newgroups): New function.
1000
1001 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1002
1003         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1004         check into `gnus-registry-initialize'.
1005         (gnus-registry-initialize): Ditto.
1006         Fix and extend header docs.
1007
1008 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1011         regexp backtrace overflows.
1012
1013         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1014         for starttls that tls.el implements; i.e. openssl.
1015
1016         * tls.el (tls-starttls-switches): Give up on using starttls with
1017         gnutls-cli.
1018         (tls-program): Add --insecure to be consistent with the defaults from
1019         openssl s_client.  Now all three commands are insecure.
1020
1021 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * lpath.el: Bind completion-styles-alist for XEmacs.
1024
1025         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1026         (gravatar-create-image): New function that's an alias to
1027         gnus-xmas-create-image, gnus-create-image, or create-image.
1028         (gravatar-data->image): Use it.
1029
1030 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1031
1032         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1033         install the nnregistry refer method.
1034         (gnus-registry-install-hooks): Use it.
1035         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1036         unfollowed groups.
1037
1038 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1039
1040         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1041         expanding threads.
1042
1043 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * nnir.el: Use the server names without suffixes (bug #7009).
1046
1047         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1048         unencrypted to STARTTLS, if possible.
1049
1050 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1051
1052         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1053         headers before superseding.
1054
1055 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * nnrss.el (nnrss-use-local): Add documentation.
1058
1059         * nnimap.el (nnimap-extend-tls-programs): New function.
1060         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1061         (nnimap-wait-for-connection): Accept the greeting from the stupid
1062         output from openssl s_client -starttls, too.
1063
1064         * tls.el (tls-starttls-switches): New variable.
1065         (tls-find-starttls-argument): Use it.
1066         (open-tls-stream): Ditto.
1067
1068         * netrc.el (netrc-credentials): Return the value of the "default"
1069         entry.
1070         (netrc-machine): Ditto.
1071
1072         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1073         article number.
1074         (nnimap-split-fancy): New variable.
1075         (nnimap-split-incoming-mail): Use it.
1076
1077         * nntp.el (nntp-server-list-active-group): Document.
1078
1079         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1080         SELECT to get the message-id.
1081
1082         * mail-source.el (mail-sources): Removed webmail support.
1083         (defvar): Ditto.
1084         (mail-source-fetcher-alist): Ditto.
1085         (mail-source-fetch-webmail): Removed.
1086
1087         * webmail.el: Removed -- doesn't seem relevant any more.
1088
1089         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1090
1091         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1092         the \r.
1093
1094 2010-09-30  Julien Danjou  <julien@danjou.info>
1095
1096         * gnus-agent.el (gnus-agent-add-group): Fix call to
1097         gnus-completing-read.
1098
1099 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * nndoc.el (nndoc-retrieve-groups): New function.
1102
1103         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1104         `default', use nnmail-split-methods.
1105         (nnimap-request-article): Downcase the NILs so that they are nil.
1106
1107         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1108         symbol.
1109
1110         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1111         code, since if the user has requested network, that's what they ought
1112         to get.
1113         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1114         (nnimap-split-rule): Mark as obsolete.
1115
1116         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1117         variable.
1118
1119         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1120         correct slot, too.
1121
1122 2010-09-29  Julien Danjou  <julien@danjou.info>
1123
1124         * gnus.el (gnus-local-domain): Declare variable obsolete.
1125
1126         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1127         computing.
1128         (gnus-ido-completing-read): Require ido.
1129
1130 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1133         build Gnus.
1134
1135         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1136         when interpreting the structures.
1137         (nnimap-request-accept-article): Add \r\n to the lines to make this
1138         work with Cyrus.
1139
1140         * nndraft.el (nndraft-request-expire-articles): Use the group name
1141         instead if "nndraft".  Fix found by Nils Ackermann.
1142
1143 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1144
1145         * nnregistry.el: Added.
1146
1147 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1148
1149         * nnmail.el (group, group-art-list, group-art):
1150         Remove unneeded directives.
1151
1152 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1155         (mm-mime-charset)
1156         * rfc2047.el (rfc2047-syntax-table)
1157         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1158
1159         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1160         rather than `insert-file-contents' and `eval-region'.
1161
1162         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1163         construction.
1164
1165         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1166
1167         * time-date.el: No need to require cl for Emacs 21.
1168
1169 2010-09-29  Julien Danjou  <julien@danjou.info>
1170
1171         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1172         replacement of `gnus-gravatar-relief' to mimic
1173         `gnus-faces-properties-alist'.
1174         Add :version property.
1175
1176 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * mail-source.el (mail-source-report-new-mail)
1179         * message.el (message-default-mail-headers)
1180         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1181
1182         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1183
1184 2010-09-28  Julien Danjou  <julien@danjou.info>
1185
1186         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1187         mail-address contains the same string as real-name.
1188
1189         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1190         non-blank in header, otherwise it'll get stripped.
1191
1192         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1193         real-name, and then for mail address rather than doing : or , search.
1194
1195 2010-09-27  Julien Danjou  <julien@danjou.info>
1196
1197         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1198         (gnus-server-goto-server): Use gnus-completing-read.
1199
1200         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1201
1202         * mm-util.el (defalias): Use gnus-completing-read.
1203         (mm-codepage-setup): Use gnus-completing-read.
1204
1205         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1206         (smime-decrypt-buffer): Use gnus-completing-read.
1207
1208         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1209
1210         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1211         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1212         (mml-insert-multipart): Use gnus-completing-read.
1213
1214         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1215
1216         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1217
1218         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1219
1220         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1221
1222         * gnus.el (gnus-read-method): Use gnus-completing-read.
1223
1224         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1225
1226         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1227         (gnus-mime-action-on-part): Use gnus-completing-read.
1228         (gnus-article-encrypt-body): Use gnus-completing-read.
1229
1230         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1231         (gnus-topic-move-matching): Use gnus-completing-read.
1232         (gnus-topic-copy-matching): Use gnus-completing-read.
1233         (gnus-topic-sort-topics): Use gnus-completing-read.
1234         (gnus-topic-move): Use gnus-completing-read.
1235
1236         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1237         (gnus-agent-add-group): Use gnus-completing-read.
1238
1239         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1240         gnus-completing-read.
1241         (nnmairix-update-groups): Use gnus-completing-read.
1242         (nnmairix-get-server): Use gnus-completing-read.
1243         (nnmairix-backend-to-server): Use gnus-completing-read.
1244         (nnmairix-goto-original-article): Use gnus-completing-read.
1245         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1246
1247         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1248
1249         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1250         (gnus-group-make-useful-group): Use gnus-completing-read.
1251         (gnus-group-make-web-group): Use gnus-completing-read.
1252         (gnus-group-add-to-virtual): Use gnus-completing-read.
1253         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1254
1255         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1256         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1257         (gnus-summary-execute-command): Use gnus-completing-read.
1258         (gnus-summary-respool-article): Use gnus-completing-read.
1259         (gnus-read-move-group-name): Use gnus-completing-read.
1260
1261         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1262         (gnus-summary-score-effect): Use gnus-completing-read.
1263
1264         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1265
1266         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1267         right completing-read function.
1268         (gnus-use-ido): New variable
1269         (gnus-completing-read-with-default): Remove.
1270
1271 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1274         x-focus-frame.
1275
1276         * nnimap.el (auth-source-forget-user-or-password)
1277         (auth-source-user-or-password): Autoload.
1278
1279         * message.el (message-from-style, message-interactive)
1280         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1281         (message-yank-prefix, message-indentation-spaces, message-signature)
1282         (message-signature-file): Add comment.
1283
1284 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1287         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1288         new articles.
1289
1290         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1291         parts.
1292         (nnimap-request-article): Work with the t setting, too.
1293
1294         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1295         that you don't get flashes of other buffers.
1296         (gnus-summary-show-complete-article): Intern before setting.
1297
1298 2010-09-27  David Engster  <dengste@eml.cc>
1299
1300         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1301         well as HEADERS.
1302         (nnmairix-retrieve-headers): Provide new argument for the above.
1303
1304 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus-sum.el (gnus-summary-move-article): Don't alter
1307         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1308         group.
1309
1310         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1311
1312         * message.el (message-cite-prefix-regexp): Revert my last edit.
1313
1314         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1315         variable instead of the Gnus variable.
1316
1317         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1318
1319         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1320         again.
1321
1322         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1323         since some servers don't like it.
1324         (nnimap-open-connection): Forget credentials if the server says the
1325         password was wrong.
1326         (nnimap-parse-line): Protect against invalid data.
1327
1328         * gnus-sum.el (gnus-summary-move-article): Add comment.
1329         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1330         nothing alters it while scanning for new messages.
1331
1332         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1333         which may or may not help.
1334         (nnimap-open-connection): If we're doing a stream connection, and then
1335         discover we're on a STARTTLS-capable server, then open a STARTTLS
1336         connection instead.
1337
1338 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * nnimap.el (utf7): Required.
1341
1342         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1343         prefix.
1344
1345 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1346
1347         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1348
1349 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * nnimap.el (nnimap-request-accept-article): Message the error on
1352         error.
1353
1354 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1357
1358 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * nndoc.el (nndoc-request-list): Return success always.
1361
1362         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1363         `fetch-old' -- we only want to fetch the articles we've requested.  The
1364         rest are in the agent, probably.
1365         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1366         disappeared server" to something low.  It's not important.
1367
1368         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1369         arrived before the FETCH data.
1370
1371         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1372         target here, because we don't know the Gnus name of the group.
1373
1374         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1375         for the correct group.
1376
1377         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1378
1379         * gnus.el (gnus): Give a final warning after startup.
1380
1381         * gnus-util.el (gnus-action-message-log): New variable.
1382         (gnus-message): Use it.
1383         (gnus-final-warning): New function.
1384
1385         * nnimap.el (nnimap-open-connection): Record the greeting.
1386         (nnimap): Add greeting.
1387
1388 2010-09-26  Julien Danjou  <julien@danjou.info>
1389
1390         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1391         arguments.
1392         (gnus-html-wash-images): Fix spec computing to include start/end.
1393
1394         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1395
1396 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1399         deletion.
1400         (nnimap-retrieve-headers): Don't select the group, because that's
1401         already done by nnimap-possibly-change-group.
1402
1403         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1404         (gnus-picon-transform-address): Use it.
1405
1406         * mail-source.el (mail-source-value): Revert previous patch.
1407
1408         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1409         on failure.
1410         (nnimap-open-connection): Look up both virtual and physical server name
1411         credentials.
1412
1413         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1414
1415 2009-02-07  Dave Love  <fx@gnu.org>
1416
1417         * tls.el (open-tls-stream): Don't query killing process.
1418
1419 2009-02-08  Dave Love  <fx@gnu.org>
1420
1421         * gnus-win.el (gnus-window-to-buffer-helper,
1422         gnus-all-windows-visible-p): Function needn't be a symbol.
1423
1424         * mail-source.el (mail-source-value): Function needn't be a symbol.
1425
1426 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * message.el (message-cite-prefix-regexp): Remove } from the cite
1429         prefix.
1430
1431         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1432         highlight again, so that the highlight is correct.
1433
1434         * gnus-picon.el (gnus-picon): Remove again.
1435         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1436
1437         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1438         doing the header highlightling, so that the background colour of the
1439         picon is correct.
1440
1441         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1442         (gnus-picon): Ditto.
1443         (gnus-picon): Reinstate.  The background colour for picons is white.
1444         (gnus-picon-insert-glyph): Make the background white.
1445
1446         * nnml.el (nnml-open-nov): Don't return dead buffers.
1447
1448         * auth-source.el (auth-source-create): Query the user for whether to
1449         store the credentials.
1450
1451         * netrc.el (netrc-store-data): New function.
1452
1453         * auth-source.el (auth-source-user-or-password): Use the existing auth
1454         sources, if any, for creation.
1455
1456         * gnus.el (gnus-group-fast-parameter): Return the last matching
1457         parameter instead of the first matching parameter.
1458
1459 2010-09-26  Julien Danjou  <julien@danjou.info>
1460
1461         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1462
1463 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * mml2015.el (mml2015-use): Remove gpg support.
1466
1467         * mml1991.el (mml1991-function-alist): Remove gpg function.
1468         (mml1991-gpg-sign): Removed.
1469
1470 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1471
1472         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1473         (gnus-browse-unsubscribe-current-group): Document it.
1474         (gnus-browse-unsubscribe-group): Use it.
1475
1476 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1479         address to the To list for easier response.
1480
1481         * gnus.el (gnus-play-startup-jingle): Removed.
1482         (gnus-splash): Don't play jingle.
1483         (gnus): Silence gnus-load message.
1484
1485         * gnus-art.el (gnus-treat-play-sounds): Removed.
1486
1487         * gnus.el (gnus-play-jingle): Remove audio support.
1488
1489         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1490
1491         * earcon.el: Removed -- no users.
1492
1493         * gnus-audio.el: Removed -- no users of this package.
1494
1495         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1496
1497         * gnus-start.el (gnus-setup-news): Remove nocem support.
1498
1499         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1500
1501         * gnus.el (gnus-use-nocem): Removed.
1502
1503         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1504         Removed.
1505
1506         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1507         uses NoCeM any more.
1508
1509         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1510         (gnus-button-ctan-handler): Ditto.
1511         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1512         (gnus-button-ctan-directory-regexp): Ditto.
1513         (gnus-button-handle-ctan): Ditto.
1514         (gnus-button-tex-level): Ditto.
1515         (gnus-button-alist): Removed CTAN stuff.
1516
1517 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1520         nnimap-streaming test.
1521
1522         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1523         servers twice.
1524
1525         * nnimap.el (nnimap-open-connection): Add more error reporting when
1526         nnimap fails early.
1527
1528         * nnheader.el (nnheader-get-report-string): New function.
1529         (nnheader-get-report): Use it.
1530
1531         * gnus-int.el (gnus-check-server): Say what the error was when opening
1532         failed.
1533
1534         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1535         using streaming.
1536
1537 2010-09-25  Julien Danjou  <julien@danjou.info>
1538
1539         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1540         gnus-window-inside-pixel-edges.
1541
1542 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1545
1546         * mm-decode.el (mm-save-part): Allow saving to other directories the
1547         normal Emacs way.
1548
1549         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1550         by Jay Berkenbilt.
1551
1552         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1553         there isn't a single byte.
1554
1555         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1556         just do it.  It doesn't really seem to matter what the user responds
1557         here, I think, so it's just a confusing question.
1558
1559         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1560         non-streaming case.
1561
1562         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1563         (gnus-article-encrypt-body): Use it.
1564
1565         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1566         keystroke.
1567
1568         * nnimap.el (nnimap-find-wanted-parts-1): Use
1569         gnus-fetch-partial-articles.
1570
1571         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1572
1573         * nnimap.el (nnimap-insert-partial-structure): New function.
1574         (nnimap-get-partial-article): New function.
1575         (nnimap-request-article): Use it.
1576         (nnimap-wait-for-response): Return whether the wait was successful.
1577         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1578         retrieval wasn't successful.
1579         (nnimap-retrieve-group-data-early): Allow throttling servers.
1580         (nnimap-streaming): New variable.
1581         (nnimap-fetch-partial-articles): Removed.
1582
1583         * mm-decode.el (mm-with-part): Protect against killed buffers.
1584
1585         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1586         for prettier summary display.
1587
1588 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1589
1590         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1591         directly.
1592
1593 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1596         apparently third-party libraries depend on it.
1597
1598         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1599         before starting negotiation.
1600
1601         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1602         privacy reasons.
1603         (gnus-treat-mail-gravatar): Ditto.
1604
1605         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1606         buffer when inserting images.  Inserting text into the headers, for
1607         instance, can make them invalid.
1608
1609 2010-09-25  Julien Danjou  <julien@danjou.info>
1610
1611         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1612         variables.
1613
1614         * nnheader.el: Remove useless variables news-reply-yank-from and
1615         news-reply-yank-message-id.
1616
1617         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1618         variables.
1619
1620         * mml1991.el: Remove useless mml1991-verbose.
1621
1622         * gnus.el: Remove useless variable gnus-use-generic-from.
1623         Remove obsolete variable gnus-topic-indentation.
1624
1625         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1626
1627         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1628
1629         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1630
1631         * gnus-group.el: Remove useless gnus-group-icon-cache.
1632         Remove useless gnus-ephemeral-group-server.
1633
1634         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1635
1636         * mml2015.el: Remove useless mml2015-verbose.
1637
1638         * mml-smime.el: Remove useless mml-smime-verbose.
1639
1640         * gnus.el: Remove useless gnus-local-domain.
1641
1642         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1643         gnus-gravatar-size.
1644
1645         * gnus-art.el: Remove useless gnus-treat-translate.
1646
1647 2010-09-24  Julien Danjou  <julien@danjou.info>
1648
1649         * gnus-sum.el: Add support for Gravatars.
1650
1651         * gnus-art.el: Add support for Gravatars.
1652
1653         * gnus-gravatar.el: Add this file.
1654
1655         * gravatar.el: Add this file.
1656
1657 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1660
1661         * gnus-group.el (gnus-group-fetch-faq): Removed.
1662
1663         * gnus.el (gnus-group-faq-directory): Removed.
1664
1665         * gnus-group.el (gnus-group-fetch-charter): Removed.
1666
1667         * gnus.el (gnus-group-charter-alist): Removed.
1668
1669         * gnus-group.el (gnus-group-archive-directory): Removed.
1670         (gnus-group-recent-archive-directory): Ditto.
1671         (gnus-group-make-archive-group): Removed.
1672
1673         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1674
1675         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1676         use the same article number for all the cached articles.
1677
1678         * nnimap.el (nnimap-command): Register the last command time so
1679         that we can use it for idling NOOPs.
1680         (nnimap-open-connection): Start the keeplive timer.
1681         (nnimap-make-process-buffer): Store all the process buffers.
1682         (nnimap-keepalive): New function.
1683
1684         * starttls.el: (starttls-open-stream): Add autoload cookie.
1685
1686 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1687
1688         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1689         handling.
1690
1691 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1694         its data structures.
1695
1696         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1697         instead of the cl.el copy-list.
1698         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1699         equalp.
1700
1701 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1704         and tool-bar-local-item-from-menu.
1705
1706         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1707         mode-line-highlight face for Emacs.
1708
1709         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1710         loading gnus-sum.elc; fix comment for canlock-verify.
1711         (gnus-article-jump-to-part): Use read-number.
1712         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1713         Emacs pre-21 compatible code for help-echo.
1714         (gnus-article-next-page-1): No need to adjust the number of lines.
1715         (gnus-article-describe-bindings): Always use help-buffer.
1716
1717         * gnus-audio.el (gnus-audio-inline-sound)
1718         * gnus-cus.el (gnus-custom-mode)
1719         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1720
1721         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1722
1723         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1724         compatible code.
1725
1726 2010-09-24  Glenn Morris  <rgm@gnu.org>
1727
1728         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1729         visiting the fcc file in rmail-mode.
1730
1731         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1732
1733 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * nnir.el: Silence the byte compiler.
1736
1737         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1738         alias to browse-url-url-encode-chars if any.
1739         (gnus-html-encode-url): Use it.
1740
1741 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * gnus-start.el (gnus-use-backend-marks): New variable.
1744         (gnus-get-unread-articles-in-group): Use it.
1745
1746         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1747         makeover.
1748
1749 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1750
1751         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1752
1753 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1756         Removed.
1757         (gnus-setup-news-hook): Removed
1758         gnus-fixup-nnimap-unread-after-getting-new-news.
1759
1760         * gnus-int.el (gnus-request-update-info): Protect against backends not
1761         having the function.
1762
1763         * nnimap.el (nnimap-stream): Mention starttls.
1764         (nnimap-open-connection): Add starttls support.
1765
1766 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1767
1768         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1769
1770 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1773         BODYSTRUCTUREs.
1774         (nnimap-transform-headers): Unfold quoted {42} headers.
1775
1776         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1777         the info.
1778         (gnus-get-unread-articles): Only call updatep on backends that support
1779         it.
1780
1781         * nnweb.el (nnweb-request-update-info): NOOP.
1782
1783         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1784
1785         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1786         since it only deals with marks.
1787
1788         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1789         gnus-request-marks, and make a new gnus-request-update-info.
1790
1791         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1792         the active instead of the high number, which is usually too low.
1793
1794 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1795
1796         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1797         * encrypt.el: Removed.
1798
1799 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1802         server in symbolic form.
1803
1804         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1805         0.9.
1806
1807 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1810         (nnimap-update-info): Fix up code slightly.
1811
1812         * gnus-int.el (gnus-open-server): Add tracing for performance
1813         debugging.
1814
1815         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1816         (gnus-group-insert-group-line): Pass the real group name so that it
1817         gets the right data.
1818
1819         * gnus-start.el (gnus-get-unread-articles): Don't have
1820         `gnus-get-unread-articles-in-group' update info, since that can be
1821         really slow and doesn't seem to be needed?
1822
1823 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1824
1825         * time-date.el (date-to-time): Try using parse-time-string first before
1826         using the slower timezone-make-date-arpa-standard.
1827
1828 2010-09-22  Julien Danjou  <julien@danjou.info>
1829
1830         * gnus-group.el (gnus-group-insert-group-line): Call
1831         gnus-group-highlight-line.
1832         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1833         default hook list.
1834         (gnus-group-update-eval-form): Add new function.
1835         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1836         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1837
1838 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1841         immediate, then expire all articles.
1842         (nnimap-update-info): Fix off-by-one errors.
1843         (nnimap-flags-to-marks): Would return no marks lists for group with no
1844         flags.  Instead return the other data.
1845
1846 2010-09-22  Julien Danjou  <julien@danjou.info>
1847
1848         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1849         Only return an icon.
1850         (gnus-group-insert-group-line): Compute icon to return.
1851
1852         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1853         variable.
1854         (gnus-html-image-fetched): Only cache if
1855         gnus-html-image-automatic-caching is set.
1856         (gnus-html-image-fetched): Check for errors.
1857
1858 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1861         once per method on `g'.  This ensures that backends like nnfolder don't
1862         open all their folders.
1863
1864         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1865         (nnimap-request-list): Nix out group in the correct buffer.
1866         (nnimap-parse-flags): Implement by using `read' instead of
1867         hand-parsing.
1868         (nnimap-flags-to-marks): Pass on permanent-flags.
1869         (nnimap-make-process-buffer): Record the server name.
1870         (nnimap-parse-flags): Fix typo.
1871         (nnimap-request-scan): Run split on the server in general, not just a
1872         single group.
1873
1874         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1875         parameter, and propagate this downwards.
1876
1877         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1878         since EXAMINE changes it on the server.
1879
1880         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1881         this command might take a while.
1882
1883 2010-09-22  Julien Danjou  <julien@danjou.info>
1884
1885         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1886         harmful if you have 2 images side-by-side, they can't be properly
1887         update on text deletion.  Using text-property is safer here.
1888         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1889         data.
1890
1891 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * nnimap.el (nnimap-expunge-inbox): Removed.
1894         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1895         (nnimap-expunge): Flip default to t.
1896
1897         * gnus.el (gnus-method-to-server): Don't push things to the cache
1898         unless it's unique.
1899         (gnus-server-to-method): Ditto.
1900
1901 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1902
1903         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1904
1905 2010-09-22  Julien Danjou  <julien@danjou.info>
1906
1907         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1908         get the start of data.
1909         (gnus-html-encode-url): Add this function to encode special chars in
1910         URL.
1911         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1912         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1913
1914         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1915         default.
1916         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1917
1918         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1919         images alt-text.
1920         (gnus-html-put-image): Put alt-text as help-echo.
1921
1922 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1925         * mm-util.el (mm-decompress-buffer)
1926         * nnir.el (nnir-run-find-grep)
1927         * pop3.el (pop3-list): Use 3rd arg of split-string.
1928
1929         * time-date.el (format-seconds): Comment fix.
1930
1931         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1932         and byte-optimize-form-code-walker.
1933         (dgnushack-make-auto-load): Don't advise make-autoload.
1934
1935         * lpath.el: Remove Emacs 21 stuff.
1936
1937 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1940         outside the active range.  Suggested by Dan Christensen.
1941
1942         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1943         slightly later to avoid double-getting it.
1944
1945         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1946         previous patch.
1947
1948         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1949
1950 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1951
1952         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1953
1954 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus-int.el (gnus-open-server): Give a better error message in the
1957         "go offline" case.
1958
1959         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1960         marks for nnimap, which is seldom the right thing to do.
1961
1962         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1963         (gnus-same-method-different-name): New function.
1964
1965         * nnimap.el (parse-time): Require.
1966
1967         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1968         method in the presence of many similar methods.
1969
1970         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1971
1972         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1973         nnml-inhibit-expiry.
1974
1975         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1976         find out whether methods are equal.
1977
1978         * nnimap.el (nnimap-find-expired-articles): New function.
1979         (nnimap-process-expiry-targets): New function.
1980         (nnimap-request-move-article): Request the article before looking at
1981         what the Message-ID is.  Fix found by Andrew Cohen.
1982         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1983
1984         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1985         for oldness in addition to being a predicate.
1986
1987         * nnimap.el (nnimap-request-group): When we have zero articles, return
1988         the right data to Gnus.
1989         (nnimap-request-expire-articles): Only delete articles immediately if
1990         the target is 'delete.
1991
1992         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1993         method, this would bug out.
1994
1995         * gnus-group.el (gnus-group-expunge-group): Renamed from
1996         gnus-group-nnimap-expunge, and implemented as a normal interface
1997         function.
1998
1999         * gnus-int.el (gnus-request-expunge-group): New function.
2000
2001         * nnimap.el (nnimap-request-create-group): Implement.
2002         (nnimap-request-expunge-group): New function.
2003
2004 2010-09-21  Julien Danjou  <julien@danjou.info>
2005
2006         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2007         (gnus-html-cache-expired): Add new function.
2008         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2009         wethever we should display image for fetch it.
2010         Compute alt-text earlier to pass it to the fetching function too.
2011         (gnus-html-schedule-image-fetching): Change function argument to only
2012         get one image at a time, not a list.
2013         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2014         cache.
2015         (gnus-html-get-image-data): New function to retrieve image data from
2016         cache.
2017         (gnus-html-put-image): Change buffer argument to use image data rather
2018         than file, and place image above region rather than inserting a new
2019         one. Do not take alt-text as argument, since it's useless now: we place
2020         the image above alt-text.
2021         (gnus-html-prune-cache): Remove.
2022         (gnus-html-show-images): Start to fetch image when we find one, do not
2023         push into a temporary list.
2024         (gnus-html-prefetch-images): Only fetch image if they have expired.
2025         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2026         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2027
2028 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2031
2032 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2035         spec inser "*" if the group isn't active instead of 0.
2036
2037         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2038         opening the server.
2039         (nnimap-request-delete-group): Implement group deletion.
2040         (nnimap-transform-headers): Return the size of the entire message in
2041         the Bytes header, not just the size of the first part.
2042         (nnimap-request-move-article): When moving an article from nnimap,
2043         request the article first so the accepting form has an article to
2044         accept.  Reported by Dan Christensen.
2045         (nnimap-command): Make sure that the error message doesn't error out.
2046
2047 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2048
2049         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2050         we haven't requested anything.
2051
2052 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2055         "".  Fix found by Andrew Cohen.
2056
2057         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2058         instead of -encode-string.
2059
2060 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2063
2064         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2065         by mm-subst-char-in-string.
2066
2067 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2070         waiting for the connection string.
2071
2072         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2073         arriving.
2074
2075         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2076         bogus characters.  This allows selecting certain Gmail groups.
2077
2078         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2079         (nnimap-fetch-partial-articles): New variable.
2080         (nnimap-open-connection): When looking for credentials, also use the
2081         nnimap-server-port.
2082         (nnimap-request-article): Return the group/article number, so that Gnus
2083         `^' works as expected.
2084         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2085         them.
2086
2087         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2088         comments.
2089         (gnus-methods-sloppily-equal): New function.
2090         (gnus): When using the development version of Gnus, load the gnus-load
2091         file.
2092
2093         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2094         `gnus-open-server' on each method before trying to scan them etc.  This
2095         ensures that all the backend parameters are set correctly.
2096
2097         * nnimap.el (nnimap-authenticator): New variable.
2098         (nnimap-open-connection): Allow anonymous login.
2099         (nnimap-transform-headers): The chars header is called Chars not
2100         Bytes.
2101         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2102         drops.
2103
2104         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2105         patch, found by Knut Anders Hatlen.
2106
2107 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2108
2109         * gnus-agent.el (gnus-agent-batch-confirmation)
2110         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2111         to gnus-message.
2112         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2113         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2114         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2115         * gnus-int.el (gnus-open-server): Likewise.
2116         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2117         (gnus-score-check-syntax): Likewise.
2118         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2119         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2120         Likewise.
2121         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2122
2123 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2126         calling conventions so that prefetch doesn't bug out.
2127
2128 2010-09-19  Julien Danjou  <julien@danjou.info>
2129
2130         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2131         rather than `subst-char-in-region' in order to be able to replace ASCII
2132         char by UTF-8 ones.
2133
2134         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2135         than curl.
2136         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2137         the right URL and ALT text on images.
2138         (gnus-html-wash-tags): Fix tag case.
2139         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2140         (gnus-article-html): Add -o display_ins_del=2 option.
2141         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2142
2143 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2144
2145         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2146         the extra mail headers, which sometimes seem to happen for unknown
2147         reasons.
2148
2149         * mail-parse.el (mail-header-encode-parameter): Define as
2150         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2151         (or most, perhaps?) mail readers don't understand the latter, but do
2152         understand the former.
2153
2154         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2155         to nil, so that no methods are automatically agentized.  I think this
2156         is probably what most users want.
2157
2158         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2159         from url-retrieve, for instance about invalid URLs.
2160
2161         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2162         groups that have no articles.
2163         (nnimap-request-article): Check that we really got an article when we
2164         requested one.
2165
2166         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2167         doesn't exist.
2168
2169         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2170         nntp buffer so the agent can save it.
2171         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2172         that CRLF doesn't get translated to \n.
2173         (nnimap-open-connection): Don't make 'shell commands only send \n.
2174
2175 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2176
2177         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2178         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2179         Update var name.
2180         (nnml-generate-nov-file): Use dolist.
2181         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2182         Use with-current-buffer.
2183
2184 2010-09-18  Julien Danjou  <julien@danjou.info>
2185
2186         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2187         parallel.
2188
2189 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2192         the range update right.
2193         (nnimap-request-group): Don't make `M-g' bug out on group with no
2194         marks.
2195         (nnoo): Required, so that other packages can require nnimap.
2196         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2197         command we're looking for.  This helps when the server sends more
2198         responses after we've gotten everything we expected.
2199         (nnimap): Add a `newlinep' field to keep track of end-of-line
2200         conventions.
2201         Don't send CRLF to things that don't want it.
2202         (nnimap-request-accept-article): Ditto.
2203
2204 2010-09-18  Julien Danjou  <julien@danjou.info>
2205
2206         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2207         than curl to retrieve images.
2208
2209 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2212         the marks.
2213         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2214         (nnimap-wait-for-connection): New function.
2215         (nnimap-open-connection): If we have PREAUTH, don't query for login
2216         credentials.
2217         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2218         when doing a partial update.
2219
2220 2010-09-18  Julien Danjou  <julien@danjou.info>
2221
2222         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2223         tags.
2224
2225 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * nnimap.el (nnimap-credentials): New function.
2228         (nnimap-open-connection): Use the new function to look for credentials
2229         also on the numeric equivalents of "imap" and "imaps".
2230
2231         * gnus-start.el (gnus-activate-group): Send the info to
2232         gnus-request-group.
2233
2234         * nnimap.el (nnimap-request-group): Have the "check" version of the
2235         function parse flags and update the info, so that a `M-g' get a total
2236         resync of all flags from the group.
2237
2238         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2239         to allow backends to alter the info on group selection.  Also alter all
2240         the backend -request-group functions to take the parameter.
2241
2242         * nnimap.el (nnimap-store-info): New function.
2243         (nnimap-update-info): Store the info for later usage.
2244         (nnimap-request-group): Use the stored info for the dont-check case, so
2245         that we don't retrieve all marks when we enter a group.
2246
2247         * nnimap.el: Use deffoo instead of defun for interface functions.
2248
2249         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2250         update the group info.  This makes the nndraft groups, for instance, go
2251         back to their old behaviour.
2252
2253         * gnus-sum.el (gnus-select-newsgroup): Indent.
2254
2255         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2256         in.
2257         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2258         nothing.
2259
2260         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2261         from methods that are denied.
2262
2263         * gnus-int.el (gnus-method-denied-p): New function.
2264
2265         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2266         store the password instead of netrc.
2267         (nnimap-open-connection): Don't error out when we can't make a
2268         connections.
2269
2270         * auth-source.el (auth-source-create): In the password prompt, say what
2271         we're querying for.  Also prompt for user name if that hasn't been
2272         given.
2273
2274         * nnimap.el (nnimap-with-process-buffer): Removed.
2275
2276 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2279         method when we're reading from the agent.
2280
2281         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2282
2283         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2284         that's probably most useful for users.
2285
2286         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2287         "failed" all the time.
2288
2289         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2290         ...)) with (with-current-buffer ... ).
2291
2292         * nntp.el (nntp-open-server): Return whether the open was successful or
2293         not.
2294
2295         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2296         select an unread unseen article first.
2297
2298         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2299         /etc/services, supply some sensible port defaults.
2300
2301         * dgnushack.el: Define netrc-credentials.
2302
2303 2010-09-17  Julien Danjou  <julien@danjou.info>
2304
2305         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2306
2307 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2308
2309         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2310         doesn't have any parameters.
2311
2312 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2315         only upcased checks.
2316
2317         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2318
2319         * nnimap.el (nnimap-open-shell-stream): New function.
2320         (nnimap-open-connection): Use it.
2321         (nnimap-transform-headers): Get the number of lines in each message.
2322         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2323         number of lines.
2324         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2325         problem.
2326
2327         * utf7.el (utf7-encode): Autoload.
2328
2329         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2330         to allow the mail splitting to not return a default group.  This is
2331         useful for nnimap, which will leave unmatched mail in the inbox.
2332
2333         * nnimap.el: Rewritten.
2334
2335         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2336         nnimap usage.
2337
2338         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2339         if the move is internal, so that nnimap can do fast internal moves.
2340
2341         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2342         data.
2343         (gnus-read-active-for-groups): Support finishing the early retrieval of
2344         data.
2345
2346         * gnus-range.el (gnus-range-nconcat): New function.
2347
2348         * gnus-int.el (gnus-finish-retrieve-group-infos)
2349         (gnus-retrieve-group-data-early): New functions.
2350
2351 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2352
2353         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2354         (nnrss-retrieve-groups):
2355         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2356         (pop3-quit): Use with-current-buffer.
2357
2358 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2361         instead of nnheader-accept-process-output.
2362
2363         * dgnushack.el (dgnushack-compile): Add comment.
2364
2365         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2366
2367         * gnus-html.el (gnus-html-schedule-image-fetching)
2368         (gnus-html-prefetch-images): Replace process-kill-without-query by
2369         gnus-set-process-query-on-exit-flag.
2370
2371 2010-09-16  Romain Francoise  <romain@orebokech.com>
2372
2373         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2374
2375 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2378         parameter to unintern is mandatory-ish in Emacs 24.
2379
2380         * gnus-html.el (gnus-html-schedule-image-fetching)
2381         (gnus-html-prefetch-images): Check for curl before using it.
2382
2383         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2384         depend on curl, which isn't essential.
2385
2386         * imap.el: Revert back to version
2387         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2388         seem problematic.
2389
2390 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2391
2392         * gnus-registry.el (gnus-registry-install-shortcuts):
2393         Explicitly pass `obarray' to `unintern' to avoid a warning.
2394
2395 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2398         change.
2399
2400         * nnrss.el (nnrss-request-list): Removed this function and related
2401         functions, including the moreover stuff.
2402
2403 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * nnrss.el (nnrss-retrieve-groups): New function.
2406
2407 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2408
2409         * .dir-locals.el: Add no-byte-compile cookie.
2410
2411 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * time-date.el (format-seconds): Comment fix.
2414
2415         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2416         for back end that doesn't support request-scan.
2417
2418 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2421         then do request scans from the backends.
2422
2423         * netrc.el (netrc-credentials): New conveniency function.
2424
2425         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2426         avoid running a hook per line, since this takes a lot of time,
2427         profiling shows.
2428         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2429         directly if gnus-visual-p is true.
2430
2431 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2434         groups; replace mapcar with dolist which is a bit faster; pass groups
2435         info to gnus-read-active-file-1.
2436         (gnus-read-active-file-1): Scan only specified groups if the new
2437         optional arg `infos' is given.
2438
2439 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2442
2443         * pop3.el (pop3-movemail): Removed.
2444         (pop3-streaming-movemail): Renamed to pop3-movemail.
2445
2446         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2447         don't restrict end-tag searches to the end of the line.
2448
2449 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2452         articles of every unchecked group to t, which means unknown since the
2453         server has never been opened.
2454
2455 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-html.el (gnus-html-show-alt-text): New command.
2458         (gnus-html-browse-image): Ditto.
2459         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2460         to browse the image directly.
2461         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2462         better.
2463
2464         * gnus-async.el (gnus-async-article-callback): Call
2465         `gnus-html-prefetch-images' unconditionally.
2466
2467         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2468         before feeding URLs to curl.
2469
2470 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2473         internal images as deletable by `W D D'.
2474
2475         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2476         (gnus-async-article-callback): Fix typo.
2477
2478 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2481         current line to work around bugs in the output from w3m.
2482
2483         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2484         for groups that want that.
2485
2486         * nntp.el (nntp-wait-for-string): Supply a timeout for
2487         accept-process-output to ensure progress.
2488
2489         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2490         level to get unread articles from, then use that for foreign groups,
2491         too.
2492
2493         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2494         confuses the rest of the function.
2495
2496         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2497         for the methods that support -retrieve-groups, too.
2498
2499         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2500
2501 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2504         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2505
2506         * pop3.el: Require cl when compiling.
2507         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2508
2509 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2512         that aren't going to be activated.
2513         (gnus-get-unread-articles): Fix up the last commit.
2514
2515         * gnus-html.el (gnus-article-html): Allow calling without specifying
2516         the handle.  In that case, dissect the buffer first.
2517
2518         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2519
2520         * nnimap.el (nnimap-open-connection): Revert the change that would look
2521         into authinfo for imaps instead of imap.
2522
2523         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2524         say that you don't want to call gnus-request-group with don-check, but
2525         do check the reponse.  This is for virtual groups only.
2526         (gnus-get-unread-articles): Count the archive groups as secondary, so
2527         that they're activated the same way as before.
2528
2529         * imap.el (imap-message-map): Removed optional buffer parameter, since
2530         no callers use it.
2531         (imap-message-get): Ditto.
2532         (imap-message-put): Ditto.
2533         (imap-mailbox-map): Ditto.
2534         (imap-mailbox-put): Ditto.
2535         (imap-mailbox-get): Ditto.
2536         (imap-mailbox-get): Revert last change for this function.
2537
2538         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2539         case-insensitively.
2540         (nnimap-debug): Removed.
2541
2542         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2543         to use `imap-fetch' instead.  According to the comments, this should be
2544         safe, since all other IMAP clients use the 1:* syntax.
2545         (imap-enable-exchange-bug-workaround): Removed.
2546         (imap-debug): Removed -- doesn't seem very useful.
2547
2548         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2549         mail from a file, and the file doesn't exist.
2550
2551         * imap.el (imap-log): New convenience function used throughout instead
2552         of repeating the same code all over the place.
2553
2554         * pop3.el (pop3-streaming-movemail): Return t for success.
2555
2556         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2557         .authinfo if we're using ssl connection.
2558
2559         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2560         already have if we're in a main Gnus `g' run.
2561
2562         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2563
2564 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2567
2568         * nnmh.el (nnmh-request-list-1): Bind `file'.
2569
2570         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2571         alias to set-process-query-on-exit-flag or process-kill-without-query.
2572         (pop3-open-server): Use it.
2573
2574 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2577         box to the Incoming file.  Fixes mistake in previous checkin.
2578
2579         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2580         request loop (for debugging purposes) removed.
2581
2582         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2583         culprit is more visible.
2584         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2585         (nnml-add-incremental-nov): New functions to do "incremental" nov
2586         updates, where we just append to the end of the existing nov files
2587         without reading/writing them in full.
2588
2589         * mail-source.el (mail-source-delete-crash-box): Really only check the
2590         incoming files once in a while.
2591
2592         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2593
2594         * mail-source.el (mail-source-delete-crash-box): Only check the
2595         incoming files for deletion once per day to save a lot of file
2596         accesses.
2597
2598         * pop3.el (pop3-logon): Fix up unbound variable typo.
2599
2600         * mail-source.el (pop3-streaming-movemail): Autoload.
2601
2602         * pop3.el (pop3-streaming-movemail): Respect
2603         pop3-leave-mail-on-server.
2604
2605         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2606         retrieval.
2607
2608         * pop3.el (pop3-process-filter): Removed unused function.
2609         (pop3-streaming-movemail, pop3-send-streaming-command)
2610         (pop3-wait-for-messages, pop3-write-to-file)
2611         (pop3-number-of-responses): New functions for streaming pop3
2612         retrieval.
2613
2614         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2615         come from no known methods.
2616         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2617         list.
2618
2619         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2620         message sizes.
2621         (pop3-movemail): Use erase-buffer instead of looping and deleting
2622         regions, which seems rather odd.
2623
2624         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2625         file once per `g' run.
2626
2627         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2628         directories.  This makes the draft queue directory work.
2629
2630         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2631         data from the backends, so that we only request the list of groups from
2632         each method once.  This should speed things up considerably.
2633
2634         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2635         detect that it's not implemented.
2636
2637         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2638         we actually do recurse down into the tree, but don't stat all leaf
2639         nodes.
2640
2641         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2642         then say so instead of bugging out.
2643
2644         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2645         files exist before trying to read them.
2646
2647         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2648         around <pre_int>.
2649
2650         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2651
2652         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2653
2654 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655
2656         * mm-util.el (mm-image-load-path): Just return the image directories,
2657         not all directories in the path in addition to the image directories.
2658         (mm-image-load-path): Maintain a cache of the image directories so that
2659         the `g' command in Gnus doesn't have to stat dozens of directories each
2660         time.
2661
2662         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2663         (gnus-html-wash-tags): Add a new `i' command to insert images.
2664         (gnus-html-insert-image): New command and keystroke.
2665         (gnus-html-redisplay-with-images): New command and keystroke.
2666         (gnus-html-show-images): Renamed command.
2667         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2668         spacers.
2669         (gnus-html-wash-tags): Decode entities at the end, so that entities
2670         inside the tags don't mess up the rest of the "parsing".
2671
2672         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2673         so that nnimap methods aren't agentized by default.  There's apparently
2674         many problems related to agent/imap behaviour.
2675
2676         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2677
2678         * gnus-html.el: Doc fix.
2679
2680 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2683         specifier-spec-list for Emacs 21.
2684
2685         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2686         glyph-width and glyph-height instead of display-graphic-p and
2687         image-size; make avoidance of displaying small images work for XEmacs.
2688
2689         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2690         for XEmacs.
2691
2692         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2693         of symbol that holds plist data.
2694         (gnus-process-plist): Remove plist of process after getting it.
2695
2696 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * message.el (message-generate-hashcash): Change default to
2699         'opportunistic if hashcash is installed.
2700
2701         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2702         (gnus-html-put-image): Only call image-size once, since it's somewhat
2703         time-consuming on remote X servers.
2704
2705 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2708         type on data, not a file name.
2709
2710         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2711         window-pixel-edges for Emacs 21.
2712
2713         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2714         decoded contents.
2715         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2716
2717 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2720         group line format, since it isn't very interesting.
2721
2722         * gnus-agent.el (gnus-agent-short-article),
2723         (gnus-agent-long-article): Increase values for these two variables,
2724         since most people are likely to have more network connection and
2725         storage than before.
2726
2727         * gnus.el (gnus-refer-article-method): Change default to 'current.
2728         When referring an article, the common behaviour is to refer it from the
2729         current select method, not the native select method.  The chances of
2730         the native select method having the message in question is rather slim
2731         these days.
2732
2733         * gnus-sum.el (gnus-auto-select-subject): Change default to
2734         `unseen-or-unread'.  I think it's likely that most people want to
2735         select an unseen article over a previously seen, but unread one.
2736
2737         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2738         means that in the article buffer none of the minor mode elements will
2739         be shown, usually, and this is not desirable in most cases.
2740
2741         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2742         that commands like `d' (and the like) go to the next line in the
2743         buffer, instead of the next unread article.  I think this is the
2744         behaviour that is most natural for most users.
2745         (gnus-single-article-buffer): Change default to nil, so that people can
2746         have as many article buffers open as they have summary buffer.  I think
2747         this is the most natural way for the groups to behave.
2748
2749         * message.el (message-generate-new-buffers): Change default to
2750         `unsent', so that all new message buffers start their names with the
2751         string "*unsent", and it's easier to find the buffers if you move from
2752         them.
2753
2754 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2757         small.  They're probably tracking images.
2758         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2759         (gnus-html-rescale-image): Yet another try at getting the image sizing
2760         right.
2761
2762         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2763         nntp-marks-file-name is nil.
2764
2765 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * gnus-html.el (gnus-html-wash-tags)
2768         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2769         Better logging.
2770
2771 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2774
2775         * gnus-html.el (gnus-html-wash-tags): Check the value of
2776         gnus-blocked-images in the summary buffer.
2777
2778 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2779
2780         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2781
2782 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2785         like "a", it seems like.
2786         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2787         since it needs to be picked from the correct buffer.
2788
2789         * nnwfm.el: Removed.
2790
2791         * nnlistserv.el: Removed.
2792
2793 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2794
2795         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2796         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2797
2798 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * nnkiboze.el: Removed.
2801
2802         * nndb.el: Removed.
2803
2804         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2805         alt text.
2806         (gnus-html-rescale-image): Try to get the rescaling logic right for
2807         images that are just wide and not tall.
2808
2809         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2810         overshadow variable bindings.
2811
2812 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2813
2814         * gnus-html.el (gnus-html-wash-tags)
2815         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2816         extra logging.
2817
2818 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2821         (gnus-max-image-proportion): New variable.
2822         (gnus-html-rescale-image): New function.
2823         (gnus-html-put-image): Rescale images.
2824
2825 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2826
2827         Fix up some byte-compiler warnings.
2828         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2829         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2830         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2831         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2832         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2833         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2834         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2835
2836 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * gnus-html.el (gnus-article-html): Decode contents by charset.
2839
2840 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2843         (gnus-html-frame-width, gnus-blocked-images)
2844         * message.el (message-prune-recipient-rules): Add custom version.
2845         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2846
2847         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2848         functions.
2849
2850         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2851         gnus-process-get.
2852
2853 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2854
2855         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2856         instead of lsub directly.
2857
2858 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * nnwarchive.el: Removed.
2861
2862         * gnus-soup.el: Removed.
2863
2864         * nnsoup.el: Removed.
2865
2866         * nnultimate.el: Removed.
2867
2868         * gnus-html.el (gnus-blocked-images): New variable.
2869
2870         * message.el (message-prune-recipients): New function.
2871         (message-prune-recipient-rules): New variable.
2872
2873         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2874         guess whether a long line is natural text or not.
2875
2876         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2877         gnus-process-plist and friends for compatibility.
2878
2879 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2880
2881         * gnus-html.el: Require packages that define macros used in this file.
2882         (gnus-article-mouse-face): Declare to silence byte-compiler.
2883         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2884         process-get.
2885         (gnus-html-put-image): Use plist-get to avoid getf.
2886         (gnus-html-prefetch-images): Use with-current-buffer.
2887
2888 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * gnus-ems.el: Provide compatibility functions for
2891         gnus-set-process-plist.
2892
2893         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2894         header-line-format for XEmacs 21.4.
2895
2896         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2897         * gnus.el (gnus-valid-select-methods)
2898         * message.el (message-send-mail-partially-limit)
2899         * mm-decode.el (mm-text-html-renderer)
2900         * mml.el (mml-insert-mime-headers-always)
2901         * smiley.el (smiley-regexp-alist): Bump custom version.
2902
2903 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * gnus-html.el: require mm-url.
2906         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2907         with the url to `url'.
2908         (gnus-html-wash-tags): Support cid: URLs/images.
2909
2910 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911
2912         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2913         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2914         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2915
2916         * gnus-move.el: Removed file, since it doesn't really work.
2917
2918         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2919         UTF-8.  This seems to fix problems with some German web feeds.
2920
2921         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2922         at the top so that the proper colours are applied.
2923
2924         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2925         don't have dots in their names.
2926
2927         * gnus-art.el (gnus-article-view-part): Doc fix.
2928
2929         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2930         XEmacs-compatible.
2931         (gnus-html-put-image): Don't do images on non-graphic displays.
2932
2933         * nnslashdot.el: Removed this unused backend.
2934
2935         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2936         actions.
2937         (gnus-undo-register-1): Revert last change.
2938
2939         * gnus-group.el (gnus-group-completing-read): Protect against not
2940         having completion-styles bound.
2941
2942         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2943         make broken recipients happier.
2944
2945         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2946
2947         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2948         point parameter.
2949
2950         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2951
2952         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2953         completion-styles for group selection.
2954
2955 2009-02-04  Andreas Schwab  <schwab@suse.de>
2956
2957         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2958         headers and regexp-quote the match if necessary.
2959
2960 2009-03-24  Miles Bader  <miles@gnu.org>
2961
2962         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2963         the blinking smiley.
2964
2965 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2966
2967         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2968         blink smiley.
2969
2970 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2973         where the dribbel file lives exists.
2974
2975         * message.el (message-send-mail-partially-limit): Change the default to
2976         nil, since most people don't want this.
2977
2978         * mm-url.el (mm-url-decode-entities): Also decode entities like
2979         &#x3212.
2980
2981 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2982
2983         * gnus-sum.el (gnus-summary-idna-message):
2984         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2985         Hyperlink urls in docstrings with URL `...'.
2986
2987 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2988
2989         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2990         functions.
2991
2992 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2995         say what the mouseover text should be.
2996
2997         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2998         version of the mm-w3m-safe-url-regexp variable to only download images
2999         in the groups where we want that to happen.
3000
3001         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3002
3003         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3004         easier debugging.
3005         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3006         big pictures in the article buffer.
3007
3008         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3009         gnus-article-html.
3010         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3011         w3m.
3012
3013         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3014
3015 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3018         which doesn't exist.
3019
3020         * message.el (message-inhibit-ecomplete): New variable to allow some
3021         function to inhibit ecomplete address storage.
3022         (message-resend): Disable ecomplete message storage when resending
3023         messages.
3024
3025         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3026
3027 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3030         Save excursion while copying, moving, and deleting articles in order to
3031         prevent the cursor from jumping to unforeseen place.
3032
3033 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * lpath.el: No need to bind bookmark-current-buffer,
3036         bookmark-yank-point and bookmark-make-record-function.
3037
3038 2010-08-17  Glenn Morris  <rgm@gnu.org>
3039
3040         * gnus-sync.el: Require gnus components whose functions are used.
3041
3042         * gnus-art.el (bookmark-make-record-function):
3043         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3044         Declare for compiler.
3045
3046         * mm-url.el (mml-compute-boundary): Autoload.
3047
3048 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3051
3052 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3053
3054         Typo fix "hoo4a" -> "hook".
3055
3056         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3057
3058 2010-08-14  Glenn Morris  <rgm@gnu.org>
3059
3060         * gnus-sync.el (gnus-sync): Fix defgroup version.
3061
3062 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3063
3064         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3065
3066         * gnus-sync.el: Fix docs.
3067         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3068         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3069
3070 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         Optimizations for gnus-sync.el.
3073
3074         * gnus-sync.el: Add docs about gnus-sync-backend
3075         possibilities.
3076         (gnus-sync-save): Remove unnecessary message.
3077         (gnus-sync-read): Optimize and show what groups were skipped.
3078
3079 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3080
3081         Minor bug fixes for gnus-sync.el.
3082
3083         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3084         read the sync on get-new-news.
3085
3086         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3087         quiet.
3088
3089         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3090
3091 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3092
3093         Make saving and restoring of hidden threads work with overlays.
3094         Patch applied by Ted Zlatanov.
3095
3096         * gnus-sum.el (gnus-hidden-threads-configuration)
3097         (gnus-restore-hidden-threads-configuration): Update to deal with text
3098         properties, rather than searching for a magic character.
3099
3100 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3101
3102         New gnus-sync.el library for synchronization of marks.
3103
3104         * gnus-sync.el: New library for synchronization of marks.
3105
3106         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3107         renamed from `gnus-registry-grep-in-list'.
3108
3109         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3110
3111         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3112
3113 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3116         determining charset of text fails.
3117
3118 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * nnmail.el (nnmail-get-new-mail-1): Revert.
3121
3122         * nnml.el (nnml-active-number): Make sure names of newly created groups
3123         in nnml-group-alist are encoded.
3124
3125 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3128         containing non-ASCII characters in active file for nnml back end.
3129
3130 2010-07-24  David Engster  <dengste@eml.cc>
3131
3132         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3133         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3134
3135 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3136
3137         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3138         tag (Bug#6654).
3139
3140 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3143         the article buffer, not the summary buffer.
3144
3145 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3148         Emacs 23 as well.
3149
3150 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3153         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3154
3155 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3156
3157         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3158         Patch applied by Karl Fogel.
3159
3160         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3161         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3162
3163 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3164
3165         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3166         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3167         C-w still not working correctly from Article buffers; Thierry's
3168         patch to fix that will be applied after this.
3169
3170         * gnus-art.el (bookmark-make-record-function): New local variable.
3171
3172         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3173         article buffer.
3174         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3175
3176 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3177
3178         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3179         on changes in bookmark.el.
3180
3181 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3184         `no-log' instead of message not to log prompt string.
3185
3186 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3187
3188         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3189         the *other* type of HTML form submission.
3190
3191 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3192
3193         * auth-source.el (auth-source-pick): If choice does not contain a
3194         questioned keyword, set the check to t.
3195
3196 2010-06-12  Romain Francoise  <romain@orebokech.com>
3197
3198         * gnus-util.el (gnus-date-get-time): Move up before first use.
3199
3200 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3203         (gnus-article-edit-part): Bind it to make last part that is substituted
3204         or deleted visible.
3205         (gnus-mime-display-single): Buttonize part of which id equals to
3206         gnus-mime-buttonized-part-id.
3207
3208 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3209
3210         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3211         (gnus-dd-mmm): Use gnus-date-get-time.
3212         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3213         simplify logic.
3214         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3215         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3216
3217 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3218
3219         * auth-source.el (top): Autoload `secrets-list-collections',
3220         `secrets-create-item', `secrets-delete-item'.
3221         (auth-sources): Fix tag string.
3222         (auth-get-source, auth-source-retrieve, auth-source-create)
3223         (auth-source-delete): New defuns.
3224         (auth-source-pick): Rewrite in order to avoid 2 passes.
3225         (auth-source-forget-user-or-password): New parameter USERNAME.
3226         (auth-source-user-or-password): New parameters CREATE-MISSING and
3227         DELETE-EXISTING.  Retrieve password interactively, if needed.
3228
3229 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3230
3231         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3232         deleting unused directories when gnus-expert-user is t.
3233
3234 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3237         for each temp file when gnus-article-browse-delete-temp is ask.
3238
3239 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3240
3241         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3242         Lisp calls to delete-backward-char by calls to delete-char.
3243
3244 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3245
3246         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3247
3248 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3249
3250         * password-cache.el (password-cache-remove): Fix docstring.
3251
3252 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3255         article unless decoding article to be saved.
3256
3257 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3260         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3261         generated within the mm-with-unibyte-current-buffer macro.
3262
3263 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3266         to nil when we're in a mml-preview buffer and no group is selected.
3267
3268 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3269
3270         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3271         when catching the `C-g'.  Reported by "Leo".
3272
3273 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * message.el (message-forward-make-body-plain)
3276         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3277         multibyte-string-p.
3278
3279         * lpath.el: Revert.
3280
3281 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * message.el (message-forward-make-body-mml): Assume original message
3284         is multibyte string; error on unibyte.
3285         (message-forward-make-body-plain): Ditto; don't add excessive newline
3286         in body end.
3287
3288         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3289
3290 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3291
3292         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3293         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3294
3295 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * mm-extern.el (mm-extern-url): Don't use
3298         mm-with-unibyte-current-buffer.
3299         (mm-extern-cache-contents): Use with-current-buffer instead of
3300         save-excursion + set-buffer.
3301
3302 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * mm-util.el (mm-emacs-mule): Remove.
3305
3306 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3307
3308         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3309         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3310         change.
3311
3312 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3315         bind the default value of enable-multibyte-characters to nil.
3316
3317 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * message.el (message-forward-make-body-plain)
3320         (message-forward-make-body-mml):
3321         Don't use mm-with-unibyte-current-buffer.
3322
3323 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3324
3325         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3326
3327 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3328
3329         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3330         (Bug#5592).
3331
3332 2010-05-07  Julien Danjou  <julien@danjou.info>
3333
3334         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3335         it to mm-pipe-part.
3336
3337         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3338         it is given.
3339
3340 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * binhex.el (binhex-decode-region-internal)
3343         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3344         (dns-query)
3345         * nnweb.el (nnweb-gmane-search)
3346         * pgg-parse.el (pgg-parse-armor)
3347         * pgg.el (pgg-verify-region)
3348         * sha1.el (sha1-string-external)
3349         * uudecode.el (uudecode-decode-region-internal)
3350         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3351         XEmacs.
3352
3353         * gnus-art.el (gnus-article-browse-html-parts)
3354         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3355         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3356         make-temp-file.
3357
3358         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3359         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3360         compiling.
3361
3362         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3363         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3364         XEmacs when compiling.
3365
3366         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3367         gnus-pick-mode-off-hook for XEmacs when compiling.
3368         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3369         gnus-binary-mode-off-hook for XEmacs when compiling.
3370
3371         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3372         nil if char-charset is not available.
3373
3374         * imap.el (imap-disable-multibyte)
3375         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3376         macros.
3377
3378         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3379         instead of encode-coding-string.
3380
3381         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3382         'xemacs) instead of mm-emacs-mule to switch function definitions.
3383         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3384
3385         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3386         bind temporary-file-directory for XEmacs;
3387         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3388         timer-set-function for XEmacs 21.4 and SXEmacs;
3389         bind timer-list for XEmacs 21.4 and SXEmacs;
3390         fbind char-charset and find-charset-region for non-Mule XEmacs;
3391         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3392         encode-coding-region and encode-coding-string for XEmacs having no
3393         file-coding feature.
3394
3395 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3396
3397         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3398
3399 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3402         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3403
3404 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3405
3406         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3407         alias `jka-compr-delete-temp-file' no longer exists.
3408
3409 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3410
3411         Use define-minor-mode in Gnus where applicable.
3412         * mml.el (mml-mode): Use define-minor-mode.
3413         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3414         (gnus-undo-mode): Use define-minor-mode.
3415         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3416         (gnus-dead-summary-mode): Use define-minor-mode.
3417         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3418         Initialize in declaration.
3419         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3420         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3421         (gnus-mailing-list-mode): Use define-minor-mode.
3422         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3423         (gnus-draft-mode): Use define-minor-mode.
3424         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3425         (gnus-dired-mode): Use define-minor-mode.
3426
3427 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3428
3429         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3430         handles on recursive mml-to-mime translation and check them for
3431         boundary delimiter collisions.  Reported by Greg Troxel.
3432
3433 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3436
3437 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3438
3439         * mm-util.el (mm-find-buffer-file-coding-system):
3440         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3441
3442 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3443
3444         * message.el (message-generate-headers): Record insertion of optional
3445         headers as well.  Otherwise the check to prevent repeated insertion of
3446         optional headers is a no-op.
3447
3448 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3449
3450         * smime.el: Don't mention CVS.
3451
3452         * nnrss.el (nnrss-fetch): Don't mention CVS.
3453
3454         * nnir.el: Don't mention CVS.
3455
3456 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3457
3458         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3459
3460 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * lpath.el: Fbind bookmark-default-handler,
3463         bookmark-get-bookmark-record, bookmark-make-record-default,
3464         bookmark-prop-get for Emacs <23 and XEmacs.
3465
3466 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3467
3468         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3469         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3470         Use with-current-buffer to silence the byte-compiler.
3471         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3472         bother to require `gnus'.
3473         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3474
3475 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3476
3477         * gnus-sum.el (gnus-summary-bookmark-make-record)
3478         (gnus-summary-bookmark-jump): New functions.
3479         (gnus-summary-mode): Setup bookmark support.
3480
3481 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3482
3483         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3484         if set.
3485
3486 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3489         gnus-article-browse-html-save-cid-image; make it work recursively for
3490         forwarded messages as well.
3491         (gnus-article-browse-html-parts): Work when prefix arg is given.
3492         (gnus-article-browse-html-article): Doc fix.
3493
3494 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3495
3496         * message.el (message-default-mail-headers):
3497         (message-default-headers): Carry the value mail-default-headers over
3498         into message-default-mail-headers, rather than message-default-headers.
3499
3500 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3501
3502         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3503         charset.
3504
3505         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3506         charset into the <meta> tag when the article is encoded to utf-8.
3507
3508 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3511         directories as well.
3512         (gnus-article-browse-html-parts): Work for images that do not specify
3513         file names; delete temp directory when quitting; insert header at the
3514         right place; use file: scheme for image files.
3515
3516 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3517
3518         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3519         (gnus-article-browse-html-parts): Use it to make temporary cid image
3520         files in addition to html file so that browser may display them.
3521
3522 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3525
3526 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3527
3528         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3529
3530 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3531
3532         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3533         about Secret Service API sources.  Improve Customize options.
3534         (auth-source-pick): Change to accept any number of search parameters.
3535         Implement fallbacks iteratively, not recursively.  Add scoring on the
3536         second pass and sort by score.  Call Secret Service API when needed.
3537         (auth-source-user-or-password): Use it.  Call Secret Service API
3538         directly when needed to get the user name and the password.
3539
3540 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3541
3542         * message.el (message-interactive): Doc fix.
3543         (message-qmail-inject-args): Reflow.
3544         (message-kill-to-signature): Fix typo in docstring.
3545
3546         * smiley.el (smiley-buffer): Fix typo in docstring.
3547
3548 2010-03-24  Glenn Morris  <rgm@gnu.org>
3549
3550         * mail-source.el (gnus-message): Declare.
3551         (mail-source-delete-old-incoming): Require gnus-util.
3552
3553 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3556
3557         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3558
3559         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3560         password-cache's default if it is not bound.
3561         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3562         password-cache-expiry's default if it is not bound.
3563
3564         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3565         available in Emacs 21.
3566
3567         * lpath.el: Suppress compiler warnings for:
3568         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3569         XEmacs;
3570         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3571         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3572         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3573
3574 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3575
3576         * auth-source.el (auth-sources): Fix up definition so extra parameters
3577         are always inline.
3578
3579 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3580
3581         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3582         wasn't updated after mismatch.  Clear cached mailbox info correctly
3583         when uidvalidity changes.
3584         (nnimap-group-prefixed-name): New function to avoid some code
3585         duplication.
3586         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3587         (nnimap-request-group): Use it.
3588         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3589         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3590         with many imap folders.  This is done by caching the group status from
3591         the imap server persistently in a group parameter `imap-status'.  (This
3592         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3593         but not persistently, so every Gnus startup was still very slow.)
3594
3595 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3596
3597         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3598         delete the extra newline.  Otherwise editing of :string and :number
3599         types don't work.
3600
3601 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3604         secrets.el dependency.
3605         (auth-sources): Add optional user name.  Add secrets.el configuration
3606         choice (unused right now).
3607
3608 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3609
3610         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3611         `gnus-registry-install-shortcuts' fill in the functions.
3612
3613         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3614         warnings.
3615         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3616         (gnus-registry-install-shortcuts): Populate and use it in a
3617         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3618
3619 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3620
3621         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3622         In-place substitutions for the group name encoding/decoding.
3623         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3624         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3625         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3626         (nnimap-update-unseen, nnimap-request-list)
3627         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3628         (nnimap-request-set-mark, nnimap-split-to-groups)
3629         (nnimap-split-articles, nnimap-request-newgroups)
3630         (nnimap-request-create-group, nnimap-request-accept-article)
3631         (nnimap-request-delete-group, nnimap-request-rename-group)
3632         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3633         `encoded-mbx' for consistency.
3634         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3635         variable `imap-current-mailbox'.
3636
3637         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3638         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3639
3640 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3641
3642         * pop3.el (pop3-display-message-size-flag): Display message size byte
3643         counts during POP3 download.
3644         (pop3-movemail): Use it.
3645         (pop3-list): Implement listing of available messages.
3646
3647 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3648
3649         * nnir.el (nnir-get-article-nov-override-function): New function to
3650         override the normal NOV retrieval.
3651         (nnir-retrieve-headers): Use it.
3652
3653 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3654
3655         * auth-source.el (netrc-machine-user-or-password): Autoload.
3656
3657 2010-03-19  Glenn Morris  <rgm@gnu.org>
3658
3659         Stop message.el from loading about 40 libraries it doesn't always need.
3660         The general approach is to autoload rather than require, and to
3661         require in the specific functions rather than the file.  (Bug#5642)
3662
3663         * gmm-utils.el: Don't require wid-edit.
3664         (widget-create-child-value, widget-convert, widget-default-get):
3665         Autoload.
3666
3667         * gnus-util.el: Don't require time-date, netrc.
3668         (message-fetch-field, gnus-group-name-decode): Declare rather than
3669         autoloading.
3670         (gnus-fetch-field): Require message.
3671         (gnus-decode-newsgroups): Require gnus-group.
3672
3673         * ietf-drums.el: Don't require time-date.
3674
3675         * message.el: Don't require hashcash, canlock, ecomplete.
3676         Do require mail-utils.  Require nnheader only when compiling.
3677         (smtpmail-default-smtp-server): Remove declaration.
3678         (message-send-mail-function): Check smtpmail-default-smtp-server
3679         is bound rather than requiring smtpmail.
3680         (message-auto-save-directory, message-insert-signature): Use
3681         expand-file-name rather than nnheader-concat.
3682         (nnheader-insert-file-contents): Autoload.
3683         (hashcash-wait-async): Declare.
3684         (message-send-mail): Only call gnus-setup-posting-charset if
3685         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3686         (message-send-mail-with-sendmail): Require sendmail.
3687         (canlock-password, canlock-password-for-verify): Declare.
3688         (message-canlock-password): Require canlock.
3689         (nnheader-get-report): Autoload.
3690         (gnus-setup-posting-charset): Declare.
3691         (message-send-news): Require gnus-msg.
3692         (message-make-references, message-make-in-reply-to): Use mail-header-id
3693         rather than the alias mail-header-message-id.
3694         (ecomplete-add-item, ecomplete-save): Declare.
3695         (message-put-addresses-in-ecomplete): Require ecomplete.
3696         (ecomplete-display-matches): Autoload.
3697
3698         * mm-decode.el: Don't require mailcap, gnus-util.
3699         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3700         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3701         Autoload.
3702         (mailcap-mime-extensions): Declare.
3703
3704         * mm-encode.el: Don't require mailcap.
3705         (mailcap-extension-to-mime): Autoload.
3706
3707         * mml-sec.el: Don't require password-cache.
3708
3709         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3710         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3711         (mml-minibuffer-read-type): Require mailcap.
3712         (mml-preview): Require gnus-msg.
3713
3714         * mml1991.el: Require password-cache.
3715         (password-cache-expiry): Remove declaration.
3716
3717         * mml2015.el: Require password-cache.
3718         (password-cache-expiry): Remove declaration.
3719
3720         * nneething.el (mailcap): Require mailcap.
3721
3722         * nnheader.el (declare-function): Add compatibility stub.
3723         (message-remove-header): Declare rather than autoload.
3724         (nnheader-replace-header): Require message.
3725
3726         * nnimap.el (declare-function): Add compatibility stub.
3727         (netrc-parse, netrc-machine-user-or-password): Declare.
3728         (nnimap-open-connection): Require netrc.
3729
3730         * nntp.el (declare-function): Add compatibility stub.
3731         (netrc-parse, netrc-machine, netrc-get): Declare.
3732         (nntp-send-authinfo): Require netrc.
3733
3734         * rfc2047.el: Don't require qp.
3735         (quoted-printable-encode-region, quoted-printable-decode-string):
3736         Autoload.
3737
3738         * sieve-mode.el: Don't require easymenu.
3739         (easy-menu-add-item): Autoload it.
3740
3741         * spam-stat.el (time-to-number-of-days): Autoload it.
3742
3743 2010-03-19  Glenn Morris  <rgm@gnu.org>
3744
3745         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3746
3747 2010-03-18  Glenn Morris  <rgm@gnu.org>
3748
3749         * hashcash.el (declare-function): Remove duplicate definition.
3750
3751 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3752
3753         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3754         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3755         value if any backslash escapes).
3756
3757 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3760         if it is available.  (bug#5647)
3761
3762         * lpath.el: Suppress compiler warning for coding-system-from-name for
3763         Emacs 21 and XEmacs.
3764
3765 2010-03-14  Juri Linkov  <juri@jurta.org>
3766
3767         * hmac-def.el:
3768         * hmac-md5.el:
3769         * netrc.el: Fix keywords.
3770
3771 2010-02-26  Glenn Morris  <rgm@gnu.org>
3772
3773         * message.el (message-send-mail-function): Change the default, so that
3774         it inherits from a customized send-mail-function.  (Bug#5643)
3775
3776 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3777
3778         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3779         shell-command-to-string signals an error (bug#5299).
3780
3781 2010-02-24  Glenn Morris  <rgm@gnu.org>
3782
3783         * message.el (message-smtpmail-send-it)
3784         (message-send-mail-with-mailclient): Doc fixes.
3785
3786 2010-02-16  Glenn Morris  <rgm@gnu.org>
3787
3788         * message.el (message-default-mail-headers): Change the default value
3789         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3790
3791 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3794         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3795
3796 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3797
3798         * time-date.el (date-to-time): Doc fix (Bug#5408).
3799
3800 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3801
3802         * message.el (message-mail): Just pass yank-action on to message-setup.
3803         (message-setup): Handle (FUN . ARGS) form of yank-action.
3804         (message-with-reply-buffer, message-widen-reply)
3805         (message-yank-original): Handle non-buffer values of
3806         message-reply-buffer (Bug#4080).
3807         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3808
3809 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3810
3811         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3812         Fix typo in docstring.
3813
3814 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3815
3816         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3817         response.
3818
3819 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3822
3823         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3824
3825         * message.el (message-check-news-header-syntax): Protect against a
3826         string that `rfc822-addresses' returns when parsing fails.
3827
3828 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3831         (gnus-previous-char-property-change): New functions.
3832
3833         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3834
3835 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3836
3837         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3838         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3839
3840 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3841
3842         * message.el (message-exchange-point-and-mark): Rework last change to
3843         avoid using optional arg of exchange-point-and-mark, for backward
3844         compatibility.
3845
3846 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3847
3848         * message.el (message-exchange-point-and-mark): Call
3849         exchange-point-and-mark with an argument rather than setting
3850         mark-active by hand (Bug#5175).
3851
3852 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * nntp.el (nntp-service-to-port): Work for service expressed with
3855         numeric string; replace [:digit:] with [0-9] for XEmacs.
3856
3857 2009-12-17  Glenn Morris  <rgm@gnu.org>
3858
3859         * gnus-group.el (gnus-bug-group-download-format-alist):
3860         Change emacs entry to debbugs.gnu.org.  Bump :version.
3861
3862 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3863
3864         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3865
3866 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3867
3868         * message.el (message-info): Explain why we use `Info-goto-node'.
3869
3870 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3873
3874 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3875
3876         * message.el (message-completion-in-region): New compatibility function.
3877         (message-expand-group): Use it.
3878
3879 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3882         with no unread article should be listed if the 2nd arg `predicate' is
3883         given.
3884
3885 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3888
3889 2009-11-29  Juri Linkov  <juri@jurta.org>
3890
3891         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3892         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3893         on `gnus-recenter'. (Bug#4698, Bug#4981)
3894
3895 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3896
3897         * sha1.el (sha1-string-external): default-directory "/" in case
3898         otherwise non-existent.  process-connection-type pipe for touch of
3899         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3900
3901 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3902
3903         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3904         it's comms related and sgml-mode.el has "comm" on that basis too.
3905
3906 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3909         containing tspecial characters if they have been already quoted.
3910
3911 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3912
3913         * dns-mode.el (auto-mode-alist): Purecopy string.
3914
3915 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3916
3917         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3918
3919 2009-10-24  Glenn Morris  <rgm@gnu.org>
3920
3921         * gnus-art.el (help-xref-stack-item): Define for compiler.
3922
3923 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3924
3925         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3926
3927 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3930
3931 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3934         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3935
3936 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3939         (gnus-overlays-in): New alias to overlays-in.
3940
3941         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3942         gnus-overlay-get, and gnus-delete-overlay.
3943         (gnus-summary-show-thread): Make it work as well for systems in which
3944         next-single-char-property-change is not available.
3945         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3946
3947         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3948         (gnus-overlay-get): New alias to extent-property.
3949         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3950
3951         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3952         SXEmacs.
3953
3954         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3955         SXEmacs.
3956
3957 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3958
3959         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3960
3961 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3962
3963         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3964         and XEmacs that don't have `remove-overlays'.
3965
3966 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3967
3968         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3969         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3970         selective display.  Use overlays instead.
3971
3972 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3973
3974         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3975
3976 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3977
3978         * spam-stat.el (spam-stat-load): Fix typo in message.
3979
3980 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3981
3982         * dig.el (dig-invoke): Fix typo in docstring.
3983         (query-dig): Reflow docstring.
3984
3985 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3986
3987         * gnus-art.el (gnus-article-encrypt-body):
3988         * message.el (message-check-recipients):
3989         * mm-util.el (mm-codepage-setup):
3990         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3991         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3992
3993 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3994
3995         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3996         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3997         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3998         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3999         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4000
4001 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4002
4003         * dig.el: Add "Keywords: comm", as per net-utils.el.
4004
4005 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4006
4007         * dig.el (dig-mode): Use define-derived-mode.
4008
4009 2009-09-19  Glenn Morris  <rgm@gnu.org>
4010
4011         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4012
4013 2009-09-18  Glenn Morris  <rgm@gnu.org>
4014
4015         * gnus-diary.el (gnus-diary-check-message):
4016         * message.el (message-insert-formatted-citation-line):
4017         * nnbabyl.el (top-level):
4018         * nndiary.el (nndiary-schedule):
4019         Fix typos in condition-case handlers.
4020
4021 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4024         configuration that provides the sole article window in a frame;
4025         position point correctly after deleting a part.
4026
4027 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4028
4029         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4030         (spam-resolve-registrations-routine): Use it to unregister articles
4031         that change status.
4032
4033 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4036         with XEmacs.
4037         (parse-time-string-chars): Use it.
4038
4039 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4040
4041         * imap.el (imap-interactive-login): Better messages.
4042         (imap-open): Fix bug with renamed buffer on reconnect.
4043         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4044         for easier debugging and cleaner code.  On successful (guessed based on
4045         server capabilities) secondary authentication, set imap-state
4046         correctly.
4047         (imap-last-authenticator): Define imap-last-authenticator as a variable
4048         to avoid warnings.
4049
4050 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * nnrss.el (nnrss-request-article): Remove binding of
4053         default-enable-multibyte-characters that has gotten needless by
4054         the 2007-07-13 change in rfc2047-encode-message-header.
4055
4056         * mml.el (mml-insert-multipart): Error on the message header.
4057         (mml-insert-part): Error on the message header; position point at
4058         the end of a MIME tag.
4059
4060 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * time-date.el (autoload): Expand define-obsolete-function-alias into
4063         defalias and make-obsolete for old Emacsen that Gnus supports.
4064         (with-no-warnings): Define it for old Emacsen.
4065         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4066         is available.
4067         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4068         float-time is available; suppress compile warning for time-to-seconds.
4069
4070         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4071         (gnus-float-time): Alias to float-time if it exists.
4072
4073         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4074         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4075         float-time is available; suppress compile warning for time-to-seconds.
4076
4077         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4078         XEmacs.
4079
4080 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4081
4082         * imap.el (imap-message-map): Docstring fix.
4083
4084 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4087         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4088         Add the optional argument `encoding' that overrides the default.
4089
4090         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4091         mm-encode-buffer.
4092
4093 2009-09-04  Glenn Morris  <rgm@gnu.org>
4094
4095         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4096         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4097         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4098         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4099         * mm-util.el (mm-with-unibyte-current-buffer)
4100         (mm-find-buffer-file-coding-system):
4101         * yenc.el (yenc-decode-region): Use default-value rather than
4102         default-enable-multibyte-characters.
4103
4104 2009-09-03  Glenn Morris  <rgm@gnu.org>
4105
4106         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4107         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4108         than default-enable-multibyte-characters.
4109
4110 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4111
4112         * gnus-art.el (gnus-article-read-summary-keys):
4113         Fix gnus-buffer-configuration's value temporarily used.
4114
4115 2009-09-02  Glenn Morris  <rgm@gnu.org>
4116
4117         * gnus-util.el (gnus-float-time): New function.
4118         * gnus-delay.el (gnus-delay-article):
4119         * gnus-sum.el (gnus-thread-latest-date):
4120         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4121         * nnspool.el (nnspool-request-newgroups):
4122         Use gnus-float-time rather than time-to-seconds.
4123         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4124
4125         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4126         (gnus-header-subject-face, gnus-header-newsgroups-face)
4127         (gnus-header-name-face, gnus-header-content-face):
4128         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4129         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4130         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4131         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4132         (gnus-cite-face-11):
4133         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4134         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4135         (gnus-server-closed-face, gnus-server-denied-face)
4136         (gnus-server-offline-face):
4137         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4138         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4139         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4140         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4141         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4142         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4143         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4144         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4145         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4146         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4147         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4148         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4149         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4150         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4151         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4152         (gnus-summary-high-undownloaded-face)
4153         (gnus-summary-low-undownloaded-face)
4154         (gnus-summary-normal-undownloaded-face)
4155         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4156         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4157         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4158         (gnus-splash-face):
4159         * message.el (message-header-to-face, message-header-cc-face)
4160         (message-header-subject-face, message-header-newsgroups-face)
4161         (message-header-other-face, message-header-name-face)
4162         (message-header-xheader-face, message-separator-face)
4163         (message-cited-text-face, message-mml-face):
4164         * sieve-mode.el (sieve-control-commands-face)
4165         (sieve-action-commands-face, sieve-test-commands-face)
4166         (sieve-tagged-arguments-face):
4167         * spam.el (spam-face):
4168         Mark face aliases with "-face" in the name as obsolete.
4169
4170 2009-09-01  Glenn Morris  <rgm@gnu.org>
4171
4172         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4173         than goto-line.
4174
4175 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4178         Don't move point if the command is invoked inside the message header.
4179
4180 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4181
4182         * imap.el (imap-send-command): Simplify.
4183         (imap-wait-for-tag): point-max -> buffer-size.
4184
4185 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4186
4187         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4188         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4189         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4190         * nnir.el (nnir-swish-e-index-file):
4191         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4192         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4193         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4194         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4195         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4196         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4197
4198 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4201         Don't save excursion.
4202
4203 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4204
4205         * nnheader.el (nnheader-find-file-noselect):
4206         * mm-util.el (mm-insert-file-contents):
4207         Use (default-value 'major-mode) instead of default-major-mode.
4208
4209 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4210
4211         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4212
4213 2009-08-26  Glenn Morris  <rgm@gnu.org>
4214
4215         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4216         than placing in files.el.
4217
4218 2009-08-25  Glenn Morris  <rgm@gnu.org>
4219
4220         * nnir.el (top-level): Don't require cl at run-time.
4221         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4222         Replace cl-function substitute with gnus-replace-in-string.
4223         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4224         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4225         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4226         simplified expansions.
4227
4228 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4229
4230         * dig.el (dig): Add autoload cookie.
4231
4232 2009-08-22  Glenn Morris  <rgm@gnu.org>
4233
4234         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4235         goto-line.
4236
4237 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4238
4239         * parse-time.el (parse-time-string-chars): Save match data.
4240
4241 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4242
4243         * parse-time.el (parse-time-string-chars): Compute using character
4244         classes, to handle non-ascii characters (Bug#3190).
4245
4246 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4249
4250         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4251         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4252         (gnus-mm-display-part, gnus-mime-display-single)
4253         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4254         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4255
4256         * gnus-sum.el
4257         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4258         (gnus-summary-move-article): Add expirable mark to articles copied or
4259         moved to group that has auto-expire turned on if the option is non-nil.
4260
4261 2009-07-24  Glenn Morris  <rgm@gnu.org>
4262
4263         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4264         Fix typo.  (Bug#3903)
4265
4266 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4269         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4270         that should not be used for draft articles.
4271         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4272         that has no concern in minor mode keys.
4273         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4274         Abolish.
4275
4276 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4279         article without making inquiry to a user for unknown encoding.
4280
4281         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4282         (nnmaildir--scan): Assume i-node and device number that file-attributes
4283         returns might be cons-cell.
4284
4285         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4286
4287         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4288
4289 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4290
4291         * auth-source.el: Remove docs now in auth.texi.  Don't use
4292         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4293         `auth-source-hide-passwords' and use them.
4294
4295 2009-07-15  Glenn Morris  <rgm@gnu.org>
4296
4297         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4298
4299 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4302         excessive whitespace from the default values of title and description.
4303
4304 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4307         mail-fetch-field to fetch Content-Description header in order to
4308         exclude newlines.
4309
4310 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4311
4312         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4313         format used by GnuPG 2.0.11.
4314
4315 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4318         to deleted part.
4319
4320 2009-05-30  David Engster  <dengste@eml.cc>
4321
4322         * nnmairix.el: Remove old documentation in the commentary block.
4323         (nnmairix-request-group): Do not update active file for nnml back ends.
4324         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4325         end so that overview files are ignored.
4326         (nnmairix-update-groups): Make updating the groups more robust by using
4327         marks.
4328         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4329         with dollar characters in message-id.
4330
4331 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4332
4333         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4334         2008-12-25 in dns.el.
4335
4336 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4337
4338         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4339         could happen if the text is only composed of spaces and/or tabs.
4340
4341 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4342
4343         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4344         when sending a queued message to avoid extra mml tags.
4345
4346 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4349
4350 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4353         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4354         rmail-toggle-header for XEmacs;
4355         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4356
4357 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * gnus-dired.el: Remove autoload for gnus-setup-message.
4360         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4361         displaying Gnus logo; always use compose-mail.
4362
4363 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4366
4367 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4370         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4371         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4372         available.
4373         (gnus-nocem-epg-verify): New function.
4374
4375 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4376
4377         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4378
4379 2009-02-15  Glenn Morris  <rgm@gnu.org>
4380
4381         * gnus-util.el (rmail-insert-rmail-file-header)
4382         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4383         autoloads.
4384         (rmail-default-rmail-file): Remove unnecessary declaration.
4385         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4386
4387 2009-02-14  Glenn Morris  <rgm@gnu.org>
4388
4389         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4390         variable (only used in gnus-util, which declares it anyway).
4391         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4392         which was only needed by gnus-art (changed to not use it any more).
4393         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4394         only used in gnus-util, which autoloads it itself.
4395         (rmail-update-summary): Fix autoload.
4396
4397         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4398         rather than rmail-output-to-rmail-file.
4399
4400 2009-02-07  Glenn Morris  <rgm@gnu.org>
4401
4402         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4403         autoload of function that no longer exists.
4404         (rmail-toggle-header): Declare.
4405         (message-forward-rmail-make-body): Handle mbox Rmail.
4406
4407 2009-01-31  Glenn Morris  <rgm@gnu.org>
4408
4409         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4410         2009-01-09 change.
4411
4412 2009-01-31  Dave Love  <fx@gnu.org>
4413
4414         * imap.el (imap-fetch-safe): Bind debug-on-error.
4415         (imap-debug): Add imap-fetch-safe.
4416
4417 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4418
4419         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4420         (auth-source-forget-all-cached): New convenience function.
4421         (auth-source-user-or-password): Accept list of modes or a single mode.
4422
4423         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4424         auth-source modes.
4425
4426         * netrc.el (netrc-machine-user-or-password): Use list of
4427         auth-source modes.
4428
4429         * nnimap.el (nnimap-open-connection): Use list of
4430         auth-source modes.
4431
4432         * nntp.el (nntp-send-authinfo): Use list of
4433         auth-source modes.
4434
4435 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4436
4437         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4438         now.
4439
4440 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4443         coding system in XEmacs; add a workaround for XEmacs.
4444
4445         * lpath.el: Fbind coding-system-aliasee.
4446
4447 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4450         of current-language-environment.
4451
4452 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4453
4454         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4455         available at runtime.
4456
4457 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4460
4461 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4462
4463         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4464         the greatest positive fixnum value doesn't work under an XEmacs with
4465         bignum support; use the most-positive-fixnum constant instead,
4466         available since Emacs 21.1 with cl and XEmacs 21.1.
4467
4468 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4471         XEmacs gets not to work.
4472
4473 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * mm-util.el (mm-coding-system-priorities): Allow the value like
4476         "Japanese (UTF-8)" of current-language-environment.
4477
4478 2009-01-09  Glenn Morris  <rgm@gnu.org>
4479
4480         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4481         with last-command-event.
4482
4483 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4484
4485         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4486         in the doc string.
4487
4488         * message.el (message-fix-before-sending): Amend comment.
4489
4490 2009-01-08  Dave Love  <fx@gnu.org>
4491
4492         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4493
4494 2009-01-07  David Engster  <dengste@eml.cc>
4495
4496         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4497         simplified server definitions by converting it via
4498         gnus-server-to-method.
4499
4500 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4503         parameter's operands.
4504
4505 2009-01-06  David Engster  <dengste@eml.cc>
4506
4507         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4508         primary select method (for gnus-group-mark-article-as-read).
4509
4510 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4511
4512         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4513         `(gnus)Face', not `(gnus)X-Face'.
4514
4515 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * mm-util.el (mm-ucs-to-char): New function.
4518
4519         * mm-url.el (mm-url-decode-entities): Use it.
4520
4521         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4522         unicode-to-char.
4523
4524 2009-01-05  Dave Love  <fx@gnu.org>
4525
4526         * time-date.el: Require cl for `declare'.
4527
4528 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4529
4530         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4531         Dave Love.
4532
4533 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4534
4535         * message.el (message-fix-before-sending): Add `eight-bit' to
4536         illegible-text check.
4537
4538 2009-01-03  Michael Olson  <mwolson@gnu.org>
4539
4540         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4541         `headers' is nil.  This can occur if the IMAP server does not have
4542         permissions to read messages from a folder, but can write new messages
4543         to the folder.
4544         (nnimap-request-article-part): Do not insert `data' if it is nil.
4545
4546         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4547         characters which will confuse `read', so skip past them.
4548
4549 2009-01-01  Dave Love  <fx@gnu.org>
4550
4551         * imap.el (imap-string-to-integer): Fix typo.
4552         (imap-fetch-safe): New function.
4553         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4554
4555         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4556
4557         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4558         (imap-parse-greeting): Fix doc strings.
4559         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4560         (imap-parse-flag-list): Make messages unique.
4561         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4562
4563         * nnimap.el: Fix author email.
4564         (nnimap-split-rule): Add FIXME comment.
4565         (nnimap-debug): Fix doc string.
4566
4567 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4570
4571 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4572
4573         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4574         nslookup if resolv.conf isn't available.
4575         (dns-query): Rename from query-dns.
4576         (dns-query-cached): Rename from query-dns-cached.
4577
4578 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4581         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4582         to check if those variables exist (first appeared in Emacs 18.50).
4583
4584 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * mm-util.el (mm-line-number-at-pos): New function.
4587
4588         * spam-report.el (spam-report-process-queue): Use it.
4589
4590 2008-12-24  David Engster  <dengste@eml.cc>
4591
4592         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4593         parameters that haven't existed as variables as buffer-local variables.
4594
4595 2008-12-23  Dave Love  <fx@gnu.org>
4596
4597         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4598         cadar.
4599
4600         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4601         imap-starttls-p.
4602         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4603
4604 2008-12-22  Dave Love  <fx@gnu.org>
4605
4606         * imap.el: Fix author email.  Doc fixes.
4607         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4608         reply.
4609
4610 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4611
4612         * spam-report.el (spam-report-gmane-max-requests): New constant.
4613         (spam-report-gmane-wait): New variable.
4614         (spam-report-gmane-ham, spam-report-gmane-spam)
4615         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4616         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4617         the server.
4618
4619         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4620         Add explanations.
4621
4622         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4623         nnheader-accept-process-output and nnheader-read-timeout if available.
4624         (pop3-movemail): Use it.
4625
4626         * message.el (message-check-news-body-syntax): Fix signature check if
4627         there's an attachment.
4628
4629 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * mm-util.el: Add comments to the mm- emulating functions.
4632
4633 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4634
4635         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4636         by Stephen Berman <stephen.berman@gmx.net>.
4637
4638 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * mm-util.el (mm-substring-no-properties): New function.
4641         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4642         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4643         (mm-string-to-multibyte): Doc fix.
4644
4645         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4646
4647 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4648
4649         * mml.el (mml-attach-file): Strip text properties from file name.
4650         (Bug#1574)
4651
4652 2008-12-16  Glenn Morris  <rgm@gnu.org>
4653
4654         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4655
4656 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4659         knows since the charset specified might be a bogus alias that
4660         mm-charset-synonym-alist provides.
4661
4662 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4663
4664         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4665         "ISO_8859-1".
4666
4667         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4668
4669 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * mm-util.el (mm-charset-eval-alist):
4672         Define it before mm-charset-to-coding-system.
4673         (mm-charset-to-coding-system): Add optional argument `silent';
4674         define it before mm-charset-override-alist.
4675         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4676         default value if it can be used in Emacs currently running;
4677         silence mm-charset-to-coding-system.
4678
4679 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4682         `allow-override' which says whether to use `mm-charset-override-alist'.
4683         (rfc2047-decode-encoded-words): Use it.
4684
4685         * mm-util.el (mm-charset-override-alist): Fix custom type;
4686         add `(gb2312 . gbk)' to choices.
4687
4688 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4691         fast.
4692
4693         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4694
4695         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4696
4697 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4698
4699         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4700         on links.
4701
4702         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4703
4704 2008-12-03  Lute Kamstra  <lute@gnu.org>
4705
4706         * sha1.el: Remove leading * from docstrings of defcustoms,
4707         deffaces, defconsts and defuns.
4708
4709 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4712         users' addresses that don't have domain parts.
4713         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4714         rather than message-narrow-to-head since there will be the message
4715         header separator.
4716
4717 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4718
4719         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4720         since the result is inserted in a unibyte buffer anyway.
4721         (nnimap-demule-use-string-to-multibyte): Remove.
4722         (nnimap-demule): Alias it to mm-string-to-multibyte.
4723
4724 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4725
4726         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4727         variable for debugging bug#464 and bug#1174.
4728         (nnimap-demule): Use it.
4729
4730 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4733         score calculation correctly.
4734
4735 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4736
4737         * message.el (message-send-mail): Just set the buffer to unibyte
4738         rather than use mm-with-unibyte-current-buffer which does a lot more.
4739         (message-send-mail-partially): Don't bother with
4740         mm-with-unibyte-current-buffer since it's already been made unibyte by
4741         message-send-mail.
4742
4743 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4744
4745         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4746
4747 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4748
4749         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4750
4751 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4754         require itself and to remove `with-no-warnings'.
4755
4756 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4757
4758         * starttls.el (starttls-any-program-available): Get the name of the
4759         available TLS layer program.
4760         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4761         well as the host name in the "opening" message.
4762
4763         * auth-source.el (auth-source-cache, auth-source-do-cache)
4764         (auth-source-user-or-password): Cache passwords and logins by default,
4765         allow override with `auth-source-do-cache'.
4766         (auth-source-forget-user-or-password): Allow users to remove cache
4767         entries if needed.
4768
4769 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4770
4771         * md4.el (md4-buffer): Fix typo in docstring.
4772         (md4, md4-64): Doc fixes.
4773         (md4-pack-int32): Reflow docstring.
4774
4775 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4776
4777         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4778         condition-case to only the forward-sexp call.
4779
4780 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4781
4782         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4783         quotes contained.  Make it more robust regardless by an extra
4784         condition-case wrapper.
4785
4786 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4789
4790 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * nnml.el (nnml-request-expire-articles): Check if the function set to
4793         `nnmail-expiry-target' returns the symbol `delete'.
4794
4795         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4796
4797         * nnmail.el (nnmail-expiry-target): Fix custom type.
4798
4799 2008-10-02  Glenn Morris  <rgm@gnu.org>
4800
4801         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4802         Silence compiler warning.
4803
4804 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4805
4806         * tls.el (open-tls-stream): Show the actual command being
4807         executed, instead of the format string.
4808
4809 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * lpath.el: Fbind codepage-setup for Emacs 23.
4812
4813 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4814
4815         * mml.el (mml-menu): Don't assume mml2015 is bound.
4816
4817 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4820         exists.
4821
4822 2008-09-27  Glenn Morris  <rgm@gnu.org>
4823
4824         * gnus-util.el (mail-header-remove-comments): Autoload it.
4825
4826 2008-09-27  Andreas Schwab  <schwab@suse.de>
4827
4828         * gnus-util.el (gnus-split-references): Strip comments.
4829         (gnus-parent-id): Likewise.
4830
4831 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4832
4833         * message.el (message-confirm-send): Fix version.
4834
4835 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * message.el (message-idna-to-ascii-rhs-1): Use
4838         mail-extract-address-components rather than mail-header-parse-addresses
4839         that is an alias by default to ietf-drums-parse-addresses that does not
4840         support non-ASCII names in headers' contents.
4841
4842 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4843
4844         * message.el (message-confirm-send): Fixed variable documentation to
4845         avoid the "y/n" wording.
4846
4847 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4848
4849         * message.el (message-set-auto-save-file-name): Save to a different
4850         filename so multiple messages (especially drafts) can be recovered.
4851
4852 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4853
4854         * message.el (message-confirm-send): Add appropriate version.
4855
4856 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4857
4858         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4859         defvar.
4860
4861 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4862
4863         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4864         (mm-pkcs7-enveloped-magic): Ditto.
4865
4866 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4867
4868         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4869         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4870
4871 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4874         default, it's better.
4875
4876 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4877
4878         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4879         summary line gnus-number property and ignore them (with a warning
4880         message).
4881
4882 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4885         macro caddr in the interactive form since it won't be expanded.
4886
4887 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4890         `charset'; fix name of function called recursively.
4891         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4892
4893 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4896         (gnus-mime-set-charset-parameters): New function.
4897         (gnus-mime-view-part-as-charset): Use it to correctly display part
4898         specifying wrong charset.
4899
4900 2008-09-08  David Engster  <dengste@eml.cc>
4901
4902         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4903         in completing-read for back end server.
4904
4905 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * message.el (message-confirm-send): New variable to confirm sending a
4908         message.
4909         (message-send): Use it.
4910
4911 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4912
4913         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4914
4915 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4918
4919 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4920
4921         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4922         prevent tracking too many groups.
4923         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4924         Use it.
4925
4926 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4927
4928         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4929         moving point to the bottom of the window in order to avoid recentering.
4930
4931 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4934
4935         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4936         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4937         (gnus-article-beginning-of-window): Fix calculation.
4938
4939 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-msg.el (gnus-summary-supersede-article)
4942         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4943         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4944         message header.
4945
4946 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4947
4948         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4949         pending output coming after the status change.
4950
4951 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4952
4953         * message.el:
4954         * gnus-start.el:
4955         * gnus-registry.el: Remove VMS support.
4956
4957 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4960         macro.
4961         (rfc2104-hash): Use it.
4962
4963 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4964
4965         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4966         (gnus-summary-sort-by-most-recent-date): New commands.
4967         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4968         and menu entries.
4969
4970 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4973         don't redisplay article for raw contents; remove plural articles stuff.
4974
4975         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4976         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4977         on gnus-summary-save-article; display results properly.
4978
4979 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * lpath.el: No need to fbind ns-focus-frame.
4982
4983 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4986
4987 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4990         gnus-save-all-headers.
4991
4992 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4993
4994         * gnus-util.el (ns-focus-frame): Remove declaration.
4995         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4996         like x.
4997
4998 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4999
5000         * rfc2104.el (rfc2104-zero): Delete defconst.
5001         (rfc2104-hex-alist): Likewise.
5002         (rfc2104-hex-to-int): Delete func.
5003         (rfc2104-hexstring-to-bitstring): Likewise.
5004         (rfc2104-nybbles): New defconst.
5005         (rfc2104-hash): Rewrite for speed.
5006
5007 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * tls.el (open-tls-stream): Make it work with the 2nd argument
5010         BUFFER that is a string but does not exist as a buffer object, as
5011         mentioned in the doc-string.
5012
5013 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5016         SXEmacs.
5017
5018 2008-07-16  Glenn Morris  <rgm@gnu.org>
5019
5020         * gnus-util.el (ns-focus-frame): Declare for compiler.
5021
5022 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5025         set as a group parameter.
5026         (gnus-summary-save-in-pipe): Work when it is called independently.
5027         (gnus-summary-pipe-to-muttprint): Don't modify
5028         gnus-summary-pipe-output-default-command.
5029
5030 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5031
5032         * message.el (message-send-mail-with-sendmail):
5033         Display the error message.
5034
5035 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * gnus-art.el (gnus-default-article-saver):
5038         Add gnus-summary-save-in-pipe to choices.
5039         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5040         gnus-summary-pipe-output-default-command as the default command.
5041         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5042         instead of gnus-last-shell-command.
5043
5044         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5045         New user option.
5046         (gnus-summary-muttprint-program): Mention the value will be changed.
5047         (gnus-summary-save-article): Force showing of all headers.
5048         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5049
5050 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5051
5052         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5053
5054 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5055
5056         * nnimap.el (nnimap-id):
5057         * sieve-manage.el (sieve-manage-open): Doc fixes.
5058
5059 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5060
5061         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5062         if available.
5063
5064 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5065
5066         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5067
5068         * nnkiboze.el (nnkiboze-generate-group):
5069         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5070
5071         * nnmairix.el: Require CL.
5072
5073 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * dgnushack.el: Autoload get-display-table and put-display-table for
5076         XEmacs 21.5.
5077
5078         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5079         21.4 and SXEmacs.
5080
5081 2008-06-15  David Engster  <dengste@eml.cc>
5082
5083         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5084
5085 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5086
5087         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5088         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5089         runtime choice under XEmacs.
5090
5091         * gnus-sum.el (gnus-summary-set-display-table):
5092         Use `gnus-put-display-table', `gnus-get-display-table',
5093         `gnus-set-display-table' for the display table, instead of `aset'.
5094
5095         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5096         Use `gnus-put-display-table', `gnus-get-display-table',
5097         `gnus-set-display-table' for the display table.
5098
5099 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * nnmairix.el: Add autoloads.
5102
5103 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * nnmairix.el (nnmairix-delete-recreate-group)
5106         (nnmairix-update-and-clear-marks): Fix error messages.
5107
5108 2008-06-14  David Engster  <dengste@eml.cc>
5109
5110         * nnmairix.el: Upgrade to version 0.6.
5111         (nnmairix-group-toggle-propmarks-this-group)
5112         (nnmairix-group-toggle-readmarks-this-group)
5113         (nnmairix-group-delete-recreate-this-group)
5114         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5115         (nnmairix-remove-tick-mark-original-article): New commands.
5116         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5117         (nnmairix-propagate-marks-to-nnmairix-groups)
5118         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5119         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5120         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5121         functions needed for marks propagation and manipulation of read marks.
5122         (nnmairix-update-groups): New function.
5123         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5124         (nnmairix-determine-original-group-from-registry)
5125         (nnmairix-determine-original-group-from-path)
5126         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5127         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5128         New helper functions.
5129         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5130         keystrokes for new commands.
5131         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5132         (nnmairix-request-group): Check allow-fast group parameter.
5133         (nnmairix-request-create-group): Set allow-fast group parameter if
5134         nnmairix-allowfast-default is set.
5135         (nnmairix-close-group): Propagate marks upon closing if needed.
5136         (nnmairix-group-toggle-threads-this-group): Use new.
5137         nnmairix-group-toggle-parameter helper function.
5138         (nnmairix-search): Better check for empty search result.
5139         (nnmairix-goto-original-article): Use new helper functions for
5140         determining original article.
5141         (nnmairix-show-original-article): Make sure message-id is in brackets.
5142         (nnmairix-call-mairix-binary): Change variable name.
5143         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5144         helper function.
5145         (nnmairix-widget-toggle-activate): Fix doc string.
5146
5147 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * nnir.el: Require edmacro when compiling with XEmacs.
5150         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5151         available in Emacs 21.
5152
5153 2008-06-11  Glenn Morris  <rgm@gnu.org>
5154
5155         * gnus-util.el (x-focus-frame):
5156         * gnus.el (image-size):
5157         * mm-decode.el (image-size): Declare.
5158
5159         * gnus-picon.el (declare-function): Add compat definition.
5160         (image-size): Declare.
5161
5162         * gnus-group.el (tool-bar-map):
5163         * gnus-sum.el (tool-bar-map): Define for compiler.
5164
5165         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5166
5167         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5168
5169         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5170         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5171         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5172         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5173         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5174         * sieve-manage.el, spam-report.el, spam.el:
5175         Remove unnecessary eval-and-compile of autoloads.
5176
5177 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5178
5179         * auth-source.el: Precise Tramp doc.
5180
5181 2008-06-07  Glenn Morris  <rgm@gnu.org>
5182
5183         * nnmairix.el: Remove unnecessary eval-when-compile.
5184
5185 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * lpath.el: Fbind propertize for XEmacs 21.4.
5188
5189 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5190
5191         * nnir.el: Move here from ../contrib.
5192
5193 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5194
5195         * gnus-util.el (gnus-read-shell-command): New function.
5196         * mm-decode.el (mm-pipe-part):
5197         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5198
5199 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5202
5203 2008-06-03  Glenn Morris  <rgm@gnu.org>
5204
5205         * pop3.el (nnheader-accept-process-output): Autoload it.
5206
5207 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5210         are not 2-digit hexadecimal characters that follow `%'s.
5211
5212 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5213
5214         * message.el (message-bogus-recipient-p): Fix type in doc string.
5215         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5216         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5217         Improve custom options.
5218         (message-bogus-recipient-p): Adjust accordingly.
5219
5220 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5221
5222         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5223         long-form month and day names.
5224
5225 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * dgnushack.el: Autoload debug, eudc-expand-inline and
5228         pgg-snarf-keys-region for XEmacs.
5229
5230         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5231
5232         * nnmairix.el: Require edmacro when compiling with XEmacs.
5233
5234 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5235
5236         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5237         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5238
5239 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5240
5241         * auth-source.el: Add more docs.
5242
5243         * netrc.el (netrc-machine): Always match if the port is not given.
5244
5245 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5246
5247         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5248         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5249         retrieval faster in some cases, but might make CPU usage larger.  If
5250         this has any bad side effects, we might revert this change.
5251
5252         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5253         seems to make mail retrieval much, much faster.
5254         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5255         unconditionally.
5256
5257         * gnus-draft.el (gnus-group-send-queue): Bind
5258         message-send-mail-partially-limit to nil to avoid being prompted.
5259
5260 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5263
5264         * message.el (message-bogus-address-regexp): Fix and improve custom
5265         type.
5266         (message-setup-hook): Add message-check-recipients as custom option.
5267
5268 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * message.el (message-cite-function): Remove bogus autoload which crept
5271         in during merge from v5-10.
5272
5273 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5274
5275         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5276
5277         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5278
5279         * auth-source.el: Preliminary Tramp docs.
5280         (auth-sources): Change the default auth-sources to use
5281         EPA .gpg files.
5282
5283 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5284
5285         * nntp.el: Autoload `auth-source-user-or-password'.
5286         (nntp-send-authinfo): Use it.
5287
5288         * nnimap.el: Autoload `auth-source-user-or-password'.
5289         (nnimap-open-connection): Use it.
5290
5291         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5292         for the gnus-message function.
5293         (auth-source-user-or-password): Use it.
5294
5295 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5296
5297         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5298         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5299         (rfc2104-hash): Use it.
5300
5301 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5302
5303         * gnus-art.el (gnus-article-toggle-truncate-lines):
5304         Don't use `iff' in docstring.
5305
5306 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5309
5310         * gnus-util.el (gnus-extract-address-component-name)
5311         (gnus-extract-address-component-email): Convenience functions around
5312         `gnus-extract-address-components'.
5313
5314         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5315         Use `gnus-extract-address-component-email' to fix bug of comparing full
5316         sender name to `user-mail-address'.
5317
5318 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5319
5320         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5321         catch/throw to optimize.
5322         (gnus-registry-find-keywords): Just use member to find a keyword.
5323
5324 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5325
5326         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5327         is current before calling gnus-server-prepare.
5328         (gnus-server-setup-buffer, gnus-server-update-server)
5329         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5330
5331 2008-05-04  Juri Linkov  <juri@jurta.org>
5332
5333         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5334         (mailcap-file-default-commands): Use mailcap-replace-in-string
5335         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5336         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5337
5338 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5339
5340         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5341
5342 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5343
5344         * gnus.el: Bump version to 0.11.
5345
5346 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5347
5348         * gnus.el: No Gnus v0.10 is released.
5349
5350 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5353         hooks.
5354         (gnus-update-read-articles): Speed up non-marks-using users.
5355         (gnus-use-marks): Define gnus-use-marks.
5356         (gnus-propagate-marks): Rename variable to something more sensible.
5357
5358 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5359
5360         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5361         (gmm-image-load-path-for-library): Fix typos in docstrings.
5362         (gmm-message): Reflow docstring.
5363
5364 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5365
5366         * mail-source.el (mail-source-set-1, mail-source-bind):
5367         Move auth-source code out of the macro to clean it up and fix bugs.
5368
5369 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5372         by sender if it's equal to user-mail-address, it's likely to be
5373         useless.
5374
5375         * mail-source.el (mail-source-bind): Don't use user or password if they
5376         are not bound.  Unintern them if they are nil.  Don't use server unless
5377         it's bound, and default it to empty string otherwise.
5378
5379 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * mail-source.el: Load auth-source.el.
5382         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5383         get user name or password, if auth-sources is set up.
5384
5385         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5386         strategy of splitting with parent.
5387         (gnus-registry-split-fancy-with-parent)
5388         (gnus-registry-post-process-groups): Use it and fix prior
5389         bug (returning a list as the split result).
5390
5391         * auth-source.el (auth-sources): Remove server parameter.
5392         (auth-source-pick, auth-source-user-or-password)
5393         (auth-source-user-or-password-imap)
5394         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5395         (auth-source-user-or-password-sftp)
5396         (auth-source-user-or-password-smtp): Remove server parameter.
5397
5398 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5399
5400         * smime.el (smime-sign-region, smime-encrypt-region)
5401         (smime-decrypt-region):
5402         Remove redundant calls to `generate-new-buffer-name'.
5403
5404 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5405
5406         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5407         Don't use QP for message/rfc822.
5408         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5409
5410 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5411
5412         * sieve-manage.el (sieve-string-bytes): Remove.
5413         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5414         correct byte-length only if the process's coding-system is the same as
5415         the one used internally by Emacs to represent strings.
5416
5417 2008-04-22  Juri Linkov  <juri@jurta.org>
5418
5419         * mailcap.el (mailcap-file-default-commands): New function.
5420
5421 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5422
5423         * message.el (message-signature-separator, message-cite-function):
5424         Change custom version.
5425
5426 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5427
5428         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5429         commands.
5430         (tls-checktrust): Ditto.
5431
5432 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * mm-decode.el (mm-display-external): Make temp file read-only.
5435
5436 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5439         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5440         `C-c C-f d'.
5441
5442 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5443
5444         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5445
5446 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5447
5448         * gnus.el: Bump version to 0.9.
5449
5450 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * gnus.el: No Gnus v0.8 is released.
5453
5454 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5455
5456         * mail-source.el (mail-source-value):
5457         Prefer fboundp to functionp so it works with macros as well.
5458
5459 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5460
5461         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5462         Fix last change in case the element is not even a symbol.
5463
5464 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5465
5466         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5467         Prefer fboundp to functionp so it works with macros as well.
5468
5469 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5470
5471         * auth-source.el: Added docs.
5472         (auth-sources): Modify format to support server.
5473         (auth-source-pick, auth-source-user-or-password)
5474         (auth-source-user-or-password-imap)
5475         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5476         (auth-source-user-or-password-sftp)
5477         (auth-source-user-or-password-smtp): Add server parameter.
5478
5479 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5480
5481         * gnus-registry.el: Initialize the registry when gnus-registry-install
5482         is t.
5483
5484 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * compface.el (uncompface): Make buffer unibyte.
5487
5488 2008-04-05  Glenn Morris  <rgm@gnu.org>
5489
5490         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5491
5492 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5493
5494         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5495         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5496
5497         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5498         multibyteness after rather than before erasing it.
5499
5500         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5501         mm-with-multibyte.
5502         (gnus-request-article-this-buffer): Make sure the proper decoding is
5503         used if gnus-original-article-buffer happens to be unibyte.
5504
5505         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5506         default-enable-multibyte-characters.
5507
5508         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5509         default-enable-multibyte-characters.
5510
5511         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5512
5513         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5514
5515 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5516
5517         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5518         (imap-message-copyuid-1): Use it.
5519         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5520         J. Williams in
5521         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5522
5523         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5524         imap-enable-exchange-bug-workaround.
5525         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5526
5527 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5528
5529         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5530         a 100 byte status-checks into a 2-3MB transfer for each group.
5531         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5532         to enable bug workaround or not.
5533         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5534
5535 2008-03-31  Glenn Morris  <rgm@gnu.org>
5536
5537         * message.el (mml2015-use): Declare for compiler.
5538         (message-info): Require mml2015 when appropriate.
5539
5540 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5543         whitespace.
5544
5545 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5546
5547         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5548         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5549         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5550         (nntp-service-to-port): New function.
5551         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5552         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5553         (nntp-open-netcat-stream): New function.
5554         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5555
5556 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5557
5558         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5559
5560 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5561
5562         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5563
5564 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5565
5566         * dns.el (dns-write): Use set-buffer-multibyte.
5567
5568 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5569
5570         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5571
5572 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5573
5574         * message.el (message-signature-separator): Change default.
5575         Improve custom type.
5576         (message-cite-function): Change default to
5577         message-cite-original-without-signature.
5578
5579         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5580         toggle.
5581
5582         * message.el (message-check-news-body-syntax): Fix signature check.
5583         (message-setup-1): Mark buffer as unmodified _after_ running
5584         message-setup-hook and handling message-alternative-emails.
5585         (message-shorten-references): Be more strict when building list of
5586         valid references to comply with GNKSA.
5587
5588         * gnus-group.el (gnus-read-ephemeral-bug-group)
5589         (gnus-read-ephemeral-debian-bug-group)
5590         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5591
5592         * message.el (message-info): Don't use booleanp which isn't supported
5593         in Emacs 21 and XEmacs.
5594
5595 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5596
5597         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5598         gnus-group-gmane-group-download-format.
5599         (gnus-group-read-ephemeral-gmane-group): Rename from
5600         gnus-group-read-ephemeral-gmane-group.
5601         (gnus-read-ephemeral-gmane-group-url): Rename from
5602         gnus-group-read-ephemeral-gmane-group-url.
5603         (gnus-bug-group-download-format-alist): New variable.
5604         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5605         (gnus-read-ephemeral-emacs-bug-group): New commands.
5606
5607 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5608
5609         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5610         (gnus-visible-headers): Improve custom type.
5611
5612 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5613
5614         * mml.el (mml-menu): Add workarounds for XEmacs.
5615
5616         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5617         X-Boundary header.
5618
5619         * message.el (message-simplify-recipients): Fix previous commit.
5620
5621 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5622
5623         * mm-util.el (mm-set-buffer-multibyte): New function.
5624         * mm-decode.el (mm-copy-to-buffer): Use it.
5625
5626 2008-03-19  Glenn Morris  <rgm@gnu.org>
5627
5628         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5629         Accidentally removed in the sync process with Emacs.
5630
5631 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * message.el (message-alter-recipients-discard-bogus-full-name):
5634         New function.
5635         (message-alter-recipients-function): New variable.
5636         (message-get-reply-headers): Use it.
5637         (message-replace-header): New helper function.
5638         (message-recipients-without-full-name): New variable.
5639         (message-simplify-recipients): New command.
5640
5641         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5642
5643         * message.el (message-info): Handle EasyPG manual.
5644
5645         * mml.el (mml-menu): Add entry for EasyPG.
5646
5647 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5648
5649         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5650         parameter.
5651
5652         * message.el (message-disassociate-draft): Specify drafts group name
5653         fully.
5654
5655 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5656
5657         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5658         unnecessary duplicates from the match list.
5659
5660 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5663
5664         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5665
5666         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5667         args of `how-many' of which the XEmacs version doesn't take; declare
5668         Info-index-next as function.
5669
5670 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * gnus-score.el (gnus-score-headers): Fix handling of
5673         gnus-inhibit-slow-scoring.
5674
5675         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5676         string.
5677         (gnus-button-url-regexp): Improve handling of parenthesis.
5678         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5679         (gnus-button-handle-info-keystrokes): Handle index entries.
5680
5681 2008-03-15  Glenn Morris  <rgm@gnu.org>
5682
5683         * parse-time.el (parse-time-string): Simplify.
5684
5685 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5688         Incoming* files.
5689
5690 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5691
5692         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5693         (auth-source-pick): Use it.
5694
5695 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5696
5697         * binhex.el (binhex-decode-region-internal):
5698         * uudecode.el (uudecode-decode-region-internal):
5699         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5700         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5701         setting default-enable-multibyte-characters.
5702
5703 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * auth-source.el (auth-source-protocols)
5706         (auth-source-protocols-customize, auth-source-choices): Added and
5707         modified variable customizations and defaults.
5708         (auth-source-pick, auth-source-user-or-password)
5709         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5710         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5711         (auth-source-user-or-password-sftp)
5712         (auth-source-user-or-password-smtp): Use new variables and provide an
5713         interface to netrc.el.
5714
5715 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5718         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5719         Make sure the nntp port to specify is a string.
5720
5721 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5722
5723         * nntp.el: Use with-current-buffer.
5724         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5725         dubious mm-with-unibyte-current-buffer.
5726         (nntp-with-open-group-function): New function extracted from
5727         nntp-with-open-group macro.
5728         (nntp-with-open-group): Use the function, so it's easier to debug.
5729         Add indentation and debugging info.
5730         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5731         the use of the netcat alternatives.
5732
5733         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5734         Avoid mm-string-as-multibyte as well.
5735
5736         * nnweb.el (nnweb-insert-html):
5737         Remove use of nnheader-string-as-multibyte.
5738
5739         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5740         (nnheader-string-as-multibyte): Remove.
5741
5742         * mm-view.el: Use inhibit-read-only.
5743         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5744         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5745         or unibyte-string.
5746
5747         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5748         (mm-uu-yenc-extract): Use with-current-buffer.
5749
5750         * gnus-soup.el (gnus-soup-send-packet): Don't use
5751         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5752
5753         * nnmh.el: Use with-current-buffer.
5754         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5755         mm-string-as-multibyte on the output of mm-encode-coding-string.
5756
5757         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5758         (nnimap-request-move-article): Use with-current-buffer.
5759
5760         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5761         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5762         conversion uses string-make-unibyte rather than string-as-unibyte.
5763
5764         * gnus-msg.el: Use with-current-buffer.
5765
5766         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5767
5768 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5769
5770         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5771         string for caching if it is 'PIN.
5772
5773 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * lpath.el: Consider the case without Emacs/W3.
5776
5777 2008-03-08  Glenn Morris  <rgm@gnu.org>
5778
5779         * time-date.el (date-to-time, time-subtract, time-add)
5780         (safe-date-to-time): Doc fixes.
5781
5782 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * mail-source.el (mail-source-delete-old-incoming-confirm):
5785         Change default to nil.
5786         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5787
5788 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * lpath.el: Rearrange.
5791
5792         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5793         (gnus-article-goto-prev-page): Work for articles having ^L's.
5794
5795         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5796
5797         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5798
5799 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5800
5801         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5802         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5803         (gnus-bookmark-jump): Adjust some variable names.
5804
5805 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5806
5807         * auth-source.el: New package.
5808         (auth-source-choices): Add customization entry point variable.
5809
5810         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5811         bug.
5812
5813 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5814
5815         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5816         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5817         (gnus-registry-install-shortcuts): Rename from
5818         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5819         the `gnus-registry-mark-map' keymap dynamically from
5820         `gnus-registry-marks'.  The generated functions update the summary line
5821         when a registry mark is added or deleted, and will call
5822         `gnus-registry-install-p' (see the comments in the code).
5823         (gnus-registry-user-format-function-M): Use concat intelligently.
5824
5825         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5826         the registry mark functions.
5827
5828 2008-03-05  Glenn Morris  <rgm@gnu.org>
5829
5830         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5831         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5832         gnus-art.
5833         (top-level): No need to load own source when compiling.
5834
5835 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5838         Suggested by <chris.anderton@zetnet.co.uk>.
5839
5840 2008-03-04  Glenn Morris  <rgm@gnu.org>
5841
5842         * gnus-sum.el (top-level): No need to require gnus when compiling,
5843         since unconditionally required near start of file.
5844         (gnus-summary-display-while-building): Move definition before use.
5845
5846 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5847
5848         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5849         formatting function.
5850
5851 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5854         with plists.
5855         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5856         Use new format.
5857
5858 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5861         `where-is-internal' that returns a range of key sequences.
5862
5863 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5864
5865         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5866
5867         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5868         (gnus-summary-jump-to-group): Consider windows on other displayed
5869         frames as well.  Similar changes might be needed elsewhere, but that's
5870         the one I've bumped into during my use.
5871
5872         * nndoc.el (nndoc-oe-dbx-type-p):
5873         * gnus-msg.el (gnus-debug):
5874         * gnus-group.el (gnus-update-group-mark-positions):
5875         Use mm-string-to-multibyte.
5876
5877 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5878
5879         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5880         doesn't handle NotDashEscaped.
5881
5882         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5883         (mml-dnd-attach-options): Fix typo in custom choice.
5884
5885         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5886         nndoc-article-type to mbox.
5887         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5888
5889         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5890         to nil, instead of html2text.
5891
5892         * imap.el (imap-debug): Add `imap-ping-server'.
5893
5894         * gnus-bookmark.el: Add FIXMEs.
5895
5896         * message.el (message-form-letter-separator)
5897         (message-send-form-letter-delay): New variables.
5898         (message-send-form-letter): Use them.  New command to send form
5899         letters.  Requested by Uwe Siart.
5900         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5901
5902 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5903
5904         * Update copyright years.
5905
5906 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         Sync from EMACS_22_BASE.
5909
5910         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5911
5912 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5913
5914         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5915         empty author.
5916
5917 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5918
5919         * gnus-registry.el (gnus-registry-marks): Add variable for
5920         customization of marks and their appearance.
5921         (gnus-registry-read-mark): Use it.
5922         (gnus-registry-do-marks): Add utility function to loop through
5923         `gnus-registry-marks'.
5924         (gnus-registry-install-shortcuts-and-menus): Add function to install
5925         shortcuts and menus.
5926         (gnus-registry-initialize): Use it.
5927         (gnus-registry-default-mark): Clarify documentation.
5928
5929 2008-02-29  Glenn Morris  <rgm@gnu.org>
5930
5931         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5932         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5933         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5934         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5935         Change defcustom :version from 23.0 to 23.1.
5936
5937 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * gnus-registry.el (gnus-registry-follow-group-p)
5940         (gnus-registry-post-process-groups): Add functions to aid registry
5941         splitting and improve logging.  Clarify behavior in function
5942         documentation.
5943         (gnus-registry-split-fancy-with-parent): Use them.
5944
5945 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5946
5947         * gnus-art.el: Use with-current-buffer.
5948
5949 2008-02-27  David Engster  <dengste@eml.cc>
5950
5951         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5952         Express real group name in the response.
5953
5954 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5957         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5958         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5959         autoload gnus-registry-fetch-group when compiling.
5960         (nnmairix-request-group-with-article-number-correction): Remove
5961         unreferenced argument passed to nnmairix-call-backend.
5962
5963 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5966         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5967         Wilde.
5968
5969 2008-02-27  Glenn Morris  <rgm@gnu.org>
5970
5971         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5972         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5973         variables to defconsts.  Convert comments to doc-strings.
5974         (nnmairix-last-server, nnmairix-current-server): Convert from free
5975         variables to defvars.  Convert comments to doc-strings.
5976         (gnus-registry-fetch-group): Autoload.
5977         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5978         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5979         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5980         caddr.
5981         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5982         nnmairix-request-group-with-article-number-correction call.
5983         (nnmairix-fast, nnmairix-group): New, less general names, for free
5984         variables passed from nnmairix-request-group to
5985         nnmairix-request-group-with-article-number-correction.  Declare.
5986         (nnmairix-request-group-with-article-number-correction):
5987         Use nnmairix-fast, nnmairix-group rather than fast, group.
5988
5989 2008-02-26  David Engster  <dengste@eml.cc>
5990
5991         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5992         version 0.5.
5993
5994 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5995
5996         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5997         instead of making an extra function call.  Don't add the current group
5998         to articles only when they have the group.  Use
5999         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6000         Reported by David <de_bb@arcor.de>.
6001
6002 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6005         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6006
6007 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6008
6009         * mail-source.el (mail-source-delete-incoming): Change default.
6010         Supplement doc string.
6011
6012         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6013
6014 2008-02-14  Glenn Morris  <rgm@gnu.org>
6015
6016         * time-date.el (format-seconds): New function.
6017
6018 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * nnmail.el (nnmail-message-id-cache-file): Derive from
6021         `gnus-home-directory'.
6022
6023 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6024
6025         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6026         Document negative prefix.
6027
6028         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6029
6030 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031
6032         * message.el (message-unsent-separator): Add the Exim bounce
6033         separator.
6034
6035 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6036
6037         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6038         list.
6039         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6040         recipient/signer list.
6041
6042 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * Makefile.in (datarootdir): Define.
6045         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6046         name that might contain whitespace.
6047
6048 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6051         fbound (Emacs 23 unicode), signal an error.
6052
6053 2008-02-08  Glenn Morris  <rgm@gnu.org>
6054
6055         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6056
6057 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6058
6059         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6060         ports to the calls to `netrc-machine-user-or-password' in addition to
6061         "imap" and "imaps".
6062
6063 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6064
6065         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6066
6067         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6068
6069 2008-02-01  Kenichi Handa  <handa@m17n.org>
6070
6071         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6072         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6073         (rfc2104-hash): Convert the result of concat to unibyte string.
6074
6075 2008-02-01  Dave Love  <fx@gnu.org>
6076
6077         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6078         coding-system-for-read.
6079         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6080
6081 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6082
6083         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6084         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6085         <hanche@math.ntnu.no>.
6086
6087 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6090
6091         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6092
6093 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6094
6095         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6096         * message.el (message-beginning-of-line): Use featurep instead of bound
6097         tests in order to resolve conditionals at compile time.
6098
6099 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6100
6101         * mail-source.el (mail-sources): Add `group' choice.
6102
6103         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6104         parameter `in-group' to control into which group the articles go.
6105         Add treatment of `group' mail-source.
6106
6107 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6110
6111         * mm-decode.el (mm-dissect-buffer): Decode description.
6112
6113         * mml.el (mml-to-mime): Encode message header first.
6114
6115 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6118         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6119
6120         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6121         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6122
6123 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6124
6125         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6126
6127 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6130         prefix keys.
6131         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6132         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6133         gnus-xmas.el.
6134
6135         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6136         (gnus-xmas-article-describe-bindings): New function.
6137         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6138         gnus-xmas-article-describe-bindings.
6139
6140         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6141
6142 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6145         Add new variables for article mark management.
6146         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6147         list of extra data entries which, when present, will indicate that the
6148         article ID should not be trimmed from the registry.
6149         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6150         functions.
6151         (gnus-registry-read-mark): New function to read a mark name from the
6152         user.
6153         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6154         (gnus-registry-set-article-mark-internal): New functions to add and
6155         remove marks.
6156         (gnus-registry-get-article-marks): New function to show the marks for
6157         an article, or retrieve them for further use.
6158
6159 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6162         keys when no argument is given.
6163
6164 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * imap.el (imap-ping-server): New variable.
6167         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6168         (imap-ping-server): Minor doc string fixes.
6169
6170 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6171
6172         * imap.el (imap-ping-server): New function.
6173         (imap-opened): Call imap-ping-server.
6174
6175 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * gnus-sum.el (gnus-article-sort-by-random)
6178         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6179         jidanni@jidanni.org.
6180
6181 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-art.el (gnus-article-describe-bindings): New function.
6184         (gnus-article-read-summary-keys): Use it.
6185         (gnus-article-mode-map): Bind `C-h b' to it.
6186
6187 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6190         XEmacs.
6191         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6192         against non-character events.
6193
6194         * lpath.el: Fbind map-keymap for Emacs 21.
6195
6196 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6199         command.
6200         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6201         instead of END.  Change name of the temp file.
6202         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6203         customizable.
6204
6205 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6208         bind `S W' to gnus-article-wide-reply-with-original; set default
6209         binding to gnus-article-read-summary-send-keys.
6210         (gnus-article-read-summary-keys): Fix the order of keys; display
6211         continuation keys correctly in the echo area; describe bindings
6212         correctly when keys end with `C-h'.
6213         (gnus-article-read-summary-send-keys): New function.
6214         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6215         for gnus-article-read-summary-send-keys; display continuation keys
6216         correctly in the echo area.
6217         (gnus-article-reply-with-original): Ignore prefix argument.
6218         (gnus-article-wide-reply-with-original): New function.
6219
6220         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6221         Emacs 21.
6222
6223 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6226         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6227
6228 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6229
6230         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6231         (gnus-group-read-ephemeral-gmane-group): New command.
6232
6233 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6234
6235         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6236
6237 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6238
6239         * message.el (message-send-mail-function): Increase custom version.
6240
6241         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6242         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6243
6244 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6245
6246         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6247         for the cases where imap-authenticate is called with a nil buffer
6248         parameter.
6249
6250 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6253         html parts correctly; support forwarded messages.
6254         (gnus-article-browse-html-article): Remove work buffers.
6255
6256         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6257         compiling.
6258         (netrc-bound-and-true-p): New macro.
6259         (netrc-parse): Use it instead of bound-and-true-p that is not available
6260         in XEmacs 21.4.
6261
6262 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         * gnus-registry.el (gnus-registry-mark-article)
6265         (gnus-registry-article-marks): Add functionality to mark articles
6266         through the Gnus registry.
6267
6268         * encrypt.el: Clarify documentation for the new pgg method.
6269         (encrypt-file-alist): Add PGG option.
6270         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6271         functionality.  Abstract password key and messaging to external
6272         functions.
6273         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6274         (encrypt-message-method-and-cipher): Add new convenience external
6275         functions.
6276         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6277         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6278
6279         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6280         (netrc-parse): Use encrypt-file-alist to determine if
6281         encrypt-find-model or encrypt-insert-file-contents should be used.
6282
6283         * encrypt.el: Clarify documentation.  Load password-cache or
6284         password, whichever one is found first, instead of autoloading.
6285
6286 2007-12-19  Glenn Morris  <rgm@gnu.org>
6287
6288         * mml.el (message-options-set, message-narrow-to-head)
6289         (message-in-body-p, message-mail-p, message-encode-message-body):
6290         Autoload.
6291         (message-remove-header, message-narrow-to-headers-or-head)
6292         (message-subscribed-p, message-make-mail-followup-to)
6293         (message-position-on-field, message-news-p)
6294         (message-options-set-recipient, message-generate-headers)
6295         (message-sort-headers): Declare as functions.
6296
6297 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6300         convention in doc string.
6301
6302 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6305         title to html parts.
6306         (gnus-article-browse-html-article): Pass message header to it.
6307
6308         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6309
6310 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6311
6312         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6313         or password compatible with XEmacs.
6314
6315 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6318         format document.
6319         (gnus-mime-delete-part): Don't write description line if empty.
6320         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6321
6322 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6323
6324         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6325         (gnus-summary-mark-read-and-unread-as-read)
6326         (gnus-summary-mark-current-read-and-unread-as-read)
6327         (gnus-summary-mark-unread-as-ticked): Doc fix.
6328         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6329
6330 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6333         Christoph Conrad <christoph.conrad@gmx.de>.
6334
6335 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6338         yes-or-no-p.
6339
6340 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * mm-decode.el (mm-add-meta-html-tag): New function.
6343         (mm-save-part-to-file, mm-pipe-part): Use it.
6344
6345         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6346         gnus-y-or-n-p instead of y-or-n-p.
6347         (gnus-article-browse-html-parts): Work with message/external-body; use
6348         mm-add-meta-html-tag.
6349
6350 2007-12-11  Glenn Morris  <rgm@gnu.org>
6351
6352         * gnus-cache.el: Require gnus-sum not just when compiling.
6353
6354         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6355
6356         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6357         definitions before use.
6358
6359         * mm-decode.el: Require gnus-util.
6360         (mm-remove-part): Only call delete-annotation on XEmacs.
6361
6362         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6363
6364         * nnmail.el: Require gnus-int.
6365
6366         * spam.el: Move `require's before `eval-when-compile's.
6367
6368         * gnus-ems.el (gnus-alive-p):
6369         * gnus-fun.el (message-goto-eoh):
6370         * gnus-util.el (gnus-group-name-decode):
6371         * mail-source.el (gnus-compress-sequence):
6372         * message.el (Info-goto-node, format-spec):
6373         * mm-bodies.el (message-options-get):
6374         * mm-decode.el (mm-view-pkcs7):
6375         * mm-util.el (gmm-write-region):
6376         * mml-smime.el (mml-compute-boundary)
6377         (gnus-completing-read-with-default):
6378         * mml.el (widget-button-press, gnus-make-hashtable):
6379         * mml1991.el (mm-decode-content-transfer-encoding)
6380         (mm-encode-content-transfer-encoding)
6381         (message-options-get, message-options-set):
6382         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6383         * nnfolder.el (gnus-request-group):
6384         * nnheader.el (ietf-drums-unfold-fws):
6385         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6386         * smime.el (gnus-run-mode-hooks):
6387         * spam-stat.el (gnus-message): Autoload.
6388
6389         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6390         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6391         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6392         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6393         Add declare-function compatibility definition.
6394
6395         * gnus-cache.el (nnvirtual-find-group-art):
6396         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6397         (gnus-add-image, gnus-add-wash-type):
6398         * gnus-group.el (nnkiboze-score-file):
6399         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6400         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6401         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6402         (message-tokenize-header, gnus-get-buffer-create)
6403         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6404         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6405         * gnus.el (gnus-group-decoded-name):
6406         * mail-source.el (imap-capability):
6407         * mm-bodies.el (message-options-set):
6408         * mm-decode.el (gnus-configure-windows):
6409         * mm-extern.el (message-goto-body):
6410         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6411         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6412         (epg-sub-key-validity, message-options-set):
6413         * mml.el (widget-event-point, gnus-configure-windows):
6414         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6415         * mml2015.el (epg-check-configuration, epg-configuration)
6416         (message-options-set):
6417         * nndb.el (nndb-request-article):
6418         * nnfolder.el (gnus-request-create-group):
6419         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6420         * nnmaildir.el (gnus-group-mark-article-read):
6421         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6422         * rfc1843.el (message-fetch-field):
6423         * spam.el (gnus-extract-address-components):
6424         Declare as functions.
6425
6426 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6429
6430         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6431
6432         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6433         bind show-trailing-whitespace for XEmacs.
6434
6435 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6438         new no-op macro for backward compatibility.
6439
6440         * imap.el (imap-string-to-integer): New function.
6441
6442 2007-12-09  Glenn Morris  <rgm@gnu.org>
6443
6444         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6445
6446         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6447         * message.el, mm-view.el, sieve-manage.el, smime.el:
6448         Add declare-function compatibility definition.
6449
6450         * gnus-art.el (w3-region, w3m-region, Info-menu):
6451         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6452         * gnus-sum.el (gnus-get-predicate):
6453         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6454         * message.el (mail-abbrev-in-expansion-header-p):
6455         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6456         (w3m-detect-meta-charset, w3m-region):
6457         * sieve-manage.el (password-read, password-cache-add)
6458         (password-cache-remove):
6459         * smime.el (password-read-and-add): Declare as functions.
6460
6461 2007-12-08  David Kastrup  <dak@gnu.org>
6462
6463         * gnus-sum.el (gnus-summary-simplify-subject-query):
6464         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6465         `message'.
6466
6467 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6470         it to bind idna-program, installation-directory, defined-colors, and
6471         face-attribute for XEmacs of the version that compiles defcustom forms.
6472
6473 2007-12-07  Glenn Morris  <rgm@gnu.org>
6474
6475         * gnus-art.el (article-make-date-line): Revert previous change.
6476
6477 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6480
6481 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6482
6483         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6484         Call gnus-add-to-range ranges only once with a prepared article-list.
6485
6486 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6487
6488         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6489         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6490         group names with backslashes.  Reported by Tassilo Horn
6491         <tassilo@member.fsf.org>.
6492
6493 2007-12-06  Deepak Goel  <deego3@gmail.com>
6494
6495         * gnus-art.el (article-make-date-line):
6496         * gnus-start.el (gnus-load):
6497         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6498
6499 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * gnus-art.el (gnus-use-idna)
6502         * gnus-start.el (gnus-site-init-file)
6503         * message.el (message-use-idna)
6504         * mm-uu.el (mm-uu-hide-markers)
6505         * smiley.el (smiley-style): Revert changes that suppress warnings.
6506
6507 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6510         specify charset to html source.  Reported by Christoph Conrad
6511         <christoph.conrad@gmx.de>.
6512
6513 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6516         idna-program in order to suppress byte compile warning issued by XEmacs
6517         that came to byte compile the default value section of defcustom forms
6518         recently.
6519
6520         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6521         value of installation-directory.
6522
6523         * message.el (message-use-idna): Don't directly refer to the value of
6524         idna-program.
6525
6526         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6527
6528         * smiley.el (smiley-style): Don't directly call face-attribute.
6529
6530 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6531
6532         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6533
6534         * gnus-dired.el: Reduce Gnus dependencies.
6535         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6536         require.  Use autoloads instead.
6537         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6538         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6539         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6540         (gnus-dired-mode): Adjust doc string.
6541         (gnus-dired-mail-mode): New variable.
6542         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6543         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6544         (gnus-dired-mail-buffers): New function.  Return mail or message
6545         composition buffers.
6546         (gnus-dired-attach): Use it.
6547         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6548         NO-DECODE.
6549         (gnus-dired-print): Use `gnus-print-buffer' depending on
6550         `gnus-dired-mail-mode'.
6551
6552 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * rfc2047.el (rfc2047-encoded-word-regexp)
6555         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6556         explaining what regexp patterns are for.
6557
6558 2007-12-04  Glenn Morris  <rgm@gnu.org>
6559
6560         * password.el: Move to password-cache.el.
6561
6562         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6563         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6564         * mml-smime.el (password-read, password-cache-add)
6565         (password-cache-remove):
6566         No need to autoload, since mml-sec requires password.
6567
6568         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6569         * message.el (gnus-extract-address-components):
6570         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6571
6572         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6573         password.
6574
6575 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6576
6577         * mailcap.el: Reduce dependencies.
6578         (mail-header-parse-content-type): Autoload.
6579         (mailcap-delete-duplicates): New alias.
6580         (mailcap-mime-info): Add optional argument NO-DECODE.
6581         (mailcap-mime-types): Use mailcap-delete-duplicates.
6582
6583         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6584
6585 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6586
6587         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6588         (imap-parse-status): Upcase status-att for servers that sends them
6589         lower-case (e.g., MS Exchange 2007).
6590
6591 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6594         function.
6595
6596         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6597         (gnus-uu-yenc-article): New function.
6598
6599         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6600
6601         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6602         buffer.
6603
6604 2007-12-02  Glenn Morris  <rgm@gnu.org>
6605
6606         * binhex.el (binhex): New custom group.
6607         (binhex-decoder-program, binhex-decoder-switches)
6608         (binhex-use-external): Move to the binhex custom group.
6609
6610         * uudecode.el (uudecode): New custom group.
6611         (uudecode-decoder-program, uudecode-decoder-switches)
6612         (uudecode-use-external): Move to the uudecode custom group.
6613
6614         * netrc.el (top-level): Don't load `encrypt' features.
6615         (netrc-parse): Don't use encrypt.
6616         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6617
6618         * encrypt.el: Remove file.
6619
6620 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6621
6622         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6623         matches on patches.
6624
6625         * gnus-art.el (gnus-article-browse-html-article): Mention
6626         `mm-text-html-renderer' in the doc string.
6627
6628         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6629         string.  Add comments.
6630
6631         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6632         if rhs is ASCII.
6633
6634 2007-12-01  Glenn Morris  <rgm@gnu.org>
6635
6636         * mail-source.el (top-level): Require format-spec before
6637         eval-when-compile.
6638
6639 2007-11-30  Glenn Morris  <rgm@gnu.org>
6640
6641         * encrypt.el: Require password, rather than autoloading password-read.
6642
6643 2007-11-29  Glenn Morris  <rgm@gnu.org>
6644
6645         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6646         (sasl-make-client, sasl-next-step, sasl-step-data)
6647         (sasl-step-set-data): Declare as functions.
6648
6649 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6652
6653 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6654
6655         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6656         certs should be verified and what is to be done in the event of a
6657         verification failure.
6658
6659         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6660         caller can indicate whether the cache should be disregarded for this
6661         call.  This way the result of the call is reproducible at all times and
6662         can be considered a canonical server name for the supplied method.
6663         (gnus-agent-method-p): Canonicalize server names by pushing their
6664         method through `gnus-method-to-server' using the no-cache argument.
6665
6666         * gnus-srvr.el (gnus-server-insert-server-line): Call
6667         `gnus-method-to-server' with `no-cache' argument.
6668
6669         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6670         gnus-agent-possibly-synchronize-flags as this should be called when the
6671         server is actually being opened.
6672         (gnus-agent-possibly-synchronize-flags)
6673         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6674         flags file of an agentized server to the latter function.
6675
6676         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6677         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6678         after a connection has been established successfully.
6679
6680 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * gnus-art.el (article-display-face): Force to display face if called
6683         interactively; check if gnus-article-x-face-too-ugly matches author.
6684         (article-display-x-face): Display face even if From header is missing
6685         as article-display-face does.
6686
6687 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6688
6689         * hashcash.el (message-narrow-to-headers-or-head)
6690         (message-fetch-field, message-goto-eoh)
6691         (message-narrow-to-headers): Declare as functions.
6692
6693 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6694
6695         * mail-source.el (mail-sources): Default to fetch from file for
6696         compatibility with default of nnmail-spool-file.
6697
6698 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6701         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6702         to look for encoded word that should be encoded again.
6703         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6704         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6705         encoding pattern.
6706         (rfc2047-decode-region): Switch strict regexp and loose one according
6707         to rfc2047-allow-irregular-q-encoded-words.
6708
6709 2007-11-25  Romain Francoise  <romain@orebokech.com>
6710
6711         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6712
6713 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * tls.el (tls-program): Provide more custom choices from
6716         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6717         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6718
6719 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6722         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6723
6724         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6725         `nnmail-spool-file'.
6726
6727         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6728         `nnmail-spool-file'.
6729
6730         * gnus-move.el (gnus-change-server): Ditto.
6731
6732         * gnus-kill.el (gnus-batch-score): Ditto.
6733
6734         * gnus-cache.el (gnus-jog-cache): Ditto.
6735
6736         * gnus-msg.el (gnus-summary-reply):
6737         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6738
6739 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6742         version.  Minor improvement to doc strings.
6743         (tls-program): Add comment.
6744
6745 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6746
6747         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6748         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6749         mismatch between the hostname provided in the certificate and the name
6750         of the host connnecting to.
6751         (open-tls-stream): Use them.  Check certificates against trusted root
6752         certificates.
6753
6754 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * gnus-cache.el (gnus-cache-generate-nov-databases):
6757         Use nnml-generate-nov-databases-directory instead of
6758         nnml-generate-nov-databases-1.
6759
6760 2007-11-24  Glenn Morris  <rgm@gnu.org>
6761
6762         * message.el (message-tool-bar-retro): Update for rename
6763         mail_send.xpm->mail-send.xpm.
6764
6765 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6768         `smime-ldap-search' for Emacs 22 and up.
6769
6770 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6771
6772         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6773
6774         * message.el (message-send-mail-function): Fix error convention.
6775         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6776         (message-widen-reply, message-send-mail, message-talkative-question)
6777         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6778         (message-clone-locals, message-send-news): Use with-current-buffer.
6779         (message-insert-or-toggle-importance): Remove unused var `valid'.
6780         (message-make-references): Remove unused var `new-references'.
6781         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6782
6783 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6784
6785         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6786         (spam-split-symbolic-return-positive): Reflow docstring.
6787         (spam-backends, spam-summary-exit-behavior)
6788         (spam-mark-ham-unread-before-move-from-spam-group)
6789         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6790         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6791         (spam-clear-cache, spam-backend-check, spam-install-backend)
6792         (spam-install-statistical-backend, spam-list-of-processors)
6793         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6794         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6795         (spam-check-crm114, spam-initialize, spam-unload-hook):
6796         Fix typos in docstrings.
6797
6798 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6801         been checked if they have never been read and those group levels are
6802         higher than the one that a user specified.
6803
6804 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6807         foreign groups unless a group level is specified by a user.
6808         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6809
6810 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * message.el (message-send-mail-function): Require sendmail.
6813
6814 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * message.el (message-send-mail-function): Check for smtpmail too.
6817
6818         * utf7.el (utf7-encode, utf7-decode): Use coding system
6819         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6820
6821         * message.el (message-send-mail-function): New function.
6822         (message-send-mail-function): Set default using
6823         message-send-mail-function.  Adjust doc string.
6824         (message-send-mail-with-mailclient): New function.
6825
6826 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6827
6828         * smime.el (from):
6829         * rfc2047.el (message-posting-charset):
6830         * qp.el (mm-use-ultra-safe-encoding):
6831         * pop3.el (parse-time-months):
6832         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6833         * nnml.el (files):
6834         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6835         (jka-compr-compression-info-list, ange-ftp-path-format)
6836         (efs-path-regexp):
6837         * nndiary.el (files):
6838         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6839         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6840         (epg-digest-algorithm-alist, inhibit-redisplay)
6841         (password-cache-expiry):
6842         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6843         (pgg-output-buffer, password-cache-expiry):
6844         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6845         (efs-path-regexp):
6846         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6847         (inhibit-redisplay):
6848         * mm-uu.el (file-name, start-point, end-point, entry)
6849         (gnus-newsgroup-name, gnus-newsgroup-charset):
6850         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6851         (latin-unity-ucs-list):
6852         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6853         (mm-uu-binhex-decode-function):
6854         * message.el (gnus-message-group-art, gnus-list-identifiers)
6855         (rmail-enable-mime-composing, gnus-local-organization)
6856         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6857         (gnus-read-active-file, facemenu-add-face-function)
6858         (facemenu-remove-face-function, gnus-article-decoded-p)
6859         (tool-bar-mode):
6860         * mail-source.el (display-time-mail-function):
6861         * gnus-util.el (nnmail-pathname-coding-system)
6862         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6863         (gnus-original-article-buffer, gnus-user-agent)
6864         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6865         (xemacs-codename, sxemacs-codename, emacs-program-version):
6866         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6867         * gnus-start.el (gnus-agent-covered-methods)
6868         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6869         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6870         (gnus-newsgroup-headers, gnus-group-list-mode)
6871         (gnus-group-mark-positions, gnus-newsgroup-data)
6872         (gnus-newsgroup-unreads, nnoo-state-alist)
6873         (gnus-current-select-method, mail-sources)
6874         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6875         (nnmail-spool-file, gnus-cache-active-hashtb):
6876         * gnus-mh.el (mh-lib-progs):
6877         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6878         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6879         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6880         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6881         (gnus-group-buffer):
6882         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6883         (font-lock-set-defaults):
6884         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6885         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6886         (gnus-summary-post-menu, total-parts, type, condition, length):
6887         * gnus-agent.el (gnus-agent-read-agentview):
6888         * flow-fill.el (show-trailing-whitespace):
6889         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6890         eval-and-compile wrappers for byte compiler pacifiers.
6891
6892         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6893         (mm-display-inline-fontify): Check for featurep 'xemacs not
6894         extent-list.
6895
6896         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6897         itimer-list.
6898         (mm-create-image-xemacs): Only do something for XEmacs.
6899         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6900
6901         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6902
6903         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6904         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6905
6906 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6907
6908         * nnimap.el (nnimap-split-download-body):
6909         * gnus-demon.el (gnus-demon):
6910         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6911
6912 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6915         macros.
6916         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6917         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6918         copy data from unibyte buffer to multibyte current buffer.
6919         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6920         to copy data from unibyte current buffer to multibyte buffer.
6921         (nntp-make-process-buffer): Make process buffer unibyte.
6922
6923         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6924
6925 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6926
6927         * pop3.el (pop3-open-server): Accept and process data more robustly at
6928         connexion start to avoid spurious "POP SSL connexion failed" errors.
6929
6930 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6933         read group names.
6934
6935 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6938
6939 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6942         (nnmail-save-active): Use a unibyte buffer when saving active file,
6943         which may contain non-ASCII group names.
6944
6945         * nnml.el (nnml-request-group): Decode group names in messages.
6946
6947 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * message.el (message-citation-line-function)
6950         (message-insert-formatted-citation-line): Fix spelling of
6951         `message-insert-formated-citation-line'.
6952
6953 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6956
6957 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6960         nnmail-pathname-coding-system.
6961
6962         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6963         that a user enters; decode group names in messages.
6964
6965         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6966
6967 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6968
6969         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6970
6971         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6972
6973         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6974         risky local variable.
6975
6976         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6977
6978 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6979
6980         * encrypt.el: Improve documentation to fix function name typo.
6981         Reported by Daiki Ueno <ueno@unixuser.org>.
6982
6983 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6986         even if the point is not in the last page of an article.
6987         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6988         back to the previous page.
6989
6990 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6993
6994 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6997
6998 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6999
7000         * message.el (message-check-news-body-syntax): Avoid
7001         mm-string-as-multibyte.
7002         (message-hide-headers): Don't assume (point-min)==1.
7003
7004 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * message.el (message-remove-blank-cited-lines): Fix if remove is
7007         given.
7008         (message-bogus-address-regexp): New variable.
7009         (message-bogus-recipient-p): New function.
7010         (message-check-recipients): New command.
7011         (message-syntax-checks): Add `bogus-recipient'.
7012         (message-fix-before-sending): Add `bogus-recipient'.
7013
7014         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7015         (gnus-treat-body-boundary): Don't test window-system.
7016
7017 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7018
7019         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7020
7021 2007-10-28  Miles Bader  <miles@gnu.org>
7022
7023         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7024         at compile-time too.
7025
7026 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * gnus-msg.el (gnus-message-setup-hook): Add
7029         `message-remove-blank-cited-lines' to options.
7030
7031 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * message.el (message-remove-blank-cited-lines): New function.
7034         Suggested by Karl Plästerer.
7035
7036 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7039         mapc.
7040
7041         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7042         (top-level): Use mapc to set functions to be traced for debugging.
7043
7044         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7045         called for effect with while loop.
7046
7047         * message.el (message-talkative-question): Replace mapcar called for
7048         effect with mapc.
7049
7050         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7051         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7052         called for effect with dolist.
7053
7054         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7055
7056         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7057         gnus-extra-headers and nnmail-extra-headers.
7058
7059         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7060         called for effect with dolist.
7061         (top-level): Use mapc to set functions to be traced for debugging.
7062
7063         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7064         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7065         dolist.
7066
7067         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7068         Replace mapcar called for effect with mapc.
7069         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7070         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7071         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7072         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7073
7074         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7075         remove-if that's a cl function.
7076
7077         * webmail.el (webmail-debug): Replace mapcar called for effect with
7078         dolist.
7079
7080         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7081         with mapc.
7082
7083 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7086         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7087         with while loop.
7088
7089         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7090         functions from article-* functions.
7091         (gnus-multi-decode-header): Replace mapcar called for effect with
7092         dolist.
7093
7094         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7095         (gnus-bookmark-show-details): Replace mapcar called for effect with
7096         while loop.
7097
7098         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7099         called for effect with while loop.
7100
7101         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7102         with dolist.
7103
7104         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7105         mapcar called for effect with dolist.
7106
7107         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7108
7109         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7110         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7111         Replace mapcar called for effect with dolist.
7112         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7113         mapc.
7114
7115         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7116         Replace mapcar called for effect with dolist.
7117         (gnus-topic-list): Replace mapcar called for effect with mapc.
7118
7119         * gnus.el: Use mapc instead of mapcar to add autoloads.
7120
7121 2007-10-23  Richard Stallman  <rms@gnu.org>
7122
7123         * gnus-group.el (gnus-group-highlight): Mark as risky.
7124
7125 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus.el (gnus-server-to-method): Return method found first in
7128         gnus-newsrc-alist.
7129
7130         * gnus-art.el (gnus-article-highlight-signature)
7131         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7132         button overlay without the front stickiness.
7133
7134 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7135
7136         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7137         overview buffer needed a catch to receive its throw.
7138         (gnus-agent-flush-cache): Declared as interactive to make this function
7139         easier to use.
7140
7141 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7142
7143         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7144         `next-line'.
7145
7146 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7149         exclude address matching message-dont-reply-to-names.
7150
7151 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-util.el (gnus-string<): New function.
7154
7155         * gnus-sum.el (gnus-article-sort-by-author)
7156         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7157
7158 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7161         the frame-focus tag is set in gnus-buffer-configuration.
7162
7163 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7166         the front stickiness.
7167
7168 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7171         url pattern; remove duplicate one.
7172         (gnus-article-extend-url-button): New function.
7173         (gnus-article-add-buttons): Use it.
7174         (gnus-button-push): Use concatenated url that it makes.
7175
7176 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7177
7178         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7179
7180 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7181
7182         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7183         Don't hardcode point-min==1.
7184
7185 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7188         Fix comment about "iso8859-1".
7189
7190 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7191
7192         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7193         ones returned from the verify-function.
7194
7195         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7196         mml2015-extract-cleartext-signature if extraction failed.
7197
7198 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7199
7200         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7201         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7202         failed.
7203
7204 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7207
7208 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7211         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7212         recommends to use EasyPG instead of PGG.
7213
7214         * pgg.el: Revert to revision 6.23.2.16.
7215
7216         * pgg-def.el: Revert to revision 6.6.2.14.
7217
7218         * pgg-gpg.el: Revert to revision 6.23.2.34.
7219
7220 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7221
7222         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7223         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7224         thread for both the null and zero (kill/expire thread) universal prefix
7225         cases.
7226         (gnus-summary-expire-thread): Add new function to expire a thread,
7227         using gnus-summary-kill-thread.
7228         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7229         shortcuts for gnus-summary-expire-thread.
7230         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7231         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7232
7233 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7234
7235         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7236         extras value, so an extras entry can be deleted.
7237         (gnus-registry-delete-extra-entry): Use it.
7238         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7239         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7240         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7241         storage through the gnus-registry, and provide an appropriate API for
7242         it.
7243
7244 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7247         Suggested by Leo <sdl.web@gmail.com>.
7248
7249         * gnus.el: Do.
7250
7251 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7254         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7255
7256         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7257
7258         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7259         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7260
7261 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7264         newline.
7265         (nnmbox-request-accept-article): Don't change article in source buffer;
7266         narrow to header to use message-fetch-field rather than
7267         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7268         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7269         as delimiters; make sure article ends with newline.
7270         (nnmbox-delete-mail): Correct last position of article to be deleted;
7271         ignore X-Gnus-Newsgroup header in article body.
7272         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7273         positions; make sure article ends with newline.
7274
7275         * message.el (message-display-abbrev): Don't infloop when a user
7276         inserts SPC in the beginning of header.
7277
7278         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7279         coding-system-for-read and coding-system-for-write for XEmacs having no
7280         file-coding feature.
7281
7282         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7283
7284 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7285
7286         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7287         list of groups not followed by default.  Fix type to be regexp.
7288         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7289
7290 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7291
7292         * hmac-def.el (define-hmac-function): Switch from old-style to
7293         new-style backquotes.
7294
7295         * md4.el (md4-make-step): Likewise.
7296
7297 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7300         raw-text coding system when saving .newsrc file, which may contain
7301         non-ASCII group names.
7302
7303 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-cus.el (gnus-score-extra): New widget.
7306         (gnus-score-extra-convert): New function.
7307         (gnus-score-customize): Use it for Extra.
7308
7309 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7310
7311         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7312         (mml2015-mailcrypt-clear-verify): Use it.
7313         (mml2015-gpg-clear-verify): Use it.
7314         (mml2015-pgg-clear-verify): Use it.
7315         (mml2015-epg-clear-verify): Replace the current part with the output
7316         from GnuPG; don't extract the plaintext by itself.
7317
7318         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7319         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7320         mml2015-clear-verify-function; don't touch the armor headers or
7321         dash-escaped text here.
7322
7323 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7326         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7327         parts, or application/octet-stream as a last resort.
7328         (gnus-mime-view-part-as-type): Don't toggle display.
7329         (gnus-mime-view-part-as-charset): Don't turn off display before
7330         querying charset.
7331
7332         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7333         stuff to undisplayer function in Emacs.
7334         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7335
7336         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7337         text/calendar parts.
7338
7339 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7342         decoding text/calendar parts.
7343
7344         * message.el (message-forward-make-body-mime): Always mark body as
7345         having no illegible text; remove signed-or-encrypted argument.
7346         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7347
7348         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7349         (mml-generate-mime-1): Don't encode body if it is specified to be in
7350         raw form; don't make buffer be unibyte when inserting multibyte string.
7351
7352 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7353
7354         * sha1.el: Fix up comment style.
7355         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7356         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7357
7358         * hex-util.el: Fix up comment style.
7359         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7360
7361         * gnus-salt.el: Use with-current-buffer.
7362         (gnus-pick-setup-message): Fix long-standing typo.
7363
7364 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * imap.el (imap-logout-timeout): New variable.
7367         (imap-logout, imap-logout-wait): New functions.
7368         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7369
7370         * nnimap.el (nnimap-logout-timeout): New server variable.
7371         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7372         nnimap-logout-timeout.
7373
7374         * gnus-art.el (gnus-article-summary-command-nosave)
7375         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7376
7377 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * gnus.el (gnus-maximum-newsgroup): New variable.
7380
7381         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7382         according to gnus-maximum-newsgroup.
7383
7384         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7385         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7386         Limit the range of articles according to gnus-maximum-newsgroup.
7387
7388 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7389
7390         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7391         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7392         Don't perform gnus-configure-windows here; reuse existing sticky
7393         article buffer.
7394
7395         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7396         it doesn't exist in gnus-article-mode.
7397
7398 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7401         (gnus-agent-decoded-group-name): New function.
7402         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7403         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7404
7405 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7406
7407         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7408         Add binding for gnus-sticky-article.
7409         (gnus-summary-exit): Don't kill sticky article buffers.
7410
7411         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7412         article buffer.
7413         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7414         (gnus-kill-sticky-article-buffers): New commands.
7415
7416 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * nntp.el (nntp-xref-number-is-evil): New server variable.
7419         (nntp-find-group-and-number): If it is non-nil, don't trust article
7420         numbers in the Xref header.
7421
7422 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-agent.el (gnus-agent-read-group): New function.
7425         (gnus-agent-flush-group, gnus-agent-expire-group)
7426         (gnus-agent-regenerate-group): Use it.
7427         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7428         nnmail-pathname-coding-system.
7429
7430 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7433
7434         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7435         that are unread as unread, and also as selected so that information of
7436         marks having been changed by a user may be updated when exiting group.
7437
7438 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7441         calculated ignoring signature parts to gnus-treat-article.
7442
7443 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7446         a point here in order to keep the window start.
7447         (gnus-insert-mime-security-button): Make a button overlay without the
7448         front stickiness.
7449         (gnus-mime-display-security): Goto the end of a button.
7450
7451         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7452
7453 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7456         group-name-at-point.
7457         (gnus-group-completing-read): New function that offers decoded
7458         non-ASCII group names for completion.
7459         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7460         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7461         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7462         (gnus-group-fetch-control): Use it.
7463         (gnus-fetch-group): Use group-name-at-point for the initial value
7464         rather than the default value; use gnus-alive-p.
7465
7466         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7467         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7468         (gnus-summary-post-news): Use gnus-group-completing-read.
7469
7470         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7471         (gnus-read-move-group-name): Decode group name for completion.
7472
7473 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7474
7475         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7476         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7477         Yamaoka slightly modified the code).
7478
7479 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7482         (nnmail-split-incoming): Bind it.
7483
7484         * nnml.el (nnml-group-name-charset): New function.
7485         (nnml-decoded-group-name): Use it; don't decode group name if
7486         nnmail-group-names-not-encoded-p is non-nil.
7487         (nnml-encoded-group-name): New function.
7488         (nnml-group-pathname): Inline nnml-decoded-group-name.
7489         (nnml-request-expire-articles): Decode group name in message.
7490         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7491         nnmail-pathname-coding-system.
7492         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7493         not decoded ones according to nnmail-group-names-not-encoded-p.
7494         (nnml-generate-active-info): Use nnml-encoded-group-name.
7495
7496 2007-08-08  Glenn Morris  <rgm@gnu.org>
7497
7498         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7499         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7500         doc-strings and comments.
7501
7502 2007-07-25  Glenn Morris  <rgm@gnu.org>
7503
7504         * Relicense all FSF files to GPLv3 or later.
7505
7506 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * gnus-sum.el (gnus-summary-move-article): Make
7509         gnus-summary-respool-article work.
7510
7511 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7514         string.
7515
7516 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7517
7518         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7519         that should be ignored when comparing distant RSS articles with local
7520         ones.
7521         (nnrss-make-hash-index): New function.  Create a hash index according
7522         to the ignored fields.
7523         (nnrss-check-group): Use it.
7524
7525 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7528
7529         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7530
7531         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7532         the new optional argument ENCODED is non-nil.
7533         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7534         coding system for encoding group name.
7535         (gnus-group-make-rss-group): Pass un-encoded group name to
7536         gnus-group-make-group.
7537         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7538         encoded.
7539
7540         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7541         Encode group name to which articles are moved or copied.
7542         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7543         coding system for encoding Newsgroup, Followup-To and Xref headers.
7544
7545         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7546         marks; use nnheader-file-coding-system to write a file.
7547         (nnagent-retrieve-headers): Bind file-name-coding-system to
7548         nnmail-pathname-coding-system.
7549
7550         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7551
7552         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7553         (nnml-request-article, nnml-request-create-group)
7554         (nnml-request-rename-group, nnml-find-id)
7555         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7556         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7557         (nnml-save-marks): Use nnml-group-pathname instead of
7558         nnmail-group-pathname.
7559
7560         (nnml-request-create-group, nnml-request-expire-articles)
7561         (nnml-request-move-article, nnml-request-delete-group)
7562         (nnml-deletable-article-p, nnml-possibly-create-directory)
7563         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7564         (nnml-open-marks): Bind file-name-coding-system to
7565         nnmail-pathname-coding-system.
7566
7567         (nnml-request-article): Pass server argument to nnml-find-group-number.
7568         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7569         server argument to nnml-possibly-create-directory.
7570         (nnml-request-accept-article): Pass server argument to
7571         nnml-active-number and nnml-save-mail.
7572         (nnml-find-group-number): Pass server argument to nnml-find-id.
7573         (nnml-request-update-info): Pass server argument to
7574         nnml-marks-changed-p.
7575
7576         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7577         (nnml-save-mail, nnml-active-number): Add server argument.
7578
7579         (nnml-request-delete-group): Warn if group is missing.
7580         (nnml-get-nov-buffer): Decode group name.
7581         (nnml-generate-active-info): Encode group name.
7582         (nnml-open-marks): Decode group name in messages.
7583
7584 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7587         if it is not specified.
7588         (gnus-article-pipe-part, gnus-article-save-part)
7589         (gnus-article-interactively-view-part, gnus-article-copy-part)
7590         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7591         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7592         (gnus-article-replace-part, gnus-article-delete-part)
7593         (gnus-article-view-part-as-type): Pass raw prefix argument to
7594         gnus-article-part-wrapper.
7595
7596 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-agent.el (gnus-agent-save-active): Bind
7599         nnheader-file-coding-system to gnus-agent-file-coding-system.
7600
7601         * gnus-cache.el (gnus-cache-save-buffers)
7602         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7603         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7604         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7605         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7606         (gnus-cache-generate-active, gnus-cache-rename-group)
7607         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7608         (gnus-cache-update-overview-total-fetched-for): Bind
7609         file-name-coding-system to nnmail-pathname-coding-system.
7610         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7611         variables.
7612         (gnus-cache-decoded-group-name): New function.
7613         (gnus-cache-file-name): Use it.
7614         (gnus-cache-generate-active): Use non-decoded group name for active.
7615
7616         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7617         right place.
7618         (gnus-write-active-file): Don't break non-ASCII group names.
7619
7620         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7621         nnmail-pathname-coding-system.
7622
7623         * lpath.el: Bind default-file-name-coding-system,
7624         file-name-coding-system and language-info-alist for XEmacs.
7625
7626         * gnus-uu.el (gnus-uu-decode-save): Typo.
7627
7628 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7631
7632 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7635         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7636         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7637         (gnus-agent-flush-group, gnus-agent-flush-cache)
7638         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7639         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7640         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7641         (gnus-agent-regenerate-group)
7642         (gnus-agent-update-files-total-fetched-for)
7643         (gnus-agent-update-view-total-fetched-for): Bind
7644         file-name-coding-system to nnmail-pathname-coding-system.
7645         (gnus-agent-group-pathname): Don't encode file names by
7646         nnmail-pathname-coding-system.
7647         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7648         coding-system-for-write instead of buffer-file-coding-system to
7649         gnus-agent-file-coding-system.
7650
7651         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7652         Decode group name.
7653
7654         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7655
7656         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7657         (gnus-read-newsrc-el-file): Make group names unibyte.
7658
7659         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7660         nnmail-pathname-coding-system.
7661
7662         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7663         (nnrss-request-delete-group): Bind file-name-coding-system to
7664         nnmail-pathname-coding-system.
7665         (nnrss-read-server-data, nnrss-read-group-data): Bind
7666         file-name-coding-system correctly.
7667         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7668
7669         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7670         (nntp-server-to-method-cache): New variable.
7671         (nntp-group-pathname): New function that decodes non-ASCII group names.
7672         (nntp-possibly-create-directory, nntp-marks-changed-p)
7673         (nntp-save-marks, nntp-open-marks): Use it.
7674         (nntp-possibly-create-directory, nntp-open-marks):
7675         Bind file-name-coding-system to nnmail-pathname-coding-system.
7676         (nntp-open-marks): Decode group names when bootstrapping marks.
7677
7678         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7679         Newsgroups and Folowup-To headers.
7680
7681 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7684         (gnus-server-closed-face, gnus-server-denied-face)
7685         (gnus-server-offline-face): Remove variable.
7686         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7687
7688         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7689         of modifying message-stack directly for XEmacs.
7690
7691         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7692         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7693         if the coding-system argument is nil for XEmacs.
7694
7695         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7696         mm-charset-override-alist.
7697
7698         * rfc2047.el: Don't require base64; require rfc2045 for the function
7699         rfc2045-encode-string.
7700         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7701         to quote the parameter value.
7702
7703 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7706         form in gnus-group-name-charset-method-alist.
7707
7708         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7709         overrides the default layout edit-form.
7710
7711         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7712
7713         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7714
7715 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7718         as unfetched articles.
7719
7720 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7723
7724 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7727         original back end that keeps marks in the local system.
7728
7729 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7732         arg of pop-to-buffer for XEmacs.
7733         (gnus-article-read-summary-keys): Ditto; don't restore window
7734         configuration if summary command ends up with neither article buffer
7735         nor summary buffer; describe bindings if summary keys end with C-h.
7736
7737 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * message.el (message-fix-before-sending): Skip raw message part to be
7740         forwarded while checking illegible text.
7741         (message-forward-make-body-mime, message-forward-make-body): Mark
7742         signed or encrypted raw message as having no illegible text.
7743
7744 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7747         (gnus-message-with-timestamp-1): New macro.
7748         (gnus-message-with-timestamp): New function.
7749         (gnus-message): Use them.
7750
7751         * nnheader.el (nnheader-message): Use them.
7752
7753 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7756         .newsrc.eld file.
7757
7758 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * gnus-agent.el (gnus-agent-fetch-headers)
7761         (gnus-agent-retrieve-headers): Bind
7762         gnus-decode-encoded-address-function to identity.
7763
7764         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7765         available also when the server returns simply a dot.
7766
7767         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7768
7769 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7772
7773 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * gnus-ems.el (gnus-x-splash): Make it work.
7776
7777         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7778         from being used.
7779
7780         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7781
7782 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7785         4th and the 5th arguments.
7786
7787         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7788         the front stickiness.
7789         (gnus-article-summary-command-nosave): Correct the order of the
7790         arguments passed to pop-to-buffer.
7791         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7792         summary command ends up with the article buffer.
7793
7794         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7795         the same faces.
7796
7797 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7798
7799         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7800
7801 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7802
7803         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7804         * gnus-sum.el (gnus-summary-highlight):
7805         * pgg.el (pgg-sign-region, pgg-sign):
7806         * mail-source.el (mail-source-delete-old-incoming-confirm):
7807         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7808
7809 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-art.el (gnus-mime-view-part-externally)
7812         (gnus-mime-view-part-internally): Fix predicate function passed to
7813         completing-read.
7814
7815         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7816
7817         * gnus.el (gnus-update-message-archive-method): Add :version.
7818
7819 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * gnus.el (gnus-update-message-archive-method): New variable.
7822
7823         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7824         according to gnus-message-archive-method if
7825         gnus-update-message-archive-method is non-nil.
7826
7827 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7830         by Loic Dachary <loic@dachary.org>.
7831         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7832
7833 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * message.el (message-pop-to-buffer): Add switch-function argument.
7836         (message-mail): Pass switch-function argument to it.
7837
7838 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7841         Improve doc string.
7842
7843 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7846         (gnus-header-content)
7847         * gnus-cite.el (gnus-cite-10)
7848         * gnus-srvr.el (gnus-server-closed)
7849         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7850         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7851         (gnus-group-mail-3-empty, gnus-group-mail-low)
7852         (gnus-group-mail-low-empty, gnus-splash)
7853         * message.el (message-header-to, message-header-cc)
7854         (message-header-subject, message-header-other, message-header-name)
7855         (message-header-xheader, message-separator, message-cited-text)
7856         (message-mml): Lighten colors of faces used for dark background.
7857
7858 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7859
7860         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7861         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7862
7863 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * message.el (message-narrow-to-headers-or-head):
7866         Ignore mail-header-separator in the body.
7867
7868 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7871         same as window size.
7872
7873 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7874
7875         * message.el (message-font-lock-keywords): Use message-header-xheader
7876         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7877         ahead of the anything pattern, to get it recognised.
7878
7879 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7882         spam.el loads uses it in the compiled defadvice form.
7883
7884 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7885
7886         * gnus-sum.el (gnus-articles-to-read)
7887         (gnus-summary-insert-old-articles): Don't truncate group name for
7888         `read-string'.
7889
7890         * gnus-util.el (gnus-limit-string): Delete this function.
7891
7892         * gnus-sum.el (gnus-simplify-subject-fully): Use
7893         `truncate-string-to-width' instead.
7894
7895 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7896
7897         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7898         if, on summary exit, the next group has to be selected.
7899         (gnus-summary-exit): Use it.
7900
7901 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7904         non-break space.
7905
7906 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7909         Check if group is not a directory.
7910         (nnfolder-request-expire-articles): Don't delete articles if the target
7911         group is not available.
7912
7913         * nnml.el (nnml-request-create-group): Properly check if group is not a
7914         file.
7915         (nnml-request-expire-articles): Don't delete articles if the target
7916         group is not available.
7917
7918         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7919         Don't quote characters that are within parentheses.
7920
7921 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7924         (gnus-handle-ephemeral-exit): Select article according to it.
7925
7926 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * message.el (message-insert-formated-citation-line): Remove newline.
7929         (message-citation-line-format): Add final \n here so that the user can
7930         avoid a blank line.
7931
7932 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7933
7934         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7935         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7936         Update lanl/arXiv support.
7937
7938 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * gnus.el: Bump version number.
7941
7942 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7943
7944         * gnus.el (gnus-version-number): Bump version.
7945
7946 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7947
7948         * gnus.el: No Gnus v0.6 is released.
7949
7950 2007-04-27  Didier Verna  <didier@xemacs.org>
7951
7952         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7953         * gmm-utils.el (gmm-regexp-concat): here.
7954         * message.el: Don't require 'gnus-util.
7955         (message-dont-reply-to-names): Handle name change above.
7956         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7957
7958 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7961         since the initial value varies according to the system.
7962
7963 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7966
7967 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7968
7969         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7970
7971 2007-04-24  Didier Verna  <didier@xemacs.org>
7972
7973         Improve the type of gnus-ignored-from-addresses.
7974         * gnus-util.el (gnus-orify-regexp): New function.
7975         * message.el (gnus-util): Require it.
7976         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7977         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7978         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7979
7980 2007-04-24  Didier Verna  <didier@xemacs.org>
7981
7982         * gnus-sum.el:
7983         * gnus-utils.el: Fix some trailing whitespaces.
7984
7985 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7988         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7989         article's Message-ID; refer parent article in summary buffer.
7990
7991         * message.el (message-bounce): Call mime-to-mml.
7992
7993         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7994         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7995         optimize and/or forms properly.
7996
7997 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8000         URL.
8001
8002 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8005
8006 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8009         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8010         displayed of multipart/alternative part if it is invoked from summary
8011         buffer.
8012
8013         * mm-view.el (mm-inline-text-html-render-with-w3m)
8014         (mm-inline-text-html-render-with-w3m-standalone)
8015         (mm-inline-render-with-function): Use mail-parse-charset by default.
8016
8017 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8018
8019         * parse-time.el (parse-time-string-chars): Check if CHAR
8020         is less than the length of parse-time-syntax.
8021
8022 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8025         from gnus-newsgroup-processable.
8026
8027 2007-04-16  Didier Verna  <didier@xemacs.org>
8028
8029         * gnus-msg.el (gnus-configure-posting-styles): Handle
8030         message-signature-directory properly with :file syntax.  Reported by
8031         "Leo".
8032
8033 2007-04-11  Didier Verna  <didier@xemacs.org>
8034
8035         New user option: message-signature-directory.
8036         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8037         * message.el (message-insert-signature): Ditto.
8038         * message.el (message-signature-file): Doc update.
8039         * message.el (message-signature-directory): New.
8040
8041 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gnus-msg.el (gnus-inews-yank-articles): Use
8044         message-exchange-point-and-mark instead of exchange-point-and-mark.
8045
8046 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * message.el (message-yank-original): Make sure cited text ends with
8049         newline; don't exchange point and mark.
8050
8051 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8052
8053         * tls.el (open-tls-stream): Properly handle case where there
8054         is no associated buffer.
8055
8056 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8057
8058         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8059         message-yank-original, make sure (< mark TEXT point).
8060
8061 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * message.el (message-fill-column): New variable.
8064         (message-mode): Use it.  Add comment on a possible new hook.
8065
8066         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8067         (nnmail-get-new-mail): Reformat.
8068
8069         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8070
8071         * gmm-utils.el: Fix Commentary.
8072         (gmm-tool-bar-from-list): Fix typo in doc string.
8073
8074 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8075
8076         * message.el (message-yank-original): Don't switch point and mark
8077         unnecessarily to put point and mark as documented.
8078
8079 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8080
8081         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8082         from the message heads.
8083
8084 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8085
8086         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8087         article buffer does not have a window.  This may not be the best
8088         solution but is certainly better than setting the start of the null,
8089         that is the current, window.
8090
8091 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8094         (gnus-draft-setup): Run it.
8095
8096         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8097         gnus-score-fast-scoring.  Allow regexp.
8098         (gnus-score-headers): Use it.
8099
8100         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8101         XEmacs.
8102
8103         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8104         string.
8105         (gnus-button-alist): Also catch `<f1> k ...'.
8106         (gnus-treat-display-x-face): Fix doc string.
8107
8108 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8109
8110         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8111         evaluation of gnus-extended-version to ensure correct generation of the
8112         User-Agent header when message-generate-headers-first is used.
8113
8114 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8115
8116         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8117         hashcash-path is nil.  Don't call callback with incorrect number of
8118         parameters if val is 0.
8119
8120 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8121
8122         * message.el (message-required-news-headers):
8123         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8124
8125 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8126
8127         * tls.el (open-tls-stream): In handshake-waiting loop,
8128         don't wait more if there is output available to process.
8129
8130 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8131
8132         * tls.el (tls-program): Doc fix.
8133
8134 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * message.el (message-generate-new-buffers): Change the meaning of the
8137         nil value; add `standard' to the choices; treat t as `unique'; improve
8138         doc string.
8139         (gnus-select-frame-set-input-focus): Autoload.
8140         (message-buffer-name): Search for the existing message buffer if
8141         message-generate-new-buffers is nil or `standard'; treat the value t of
8142         message-generate-new-buffers as `unique'.
8143         (message-pop-to-buffer): Raise the frame already displaying the message
8144         buffer; clear the echo area after querying.
8145         (message-setup): Pass the `continue' argument to compose-mail.
8146         (message-mail): Prefer `switch-function' if it is given; search for the
8147         existing message buffer if the `continue' argument is non-nil; pass
8148         continue and switch-function arguments to compose-mail by way of
8149         message-setup.
8150         (message-mail-other-window): Adjust argument of message-setup.
8151         (message-mail-other-frame): Ditto.
8152
8153 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8156         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8157         to turn font-lock on when turning gnus-message-citation-mode on.
8158
8159 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8160
8161         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8162         (mml-smime-function-alist): New variable; add epg as the backend.
8163         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8164         mml-smime- functions instead.
8165         * mm-view.el: Require smime.
8166
8167 2007-03-05  Didier Verna  <didier@xemacs.org>
8168
8169         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8170         instead of just inheritance for posting styles.
8171         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8172
8173 2007-02-24  Chris Moore  <dooglus@gmail.com>
8174
8175         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8176         * pgg-pgp.el (pgg-pgp-encrypt-region):
8177         * pgg-gpg.el (pgg-gpg-encrypt-region):
8178         Check pgg-encrypt-for-me if no other recipients.
8179
8180 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8181
8182         * tls.el (tls-certtool-program): Fix custom type.
8183
8184 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8187         and point-at-eol instead of line-(beginning|end)-position.
8188
8189         * assistant.el (assistant-parse-buffer): Ditto.
8190
8191         * netrc.el (netrc-parse-services): Ditto.
8192
8193 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8194
8195         * mml2015.el (mml2015-epg-find-usable-key): New function.
8196         (mml2015-epg-sign): Use it.
8197         (mml2015-epg-encrypt): Use it.
8198
8199 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * message.el (message-make-in-reply-to): Quote name containing
8202         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8203         if there are special characters.  Reported by NAKAJI Hiroyuki
8204         <nakaji@jp.freebsd.org>.
8205
8206 2007-02-27  Didier Verna  <didier@xemacs.org>
8207
8208         Include the group parameters as well as the topic ones in the
8209         inheritance filter process.
8210         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8211         argument GROUP-PARAMS-LIST.
8212         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8213
8214 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * nntp.el (nntp-never-echoes-commands)
8217         (nntp-open-connection-functions-never-echo-commands): New variables.
8218         (nntp-send-command): Use them.
8219
8220 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8221
8222         * mml2015.el (mml2015-epg-verify): Simplified.
8223
8224 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * mml.el (mml-content-disposition-alist): New user option.
8227         (mml-content-disposition): New function.
8228         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8229         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8230
8231 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8232
8233         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8234         verification.
8235
8236 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8237
8238         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8239         articles posted in the last 24 hours.
8240
8241 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8242
8243         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8244
8245 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8246
8247         * nntp.el (nntp-send-command): Don't wait for echoes when
8248         nntp-open-ssl-stream is used.
8249
8250 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8253         (gnus-message-add-citation-keywords)
8254         (gnus-message-remove-citation-keywords): Remove.
8255         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8256         directly, make the variables in font-lock-defaults buffer-local, add
8257         gnus-message-citation-keywords to them and then update the value of
8258         font-lock-keywords.
8259
8260 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * message.el (message-cite-original-1): Don't call
8263         gnus-article-highlight-citation.
8264
8265         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8266         citations; fix line count.
8267
8268 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8271         (gnus-message-add-citation-keywords)
8272         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8273         versions of font-lock-add-keywords and font-lock-remove-keywords to
8274         work with XEmacs correctly.
8275
8276 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * gnus-cite.el (gnus-cite-face-list): Set the values of
8279         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8280         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8281         (gnus-message-cite-prefix-regexp): New variable.
8282         (gnus-message-search-citation-line): Use it; protect against long
8283         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8284         the 0th match data for Emacs.
8285         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8286         (gnus-message-add-citation-keywords): Append keywords rather than
8287         prepending; emulate font-lock-add-keywords if it is not available.
8288         (gnus-message-remove-citation-keywords): Emulate
8289         font-lock-remove-keywords if it is not available.
8290
8291         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8292
8293         * message.el (message-cite-prefix-regexp): Set the value of
8294         gnus-message-cite-prefix-regexp.
8295
8296 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8297
8298         * nnweb.el (nnweb-google-parse-1): Update parser.
8299
8300 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8301
8302         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8303
8304 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8305
8306         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8307         regexp.
8308
8309 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8312         string-to-multibyte.
8313         (uudecode-decode-region-internal): Use it.
8314
8315         * lpath.el: Fbind string-as-multibyte for XEmacs.
8316
8317 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8320         custom choice.
8321
8322         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8323
8324 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8325
8326         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8327
8328         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8329         `write-region' to respect `mm-inhibit-file-name-handlers'.
8330
8331 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8334         Use gnus-home-directory instead of "~/" or "$HOME".
8335
8336 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8337
8338         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8339         to mention filename.
8340         Add comments at beginning regarding usage.
8341         (encrypt-write-file-contents): Change interactive so a string is
8342         acceptable.  If the file has no associated model, show an error instead
8343         of a nonsense prompt.
8344
8345 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8346
8347         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8348         Thanks to Yoshihiko Yamada for kind notification of this typo.
8349
8350 2007-01-12  Kenichi Handa  <handa@m17n.org>
8351
8352         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8353         multibyte buffer.
8354
8355 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * gnus-score.el (gnus-score-fast-scoring): New variable.
8358         (gnus-score-headers): Use it.
8359
8360         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8361
8362         * message.el (message-cite-original-1): Call
8363         gnus-article-highlight-citation if requested.
8364         (message-make-from): Allow name and address as optional arguments.
8365
8366         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8367
8368         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8369         bugs to doc string.
8370         (gnus-button-alist): Add mid\\|message-id.
8371         (gnus-button-fetch-group): Extend for use in
8372         `browse-url-browser-function'.
8373         (gnus-button-url-regexp): Try to catch paired parentheses like in
8374         Wikipedia URLs.
8375
8376         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8377         Suggested by Simon Krahnke <overlord@gmx.li>.
8378
8379 2007-01-13  Romain Francoise  <romain@orebokech.com>
8380
8381         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8382         Update copyright.
8383
8384 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8385
8386         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8387
8388 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8389
8390         * gnus-registry.el (gnus-registry-unfollowed-groups)
8391         (gnus-registry-split-fancy-with-parent): Fix documentation.
8392
8393 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8396         from nnweb groups.
8397
8398 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8399
8400         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8401         Xref urls.  Erase buffer before requesting head.
8402
8403 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8406         customizable.
8407
8408 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8409
8410         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8411         no signing key is found.
8412         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8413         no encrypting and/or signing key is found.
8414
8415 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8418
8419 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8420
8421         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8422         headers read from disk with the ones newly found in the current search.
8423         This should no longer cause problems, because the article numbers in
8424         Gmane's `nov.php' output are ignored since the previous change.
8425
8426 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8427
8428         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8429
8430 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8433         replace-regexp-in-string; bind url-version; fbind display-images-p and
8434         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8435         find-face and set-itimer-function for Emacs; bind itimer-list for
8436         Emacs.
8437
8438         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8439
8440 2007-01-01  Romain Francoise  <romain@orebokech.com>
8441
8442         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8443
8444 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8445
8446         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8447         `define-minor-mode' macro definition expanded properly.
8448         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8449         exclude it there.
8450
8451         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8452         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8453         `fboundp' test.
8454         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8455         This is OK to autoload in (S)XEmacs now.
8456
8457 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8460         keystroke.
8461         (gnus-summary-limit-to-singletons): Fix typo.
8462
8463         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8464         else fails.
8465
8466 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8467
8468         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8469         docstring.
8470
8471         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8472         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8473         (gnus-summary-insert-dormant-articles): Fix typo in message.
8474
8475 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8478         nil for XEmacs.
8479         (gnus-message-citation-mode): Don't autoload in XEmacs.
8480
8481         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8482
8483 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8484
8485         * nnimap.el (nnimap-expunge-search-string): Mention
8486         nnimap-search-uids-not-since-is-evil in docstring.
8487
8488 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * spam.el: Revert to make-obsolete-variable because
8491         define-obsolete-variable-alias is not supported in Emacs 21.
8492
8493         * spam.el (spam-ifile-path, spam-ifile-database-path)
8494         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8495         make-obsolete-variable.
8496         (spam-bsfilter-path, spam-bsfilter-program)
8497         (spam-spamassassin-path, spam-spamassassin-program)
8498         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8499         use "path" inappropriately.
8500         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8501         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8502         variable names.
8503
8504 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8505
8506         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8507         summary buffer.
8508
8509         * password.el (password-cache-remove): Use clear-string to burn
8510         password, if available.
8511
8512 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8513
8514         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8515
8516         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8517
8518         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8519         (gnus-message-highlight-citation): Move defcustom here from
8520         gnus-cite.el.
8521         (gnus-message-citation-mode): Autoload.
8522
8523         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8524         checks to make it compile with XEmacs.
8525         (gnus-message-citation-mode): New minor mode.
8526         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8527         (gnus-message-highlight-citation): New variables.
8528         (gnus-message-search-citation-line)
8529         (gnus-message-add-citation-keywords)
8530         (gnus-message-remove-citation-keywords)
8531         (turn-on-gnus-message-citation-mode)
8532         (turn-off-gnus-message-citation-mode): New functions.
8533
8534 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8535
8536         * gnus-cite.el: Enable highlighting of different citation levels in
8537         message-mode.
8538
8539 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * message.el (message-make-fqdn): Fix comment.
8542         (message-bogus-system-names): Add ".local".
8543
8544         * spam.el (spam-ifile-path, spam-ifile-program)
8545         (spam-ifile-database-path, spam-ifile-database)
8546         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8547         Don't use "path" inappropriately.
8548         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8549         strings.
8550         (spam-check-ifile, spam-ifile-register-with-ifile)
8551         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8552         new variable names.
8553
8554         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8555         (gnus-treat-display-smileys): Simplify using
8556         gnus-image-type-available-p.
8557
8558         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8559         available.
8560
8561         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8562         `display-images-p' if available.
8563
8564 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8567         one after turning on the buffer's multibyteness instead of decoding
8568         them directly in the unibyte buffer that causes unexpected conversion
8569         in Emacs 23 (unicode).
8570
8571 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8572
8573         * message.el (message-generate-hashcash): Fix custom type.
8574
8575 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8578
8579 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8580
8581         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8582         disconnect icons.  Add help text.
8583
8584 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8585
8586         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8587         negated to be consistent with the others we handle.
8588
8589 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8590
8591         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8592         version of gnus-summary-buffer to something, so that we can use two
8593         article buffers at the same time.
8594
8595 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8596
8597         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8598         trigger all the extra headers.
8599         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8600         sorting.
8601
8602 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8603
8604         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8605         solid groups.
8606
8607 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8608
8609         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8610
8611 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8612
8613         * legacy-gnus-agent.el: Add Copyright notice.
8614
8615 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8616
8617         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8618
8619 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8622
8623         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8624         to make it work reliably in CVS Emacs.
8625         (gnus-summary-limit-strange-charsets-predicate)
8626         (gnus-summary-limit-to-predicate): New functions.
8627
8628 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8629
8630         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8631         specifying array size.
8632         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8633         array if it is too small.
8634         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8635         (gnus-sort-threads-loop): New function.
8636
8637 2006-12-06  Chris Moore  <dooglus@gmail.com>
8638
8639         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8640         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8641
8642 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8643
8644         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8645         options.
8646
8647 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8650         DOS-ing the recipient.
8651
8652         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8653         the headers when creating the mapping to avoid mismappings.
8654         (nnweb-gmane-create-mapping): Always nix out old mapping.
8655
8656 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8659         and mm-verify-option to never.
8660
8661 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * message.el (message-signed-or-encrypted-p): New function.
8664         (message-forward-make-body): Use it.
8665
8666         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8667         Replace encode-coding-string with mm-encode-coding-string.
8668
8669 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * nneething.el (nneething-decode-file-name): Replace
8672         decode-coding-string with mm-decode-coding-string.
8673
8674         * gnus-int.el (gnus-open-server): Say failed server's name.
8675
8676 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8677
8678         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8679         strings to a single string.  Quote `errors-file-name'.
8680         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8681         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8682         Adjust calls.  Use `shell-quote-argument'.
8683
8684 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8685
8686         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8687         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8688
8689         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8690         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8691         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8692         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8693         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8694         (gnus-subscribe-newsgroup, gnus-1):
8695         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8696         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8697         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8698         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8699
8700 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8703         keystroke.
8704         (gnus-summary-limit-to-bodies): Implement headersp.
8705
8706 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707
8708         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8709
8710 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8713
8714 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715
8716         * message.el (message-generate-hashcash): Expand range of values to
8717         include `opportunistic'.
8718         (message-send-mail): Use it.
8719
8720 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8721
8722         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8723         and comment it.
8724
8725         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8726
8727 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * gnus-util.el (gnus-extract-address-components): Improve comment.
8730
8731 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-util.el (gnus-extract-address-components): Work with address in
8734         which the name portion contains @.
8735
8736         * lpath.el: Fbind custom-autoload.
8737
8738 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus.el (gnus-start): Move custom group up.
8741         (gnus-select-method): Don't autoload, but make it available for
8742         `customize-variable'.
8743         (gnus-getenv-nntpserver): Don't autoload.
8744
8745 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8746
8747         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8748
8749 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8750
8751         * message.el (message-sendmail-extra-arguments): New variable.
8752         (message-send-mail-with-sendmail): Use it.
8753
8754 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8757         mm-with-unibyte-current-buffer to make string unibyte.
8758
8759         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8760         mm-string-as-multibyte.
8761
8762 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8763
8764         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8765         Reported by Werner Koch <wk@gnupg.org>.
8766
8767 2006-11-14  Daiki Ueno  <ueno@p360>
8768
8769         * mml2015.el: Autoload epa-select-keys when compiling.
8770
8771 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8772
8773         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8774         message-options.
8775         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8776
8777 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8778
8779         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8780         EasyPG (< 0.0.6).
8781         (mml2015-always-trust): New user option.
8782         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8783         prompt.
8784
8785 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * nntp.el (nntp-authinfo-force): New variable.
8788         (nntp-send-authinfo): Use it.
8789
8790 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8793         decode encoded words.  Improve prompt.  Add comment about forwarding.
8794         (message-replacement-char): Move up.
8795
8796 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8797
8798         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8799         instead of gnus-intersection because arguments of gnus-sorted-nunion
8800         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8801
8802 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8805         (message-simplify-subject-functions): Enable
8806         message-strip-subject-encoded-words by default.
8807
8808 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * message.el (message-strip-subject-encoded-words): New function.
8811         (message-simplify-subject-functions): New variable.
8812         (message-simplify-subject): Use it.  Fix typo in doc string.
8813         Support message-strip-subject-encoded-words.
8814
8815 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8816
8817         * gnus-diary.el (gnus-diary-delay-format-function):
8818         * nndiary.el (nndiary-reminders):
8819         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8820
8821 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8822
8823         * gnus-art.el (article-hide-boring-headers): Fetch date from
8824         gnus-original-article-buffer to avoid problems with localized date
8825         strings.
8826
8827 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8830
8831 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8834         New variables.
8835         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8836         (mm-charset-synonym-alist): Move some entries to
8837         mm-codepage-iso-8859-list.
8838         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8839         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8840
8841 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8844
8845 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8848         with Emacs 21 and XEmacs.
8849
8850 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8851
8852         * spam.el (spam-parse-address): New function for better parsing,
8853         catching errors, etc.
8854         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8855
8856 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * mm-view.el: Add interactive arg to html2text autoload.
8859
8860 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8863
8864 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8867         variables.
8868         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8869         (mm-charset-synonym-alist): Move some entries to
8870         mm-codepage-iso-8859-list.
8871
8872         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8873
8874 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * message.el (message-citation-line-format)
8877         (message-insert-formated-citation-line): Fix implementation of %E, %N
8878         and %n according to the doc string.
8879
8880 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8881
8882         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8883         car-safe to avoid bad parses.
8884
8885 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8888         names.
8889
8890         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8891
8892 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8895         header.
8896
8897         * message.el (message-draft-headers): Add Date.
8898         (message-headers-to-generate): Fix typo in docstring.
8899
8900         * nndraft.el (nndraft-required-headers): New variable.
8901         (nndraft-generate-headers): Use it.
8902
8903         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8904
8905 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8906
8907         * gnus-registry.el (gnus-registry-wash-for-keywords)
8908         (gnus-registry-find-keywords): New functions to allow easy searching of
8909         articles that are in the registry.
8910
8911 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8912
8913         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8914         ietf-drums-parse-address instead of gnus-extract-address-components.
8915         Reported by Damien Elmes <damien@repose.cx>.
8916
8917 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus.el (gnus-mime): Remove unused custom group.
8920
8921 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8922
8923         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8924         "blank line" when searching for end of armor headers.
8925
8926 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gmm-utils.el (gmm-write-region): Fix variable name.
8929
8930 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * gmm-utils.el (gmm-write-region): New function based on compatibility
8933         code from `mm-make-temp-file'.
8934
8935         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8936
8937         * nnmaildir.el (nnmaildir--update-nov)
8938         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8939         Use `gmm-write-region'.
8940
8941 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8942
8943         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8944         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8945
8946         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8947
8948         * message.el (message-replacement-char): New variable.
8949         (message-fix-before-sending): Use it.
8950         (message-simplify-subject): New function to remove duplicate code.
8951         (message-reply, message-followup): Use it.
8952
8953         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8954         gnus-summary-limit-to-articles.
8955
8956 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-util.el (gnus-with-local-quit): New macro.
8959
8960         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8961
8962 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8963
8964         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8965         ignore non-string data.
8966
8967 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8968
8969         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8970         non-string data (needs to be done in the registry too).
8971
8972 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8973
8974         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8975         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8976         (gnus-registry-split-fancy-with-parent)
8977         (gnus-registry-fetch-simplified-message-subject-fast)
8978         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8979         Remove text properties on ingress into the registry and when it's saved.
8980         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8981         registry from entries with no groups.
8982
8983 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8984
8985         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8986         function to remove string properties.
8987
8988 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8989
8990         * gmm-utils.el (gmm): Adjust custom version.
8991
8992         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8993         custom version.
8994
8995         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8996
8997 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-art.el (gnus-insert-prev-page-button)
9000         (gnus-insert-next-page-button): Simplify.  Reformat.
9001
9002 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9003
9004         * gnus-art.el (gnus-insert-prev-page-button)
9005         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9006
9007 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9008
9009         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9010
9011 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9012
9013         * gnus-art.el (gnus-insert-mime-button)
9014         (gnus-insert-mime-security-button):
9015         Apply gnus-article-button-face to MIME and security buttons.
9016
9017 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9020         readable.
9021
9022 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9025
9026 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9027
9028         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9029         `browse-url-of-file' instead of `browse-url'.
9030
9031 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9032
9033         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9034         regexp.  Articles containing quotation were cut prematurely.
9035
9036 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * message.el (message-cite-original-1): Use nobody by default for the
9039         value of From header.
9040         (message-reply): Ditto.
9041
9042 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9043
9044         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9045         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9046         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9047
9048 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9051         mails in the doc string.  Add some URLs in comment.
9052         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9053
9054 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9057         backslashes handling and the way to find boundaries of quoted strings.
9058
9059 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9060
9061         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9062         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9063         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9064         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9065
9066 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9069         doc string.
9070         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9071
9072 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * lpath.el: Fbind epg-check-configuration.
9075
9076 2006-09-06  Simon Josefsson  <jas@extundo.com>
9077
9078         * mml2015.el (mml2015-use): Doc fix, mention epg.
9079
9080 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9081
9082         * mml2015.el (mml2015-use): Default to epg, if available.
9083
9084 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9085
9086         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9087         message-sender.
9088         (mml1991-epg-encrypt): Ditto.
9089         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9090         message-sender.
9091         (mml2015-epg-encrypt): Ditto.
9092
9093 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9094
9095         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9096         several common directories.
9097
9098 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9099
9100         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9101         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9102
9103 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * gnus-art.el (article-decode-encoded-words): Make it fast.
9106
9107 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9110
9111         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9112         in quoted string into `\'.
9113
9114 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9117         Use standard-syntax-table.
9118
9119 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-art.el (gnus-decode-address-function): New variable.
9122         (article-decode-encoded-words): Use it to decode headers which are
9123         assumed to contain addresses.
9124         (gnus-mime-delete-part): Remove useless `or'.
9125
9126         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9127         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9128         (gnus-nov-parse-line): Use it to decode From header.
9129         (gnus-get-newsgroup-headers): Ditto.
9130         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9131
9132         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9133         (mail-decode-encoded-address-string): New alias.
9134
9135         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9136         New function.
9137         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9138         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9139         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9140         (rfc2047-decode-string): Ditto.
9141         (rfc2047-decode-address-region): New function.
9142         (rfc2047-decode-address-string): New function.
9143
9144 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9145
9146         * message.el (message-caesar-buffer-body): Allow rotating headers.
9147
9148         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9149
9150         * message.el (message-insert-formated-citation-line): Fix %f.
9151         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9152
9153 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9156         (gnus-bookmark-mouse-available-p): New macro.
9157         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9158         (gnus-bookmark-bmenu-show-infos): Use it.
9159         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9160         (gnus-bookmark-bmenu-hide-infos): Ditto.
9161         (gnus-bookmark-remove-properties): New function.
9162         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9163         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9164         (gnus-bookmark-write-file): Bind coding-system-for-write.
9165         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9166         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9167         group before selecting it.
9168         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9169         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9170         quit-window if it is not available; use gnus-mouse-2 and bind it to
9171         gnus-bookmark-bmenu-select-by-mouse.
9172         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9173         (gnus-bookmark-bmenu-select-by-mouse): New function.
9174
9175 2006-08-13  Romain Francoise  <romain@orebokech.com>
9176
9177         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9178         space.
9179
9180 2006-08-10  Romain Francoise  <romain@orebokech.com>
9181
9182         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9183         (dns-mode-soa-auto-increment-serial): New user option.
9184         (dns-mode-soa-maybe-increment-serial): New function.
9185         (dns-mode): Add the latter to `write-contents-functions'.
9186
9187 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * compface.el (uncompface): Use binary rather than raw-text-unix.
9190
9191 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * compface.el (uncompface): Make sure the eol conversion doesn't take
9194         place when communicating with the external programs.  Reported by
9195         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9196
9197 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9200
9201 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9202
9203         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9204         Make it more robust by parsing author and date independently.
9205
9206 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9209
9210 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9211
9212         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9213         first matching secret key.
9214         (mml2015-epg-encrypt): Ditto.
9215
9216         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9217         first matching secret key.
9218         (mml1991-epg-encrypt): Ditto.
9219
9220         * mml2015.el (mml2015-encrypt-to-self): New user option.
9221         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9222         mml2015-epg-encrypt-to-self is set.
9223
9224         * mml1991.el (mml1991-encrypt-to-self): New variable.
9225         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9226         mml1991-epg-encrypt-to-self is set.
9227
9228         * mml2015.el (mml2015-signers): New user option.
9229         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9230         (mml2015-epg-encrypt): Allow to select signing keys.
9231
9232         * mml1991.el (mml1991-signers): New variable.
9233         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9234         (mml1991-epg-encrypt): Allow to select signing keys.
9235
9236 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * nnheader.el (nnheader-insert-head): Make it work even if the file
9239         uses CRLF for the line-break code.
9240
9241 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9242
9243         * mml2015.el: Require mml-sec instead of password.
9244         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9245         (mml2015-cache-passphrase): Inherit the default value from
9246         mml-secure-cache-passphrase.
9247         (mml2015-passphrase-cache-expiry): Inherit the default value from
9248         mml-secure-passphrase-cache-expiry.
9249
9250         * mml1991.el: Require mml-sec instead of password.
9251         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9252         (mml1991-cache-passphrase): Inherit the default value from
9253         mml-secure-cache-passphrase.
9254         (mml1991-passphrase-cache-expiry): Inherit the default value from
9255         mml-secure-passphrase-cache-expiry.
9256
9257         * mml-sec.el: Require password.
9258         (mml-secure-verbose): New user option.
9259         (mml-secure-cache-passphrase): New user option.
9260         (mml-secure-passphrase-cache-expiry): New user option.
9261
9262 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9263
9264         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9265         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9266         andreas@altroot.de (Andreas Vögele).
9267
9268         FIXME: Use `tiny change'?
9269
9270 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9271
9272         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9273         workaround for the url package included with Emacs.
9274
9275         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9276
9277 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9280         correctly.  This fixes a bug caused by the 2006-05-12 change.
9281
9282 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9283
9284         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9285         some information about the error when saying that the `bogus' mail
9286         group will be used.
9287
9288 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9291         string.
9292
9293 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9294
9295         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9296
9297 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9298
9299         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9300
9301 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9302
9303         * mml1991.el (mml1991-function-alist): Add epg.
9304         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9305         (mml1991-epg-encrypt): New functions.
9306
9307 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9308
9309         * mml2015.el (mml2015-verbose): New variable.
9310         (mml2015-cache-passphrase): Ditto.
9311         (mml2015-passphrase-cache-expiry): Ditto.
9312         (mml2015-function-alist): Add epg.
9313         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9314         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9315         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9316         functions.
9317
9318 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9319
9320         * message.el (message-cite-original-1): Preserve region when removing
9321         quoted text due to X-No-Archive in order to avoid bogus attribution
9322         when citing multiple messages.
9323
9324 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9325
9326         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9327         Kenneth Jacker <khj@be.cs.appstate.edu>.
9328
9329 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-diary.el (gnus-user-format-function-d)
9332         (gnus-user-format-function-D): Autoload.
9333
9334         * imap.el (Commentary): Fix typo.
9335
9336         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9337         2006-04-22 contribution.
9338
9339 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9340
9341         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9342         It didn't really fix the bogosity I'm seeing with solid web groups.
9343
9344 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9345
9346         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9347         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9348         created using server names.  If we use the feature without declaring
9349         it, Gnus does not properly manage server and group state.
9350
9351         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9352         bound.
9353
9354 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9355
9356         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9357         looking up the method using GROUP's prefix before inventing a new one.
9358         It is used on killed/unknown groups in various places where returning
9359         an all-new method isn't expected by the caller.
9360
9361         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9362         and match semantics of gnus-group-real-prefix.
9363
9364 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * nnmail.el (nnmail-broken-references-mailers): New variable.
9367         (nnmail-ignore-broken-references): New function generalizing
9368         nnmail-fix-eudora-headers.
9369         (nnmail-fix-eudora-headers): Now obsolete.
9370
9371         * gnus-art.el (gnus-button-handle-custom): Support
9372         `customize-apropos*'.
9373
9374 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9377
9378         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9379         articles.
9380
9381 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9382
9383         * message.el (message-cite-reply-above): New variable.
9384         (message-yank-original): Use it.
9385
9386 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9389
9390 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9391
9392         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9393         as read.
9394
9395         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9396
9397 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9400         (gnus-bookmark-default-file): Use gnus-directory.
9401         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9402         Remove "*" in doc string.
9403         (gnus-bookmark-write-file): Simplify.
9404         (gnus-bookmark-maybe-sort-alist): Use `when'.
9405         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9406         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9407         FIXME about Emacs 21 and XEmacs compatibility.
9408         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9409         compatibility.
9410         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9411         compatibility.
9412         (gnus-bookmark-menu-heading): Fix version.
9413
9414 2006-06-19  Bastien Guerry  <bzg@altern.org>
9415
9416         * gnus-bookmark.el: New file.
9417
9418 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * message.el (message-syntax-checks): Doc fix.
9421
9422 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9423
9424         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9425         unsubscribed groups as if they were killed ones.  It causes duplicate
9426         entries in gnus-newsrc-alist.
9427
9428 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * message.el (message-syntax-checks): Doc fix.
9431         (message-send-mail): Add check for continuation headers.
9432         (message-check-news-header-syntax): Fix regexp used to check for
9433         continuation headers.
9434
9435 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9438
9439 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9440
9441         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9442
9443 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9446         default-truncate-lines.
9447
9448 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9451         to fill the utf-8 entry.
9452
9453         * lpath.el: Fbind unicode-precedence-list.
9454
9455 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9456
9457         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9458
9459 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9460
9461         * gnus-agent.el (directory-files-and-attributes): Move all the way
9462         forward (the third and final move).
9463         (gnus-agent-read-agentview): Trap reconstruction errors due to
9464         nonexistant directory.  Handle by returning nil.
9465
9466 2006-05-30  Didier Verna  <didier@xemacs.org>
9467
9468         * message.el (message-dont-reply-to-names): Update the custom type.
9469         * message.el (message-dont-reply-to-names): New defsubst: potentially
9470         convert a list of regexps into a single one.
9471         * message.el (message-get-reply-headers): Use it.
9472         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9473
9474 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-agent.el (directory-files-and-attributes): Move forward.
9477
9478 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9479
9480         * gnus-ml.el (gnus-mailing-list-subscribe)
9481         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9482         (gnus-mailing-list-message): Fix doc strings.
9483
9484 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9485
9486         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9487         of doing it manually.
9488
9489 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9492         comment.
9493
9494 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9495
9496         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9497         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9498         (gnus-agent-read-local): All symbols allocated in my-obarray.
9499         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9500         (gnus-agent-regenerate-group): Check numeric names to see if they are
9501         messages or groups.
9502         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9503         better way of do this...)
9504
9505         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9506         'dummy.group' (there should be a better way of do this...)
9507
9508 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9511         (gnus-saved-headers): Ditto.
9512         (gnus-default-article-saver): Mention functions may have properties.
9513         (gnus-article-save): Override gnus-save-all-headers and
9514         gnus-saved-headers by :headers property which saver function may have.
9515         (gnus-summary-save-in-file): Add :headers property.
9516         (gnus-summary-write-to-file): Ditto.
9517
9518         * gnus-sum.el (gnus-summary-save-article): Bind
9519         gnus-prompt-before-saving to t when saving many articles in a file;
9520         always show all headers.
9521
9522         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9523
9524 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9527         marks.
9528
9529         * message.el (message-indent-citation): Add optional arguments to allow
9530         using it outside of message buffers.
9531
9532         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9533         (gnus-article-treat-unfold-headers): Use it.
9534         (gnus-article-truncate-lines): New variable.
9535         (gnus-article-mode): Use it.
9536         (gnus-article-toggle-truncate-lines): New function.
9537
9538         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9539         gnus-article-toggle-truncate-lines.
9540
9541         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9542         coding system in XEmacs, use binary.
9543
9544 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9547         after-load-alist.
9548
9549         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9550         this function should save decoded articles.
9551         (gnus-summary-write-to-file): Use property to specify this function
9552         should save decoded articles and specify gnus-summary-save-in-file
9553         should be used to save articles other than the first one when saving
9554         many articles.
9555         (gnus-summary-save-body-in-file): Use property to specify this
9556         function should save decoded articles.
9557         (gnus-summary-write-body-to-file): Use property to specify this
9558         function should save decoded articles and specify
9559         gnus-summary-save-body-in-file should be used to save articles other
9560         than the first one when saving many articles.
9561
9562         * gnus-sum.el (gnus-summary-save-article): Simplify.
9563
9564 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-art.el (gnus-default-article-saver): Add
9567         gnus-summary-write-body-to-file.
9568         (gnus-article-save-coding-system): Don't use coding system object
9569         in XEmacs.
9570         (gnus-read-save-file-name): Add optional `dir-var' argument which
9571         specifies directory in which files are saved; work even if optional
9572         `variable' argument is not specified.
9573         (gnus-summary-write-to-file): Read file name.
9574         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9575         (gnus-summary-write-body-to-file): New function.
9576
9577         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9578         (gnus-summary-local-variables): Add it.
9579         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9580         (gnus-summary-save-article): Remove optional `decode' argument;
9581         determine whether to decode articles by the value of
9582         gnus-default-article-saver; when saving many files using
9583         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9584         it first and use gnus-summary-save-in-file or
9585         gnus-summary-save-body-in-file thereafter unless
9586         gnus-prompt-before-saving is always; move point to article which
9587         will be saved.
9588         (gnus-summary-save-article-file): Revert.
9589         (gnus-summary-write-article-file): Revert.
9590         (gnus-summary-save-article-body-file): Revert.
9591         (gnus-summary-write-article-body-file): New function.
9592
9593 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * gnus-art.el (gnus-default-article-saver): Doc fix.
9596         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9597         from gnus-summary-save-article-coding-system, and default to a
9598         certain coding system.
9599         (gnus-output-to-file): Add coding cookie and encode text according
9600         to gnus-article-save-coding-system; don't use mm-append-to-file.
9601
9602         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9603         gnus-art.el and rename to gnus-article-save-coding-system.
9604         (gnus-summary-save-article): Require gnus-art; don't show all
9605         headers if it decodes articles; don't add coding cookie here;
9606         don't bind mm-text-coding-system-for-write.
9607         (gnus-summary-save-article-file): Save decoded articles.
9608         (gnus-summary-write-article-file): When saving many files, use
9609         gnus-summary-write-to-file first and gnus-summary-save-in-file
9610         thereafter unless gnus-prompt-before-saving is always.
9611         (gnus-summary-save-article-body-file): Save decoded articles.
9612
9613         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9614
9615 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * nnrss.el (nnrss-check-group): Bind hash-index.
9618
9619 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9620
9621         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9622         its hash index.  Store this hash in `nnrss-group-data'.
9623         (nnrss-read-group-data): Update accordingly.
9624
9625 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9628         entry.
9629
9630         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9631         gnus-article-browse-html-article.
9632
9633 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9634
9635         * gnus-sum.el (gnus-summary-mime-map): Add
9636         gnus-article-browse-html-article.
9637
9638         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9639
9640 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9643         suitable coding systems in customize.
9644
9645 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * mail-source.el (mail-sources): Fix custom type.
9648
9649 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9652         (gnus-summary-expire-articles-now): Shorten prompt.
9653
9654         * gmm-utils.el (wid-edit): Require.
9655         (defun-gmm): Renamed from `gmm-defun-compat'.
9656         (gmm-image-search-load-path): Use it.
9657         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9658
9659 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9662         variable.
9663         (gnus-summary-save-article): Add optional `decode' argument.  If
9664         it is set and gnus-summary-save-article-coding-system is non-nil,
9665         save decoded article.
9666         (gnus-summary-write-article-file): Save decoded article if
9667         gnus-summary-save-article-coding-system is non-nil.
9668
9669         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9670         type.
9671
9672 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9675
9676 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9679         first to test gnus-single-article-buffer which may be buffer-local.
9680
9681         * gnus-sum.el (gnus-summary-setup-buffer): Make
9682         gnus-single-article-buffer buffer-local and nil in ephemeral
9683         group; make gnus-article-buffer, gnus-article-current, and
9684         gnus-original-article-buffer always buffer-local.
9685         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9686         group.
9687         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9688
9689 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * nnml.el (nnml-request-compact-group): Compressed files might not
9692         have .gz extension.
9693
9694 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9695
9696         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9697         (mm-copy-to-buffer): Use with-current-buffer.
9698         (mm-display-part): Simplify.
9699         (mm-inlinable-p): Add optional arg `type'.
9700
9701 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9702
9703         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9704         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9705         Try harder to show the attachment internally or externally using
9706         gnus-mime-view-part-as-type.
9707
9708 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9709
9710         * message.el (message-from-style, message-signature-separator)
9711         (message-user-organization-file, message-send-mail-function)
9712         (message-citation-line-function, message-yank-prefix)
9713         (message-indent-citation-function, message-signature)
9714         (message-signature-file, message-signature-insert-empty-line):
9715         Remove autoloads.
9716
9717         * gnus-art.el (gnus-buttonized-mime-types): Remove
9718         "multipart/signed".  Revert 2006-04-26 change.
9719
9720 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * gnus.el (gnus-version-number): Bump version.
9723
9724 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9725
9726         * gnus.el: No Gnus v0.5 is released.
9727
9728 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9729
9730         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9731         fetching articles by message-id.
9732
9733 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * message.el (hashcash): Require hashcash as normal.
9736
9737         * ecomplete.el (ecomplete-highlight-match-line): Use
9738         point-at-eol.
9739         (ecomplete-highlight-match-line): Use `highlight', because that
9740         face exists in both Emacs and XEmacs.
9741
9742         * message.el (message-display-abbrev): Use point-at-bol.
9743
9744         * mail-source.el: Don't require timer/timer-funcs.
9745
9746         * gnus-async.el: Ditto.
9747
9748         * password.el: Ditto.
9749
9750         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9751
9752         * mm-url.el: Ditto.
9753
9754         * gnus-xmas.el: Don't require timer-funcs.
9755
9756         * mm-util.el: Require timer/timer-funcs.
9757
9758 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9759
9760         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9761         Close.
9762
9763 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9766         unibyte after clear-decrypt function runs.
9767
9768         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9769         returns as a unibyte string.
9770
9771 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * lpath.el: Revert.
9774
9775         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9776         (pgg-gpg-process-sentinel): Revert.
9777
9778         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9779         (pgg-pgp-lookup-key): Revert.
9780
9781         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9782         (pgg-pgp5-lookup-key): Revert.
9783
9784         * pgg.el (pgg-fetch-key): Revert.
9785
9786 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * lpath.el: Fbind string-as-multibyte for XEmacs.
9789
9790         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9791         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9792         (mml1991-pgg-encrypt): Ditto.
9793
9794         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9795         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9796         a multibyte buffer.
9797
9798         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9799         (pgg-pgp-lookup-key): Ditto.
9800
9801         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9802         (pgg-pgp5-lookup-key): Ditto.
9803
9804         * pgg.el (pgg-fetch-key): Ditto.
9805
9806 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * message.el (message-user-organization-file): Check several
9809         locations of the organization file.
9810
9811         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9812         Add gnus-article-view-part-as-type.
9813
9814         * gnus-art.el (gnus-article-view-part-as-type): New function.
9815
9816         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9817         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9818
9819         * mml.el: Simplify autoload.
9820         (mml-mode): defvar dnd-protocol-alist instead of using
9821         symbol-value.
9822         (mml-default-directory): New variable.
9823         (mml-minibuffer-read-file): Use it.
9824         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9825
9826         * message.el (message-citation-line-format): New variable.
9827         (message-insert-formated-citation-line): New function.
9828         (message-citation-line-function): Add
9829         `message-insert-formated-citation-line' to custom type.
9830
9831         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9832         to doc string.
9833
9834         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9835         depending on mm-verify-option.
9836
9837 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9840         binding pgg-* variables; reimplement the section which prevents
9841         MIME header from being signed.
9842         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9843         pgg-text-mode; remove a blank line at the top of body.
9844
9845         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9846         lines at the top of body; use gnus-newsgroup-charset if there's no
9847         Charset header.
9848
9849 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * message.el (message-self-insert-commands): Doc fix.
9852
9853         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9854         (mm-uu-pgp-encrypted-test): Ditto.
9855         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9856         between header and body; return application/pgp-encrypted handle
9857         if decryption failed; decode decrypted body by charset.
9858
9859         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9860         element match to application/pgp-*.
9861
9862 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9863
9864         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9865         HTML.
9866
9867 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9868
9869         * mail-source.el (mail-source-call-script): Message the error
9870         string.
9871
9872 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9873
9874         * gnus-util.el (gnus-byte-compile): Use it.
9875
9876 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9877
9878         * gnus-util.el (kill-empty-logs): New function.
9879
9880 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * message.el (message-mail-alias-type): Doc fix.
9883         (message-mail-alias-type-p): New function.
9884         (message-send): Use it.
9885         (message-mode): Ditto.
9886         (message-strip-forbidden-properties): Ditto.
9887
9888         * ecomplete.el (ecomplete-database-file-coding-system): New
9889         variable.
9890         (ecomplete-save): Use it.
9891         (ecomplete-setup): Use it.
9892
9893 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * message.el (message-self-insert-commands): New variable.
9896         (message-strip-forbidden-properties): Use it.
9897
9898 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9901         that doesn't make XEmacs choke.
9902
9903 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * gnus-util.el (gnus-replace-in-string):
9906         Prefer replace-regexp-in-string over of replace-in-string.
9907
9908 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-util.el (gnus-select-frame-set-input-focus):
9911         Use select-frame-set-input-focus if it is available in XEmacs; use
9912         definition defined in Emacs 22 for old Emacsen.
9913
9914         * dgnushack.el: Autoload unmorse-region for XEmacs.
9915
9916         * lpath.el: Bind cursor-in-non-selected-windows and
9917         select-frame-set-input-focus for XEmacs.
9918
9919 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9922
9923 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9924
9925         * gnus-registry.el (gnus-registry-cache-save): Remove text
9926         properties when saving via the temp buffer.
9927
9928 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9929
9930         * message.el (message-generate-hashcash): Honor custom type.
9931
9932 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9933
9934         * message.el (message-generate-hashcash): Default to non-nil when
9935         hashcash is found.
9936
9937         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9938         (gnus-refer-thread-limit): Increase default to 500.
9939
9940         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9941
9942         * flow-fill.el (fill-flowed): Allow delete-space.
9943
9944 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9947         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9948         Remove autoloads.
9949
9950 2006-04-18  Simon Josefsson  <jas@extundo.com>
9951
9952         * message.el (message-generate-hashcash): Default to.
9953
9954 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9957         concatenating segments rather than before concatenating them.
9958
9959 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9962
9963 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964
9965         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9966
9967         * message.el (message-forward-make-body-plain): Allow
9968         message-forward-ignored-headers to be a list.
9969         (message-remove-ignored-headers): Factor out into function.
9970         (message-forward-make-body-mml): Use it.
9971
9972         * imap.el (imap-quote-specials): New function.
9973         (imap-login-auth): Quote specials.
9974
9975         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9976         (rfc2231-parse-string): Allow concatanation of parameters that
9977         aren't contiguous.  The test case is
9978           (mail-header-parse-content-type "message/external-body;
9979             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9980             access-type=LOCAL-FILE;
9981             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9982
9983 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9984
9985         * nntp.el (nntp-accept-process-output): Return the value of
9986         `nnheader-accept-process-output'.
9987
9988 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989
9990         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9991         (gnus-button-alist): Recognize more diff formats.
9992         (gnus-button-patch): Strip directory.
9993
9994 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9997         Emacs 22 when setting focus.
9998
9999 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10000
10001         * gnus-art.el (gnus-article-treat-types): Do treatment of
10002         text/x-verbatim parts.
10003         (gnus-button-patch): New command.
10004
10005         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10006         addresses that contain invalid characters.
10007
10008 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10009
10010         * message.el (message-put-addresses-in-ecomplete): Use
10011         gnus-replace-in-string.
10012         (message-is-yours-p): Use the more correct
10013         mail-header-parse-address instead of
10014         mail-extract-address-components.
10015         (message-put-addresses-in-ecomplete): Fix typo.
10016
10017         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10018         keystroke.
10019
10020         * gnus-art.el (gnus-treatment-function-alist): Change order of
10021         newsgroups/generic header folding to avoid double-folding.
10022
10023         * message.el (message-hidden-headers): Add X-Draft-From.
10024
10025         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10026         command.
10027         (gnus-summary-repeat-search-article-backward): New command.
10028
10029         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10030         groups in the parent topic.
10031
10032 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10033
10034         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10035         (spam-extra-header-to-number): Return the CRM114 number as a
10036         number instead of a string.
10037
10038 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039
10040         * gnus-art.el (gnus-face-properties-alist): Moved here from
10041         gnus-fun.
10042
10043         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10044
10045 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046
10047         * message.el (message-strip-forbidden-properties): Only display on
10048         self-insert-command.
10049
10050         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10051         reindent.
10052         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10053
10054 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10055
10056         * smiley.el (smiley-style): Fix typo.
10057
10058 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10059
10060         * hashcash.el (hashcash-insert-payment-async-2): Use
10061         message-goto-eoh instead of doing it manually.
10062         (mail-add-payment): Use message-narrow-to-header instead of trying
10063         to do the same itself.
10064
10065         * message.el (message-hidden-headers): Add Face.
10066
10067         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10068         reparenting code.
10069         (gnus-summary-reparent-children): Refactored out code.
10070         (gnus-summary-thread-map): New keystroke.
10071         (gnus-summary-reparent-children): Make into command.
10072
10073         * smiley.el (smiley-style): Default to `medium' if using a large
10074         font.
10075
10076         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10077         does it itself.
10078
10079         * message.el (message-point-in-header-p): Simplify definition.
10080
10081 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10082
10083         * nnagent.el (nnagent-request-set-mark): Silence log file
10084         writing.
10085         (nnagent-request-set-mark): Use write-region instead of
10086         append-to-file.
10087
10088         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10089         strange select method.
10090
10091         * ecomplete.el (ecomplete-display-matches): Get highlightling
10092         right.
10093         (ecomplete-display-matches): Use literals.
10094         (ecomplete-display-matches): Disable message logging.
10095
10096         * message.el (message-display-abbrev): Small optimization.
10097
10098         * ecomplete.el (ecomplete-display-matches): Allow automatic
10099         display.
10100
10101         * message.el (message-strip-forbidden-properties): Display
10102         abbrevs.
10103         (message-display-abbrev): Get automatic display right.
10104
10105         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10106         keystrokes.
10107
10108 2006-04-13  Romain Francoise  <romain@orebokech.com>
10109
10110         TODO: Backport to v5-10!
10111
10112         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10113         Moved here (and renamed) from gnus-registry.el.
10114
10115         * gnus-registry.el: Require gnus-util.
10116         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10117
10118 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * gnus-group.el (gnus-group-catchup-current): Change
10121         if-then-else-if-then-else into cond.
10122         (gnus-group-catchup): Indent.
10123         (group-name-at-point): New function.
10124         (gnus-fetch-group): Provide default from thing at point.
10125
10126 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10127
10128         * message.el (message-display-abbrev): Fix regexp.
10129
10130         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10131         choosing.
10132         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10133         dead variables.
10134
10135         * message.el (message-newline-and-indent): Remove debugging.
10136         (message-display-abbrev): Use new implementation.
10137
10138 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * gnus-art.el (gnus-article-mode): Set
10141         cursor-in-non-selected-windows to nil.
10142
10143         * smiley.el: Revert previous change.
10144         (smiley-data-directory): defvar it before using it in the
10145         defcustom of `smiley-style'.
10146
10147 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10148
10149         * message.el (message-newline-and-indent): New function.
10150
10151         * ecomplete.el: Implement more bits.
10152
10153         * message.el (message-put-addresses-in-ecomplete): Clean up the
10154         string.
10155
10156         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10157
10158         * gnus-sum.el (gnus-summary-save-parts): Bind
10159         gnus-summary-save-parts-counter and use it to make unique file
10160         names.
10161
10162         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10163
10164         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10165         parameter to say whether to actually parse the individual
10166         addresses.
10167
10168         * message.el (message-put-addresses-in-ecomplete): New function.
10169         (ecomplete): Require.
10170         (message-mail-alias-type): Add ecomplete as an option.
10171
10172 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10173
10174         * flow-fill.el (fill-flowed): Remove trailing space from blank
10175         quoted lines.
10176
10177 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * smiley.el (smiley-style): Move definition later to avoid a
10180         compilation warning.
10181
10182 2006-04-12  Kenichi Handa  <handa@m17n.org>
10183
10184         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10185         buffer and then decode the buffer text if necessary.
10186         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10187         first, and after mm-encode-body, change the buffer to unibyte.
10188         Use mm-disable-multibyte instead of set-buffer-multibyte.
10189
10190 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10193         Content-Type header instead of Content-Disposition header.
10194         (gnus-mime-inline-part): Ditto.
10195         (gnus-mime-view-part-as-charset): Ignore charset that the part
10196         specifies.
10197
10198         * mm-decode.el (mm-display-part): Work with external parts and
10199         usual parts similarly.
10200
10201         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10202         instead of gnus-display-mime.
10203
10204         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10205         instead of with-temp-buffer.
10206
10207         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10208         tag to summarized topics part in order to encode non-ASCII text.
10209
10210 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10211
10212         * smiley.el (smiley-style): New variable.
10213         (smiley-directory): New function.
10214         (smiley-data-directory): Derive from `smiley-style' using
10215         `smiley-directory'.
10216         (smiley-regexp-alist): Add new entries.
10217
10218         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10219         (gnus-article-browse-delete-temp): Add :version.
10220
10221 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10222
10223         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10224         the sieve region.
10225
10226 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10227
10228         * gnus.el (gnus-version-number): Bump version.
10229
10230 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10231
10232         * gnus.el: No Gnus v0.4 is released.
10233
10234 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235
10236         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10237         layout.
10238
10239         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10240         unknown charset.
10241
10242         * message.el (message-header-synonyms): Add Original-To to the
10243         default.
10244
10245         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10246         optional parameter.
10247
10248 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * gnus-fun.el (gnus): Require it for gnus-directory.
10251
10252 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10255
10256 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10257
10258         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10259
10260 2006-04-05  Simon Josefsson  <jas@extundo.com>
10261
10262         * password.el (password-reset): New function.
10263
10264 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10265
10266         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10267         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10268
10269 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10270
10271         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10272         Some whitespace was matched into the url, which broke browsing hits
10273         > 100 when mm-url-use-external was nil.
10274
10275 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10278         gnus-extra-headers for 'Newsgroups.
10279
10280         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10281         bound.
10282
10283 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10284
10285         * pgg-gpg.el: Clean up process buffers every time gpg processes
10286         complete.
10287
10288 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10289
10290         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10291         doc string.
10292
10293 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10294
10295         * pgg-gpg.el (pgg-gpg-process-filter)
10296         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10297
10298         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10299         lines, temporary fix.
10300
10301 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10304
10305 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10306
10307         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10308         default-enable-multibyte-characters.  This reverts the change from
10309         revision 6.17 which is no longer necessary because the passphrase
10310         is sent separately now.  GnuPG messages are unreadable under
10311         multibyte locales with default-enable-multibyte-characters set to
10312         nil.
10313
10314 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * message.el (message-tool-bar-gnome): Move "spell".
10317
10318 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10321         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10322         instead.
10323
10324 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10325
10326         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10327         newsgroups handling for NNTP overviews which don't include
10328         Newsgroups.
10329
10330 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10331
10332         * message.el (message-resend): Bind message-generate-hashcash to nil.
10333
10334 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10335
10336         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10337         when searching for already-paid recipients.
10338
10339 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10340
10341         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10342         passphrases when it is not needed.
10343         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10344         passphrase stuff from gpg, should only be necessary when you use
10345         gpg with a smartcard.
10346
10347 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * mml.el (mml-insert-mime): Ignore cached contents of
10350         message/external-body part.
10351
10352         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10353         (mm-insert-part): Ditto.
10354
10355 2006-03-23  Simon Josefsson  <jas@extundo.com>
10356
10357         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10358         Reiner.
10359         (pgg-gpg-use-agent-p): Use it again.
10360
10361 2006-03-23  Simon Josefsson  <jas@extundo.com>
10362
10363         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10364         older emacsen.
10365         (pgg-gpg-use-agent-p): Don't use it.
10366
10367 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10370         if we can.
10371
10372 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10373
10374         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10375         (pgg-gpg-update-agent): New function.
10376         (pgg-gpg-use-agent-p): New function.
10377         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10378         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10379         (pgg-gpg-sign-region): Use it.
10380
10381 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10384         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10385
10386 2006-03-21  Simon Josefsson  <jas@extundo.com>
10387
10388         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10389         <wilde@sha-bang.de>.
10390         (pgg-gpg-use-agent): New variable.
10391         (pgg-gpg-process-region): Use it.
10392         (pgg-gpg-encrypt-region): Likewise.
10393         (pgg-gpg-encrypt-symmetric-region): Likewise.
10394         (pgg-gpg-decrypt-region): Likewise.
10395         (pgg-gpg-sign-region): Likewise.
10396         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10397
10398 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10401
10402         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10403         Add comment on version.
10404
10405 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10406
10407         * smiley.el: Add missing test smiley.
10408
10409 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * mm-decode.el (mm-with-part): New macro.
10412         (mm-get-part): Use it; work with message/external-body as well.
10413         (mm-save-part): Treat name and filename equally.
10414
10415         * mm-extern.el (mm-extern-cache-contents): New function.
10416         (mm-inline-external-body): Use it; force the part to be displayed;
10417         move undisplayer added to the cached handle to the parent.
10418
10419         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10420         (gnus-mime-view-part-as-type): Work with message/external-body.
10421
10422         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10423
10424 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10427         images in image-load-path.  [Sync with image.el, revision 1.60, in
10428         Emacs.]
10429
10430 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10433         path rather than symbol.  Always return list of directories.
10434         Guarantee that image directory comes first.  [Sync with image.el,
10435         revision 1.59, in Emacs.]
10436
10437         * message.el (message-make-tool-bar): Adjust to new API of
10438         `gmm-image-load-path-for-library'.
10439
10440         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10441
10442         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10443
10444 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10445
10446         * gnus-art.el (gnus-article-only-boring-p):
10447         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10448         intangible text.
10449         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10450
10451 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10454         `defun' instead of `gmm-defun-compat'.
10455
10456 2006-03-14  Simon Josefsson  <jas@extundo.com>
10457
10458         * message.el (message-unique-id): Don't use message-number-base36
10459         if (user-uid) is a float.
10460         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10461
10462 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10465
10466         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10467         empty line between a part and a message part.
10468
10469 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10470
10471         * smiley.el: Add more test smileys.
10472         (smiley-data-directory, smiley-regexp-alist)
10473         (gnus-smiley-file-types): Fix doc strings.
10474         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10475         adding new elements.
10476         (smiley-mouse-map): Unused code.  Make it a comment.
10477
10478 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10481         scan latest NoCeM messages instead of old ones.
10482         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10483         delimiters that are recently used.
10484         (gnus-nocem-load-cache): Add autoload cookie.
10485
10486         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10487
10488         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10489         level which is larger than gnus-use-nocem is specified.
10490
10491         * gnus-group.el (gnus-group-get-new-news): Ditto.
10492
10493 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * gnus-util.el (gnus-tool-bar-update): New function.
10496
10497         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10498         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10499
10500         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10501
10502         * gnus-group.el (gnus-group-redraw-when-idle)
10503         (gnus-group-redraw-check): Remove.
10504         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10505
10506 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10509         if optional last element is specified in splits (FIELD VALUE...).
10510
10511 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10514         to gmm-image-load-path-for-library.  Call with no-error argument.
10515         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10516
10517         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10518
10519         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10520
10521         * gmm-utils.el (gmm-image-load-path): Remove alias.
10522
10523 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10524
10525         * gmm-utils.el (gmm-image-load-path): Add alias.
10526
10527         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10528         nnml-generate-nov-databases-1.
10529         (nnml-generate-nov-databases): Use it.
10530         (nnml-generate-nov-databases-directory): Document no-active
10531         argument.
10532
10533         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10534         directory if path is t.  Add no-error.
10535
10536         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10537         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10538
10539         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10540         resetting gnus-article-browse-html-temp-list.
10541
10542         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10543         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10544         Add example to docstring.  Rename local variables.  Move error
10545         checks to default case in cond and simplify.
10546
10547 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10550         handle is multipart when calling it recursively.
10551         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10552
10553 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10554
10555         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10556         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10557
10558 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10561         is loaded.
10562
10563         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10564         loaded.
10565
10566 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10569         to "Emacs 23 (unicode)" in doc string.
10570
10571         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10572         "Emacs 23 (unicode)" in comment.
10573
10574 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10577
10578         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10579         characters 160 through 255 in Emacs 23.
10580
10581 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10584         gnus-article-browse-html-temp.
10585         (gnus-article-browse-delete-temp): Make it customizable.  Add
10586         `file'.  Adjust doc string.
10587         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10588         query for each file.  Adjust doc string.
10589         (gnus-article-browse-html-parts): Add
10590         `gnus-article-browse-delete-temp-files' to
10591         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10592
10593 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10594
10595         * gnus-art.el (gnus-article-browse-html-temp)
10596         (gnus-article-browse-delete-temp): New variables.
10597         (gnus-article-browse-delete-temp-files): New function.
10598         (gnus-article-browse-html-parts): Use it.
10599
10600 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10603
10604         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10605         string.
10606
10607         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10608         gnus-summary-insert-new-articles when unplugged.  Remove
10609         gnus-summary-search-article-forward.
10610
10611         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10612         display-visual-class instead of display-color-cells.
10613
10614 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * dgnushack.el: Autoload customize-group for XEmacs.
10617
10618         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10619         message/* containing non-ASCII text properly.
10620
10621 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10622
10623         * message.el: Require gmm-utils, remove autoloads.
10624         (message-tool-bar): Set default based on
10625         gmm-tool-bar-style.
10626         (message-tool-bar-gnome): Add gmm-customize-mode.
10627
10628         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10629         gmm-tool-bar-style.
10630         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10631
10632         * gnus-group.el (gnus-group-tool-bar): Set default based on
10633         gmm-tool-bar-style.
10634         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10635
10636         * gmm-utils.el (gmm-image-directory): Rename variable from
10637         gmm-image-load-path.
10638         (gmm-image-load-path): Use gmm-image-directory.
10639         (gmm-customize-mode): New function.
10640         (gmm-tool-bar-style): New variable.
10641
10642         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10643         gnus-group-redraw-line-number.
10644         (gnus-group-redraw-check): Simplify.
10645         (gnus-group-tool-bar-update): Remove redraw check.
10646         (gnus-group-make-tool-bar): Add redraw check.
10647
10648 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10649
10650         * gnus-art.el (gnus-button): Add missing parentheses.
10651
10652 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * lpath.el: Fbind line-number-at-pos.
10655
10656 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10659
10660 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * gnus-art.el (gnus-button): New face.
10663         (gnus-article-button-face): Use it.
10664
10665         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10666         gnus-summary-next-page.  Re-order.
10667
10668         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10669         next-node are now included.
10670         (gnus-group-redraw-line-number): New internal variable.
10671         (gnus-group-redraw-check): Helper function for updating the tool
10672         bar.
10673         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10674
10675         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10676
10677         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10678         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10679         Use it to match format of Spamassassin 3.0 and later.  Reported by
10680         IRIE Tetsuya <irie@t.email.ne.jp>.
10681         (spam-check-bogofilter)
10682         (spam-bogofilter-register-with-bogofilter): Fix args of
10683         `gnus-error' calls.
10684
10685 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10688         unnecessary interaction when sending queued mails.  Reported by
10689         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10690
10691 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10692
10693         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10694         first or last are nil.
10695
10696 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10697
10698         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10699
10700 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10703
10704 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * dns.el (query-dns): Protect more against buggy tcp output.
10707
10708 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10711         nov.php.
10712
10713 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10714
10715         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10716         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10717         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10718         output on the server side.
10719         (nnweb-google-create-mapping): Update regexps and add some
10720         progress indication.
10721
10722 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10725         gnus-agent-toggle-plugged.  Re-order icons.
10726         (gnus-group-tool-bar-gnome): Add
10727         gnus-group-{prev,next}-unread-group.
10728         (gnus-group-tool-bar-gnome): Re-order icons.
10729
10730         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10731         gnus-summary-insert-new-articles.
10732
10733         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10734         comments.
10735
10736         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10737         also available in Emacs 21.3.
10738
10739         * message.el (message-fix-before-sending): Change "Emacs 22" to
10740         "Emacs 23 (unicode)" in comment.
10741
10742         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10743         "Emacs 23 (unicode)" in comment.
10744
10745         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10746         comment.
10747         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10748
10749         * mm-view.el (mm-fill-flowed): Add :version.
10750
10751 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10754         and load-path.
10755
10756 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * message.el: Autoload gmm-image-load-path.
10759         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10760         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10761         consitency.
10762
10763         * gmm-utils.el (gmm-image-load-path): Also search in
10764         "../etc/images".  Don't set gmm-image-load-path if we don't find
10765         the image.
10766
10767 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gmm-utils.el (gmm-image-load-path): Don't make
10770         `gmm-image-load-path' include subdirectories which the second arg
10771         `image' might specify.
10772
10773         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10774         subdirectory to icon file names.
10775
10776         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10777
10778 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10779
10780         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10781         gmm-image-load-path calls.
10782
10783         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10784
10785         * message.el (message-make-tool-bar): Ditto.
10786
10787         * mml.el (mml-preview): Added comment concerning tool bar icons.
10788
10789         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10790         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10791
10792         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10793         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10794
10795         * message.el (message-tool-bar-gnome): Use new icon names.
10796         (message-make-tool-bar): Use `gmm-image-load-path'.
10797
10798         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10799         functions from MH-E.
10800         (gmm-image-load-path): New variable from MH-E.
10801         (gmm-image-load-path): New function from MH-E.  Added arguments
10802         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10803         *-image-load-path-called-flag.
10804
10805 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10806
10807         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10808
10809 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10810
10811         * nnimap.el (nnimap-request-move-article): Change folder back to
10812         source group before deleting.
10813
10814 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10817
10818         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10819         mm-url.
10820
10821         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10822
10823 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10826         coding system which mm-charset-to-coding-system returns for a
10827         given charset is valid.
10828
10829 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10830
10831         * html2text.el (html2text-remove-tag-list):
10832         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10833
10834 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10835
10836         * gnus-cus.el: Revert 2005-10-17 change.
10837
10838 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * gnus-art.el (article-strip-banner): Call
10841         article-really-strip-banner only when the regexp match is made.
10842
10843 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-art.el (article-strip-banner): Use
10846         gnus-extract-address-components instead of
10847         mail-header-parse-addresses to make it work with non-ASCII text;
10848         remove mail-encode-encoded-word-string.
10849
10850         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10851         values which are surrounded with \"...\"; make it never cause a
10852         Lisp error; give up parsing of parameters if it failed in
10853         extracting type.
10854
10855 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10856
10857         * smime.el (smime-cert-by-ldap-1): Fix bug where
10858         `smime-ldap-search' returns results without userCertificates.
10859
10860 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10863
10864 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10865
10866         * spam.el (spam-check-spamassassin-headers): Adapt format for
10867         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10868         <ari@mbf.ocn.ne.jp>.
10869         (spam-list-of-processors): Add spam-use-gmane.
10870
10871 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10874         make-temp-file; make it work with XEmacs as well.
10875
10876         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10877         mm-make-temp-file.
10878
10879         * mm-decode.el (mm-display-external): Use the 3rd arg of
10880         mm-make-temp-file.
10881         (mm-create-image-xemacs): Ditto.
10882
10883 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10886         with message-narrow-to-headers.
10887         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10888         (gnus-draft-check-draft-articles): New function.
10889         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10890
10891 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * gnus-art.el (gnus-article-browse-html-parts):
10894         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10895         Don't use suffix argument for mm-make-temp-file for Emacs 21
10896         compatibility.  Remove useless `format'.
10897
10898 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10899
10900         * nnweb.el (nnweb-google-wash-article): Update regexps.
10901         (nnweb-group-alist): Use defvoo instead of defvar.
10902
10903 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10906         re-loading nn* modules.
10907
10908 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10909
10910         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10911         for `tool-bar-mode' and don't check it's default-value.
10912
10913         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10914
10915         * message.el (message-make-tool-bar): Ditto.
10916
10917         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10918         `substring'.  Shorten tmp-file name.
10919
10920         * gnus.el: Remove bogus comment.
10921
10922 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10923
10924         * gnus-art.el (gnus-article-browse-html-parts): New function.
10925         (gnus-article-browse-html-article): New function for viewing html
10926         articles with a browser.
10927
10928 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10929
10930         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10931         in elisp.
10932         (pgg-gpg-encrypt-symmetric-region): Ditto.
10933         (pgg-gpg-sign-region): Ditto.
10934
10935         * pgg-def.el (pgg-text-mode): New variable.
10936
10937         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10938         (mml2015-pgg-encrypt): Ditto.
10939
10940         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10941         (mml1991-pgg-encrypt): Ditto.
10942
10943 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10946         message-make-date instead of current-time-string.
10947
10948         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10949         to gnus-decoded which mm-uu might set.
10950
10951 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10954         don't decode quoted parameters; remove misimported Emacs code.
10955         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10956         (rfc2231-decode-encoded-string): Don't use split-string which
10957         behaves differently according to Emacs version; use
10958         mm-decode-coding-region to convert charset to coding-system.
10959         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10960         (rfc2231-encode-string): Remove misimported Emacs code.
10961
10962 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10965         when calling mail-header-parse-content-type.
10966         (article-de-quoted-unreadable): Ditto.
10967         (article-de-base64-unreadable): Ditto.
10968         (article-wash-html): Ditto.
10969
10970         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10971         calling mail-header-parse-content-type and
10972         mail-header-parse-content-disposition.
10973         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10974         mail-header-parse-content-type.
10975
10976         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10977         insert charset and format parameters; encode description after
10978         inserting it to buffer.
10979         (mml-insert-parameter): Fold lines properly even if a parameter is
10980         segmented into two or more lines; change the max column to 76.
10981
10982         * rfc1843.el (rfc1843-decode-article-body): Don't use
10983         ignore-errors when calling mail-header-parse-content-type.
10984
10985         * rfc2231.el (rfc2231-parse-string): Return at least type if
10986         possible; don't cause an error even if it fails in parsing of
10987         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10988         (rfc2231-encode-string): Don't break lines at the beginning, leave
10989         it to mml-insert-parameter.
10990
10991         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10992         calling mail-header-parse-content-type.
10993
10994 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10995
10996         * spam-report.el (spam-report-gmane-use-article-number):
10997         Improve doc string.
10998         (spam-report-gmane-internal): Check if a suitable header was found
10999         in the article.
11000
11001 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11004         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11005
11006 2006-02-05  Romain Francoise  <romain@orebokech.com>
11007
11008         Update copyright notices of all files in the gnus directory.
11009
11010 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11011
11012         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11013
11014 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11017         segmented lines of parameter value to cope with Thunderbird 1.5
11018         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11019         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11020         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11021
11022 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11023
11024         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11025         parts.
11026
11027 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11028
11029         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11030         there's only one active file for all servers.
11031         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11032         solid groups.  Gnus might have used a FAST request to select the group.
11033         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11034         and nnweb-search redundantly in the active file.
11035         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11036         (nnweb-request-create-group): Don't use ARGS.
11037         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11038         initialisations.  Let nnoo do the work.
11039
11040 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11043         Say the part has been decoded.
11044
11045         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11046
11047 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11048
11049         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11050         mailcap-viewer-test-cache when there's no 'test clause, since that
11051         will invert the meaning of a "nil" test previously determined by
11052         mailcap-mailcap-entry-passes-test.
11053
11054 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11057         compiling.
11058
11059         * gnus-sum.el: Ditto.
11060
11061         * message.el: Don't bind tool-bar-map when compiling.
11062
11063 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11066
11067 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11068
11069         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11070         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11071         current Google Groups.
11072
11073 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11076         and tool-bar-mode.
11077
11078         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11079         and tool-bar-mode.
11080
11081         * message.el (message-tool-bar-update): Simplify.
11082         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11083
11084         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11085         gnus-summary-buffer.
11086         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11087         gnus-summary-reply.
11088
11089         * gmm-utils.el (gmm): Add :version.
11090
11091 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * Makefile.in (clean): New rule.
11094         (distclean): Use it.
11095
11096 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11097
11098         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11099         autoload.
11100
11101 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * gmm-utils.el (gmm-verbose): Add :group.
11104
11105 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * message.el: Change some comments WRT tool-bars.
11108
11109         * gnus-sum.el (gnus-summary-tool-bar)
11110         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11111         (gnus-summary-tool-bar-zap-list): New variables.
11112         (gnus-summary-make-tool-bar): Complete rewrite using
11113         `gmm-tool-bar-from-list'.
11114
11115         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11116         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11117         variables.
11118         (gnus-group-make-tool-bar): Complete rewrite using
11119         `gmm-tool-bar-from-list'.
11120         (gnus-group-tool-bar-update): New function.
11121
11122         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11123
11124 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11127         is dissected into a single part of which the type is the same as
11128         the given one; decode charset.
11129
11130 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11131
11132         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11133         into alists as symbol not string, since that's what
11134         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11135         look for.
11136
11137 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11140         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11141
11142         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11143
11144 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11147         (gnus-xmas-mime-security-button-menu): New function.
11148
11149         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11150         (gnus-mime-security-button-menu): New definition.
11151         (gnus-mime-security-button-map): Use them.
11152         (gnus-mime-security-button-menu): New function.
11153         (gnus-insert-mime-security-button): Addition to help echo.
11154         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11155         (gnus-mime-security-pipe-part): New functions.
11156
11157         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11158         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11159
11160         * mm-decode.el (mm-handle-set-disposition): Remove.
11161         (mm-handle-set-description): Remove.
11162
11163 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11166         (mm-w3m-standalone-supports-m17n-p): New function.
11167         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11168         w3m usage.
11169
11170         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11171         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11172
11173 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * message.el (message-tool-bar-zap-list): Use
11176         gmm-tool-bar-zap-list as custom type.
11177         (message-tool-bar-update): New function.
11178         (message-tool-bar, message-tool-bar-gnome)
11179         (message-tool-bar-retro): Add message-tool-bar-update.
11180         (message-tool-bar-gnome): Add flyspell-buffer.
11181
11182         * gnus-util.el (gnus-error): Describe `args'.
11183
11184         * gmm-utils.el (gmm-error): Describe `args'.
11185         (gmm-tool-bar-zap-list): New widget.
11186         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11187
11188 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11191         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11192         the number of recursive calls.
11193
11194         * mm-decode.el (mm-handle-set-disposition): New macro.
11195         (mm-handle-set-description): New macro.
11196
11197 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11200         encoding.
11201
11202 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * message.el (message-tool-bar-zap-list, message-tool-bar)
11205         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11206         (message-tool-bar-local-item-from-menu): Remove.
11207         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11208         (message-make-tool-bar): New function.
11209         (message-mode): Use `message-make-tool-bar'.
11210
11211         * gmm-utils.el: New file.
11212         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11213         (gmm-lazy): New widget copied from `nnmail.el'.
11214         (gmm-tool-bar-from-list): New function for creating customizable
11215         tool bars.
11216         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11217         output.
11218         (gmm): Add :prefix to defgroup.
11219
11220 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11221
11222         * gmm-utils.el (gmm-widget-p): New function.
11223
11224 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * mml.el (mml-attach-file): Describe `description' in doc string.
11227         (mml-menu): Add Emacs MIME manual and PGG manual.
11228
11229 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11230
11231         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11232
11233 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11234
11235         * nntp.el (nntp-end-of-line): Doc fix.
11236
11237 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11238
11239         * imap.el (imap-open): Handle case where buffer is a buffer
11240         object.
11241
11242 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11243
11244         * gnus-delay.el (gnus-delay): Don't autoload.
11245         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11246         to be re-loaded when customizing the `gnus-delay' group.
11247
11248 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11249
11250         * message.el (message-insert-citation-line): Use newlines.
11251
11252 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11253
11254         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11255         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11256         these routines, so the passphrase can be managed externally and
11257         passed in to the system.
11258         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11259         pgg-add-passphrase-to-cache function.
11260
11261         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11262         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11263         these routines, so the passphrase can be managed externally and
11264         passed in to the system.
11265         (pgg-pgp5-sign-region): Use new name of
11266         pgg-add-passphrase-to-cache function.
11267
11268 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11269
11270         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11271         part of the decoded armor to find the key-identifier.
11272         (pgg-gpg-lookup-key-owner): New function to return the
11273         human-readable identifier of a key owner.
11274         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11275         itself.
11276         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11277         the key value) if we have a key and can match it against a secret
11278         key.  Also, added a note pointing out fact that the prompt only
11279         indicates the first matching key.
11280
11281         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11282         pgg-decrypt-region.
11283         (pgg-add-passphrase-to-cache): Rename from
11284         `pgg-add-passphrase-cache' to reduce confusion (all callers
11285         changed).
11286         (pgg-remove-passphrase-from-cache): Rename from
11287         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11288         changed).
11289         (pgg-read-passphrase, pgg-add-passphrase-cache)
11290         (pgg-remove-passphrase-cache): Add informative docstrings.
11291         (pgg-decrypt): Convey provided passphrase in subordinate call to
11292         pgg-decrypt-region.
11293
11294 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11295
11296         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11297         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11298         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11299         'passphrase' argument, so the passphrase can be managed externally
11300         and then passed in to the system.
11301
11302         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11303         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11304         so the passphrase cache can be used reliably with identifiers
11305         besides a pgp packet's key id.
11306
11307         * pgg-gpg.el (pgg-gpg-encrypt-region)
11308         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11309         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11310         these routines, so the passphrase can be managed externally and
11311         passed in to the system.
11312
11313         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11314         'notruncate' argument, so the passphrase cache can be used
11315         reliably with identifiers besides a pgp packet's key id.
11316
11317 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11318
11319         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11320         symmetric encryption.
11321         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11322         encrypted session key.
11323         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11324         message ask for the passphrase in a proper way.
11325
11326         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11327         New user commands for symmetric encryption.
11328
11329 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11332
11333         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11334
11335 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11336
11337         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11338
11339 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * mm-decode.el (mm-inlined-types): Add application/pgp.
11342         (mm-automatic-display): Ditto.
11343
11344         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11345         part as text.
11346
11347 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * nnrss.el: Update copyright.
11350         (nnrss-opml-import): Query whether to subscribe to each entry.
11351
11352         * gnus-art.el:
11353         * gnus-sum.el:
11354         * gnus-xmas.el:
11355         * messagexmas.el:
11356         * mm-uu.el:
11357         * mm-view.el: Update copyright.
11358
11359 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * message.el (message-info): New function.
11362         (message-mode-menu): Add it.
11363         Update copyright.
11364
11365         * ChangeLog: Fix and update copyright.
11366
11367 2006-01-13  Romain Francoise  <romain@orebokech.com>
11368
11369         * message.el (message-forward-subject-name-subject): Prefer the
11370         address to 'nowhere' if the sender has no name.
11371         Fix typo.  Update copyright year.
11372
11373 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-art.el (article-wash-html): Use
11376         gnus-summary-show-article-charset-alist if a numeric arg is given.
11377         (gnus-article-wash-html-with-w3m-standalone): New function.
11378
11379         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11380         mm-inline-text-html-render-with-w3m-standalone.
11381         (mm-text-html-washer-alist): Map w3m-standalone to
11382         gnus-article-wash-html-with-w3m-standalone.
11383         (mm-inline-text-html-render-with-w3m-standalone): New function.
11384
11385 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11388         Improve LaTeX.
11389
11390 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11393         (nnrss-request-article): Render text/plain parts as HTML.
11394
11395         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11396         the buffer.
11397
11398 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11401         custom definition of `gnus-posting-styles'.
11402
11403         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11404         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11405
11406 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11409         Use nntp for bug archive.
11410
11411 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11414         parts.
11415         (nnrss-normalize-date): New function converts ISO 8601 date into
11416         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11417         (nnrss-check-group): Use it.
11418
11419 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11422
11423         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11424         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11425         (nnrss-insert-w3): Ditto.
11426
11427 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11430         the articles to be forwarded including the case where neither a
11431         number of articles nor a region is specified.
11432
11433 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * nnrss.el (nnrss-request-article): Fix last change; fill
11436         text/plain parts.
11437
11438 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11441         in text/plain part.
11442         (nnrss-check-group): Don't add excessive newline to dc:subject.
11443
11444 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11445
11446         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11447         article.
11448
11449 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11452         (nnml-use-compressed-files, nnml-save-mail): Support other
11453         comression programs such as bzip2.
11454
11455 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11456
11457         * dns.el (query-dns): Make sure we check the buffer size before
11458         removing tcp headers.
11459
11460 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11463         remove MIME buttons associated with multipart/alternative parts.
11464         (gnus-mime-display-alternative): Tag buttons using `article-type'
11465         text property.
11466
11467         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11468         associated with multipart/alternative parts.
11469
11470         * gnus-art.el (gnus-signature-separator): Fix custom type.
11471
11472         * mm-decode.el (mm-inlined-types): Fix custom type.
11473         (mm-keep-viewer-alive-types): Ditto.
11474         (mm-automatic-display): Ditto.
11475         (mm-attachment-override-types): Ditto.
11476         (mm-inline-override-types): Ditto.
11477         (mm-automatic-external-display): Ditto.
11478
11479 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * spam-report.el (spam-report-user-mail-address)
11482         (spam-report-user-agent): New variables.
11483         (spam-report-url-ping-plain): Use spam-report-user-agent.
11484
11485 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11486
11487         * gnus-art.el (gnus-button-handle-custom): Do not just use
11488         `customize-apropos' for any "M-x customize-*" button but the
11489         function called for.  Accept both the function name and its
11490         argument in order to achieve this.
11491         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11492         function name to `gnus-button-handle-custom' in case of "M-x
11493         customize-*" buttons.
11494
11495 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11498         multipart/alternative and add xref to mm-discouraged-alternatives
11499         in doc string.
11500
11501         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11502         gnus-buttonized-mime-types in doc string.
11503
11504 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11507         Suggest image/.* in the doc string.
11508
11509 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11512         message-marks (Debian bug #342521).
11513
11514 2005-12-12  Simon Josefsson  <jas@extundo.com>
11515
11516         * password.el (password-read-from-cache): Add.
11517         (password-read): Use it.
11518
11519 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11522         us-ascii as a MIME charset.
11523
11524         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11525         against the case where the 2nd arg TYPE is nil.
11526
11527 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11528
11529         * pop3.el (pop3-stream-type): Fix custom version.
11530
11531         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11532
11533 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11534
11535         * mm-decode.el (mm-display-external): Add missing cdr.
11536
11537 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11540         RFC1524) if it is in mailcap or add a suffix according to
11541         mailcap-mime-extensions when generating a temp filename; postpone
11542         deleting a temp file for 2 seconds for some wrappers, shell
11543         scripts, and so on, which might exit right after having started a
11544         viewer command as a background job.
11545
11546 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * nntp.el (nntp-marks-directory): Fix custom group.
11549
11550         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11551         steps when < 10.
11552
11553         * gnus-start.el (gnus-no-server-1): Mention
11554         `gnus-level-default-subscribed' in doc string.
11555
11556 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11557
11558         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11559         parens.
11560
11561 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * gnus-xmas.el (gnus-use-toolbar): Revert.
11564         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11565         gnus-use-toolbar is default.
11566
11567         * messagexmas.el (message-use-toolbar): Revert.
11568         (message-setup-toolbar): Use global default-toolbar if
11569         message-use-toolbar is default.
11570
11571 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11574         according to default-toolbar-visible-p.
11575
11576         * messagexmas.el (message-use-toolbar): Ditto.
11577
11578 2005-11-26  Dave Love  <fx@gnu.org>
11579
11580         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11581         (tls-program, tls-success): Provide openssl alternative.
11582
11583         * starttls.el: Doc fixes.
11584         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11585         SERVICE to PORT.
11586
11587         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11588         port null or service name.
11589         (starttls-negotiate): Autoload.
11590
11591 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * message.el (message-kill-to-signature): Fix interactive spec.
11594
11595 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * pop3.el (pop3-open-server): Recognize a string as a service name.
11598
11599 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11600
11601         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11602
11603 2005-11-23  Dave Love  <fx@gnu.org>
11604
11605         Add pop3s, pop3/starttls.
11606
11607         * pop3.el (pop3-authentication-scheme): Clarify doc.
11608         (open-tls-stream, starttls-open-stream): Autoload.
11609         (pop3-stream-type): New.
11610         (pop3-open-server): Use it.
11611
11612         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11613         for POP.
11614         (mail-source-keyword-map): Add :stream for POP.
11615         (mail-source-fetch-pop): Use pop3-stream-type.
11616
11617 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11620         of current-time-string.
11621
11622 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11623
11624         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11625         date header.
11626
11627 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11628
11629         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11630         it can seriously impact performance as it bypasses the agent's
11631         local caches.
11632
11633 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11634
11635         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11636         must be explicitly online rather than "not explicitly offline" for
11637         its flags to be synchronized.
11638
11639         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11640         that gnus-uu-unmark-thread will function correctly.
11641
11642         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11643         1024K is instead displayed as 1M.
11644
11645 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11646
11647         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11648
11649 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11650
11651         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11652
11653 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11654
11655         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11656         error message to display actual error condition.
11657         (gnus-agent-save-local): Avoid saving symbols that are bound to
11658         nil as they simply result in a warning message in
11659         gnus-agent-read-local.
11660
11661 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11664         rather than make-variable-buffer-local for file-precious-flag.
11665
11666 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11667
11668         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11669         for duplicates which are removed.  The invalid sort check then
11670         triggers a rescan after the sort as sorting may have moved
11671         duplicate entries such that they can be cheaply detected.
11672
11673 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11676
11677 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11678
11679         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11680         internal variable to a custom variable.  Changed default value
11681         from compressed(2) to uncompressed(1).
11682         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11683         support for uncompressed agentview files.  Taken together, reading
11684         the agentview file should now be 6-7 times faster.
11685
11686 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11687
11688         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11689         as a buffer-local variable.  This avoids creating truncated
11690         dribble files as a result of a hang up, eg.
11691
11692 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11693
11694         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11695         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11696         XEmacs.
11697
11698 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11699
11700         * gnus-start.el (gnus-start-draft-setup): Enforce
11701         `gnus-draft-mode' for nndraft:drafts at startup.
11702
11703         * gnus.el (gnus-splash): Change custom group.
11704         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11705         allow-list argument.
11706
11707         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11708         string.
11709
11710 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * gnus-art.el (gnus-default-article-saver): Add user-defined
11713         `function' to custom type.
11714
11715 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11716
11717         * imap.el (imap-open): Handle case where buffer is a buffer
11718         object.
11719
11720 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11721
11722         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11723         long lines.
11724         (gnus-cache-delete-group): Wrap doc strings.
11725
11726         * gnus-agent.el (gnus-agent-rename-group)
11727         (gnus-agent-delete-group): Wrap doc strings.
11728
11729 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * messagexmas.el (message-use-toolbar): Change the valid values
11732         into default, top, bottom, left, and right.
11733         (message-toolbar-thickness): New variable.
11734         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11735         well.
11736         (message-setup-toolbar): Make it work.
11737
11738         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11739         (gnus-use-toolbar): Change the valid values into default, top,
11740         bottom, left, and right.
11741         (gnus-toolbar-thickness): New variable.
11742         (gnus-xmas-setup-toolbar): New function.
11743         (gnus-xmas-setup-group-toolbar): Use it.
11744         (gnus-xmas-setup-summary-toolbar): Use it.
11745
11746 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747
11748         * gnus-start.el (gnus-1): Add "native" to
11749         gnus-predefined-server-alist.
11750
11751         * gnus.el (gnus-method-to-server): Don't add "native" to the
11752         lists here, because that leads to problems when
11753         gnus-select-method is bound.
11754
11755 2005-11-09  Simon Josefsson  <jas@extundo.com>
11756
11757         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11758         use (not sort-by-date) instead.
11759
11760 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11761
11762         * gnus-delay.el (gnus-delay-group): Don't autoload.
11763         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11764         to be re-loaded when customizing the `gnus-delay' group.
11765
11766 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11767
11768         * message.el: Revert last changes.
11769         (message-insert-citation-line): Use newlines.
11770
11771 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11772
11773         * message.el (message-courtesy-message)
11774         (message-mark-insert-begin, message-mark-insert-end)
11775         (message-elide-ellipsis, message-cancel-message)
11776         (message-add-header, message-change-subject)
11777         (message-cross-post-followup-to-header)
11778         (message-cross-post-insert-note, message-reduce-to-to-cc)
11779         (message-widen-reply, message-delete-not-region)
11780         (message-kill-to-signature, message-insert-signature)
11781         (message-insert-importance-high, message-insert-importance-low)
11782         (message-insert-or-toggle-importance)
11783         (message-insert-disposition-notification-to)
11784         (message-indent-citation, message-yank-original)
11785         (message-cite-original-without-signature, message-cite-original)
11786         (message-insert-citation-line, message-position-on-field)
11787         (message-fix-before-sending, message-send-mail-partially)
11788         (message-send-mail, message-send-mail-with-sendmail)
11789         (message-send-mail-with-qmail, message-send-news)
11790         (message-check-news-header-syntax, message-generate-headers)
11791         (message-insert-courtesy-copy, message-fill-address)
11792         (message-fill-header, message-shorten-references)
11793         (message-setup-1, message-cancel-news)
11794         (message-forward-make-body-plain, message-forward-make-body-mime)
11795         (message-forward-make-body-mml, message-encode-message-body)
11796         (message-forward-make-body-digest-plain)
11797         (message-forward-make-body-digest-mime)
11798         (message-use-alternative-email-as-from): Insert `hard-newline'
11799         instead of ordinary newlines.
11800
11801 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * message.el (message-generate-headers): Downcase the argument
11804         given to message-check-element.
11805
11806 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11807
11808         * nntp.el (nntp-authinfo-rejected): New error condition.
11809         (nntp-wait-for): Use new error condition to signal authentication
11810         error.
11811         (nntp-retrieve-data): Rethrow new error condition to break out of
11812         recursive call to nntp-send-authinfo.
11813
11814 2005-11-08  Romain Francoise  <romain@orebokech.com>
11815
11816         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11817         (gnus-summary-exit-map): Bind to `Z p'.
11818         (gnus-summary-make-menu-bar): Add menu item.
11819
11820 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11823         (gnus-treat-*): Add `first' in all doc strings.
11824
11825         * gnus-group.el (gnus-group-compact-group): Fix typo.
11826
11827 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * gnus.el (gnus-parameters-case-fold-search): New variable.
11830         (gnus-parameters-get-parameter): Use it.
11831
11832         * gnus-score.el (gnus-home-score-file): Doc fix.
11833
11834 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11835
11836         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11837
11838 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * mm-util.el (mm-special-display-p): New function.
11841
11842         * mml.el (mml-preview): Use it; doc fix.
11843
11844 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11845
11846         * imap.el (imap-open): Handle case where buffer is a buffer object.
11847
11848 2005-10-29  Romain Francoise  <romain@orebokech.com>
11849
11850         * message.el (message-fix-before-sending): Fix comment.
11851
11852 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11853
11854         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11855
11856 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11857
11858         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11859         Used in gnus-score.el.
11860
11861 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11864
11865 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11868         whitespace removed in revision 7.8.  Use concatenated string to
11869         protect trailing whitespace.
11870
11871 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11872
11873         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11874         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11875         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11876         Courier IMAP ("some version from 2004").  Mostly based on similar
11877         code in the same function.
11878
11879 2005-10-26  Didier Verna  <didier@xemacs.org>
11880
11881         * gnus-group.el (gnus-group-compact-group): Invalidate original
11882         article buffer.
11883         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11884         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11885         NOV database and in article itself.
11886         Invalidate article backlog.
11887
11888 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11891
11892 2005-10-26  Simon Josefsson  <jas@extundo.com>
11893
11894         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11895         part of 2004-07-25 change.
11896
11897 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * message.el (message-display-completion-list): New function.
11900         (message-expand-group): Use it; make sure the Completions buffer
11901         is modifiable.
11902 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11903
11904         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11905         user-mail-name is an empty string.
11906
11907 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11910         depending on gnus-score-decay-constant.
11911
11912         * encrypt.el (encrypt-insert-file-contents)
11913         (encrypt-write-file-contents): Don't use `gnus-message'.
11914
11915         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11916         arguments.
11917         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11918         arguments to mm-uu-verbatim-marks-extract.
11919         (mm-uu-hide-markers): New variable.
11920         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11921
11922         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11923         (gnus-convert-image-to-face-command): Use "convert" by default to
11924         allow other input image formats.
11925         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11926         accordingly.
11927
11928 2005-10-23  Simon Josefsson  <jas@extundo.com>
11929
11930         * imap.el (imap-gssapi-program): Align command line parameters
11931         with latest GNU SASL.
11932         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11933
11934 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11935
11936         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11937         HTML.
11938         (nnslashdot-request-article): Ditto.
11939
11940         * lpath.el (featurep): Add nobreak-char-display.
11941
11942 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11943
11944         * mail-source.el (mail-source-fetch-pop): Require pop3.
11945         (mail-source-check-pop): Ditto.
11946
11947 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11950         errors.
11951
11952 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11953
11954         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11955         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11956
11957         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11958
11959         * mm-bodies.el (mm-decode-string): Call
11960         `mm-charset-to-coding-system' with allow-override argument.
11961
11962 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11965         (rfc2047-charset-to-coding-system): New function.
11966         (rfc2047-decode-encoded-words): New function.
11967         (rfc2047-decode-region): Use them.
11968         (rfc2047-decode-cte): Remove.
11969         (rfc2047-parse-and-decode): Remove.
11970         (rfc2047-decode): Remove.
11971
11972 2005-10-15  Kenichi Handa  <handa@m17n.org>
11973
11974         * rfc2047.el (rfc2047-decode-cte): New function.
11975         (rfc2047-decode-region): Change the way to decode successive
11976         encoded-words: decode B- or Q-encoding in each encoded-word,
11977         concatenate them, and decode it as charset.
11978
11979 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * lpath.el: Fbind codepage-setup for XEmacs.
11982
11983 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11984
11985         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11986         widget-move-and-invoke.
11987         (gnus-custom-mode): Use gnus-custom-map.
11988
11989 2005-10-15  Bill Wohler  <wohler@newt.com>
11990
11991         * message.el (message-tool-bar-map): Renamed image file from
11992         mail_send to mail/send.
11993
11994 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11995
11996         * message.el (message-expand-group): Pass the common
11997         prefix substring of completion to `display-completion-list'.
11998
11999 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * mml-sec.el (mml-secure-method): New internal variable.
12002         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12003         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12004         functions using mml-secure-method.
12005
12006         * mml.el (mml-mode-map): Add key bindings for those functions.
12007         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12008         Harder <harder@myrealbox.com>.
12009         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12010         end of message if point is the headers of the message.
12011
12012         * message.el (message-in-body-p): New function.
12013
12014         * assistant.el: Autoload gnus-util and netrc.
12015
12016         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12017         Use `mm-charset-override-alist' only when decoding.
12018
12019         * mm-bodies.el (mm-decode-body): Call
12020         `mm-charset-to-coding-system' with allow-override argument.
12021
12022         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12023         `filename' from Content-Disposition if Content-Type doesn't
12024         provide `name'.
12025         (gnus-mime-view-part-as-type): Set default instead of
12026         initial-input.
12027
12028 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12029
12030         * format-spec.el (format-spec): Propagate text properties of % spec.
12031
12032 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * gnus-art.el (gnus-treat-predicate): Add `first'.
12035
12036 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12039         (mm-charset-override-alist): New variable.
12040         (mm-charset-to-coding-system): Use it.
12041         (mm-codepage-setup): New helper function.
12042         (mm-charset-eval-alist): New variable.
12043         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12044         about unknown charsets.
12045
12046         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12047
12048 2005-10-04  David Hansen  <david.hansen@gmx.net>
12049
12050         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12051         (nnrss-check-group): Ditto.
12052
12053 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12056         Rename x-gnus-verbatim to x-verbatim.
12057         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12058
12059         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12060         x-verbatim.
12061
12062         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12063
12064         * gnus-util.el (gnus-remove-duplicates): Remove.
12065
12066         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12067         instead of gnus-remove-duplicates.
12068
12069         * message.el (message-remove-duplicates): Remove.
12070         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12071         message-remove-duplicates.
12072
12073         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12074         available, else use implementation from `delete-dups'.
12075
12076         * message.el (message-insert-expires): New function.
12077         (message-mode-map): Add key binding.
12078         (message-mode-field-menu): Add menu entry.
12079         (message-mode): Document it.
12080         (message-make-expires-date): Use `message-make-date'.
12081
12082 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12083
12084         * message.el (message-make-expires-date): New function.
12085
12086 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * Makefile.in (list-installed-shadows): New entry.
12089         (install): Use it.
12090         (remove-installed-shadows): New entry.
12091
12092         * dgnushack.el (dgnushack-default-load-path): New variable.
12093         (dgnushack-find-lisp-shadows): New function.
12094         (dgnushack-remove-lisp-shadows): New function.
12095
12096 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * Makefile.in (install-el-elc): New entry.
12099         (install): Use it so that .el files are necessarily installed.
12100
12101 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12104
12105 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12106
12107         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12108         function rather than the diff-mode.el package.
12109         (mm-display-external): Use with-current-buffer.
12110         (mm-viewer-completion-map, mm-viewer-completion-map):
12111         Move initialization inside declaration.
12112
12113 2005-09-29  Simon Josefsson  <jas@extundo.com>
12114
12115         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12116         autoload mail-check-payment.
12117         (spam-check-hashcash): Define unconditionally, since hashcash.el
12118         is part of Gnus now.  Ignore errors from payment checking.
12119
12120 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12121
12122         * message.el (message-bold-region, message-unbold-region): Rename
12123         from `bold-region' and `unbold-region'.
12124
12125         * message.el: Remove useless autoloads.
12126
12127 2005-09-28  Simon Josefsson  <jas@extundo.com>
12128
12129         * message.el (message-use-idna): Default to t.
12130         (message-use-idna): Test whether encoding works too.  Doc fix.
12131
12132 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * nntp.el (nntp-warn-about-losing-connection): Remove.
12135
12136 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12137
12138         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12139         customizable.  Change default value.
12140         (mm-uu-diff-groups-regexp): Change default value.
12141         (mm-uu-type-alist): Add doc string.
12142         (mm-uu-configure): Add doc string.  Make it interactive.
12143         (mm-uu-tex-groups-regexp): New variable.
12144         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12145         (mm-uu-type-alist): Add LaTeX documents.
12146         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12147         of "text/verbatim".
12148         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12149
12150         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12151         instead of "text/verbatim".
12152
12153         * message.el (message-mark-inserted-region)
12154         (message-mark-insert-file): Use slrn style marks when called with
12155         prefix argument.
12156
12157 2005-09-27  Simon Josefsson  <jas@extundo.com>
12158
12159         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12160
12161 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12162
12163         * message.el (message-remove-duplicates): New function.
12164         Implementation borrowed from `gnus-remove-duplicates'.
12165         (message-idna-to-ascii-rhs): Also encode idna addresses in
12166         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12167         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12168         only ask about the same idna domain once per header and also tell
12169         in what header to replace the idna domain.
12170
12171         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12172         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12173         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12174         a header is decoded and not just the last one.
12175
12176 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12179         has been decoded.
12180
12181         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12182         (mm-insert-part): Don't modify text if it has been decoded.
12183
12184         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12185         decoded.
12186
12187         * mm-view.el (mm-inline-text): Don't strip text props unless
12188         decoding enriched or richtext parts.
12189
12190 2005-09-25  Romain Francoise  <romain@orebokech.com>
12191
12192         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12193         * gnus-start.el (gnus-subscribe-interactively):
12194         * gnus-uu.el (gnus-uu-grab-articles):
12195         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12196         space.
12197
12198 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12199
12200         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12201         * mm-view.el (mm-view-pkcs7-decrypt):
12202         * gnus-sum.el (gnus-summary-limit-to-extra)
12203         (gnus-summary-respool-article, gnus-read-move-group-name):
12204         * gnus-score.el (gnus-summary-increase-score):
12205         * gnus-util.el (gnus-completing-read-with-default):
12206         * gnus-art.el (gnus-read-save-file-name)
12207         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12208         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12209         * message.el (message-check-news-header-syntax):
12210         Follow convention for reading with the minibuffer.
12211
12212 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * spam-report.el (spam-report-url-ping-plain):
12215         Use gnus-extended-version as User-Agent.
12216
12217         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12218         default value is nil.
12219
12220         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12221         (mm-uu-verbatim-marks-extract): New function.
12222         (mm-uu-extract): New face.
12223         (mm-uu-copy-to-buffer): Use it.
12224
12225         * spam-report.el (spam-report-gmane-ham): Renamed from
12226         `spam-report-gmane-unspam'.
12227         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12228         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12229
12230         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12231         Autoload.
12232         (spam-report-gmane-unregister-routine): Renamed
12233         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12234
12235 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12236
12237         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12238         (spam-report-gmane-unregister-routine): Add support for gmane
12239         unregistration.
12240
12241         * spam-report.el (spam-report-gmane-unspam)
12242         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12243         (spam-report-gmane): Change to take a single article and do unspam
12244         registration.
12245
12246 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * mm-url.el (mm-url-decode-entities): Fix regexp.
12249
12250 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12251
12252         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12253         default to nil, to be able to use Gnus at all.  If the default
12254         switches to something else, then the function should be fixed not
12255         be exceedingly slow.
12256
12257 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12258
12259         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12260         fail hard.
12261
12262         * spam-report.el: Add better Keywords line.
12263
12264         * spam.el: Add Maintainer and better Keywords line.
12265
12266 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12267
12268         * gnus-art.el (gnus-article-replace-part)
12269         (gnus-mime-replace-part): New functions.
12270         (gnus-mime-action-alist, gnus-mime-button-commands)
12271         (gnus-mime-save-part-and-strip): Added file argument.
12272         (gnus-article-part-wrapper): Added interactive argument.
12273
12274         * gnus-sum.el (gnus-summary-mime-map): Add
12275         `gnus-article-replace-part'.
12276
12277 2005-09-19  Didier Verna  <didier@xemacs.org>
12278
12279         The nnml compaction feature:
12280         * nnml.el (nnml-request-compact-group): New function.
12281         * nnml.el (nnml-request-compact): New function.
12282         * gnus-int.el (gnus-request-compact-group): New function.
12283         * gnus-int.el (gnus-request-compact): New function.
12284         * gnus-group.el (gnus-group-compact-group): New function.
12285         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12286         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12287         * gnus-srvr.el (gnus-server-compact-server): New function.
12288         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12289         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12290
12291 2005-09-18  Deepak Goel  <deego@gnufans.org>
12292
12293         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12294         format spec.
12295
12296 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12299
12300 2005-09-15  Romain Francoise  <romain@orebokech.com>
12301
12302         * message.el (message-fill-paragraph): Clarify docstring.
12303
12304 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * gnus-art.el (gnus-mime-display-part): Protect against broken
12307         MIME messages.
12308
12309 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12312         before parsing header.
12313
12314 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12315
12316         * html2text.el (html2text-replace-list): Add new entities.
12317
12318 2005-09-11  Romain Francoise  <romain@orebokech.com>
12319
12320         * message.el (message-alternative-emails): Improve docstring.
12321         (message-setup-1): Call `message-use-alternative-email-as-from'
12322         after `message-setup-hook' to give it precedence over posting
12323         styles, etc.
12324         (message-use-alternative-email-as-from): Add docstring.  Remove
12325         the original From header if present.
12326
12327         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12328         (nnml-save-mail): Use it.
12329
12330         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12331         articles.  Add new argument `silent'.
12332         (gnus-uu-mark-all): Report the total number of marked articles.
12333
12334 2005-09-10  Romain Francoise  <romain@orebokech.com>
12335
12336         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12337         (gnus-uu-mark-series): Likewise.
12338
12339 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * spam-report.el (spam-report-gmane): Fix generation of spam
12342         report URL.
12343
12344 2005-09-10  Simon Josefsson  <jas@extundo.com>
12345
12346         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12347         t, based on discussion on the ding list with Robert Epprecht
12348         <epprecht@solnet.ch>.
12349
12350 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * spam-report.el (spam-report-gmane): Make it work without
12353         X-Report-Spam header.  Gmane now only provides Archived-At.
12354         This is only used if `spam-report-gmane-use-article-number' is nil.
12355         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12356
12357         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12358         make `gnus-summary-sort-by-recipient' work with threading.
12359
12360         * nnweb.el (nnweb-google-wash-article): Print a message if article
12361         is not available.
12362
12363 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12364
12365         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12366         change.  Decode text/* parts content before displaying.
12367
12368 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12371
12372 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12375
12376         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12377         url-package-name, url-package-version,
12378         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12379         w3m-display-inline-images, and w3m-minor-mode-map.
12380
12381 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * message.el (message-tab-body-function): Fix mismatched custom type.
12384
12385         * gnus.el (gnus-group-change-level-function): Ditto.
12386
12387         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12388
12389         * gnus-art.el (gnus-signature-limit)
12390         (gnus-article-mime-part-function): Ditto.
12391
12392 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * mml.el (mml-mode): Silence the byte compiler.
12395
12396         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12397         using `(sit-for 0)' before moving the point to the specified part;
12398         skip unbuttonized parts.
12399         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12400         return to the summary window if gnus-auto-select-part is non-nil.
12401
12402 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12403
12404         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12405         variables.
12406         (mml-dnd-attach-file, mml-mode): Use them.
12407
12408         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12409         Make fetching article by MID work again for Google Groups.  Added
12410         FIXME concerning gnus-group-make-web-group.
12411
12412         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12413         Don't depend on Gnus by using mail-extract-address-components if
12414         gnus-extract-address-components is not bound.
12415
12416 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12417
12418         * gnus-art.el (gnus-mime-display-security): Don't display the
12419         signature, but only the signed part.
12420
12421 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12424
12425         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12426         list, not listp.
12427
12428 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12429
12430         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12431         when encoding.
12432
12433         * mm-bodies.el (mm-decode-content-transfer-encoding):
12434         De-canonicalize CRLF for all text content types, not just
12435         text/plain.
12436
12437 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12440         valid article; point arrow and cursor at the MIME button.
12441
12442 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12445         Suggested by Dan Christensen <jdc@uwo.ca>.
12446
12447         * mm-decode.el (mm-save-part): Enable change of prompt.
12448
12449 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12450
12451         * gnus-msg.el (gnus-inews-add-send-actions): Made
12452         `message-post-method' lambda parameter ARG `&optional'.
12453
12454 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * gnus-sum.el (gnus-summary-mime-map): Added
12457         gnus-article-save-part-and-strip, gnus-article-delete-part and
12458         gnus-article-jump-to-part.
12459
12460         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12461         (gnus-article-edit-part): Use it.
12462         (gnus-article-part-wrapper): Added no-handle argument.
12463         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12464         functions.
12465
12466 2005-08-29  Romain Francoise  <romain@orebokech.com>
12467
12468         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12469         docstring.
12470         (gnus-face-from-file): Likewise.
12471
12472 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12473
12474         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12475         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12476         non-nil.
12477         (gnus-auto-select-part): New variable.
12478         (gnus-article-jump-to-part): New function.
12479         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12480         (gnus-mime-delete-part): Allow selecting specified part after
12481         deleting or stripping parts.
12482         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12483         part if argument is bogus.
12484
12485 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12486
12487         * gnus-art.el (w3m-minor-mode-map):
12488         * gnus-spec.el (gnus-newsrc-file-version):
12489         * gnus-util.el (nnmail-active-file-coding-system)
12490         (gnus-original-article-buffer, gnus-user-agent):
12491         * gnus.el (gnus-ham-process-destinations)
12492         (gnus-parameter-ham-marks-alist)
12493         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12494         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12495         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12496         * mm-decode.el (gnus-current-window-configuration):
12497         * mm-extern.el (gnus-article-mime-handles):
12498         * mm-url.el (url-current-object, url-package-name)
12499         (url-package-version):
12500         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12501         (smime-keys, w3m-cid-retrieve-function-alist)
12502         (w3m-current-buffer, w3m-display-inline-images)
12503         (w3m-minor-mode-map):
12504         * mml-smime.el (gnus-extract-address-components):
12505         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12506         (gnus-newsrc-hashtb, message-default-charset)
12507         (message-deletable-headers, message-options)
12508         (message-posting-charset, message-required-mail-headers)
12509         (message-required-news-headers):
12510         * mml1991.el (mc-pgp-always-sign):
12511         * mml2015.el (mc-pgp-always-sign):
12512         * nnheader.el (nnmail-extra-headers):
12513         * rfc1843.el (gnus-decode-encoded-word-function)
12514         (gnus-decode-header-function, gnus-newsgroup-name):
12515         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12516
12517 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12518
12519         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12520         the end of the date treatments.
12521
12522 2005-08-15  Simon Josefsson  <jas@extundo.com>
12523
12524         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12525         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12526         Capello and Romain Francoise.
12527         (pgg-fetch-key-function): Removed, not used?
12528         (pgg-insert-url-with-w3): Require url, to get
12529         url-insert-file-contents regardless of where it is defined.
12530
12531 2005-08-13  Romain Francoise  <romain@orebokech.com>
12532
12533         * message.el (message-cite-original-1): New function.
12534         (message-cite-original): Use it.
12535         (message-cite-original-without-signature): Ditto.
12536
12537 2005-08-08  Romain Francoise  <romain@orebokech.com>
12538
12539         * message.el (message-yank-empty-prefix): New variable.
12540         (message-indent-citation): Use it.
12541         (message-cite-original-without-signature): Respect X-No-Archive.
12542
12543 2005-08-08  Simon Josefsson  <jas@extundo.com>
12544
12545         * pgg.el: Autoload url-insert-file-contents instead of loading
12546         w3/url.
12547         (pgg-insert-url-with-w3): Don't load url here.
12548
12549 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12550
12551         * message.el (message-kill-to-signature): Don't insert newline at
12552         bol.
12553         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12554
12555 2005-08-06  Romain Francoise  <romain@orebokech.com>
12556
12557         * message.el (message-user-fqdn): Fix typo in docstring.
12558
12559 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12560
12561         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12562
12563         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12564
12565 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * mm-bodies.el (mm-encode-body): Use coding system rather than
12568         charset to encode text.
12569
12570         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12571         number of charsets if utf-8 is available (XEmacs).
12572
12573 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12574
12575         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12576         taken from `gnus-button-mid-or-mail-regexp'.
12577         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12578         (gnus-button-alist): Improve regexp for domain part of the MIDs
12579         for news:localpart@domain buttons.
12580         (gnus-button-ctan-directory-regexp): Update.
12581
12582 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * sieve-manage.el (sieve-manage-interactive-login): Use
12585         make-local-variable rather than make-variable-buffer-local.
12586         (sieve-manage-open): Ditto.
12587         (sieve-manage-authenticate): Ditto.
12588
12589         * mml.el (mml-generate-mime-1): Make the content type default to
12590         text/plain if the filename is not specified.
12591
12592 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12595         instead of insert-buffer.
12596
12597         * message.el (message-yank-original): Ditto; set the mark at the
12598         end of the yanked message.
12599
12600 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12603         lines to scroll rather than to stop it.
12604
12605         * mml.el (mml-generate-default-type): Add doc string.
12606         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12607         default to application/octet-stream when determining the content
12608         type if it is not specified for the part or the mml contents; add
12609         a comment about mml-generate-default-type.
12610
12611 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12612
12613         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12614         make it default to application/octet-stream when determining the
12615         content type if it is not specified for the external contents.
12616
12617 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12620         segmented parameter but also other parameters might be there.
12621
12622 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * mm-decode.el (mm-display-external): Delete temp file, directory
12625         and buffer immediately if the external process is exited.
12626
12627 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12630         fewer lines than that of scroll-margin.
12631         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12632
12633 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-art.el (gnus-article-next-page): Revert.
12636         (gnus-article-beginning-of-window): New macro.
12637         (gnus-article-next-page-1): Use it.
12638         (gnus-article-prev-page): Ditto.
12639         (gnus-article-edit-part): Use insert-buffer-substring instead of
12640         insert-buffer.
12641         (gnus-article-edit-exit): Ditto.
12642
12643         * gnus-util.el (gnus-beginning-of-window): Remove.
12644         (gnus-end-of-window): Remove.
12645
12646         * lpath.el: Don't bind header-line-format and scroll-margin.
12647
12648 2005-07-25  Simon Josefsson  <jas@extundo.com>
12649
12650         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12651         to have the url package without w3.  Reported by Daiki Ueno
12652         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12653
12654 2005-07-20  Didier Verna  <didier@xemacs.org>
12655
12656         * gnus-diary.el: Remove the description comment (nndiary is now
12657         properly documented in the Gnus manual).
12658         Fix the spelling of "Back End".
12659         * nndiary.el: Ditto.
12660         Fix the copyright notice.
12661
12662 2005-07-18  Romain Francoise  <romain@orebokech.com>
12663
12664         * gnus-sum.el (gnus-summary-to-prefix)
12665         (gnus-summary-newsgroup-prefix): New variables.
12666         (gnus-summary-from-or-to-or-newsgroups): Use them.
12667
12668 2005-07-17  Romain Francoise  <romain@orebokech.com>
12669
12670         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12671         space as it's generally not especially interesting to the user.
12672
12673 2005-07-16  Romain Francoise  <romain@orebokech.com>
12674
12675         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12676         nil to avoid prompting and file modification if one of the
12677         messages at the top of the nnfolder file contains a copyright
12678         notice.
12679         Update copyright notice.
12680
12681         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12682         instead of `current-time-string' as the latter creates a time
12683         string that is not RFC 2822 compliant (it lacks the zone).
12684         Update copyright notice.
12685
12686 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12687
12688         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12689         for text/rtf.  Display default in prompt.  Pass default for M-n.
12690
12691         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12692
12693 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12694
12695         * gnus-msg.el (gnus-button-mailto): Remove
12696         save-selected-window-window hackery because it relies on
12697         save-selected-window internals.
12698
12699 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12702         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12703         (gnus-article-prev-page): Ditto.
12704
12705         * gnus-util.el (gnus-beginning-of-window): New function.
12706         (gnus-end-of-window): New function.
12707
12708         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12709
12710 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12711
12712         * gnus-score.el (gnus-score-edit-all-score): Set
12713         gnus-score-edit-exit-function to gnus-score-edit-done and call
12714         gnus-message.
12715
12716 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12717
12718         * gnus-msg.el (gnus-button-mailto): Remove
12719         save-selected-window-window hackery because it relies on
12720         save-selected-window internals.
12721
12722 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12725         add-minor-mode.
12726         (gnus-binary-mode): Ditto.
12727
12728         * gnus-topic.el (gnus-topic-mode): Ditto.
12729
12730 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12731
12732         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12733         (gnus-article-prev-page): Take scroll-margin into consideration.
12734
12735 2005-07-04  Lute Kamstra  <lute@gnu.org>
12736
12737         Update FSF's address in GPL notices.
12738
12739 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12740
12741         * gnus.el (gnus-exit):
12742         * gnus-group.el (gnus-group-icons):
12743         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12744
12745         * gnus-nocem.el (gnus-nocem):
12746         * message.el (message-various, message-buffers, message-sending)
12747         (message-interface, message-forwarding, message-insertion)
12748         (message-headers, message-news, message-mail):
12749         * pgg-gpg.el (pgg-gpg):
12750         * pgg-parse.el (pgg-parse):
12751         * pgg-pgp.el (pgg-pgp):
12752         * pgg-pgp5.el (pgg-pgp5):
12753         * pop3.el (pop3): Finish `defgroup' description with period.
12754
12755 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * gnus-art.el (article-display-face): Improve the efficiency.
12758         (article-display-x-face): Ditto; remove grey x-face stuff.
12759
12760 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (article-display-face): Correct the position in
12763         which Faces are inserted.
12764
12765 2005-06-29  Didier Verna  <didier@xemacs.org>
12766
12767         * gnus-art.el (article-display-face): Display faces in correct
12768         order.
12769
12770 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12773         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12774         (gnus-nocem-check-article): Fetch the Type header.
12775         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12776         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12777         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12778         make sure gnus-nocem-hashtb is initialized.
12779         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12780         (gnus-nocem-unwanted-article-p): Ditto.
12781
12782         * pgg.el (pgg-verify): Return the verification result.
12783
12784 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12785
12786         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12787         is ascii.
12788
12789 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12790
12791         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12792         `show-nonbreak-escape'.
12793
12794 2005-06-23  Lute Kamstra  <lute@gnu.org>
12795
12796         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12797
12798         * dig.el (dig-mode):
12799         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12800
12801 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12802
12803         * nnimap.el (nnimap-split-download-body): Fix spellings.
12804
12805 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12806
12807         * gnus-art.el (gnus-article-encrypt-body):
12808         * gnus-cus.el (gnus-score-customize):
12809         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12810         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12811
12812 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12813
12814         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12815         header by looking for magic "MII" at the beginnig.
12816
12817 2005-06-16  Miles Bader  <miles@gnu.org>
12818
12819         * gnus-xmas.el (gnus-xmas-group-startup-message):
12820         Use renamed gnus-splash face.
12821
12822         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12823         (assistant-field-face): New backward-compatibility alias for renamed
12824         face.
12825         (assistant-render-text): Use renamed assistant-field face.
12826
12827         * spam.el (spam): Remove "-face" suffix from face name.
12828         (spam-face): New backward-compatibility alias for renamed face.
12829         (spam-face, spam-initialize): Use renamed spam face.
12830
12831         * message.el (message-header-to, message-header-cc)
12832         (message-header-subject, message-header-newsgroups)
12833         (message-header-other, message-header-name)
12834         (message-header-xheader, message-separator, message-cited-text)
12835         (message-mml): Remove "-face" suffix from face names.
12836         (message-header-to-face, message-header-cc-face)
12837         (message-header-subject-face, message-header-newsgroups-face)
12838         (message-header-other-face, message-header-name-face)
12839         (message-header-xheader-face, message-separator-face)
12840         (message-cited-text-face, message-mml-face):
12841         New backward-compatibility aliases for renamed faces.
12842         (message-font-lock-keywords): Use renamed message faces.
12843
12844         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12845         (sieve-test-commands, sieve-tagged-arguments):
12846         Remove "-face" suffix from face names.
12847         (sieve-control-commands-face, sieve-action-commands-face)
12848         (sieve-test-commands-face, sieve-tagged-arguments-face):
12849         New backward-compatibility aliases for renamed faces.
12850         (sieve-control-commands-face, sieve-action-commands-face)
12851         (sieve-test-commands-face, sieve-tagged-arguments-face):
12852         Use renamed sieve faces.
12853
12854         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12855         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12856         (gnus-group-news-3-empty, gnus-group-news-4)
12857         (gnus-group-news-4-empty, gnus-group-news-5)
12858         (gnus-group-news-5-empty, gnus-group-news-6)
12859         (gnus-group-news-6-empty, gnus-group-news-low)
12860         (gnus-group-news-low-empty, gnus-group-mail-1)
12861         (gnus-group-mail-1-empty, gnus-group-mail-2)
12862         (gnus-group-mail-2-empty, gnus-group-mail-3)
12863         (gnus-group-mail-3-empty, gnus-group-mail-low)
12864         (gnus-group-mail-low-empty, gnus-summary-selected)
12865         (gnus-summary-cancelled, gnus-summary-high-ticked)
12866         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12867         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12868         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12869         (gnus-summary-low-undownloaded)
12870         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12871         (gnus-summary-low-unread, gnus-summary-normal-unread)
12872         (gnus-summary-high-read, gnus-summary-low-read)
12873         (gnus-summary-normal-read, gnus-splash):
12874         Remove "-face" suffix from face names.
12875         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12876         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12877         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12878         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12879         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12880         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12881         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12882         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12883         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12884         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12885         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12886         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12887         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12888         (gnus-summary-normal-ticked-face)
12889         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12890         (gnus-summary-normal-ancient-face)
12891         (gnus-summary-high-undownloaded-face)
12892         (gnus-summary-low-undownloaded-face)
12893         (gnus-summary-normal-undownloaded-face)
12894         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12895         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12896         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12897         (gnus-splash-face):
12898         New backward-compatibility aliases for renamed faces.
12899         (gnus-group-startup-message): Use renamed gnus faces.
12900
12901         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12902         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12903         (gnus-server-agent): Remove "-face" suffix from face names.
12904         (gnus-server-agent-face, gnus-server-opened-face)
12905         (gnus-server-closed-face, gnus-server-denied-face)
12906         (gnus-server-offline-face):
12907         New backward-compatibility aliases for renamed faces.
12908         (gnus-server-agent-face, gnus-server-opened-face)
12909         (gnus-server-closed-face, gnus-server-denied-face)
12910         (gnus-server-offline-face): Use renamed gnus faces.
12911
12912         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12913         Remove "-face" suffix from face names.
12914         (gnus-picon-xbm-face, gnus-picon-face):
12915         New backward-compatibility aliases for renamed faces.
12916
12917         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12918         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12919         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12920         (gnus-cite-11): Remove "-face" suffix from face names.
12921         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12922         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12923         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12924         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12925         New backward-compatibility aliases for renamed faces.
12926         (gnus-cite-attribution-face, gnus-cite-face-list)
12927         (gnus-article-boring-faces): Use renamed gnus faces.
12928
12929         * gnus-art.el (gnus-signature, gnus-header-from)
12930         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12931         (gnus-header-content): Remove "-face" suffix from face names.
12932         (gnus-signature-face, gnus-header-from-face)
12933         (gnus-header-subject-face, gnus-header-newsgroups-face)
12934         (gnus-header-name-face, gnus-header-content-face):
12935         New backward-compatibility aliases for renamed faces.
12936         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12937
12938         * gnus-sum.el (gnus-summary-selected-face)
12939         (gnus-summary-highlight): Use renamed gnus faces.
12940         * gnus-group.el (gnus-group-highlight): Likewise.
12941
12942 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12943
12944         * gnus-sieve.el (gnus-sieve-article-add-rule):
12945         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12946         * spam-stat.el (spam-stat-buffer-change-to-spam)
12947         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12948
12949         * message.el (message-is-yours-p):
12950         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12951
12952 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * mm-view.el (mm-inline-text): Withdraw the last change.
12955
12956 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12959         executing enriched-decode.
12960
12961 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12964         charset of tar files.
12965
12966 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12967
12968         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12969
12970 2005-06-04  Lute Kamstra  <lute@gnu.org>
12971
12972         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12973         information is never recorded.
12974
12975 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12976
12977         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12978
12979 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * pop3.el (pop3-apop): Run md5 in the binary mode.
12982
12983         * starttls.el (starttls-set-process-query-on-exit-flag):
12984         Use eval-and-compile.
12985
12986 2005-05-31  Simon Josefsson  <jas@extundo.com>
12987
12988         * smime.el (smime-replace-in-string): Define.
12989         (smime-cert-by-ldap-1): Use it.
12990
12991 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * gnus-art.el (article-display-x-face): Replace
12994         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12995
12996         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12997         set-process-query-on-exit-flag or process-kill-without-query.
12998
12999         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13000         loop instead of replace-regexp.
13001
13002         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13003         instead of process-kill-without-query if it is available.
13004
13005         * lpath.el: Fbind ldap-search-entries.
13006
13007         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13008         instead of find-file-hooks if it is available.
13009
13010         * mml1991.el: Bind pgg-default-user-id when compiling.
13011
13012         * mml2015.el: Bind pgg-default-user-id when compiling.
13013
13014         * nndraft.el (nndraft-request-associate-buffer):
13015         Use write-contents-functions instead of write-contents-hooks if it is
13016         available.
13017
13018         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13019         instead of find-file-hooks if it is available.
13020
13021         * nntp.el (nntp-open-connection): Replace
13022         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13023         (nntp-open-ssl-stream): Ditto.
13024         (nntp-open-tls-stream): Ditto.
13025
13026         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13027         set-process-query-on-exit-flag or process-kill-without-query.
13028         (starttls-open-stream-gnutls): Use it instead of
13029         process-kill-without-query.
13030         (starttls-open-stream): Ditto.
13031
13032 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13033
13034         * smime.el (smime-cert-by-ldap-1): Don't use
13035         replace-regexp-in-string.
13036
13037 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13038
13039         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13040
13041         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13042         in PEM format.  Adjust to the XEmacs compability.
13043
13044 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13047         by `string-to-number'.
13048         * gnus-agent.el (gnus-agent-regenerate-group)
13049         (gnus-agent-fetch-articles): Ditto.
13050         * gnus-art.el (gnus-button-fetch-group): Ditto.
13051         * gnus-cache.el (gnus-cache-generate-active)
13052         (gnus-cache-articles-in-group): Ditto.
13053         * gnus-group.el (gnus-group-set-current-level)
13054         (gnus-group-insert-group-line): Ditto.
13055         * gnus-score.el (gnus-score-set-expunge-below)
13056         (gnus-score-set-mark-below, gnus-summary-score-effect)
13057         (gnus-summary-score-entry): Ditto.
13058         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13059         (gnus-soup-pack): Ditto.
13060         * gnus-spec.el (gnus-xmas-format): Ditto.
13061         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13062         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13063         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13064         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13065         * nndb.el (nndb-get-remote-expire-response): Ditto.
13066         * nndiary.el (nndiary-parse-schedule-value)
13067         (nndiary-string-to-number, nndiary-request-replace-article)
13068         (nndiary-request-article): Ditto.
13069         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13070         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13071         * nneething.el (nneething-make-head): Ditto.
13072         * nnfolder.el (nnfolder-request-article)
13073         (nnfolder-retrieve-headers): Ditto.
13074         * nnheader.el (nnheader-file-to-number): Ditto.
13075         * nnkiboze.el (nnkiboze-request-article): Ditto.
13076         * nnmail.el (nnmail-process-unix-mail-format)
13077         (nnmail-process-babyl-mail-format): Ditto.
13078         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13079         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13080         (nnmh-request-create-group, nnmh-request-list-1)
13081         (nnmh-request-group, nnmh-request-article): Ditto.
13082         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13083         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13084         * nnsoup.el (nnsoup-make-active): Ditto.
13085         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13086         * nntp.el (nntp-find-group-and-number)
13087         (nntp-retrieve-headers-with-xover): Ditto.
13088         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13089         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13090         (pgg-format-key-identifier): Ditto.
13091         * pop3.el (pop3-last, pop3-stat): Ditto.
13092         * qp.el (quoted-printable-decode-region): Ditto.
13093
13094         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13095         of concat.
13096
13097 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13100
13101         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13102
13103         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13104
13105         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13106
13107         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13108
13109         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13110
13111         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13112         (gnus-carpal-mode): Ditto.
13113
13114         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13115         (gnus-browse-mode): Ditto.
13116
13117         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13118
13119         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13120
13121 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13122
13123         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13124
13125 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * gnus-util.el (gnus-run-mode-hooks): New function.
13128
13129         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13130
13131         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13132         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13133
13134 2005-05-27  Lute Kamstra  <lute@gnu.org>
13135
13136         * dns-mode.el (dns-mode): Specify customization group.
13137
13138 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13139
13140         * gnus-agent.el (gnus-agent-make-mode-line-string):
13141         Use mode-line-highlight as mouse-face.
13142
13143 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * canlock.el (canlock): Change the parent group to news.
13146
13147         * deuglify.el (gnus-outlook-deuglify): Add :group.
13148
13149         * dig.el (dig): Add :group.
13150
13151         * dns-mode.el (dns-mode): Add :group.
13152
13153         * encrypt.el (encrypt): Add :group.
13154
13155         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13156         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13157         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13158         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13159         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13160
13161         * gnus-diary.el (gnus-diary): Add :group.
13162
13163         * gnus.el (gnus-group-news-1-face): Add :group.
13164         (gnus-group-news-1-empty-face): Ditto.
13165         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13166         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13167         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13168         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13169         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13170         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13171         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13172         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13173         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13174         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13175         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13176         (gnus-summary-high-ticked-face): Ditto.
13177         (gnus-summary-low-ticked-face): Ditto.
13178         (gnus-summary-normal-ticked-face): Ditto.
13179         (gnus-summary-high-ancient-face): Ditto.
13180         (gnus-summary-low-ancient-face): Ditto.
13181         (gnus-summary-normal-ancient-face): Ditto.
13182         (gnus-summary-high-undownloaded-face): Ditto.
13183         (gnus-summary-low-undownloaded-face): Ditto.
13184         (gnus-summary-normal-undownloaded-face): Ditto.
13185         (gnus-summary-high-unread-face): Ditto.
13186         (gnus-summary-low-unread-face): Ditto.
13187         (gnus-summary-normal-unread-face): Ditto.
13188         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13189         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13190
13191         * hashcash.el (hashcash): New custom group.
13192         (hashcash-default-payment): Add :group.
13193         (hashcash-payment-alist): Ditto.
13194         (hashcash-default-accept-payment): Ditto.
13195         (hashcash-accept-resources): Ditto.
13196         (hashcash-path): Ditto.
13197         (hashcash-extra-generate-parameters): Ditto.
13198         (hashcash-double-spend-database): Ditto.
13199         (hashcash-in-news): Ditto.
13200
13201         * message.el (message-minibuffer-local-map): Add :group.
13202
13203         * netrc.el (netrc): Add :group.
13204
13205         * sieve-manage.el (sieve-manage-log): Add :group.
13206         (sieve-manage-default-user): Diito.
13207         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13208         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13209         (sieve-manage-authenticators): Ditto.
13210         (sieve-manage-authenticator-alist): Ditto.
13211         (sieve-manage-default-port): Ditto.
13212
13213         * sieve-mode.el (sieve-control-commands-face): Add :group.
13214         (sieve-action-commands-face): Ditto.
13215         (sieve-test-commands-face): Ditto.
13216         (sieve-tagged-arguments-face): Ditto.
13217
13218         * smime.el (smime): Add :group.
13219
13220         * spam-report.el (spam-report): Add :group.
13221
13222         * spam.el (spam, spam-face): Add :group.
13223
13224 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13227         return \n.\n.\n at the end of articles.  Protect against that.
13228         (nntp-with-open-group): Allow debugging.
13229
13230         * nnheader.el (mail-header-set-extra): Make into a function
13231         because I just could't understand how to quote the list properly.
13232
13233         * dns.el (query-dns-cached): New function.
13234
13235 2005-05-26  Lute Kamstra  <lute@gnu.org>
13236
13237         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13238
13239 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13242
13243         * gnus-art.el: Don't autoload mail-extract-address-components.
13244
13245         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13246         eval-and-compile to evaluate it.
13247
13248         * hashcash.el: Don't autoload executable-find.
13249
13250         * nndb.el: Don't declare the nndb back end two or more times; don't
13251         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13252
13253         * nntp.el: Autoload format-spec instead of format; use
13254         eval-and-compile to evaluate autoload forms.
13255
13256 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13257
13258         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13259
13260 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13261
13262         * gnus.el (gnus-version-number): Bump version.
13263
13264 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13265
13266         * gnus.el: No Gnus v0.3 is released.
13267
13268 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13269
13270         * lpath.el (featurep): Bind show-nonbreak-escape.
13271
13272 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * gnus-art.el (gnus-article-edit-part): Disable undo.
13275
13276 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13279         gnus-article-date-lapsed-new-header is t if date timer is active;
13280         skip headers in which the original date value is empty.
13281         (gnus-article-save-original-date): Redefine it as a macro.
13282         (gnus-display-mime): Use it.
13283
13284 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * gnus-art.el (article-date-ut): Support converting date in
13287         forwarded parts as well.
13288         (gnus-article-save-original-date): New function.
13289         (gnus-display-mime): Use it.
13290
13291 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13292
13293         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13294         enclosure element of <item>.
13295
13296 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13297
13298         * message.el (message-kill-buffer-query): Renamed from
13299         `message-kill-buffer-query-if-modified'.  Added :version.
13300
13301 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13304         window layout.
13305
13306 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * mml.el: Autoload dnd when compiling.
13309
13310 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13313         x-dnd-*.
13314
13315 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * qp.el (quoted-printable-encode-region): Save excursion.
13318
13319 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13320
13321         * message.el (message-kill-buffer-query-if-modified): Add new variable
13322         so the user can kill a modified message buffer quickly.
13323         (message-kill-buffer): Use it.
13324
13325 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * lpath.el: Fbind display-time-event-handler; don't fbind
13328         string-to-multibyte.
13329
13330         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13331
13332 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13335         contained in text because xml.el decodes entities) with LFs.
13336
13337 2005-04-11  Lute Kamstra  <lute@gnu.org>
13338
13339         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13340         differently.
13341
13342 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13343
13344         * mm-util.el (mm-detect-coding-region): Typo.
13345
13346 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13349
13350 2005-04-06  Deepak Goel  <deego@gnufans.org>
13351
13352         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13353         user-function allow user modifications of the scores.
13354         (spam-stat-score-buffer-user): New function, to allow
13355         user-computed modifications to the score.
13356         (spam-stat-score-buffer-user-functions): List of additional
13357         scoring functions.
13358         (spam-stat-error-holder): Global temporary error holder.
13359         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13360         variable.
13361
13362 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13363
13364         * gnus-registry.el (gnus-registry-clean-empty-function)
13365         (gnus-registry-trim, gnus-registry-fetch-groups)
13366         (gnus-registry-delete-group): Groups that match
13367         `gnus-registry-ignored-groups' are removed from the registry
13368         entries, not just ignored for splitting.  This helps clean up the
13369         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13370         to get all the groups a message ID is in.
13371
13372         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13373         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13374         (spam-stat-score-buffer-user-functions): Add :number custom type.
13375
13376 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13379         argument in XEmacs.
13380
13381         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13382         (nnrss-request-group): Decode group name first.
13383         (nnrss-request-article): Make a text/plain article if mml-to-mime
13384         failed.
13385         (nnrss-get-encoding): Return a compatible encoding according to
13386         nnrss-compatible-encoding-alist.
13387         (nnrss-find-el): Use consp instead of listp.
13388         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13389
13390 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13393         which Emacs 20 doesn't support.
13394         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13395
13396 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13399         silence the byte compiler inside the defun.
13400
13401         * gnus-demon.el (parse-time-string): Add autoload.
13402
13403         * gnus-delay.el (parse-time-string): Add autoload.
13404
13405         * gnus-art.el (parse-time-string): Add autoload.
13406
13407         * nnultimate.el (parse-time): Require for `parse-time-string'.
13408
13409 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13410
13411         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13412
13413         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13414
13415         * smime.el (smime-ldap-host-list): Add :version.
13416
13417 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13420         pass it to `gnus-browse-read-group'.
13421         (gnus-browse-read-group): Add NUMBER argument and pass it to
13422         `gnus-group-read-ephemeral-group'.
13423
13424         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13425         argument and pass it to `gnus-group-read-group'.
13426
13427 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13428
13429         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13430         mm-xemacs-find-mime-charset-1 if we have the mule feature
13431         available at runtime.
13432
13433 2005-03-25  Werner Lemberg  <wl@gnu.org>
13434
13435         * nnmaildir.el: Replace `illegal' with `invalid'.
13436
13437 2005-03-23  Lute Kamstra  <lute@gnu.org>
13438
13439         * time-date.el: Add comment on time value formats.
13440         Don't require parse-time.
13441         (with-decoded-time-value): New macro.
13442         (encode-time-value): New function.
13443         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13444         (days-to-time): Return a valid time value when arg is huge.
13445         (time-since): Use time-subtract.
13446         (time-to-number-of-days): Use time-to-seconds.
13447
13448 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13449
13450         * gnus-start.el (gnus-display-time-event-handler):
13451         Check display-time-timer at runtime rather than only at load time
13452         in case display-time-mode is turned off in the mean time.
13453
13454 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13457         used.
13458
13459         * nneething.el (nneething-map-file-directory): Derive from
13460         `gnus-directory'.
13461
13462         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13463         the To/Cc button.
13464
13465 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * nnmaildir.el (nnmaildir-request-accept-article):
13468         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13469
13470 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13471
13472         * gnus-async.el: Require timer-funcs at compile time when in
13473         XEmacs for `run-with-idle-timer'.
13474
13475 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13476
13477         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13478         autoloaded function.
13479
13480 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13481
13482         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13483
13484 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13485
13486         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13487
13488 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13489
13490         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13491         gnus-expert-user to default.
13492
13493 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13494
13495         * nnimap.el (nnimap-open-server): Ditto.
13496
13497         * imap.el (imap-authenticate): Fix typo.
13498
13499 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13500
13501         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13502         buffer (since IMAP server might return FETCH response out of
13503         order, and the nntp buffer must be sorted).
13504
13505 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13506
13507         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13508         comparison on string.
13509
13510         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13511         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13512         (gnus-agent-summary-fetch-series): Modified to protect against
13513         gnus-agent-summary-fetch-group clearing processable flags.
13514         (gnus-agent-synchronize-group-flags): Update live group buffer as
13515         synchronization may occur due to the user toggle the plugged
13516         status.
13517         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13518         successfully downloaded.
13519         (gnus-agent-expire-group-1): Avoid using markers when the overview
13520         is in ascending order; greatly improves performance.
13521         (gnus-agent-regenerate-group): Use
13522         gnus-agent-synchronize-group-flags to reset read status in both
13523         gnus and server.
13524         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13525
13526 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13527
13528         * message.el: Don't autoload former message-utils variables.
13529         (message-strip-subject-trailing-was): Change doc string.
13530
13531         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13532         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13533         (nnweb-google-search): Add "hl=en" here.
13534         (nnweb-google-parse-1, nnweb-google-create-mapping):
13535         Don't hardcode URL.
13536
13537 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * message.el (message-get-reply-headers, message-followup):
13540         Mention related variables `message-use-followup-to' and
13541         `message-use-mail-followup-to', in the information buffer.
13542
13543         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13544         of broken groups(-beta).google.com.
13545
13546 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13547
13548         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13549         parameter to invoked gnus-request-move-article; remove the
13550         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13551         all at once instead of once per article.
13552         (gnus-summary-remove-process-mark): Accept a list of articles as
13553         well as a single article for processing.
13554
13555         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13556         parameter.
13557
13558         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13559
13560         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13561
13562         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13563         parameter.
13564
13565         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13566         parameter.
13567
13568         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13569         parameter and remove the gnus-sum-hint-move-is-internal variable.
13570
13571         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13572         parameter.
13573
13574         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13575         parameter.
13576
13577         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13578         parameter.
13579
13580         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13581
13582         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13583         parameter.
13584
13585         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13586         parameter.
13587
13588 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13589
13590         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13591         a more conservative way.
13592
13593 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13594
13595         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13596         buffer, so it moves the window's cursor.
13597
13598 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13599
13600         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13601         `mm-dissect-multipart' and receive the from field as an (optional)
13602         argument from `mm-dissect-multipart'.
13603         (mm-dissect-multipart): Receive the from field as an argument and
13604         pass it on when we call `mm-dissect-buffer' on MIME parts.
13605         Fixes verification/decryption of signed/encrypted MIME parts.
13606
13607 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13608
13609         * gnus-sum.el (gnus-summary-move-article): Set
13610         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13611         whatever it calls (right now, only nnimap-request-move article
13612         respects it).
13613
13614         * nnimap.el (nnimap-request-move-article): When
13615         gnus-sum-hint-move-is-internal is set, don't do the extra
13616         nnimap-request-article.
13617
13618 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13621
13622         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13623         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13624
13625         * gnus-sum.el (gnus-summary-caesar-message):
13626         Apply `gnus-treat-article' after rotation.
13627
13628         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13629         doc string.
13630
13631 2005-02-22  Simon Josefsson  <jas@extundo.com>
13632
13633         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13634         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13635         <arne@arnested.dk>.
13636         (encrypt): Add password-cache and password-cache-expiry as group
13637         members.
13638
13639 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13640
13641         * smime.el (smime-ldap-host-list): Doc fix.
13642         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13643         cache) password.
13644         (smime-sign-region): Use it.
13645         (smime-decrypt-region): Use it.
13646         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13647         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13648         fails.
13649         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13650         certificate from DER to PEM format rather than calling openssl.
13651
13652         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13653
13654         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13655         for signing/encryption.
13656
13657         * mml.el (mml-parse-1): Use them.
13658
13659 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13660
13661         * nnrss.el (nnrss-verbose): Removed.
13662         (nnrss-request-group): Use `nnheader-message' instead.
13663
13664 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13665
13666         * nnrss.el (nnrss-verbose): New variable.
13667         (nnrss-request-group): Make it say nnrss is requesting a group.
13668
13669 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13672         Handle news URL with given port correctly.
13673
13674 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13677         containing special characters.
13678
13679         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13680
13681         * mml.el (mime-to-mml): Ditto.
13682
13683         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13684         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13685         (rfc2047-decode-region): Quote decoded words containing special
13686         characters when rfc2047-quote-decoded-words-containing-tspecials
13687         is non-nil.
13688
13689 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13690
13691         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13692
13693         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13694
13695 2005-02-15  Simon Josefsson  <jas@extundo.com>
13696
13697         * nnimap.el (nnimap-debug): Doc fix.
13698
13699         * imap.el (imap-debug): Doc fix.
13700
13701 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13704
13705 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13706
13707         * gnus.el (spam-contents): Improve docs for spam-contents
13708         parameter in its variable incarnation.
13709
13710 2005-02-14  Simon Josefsson  <jas@extundo.com>
13711
13712         * smime-ldap.el: Use require instead of load-library for ldap.
13713         (smime-ldap-search): Indent.
13714         (smime-ldap-search-internal): Shorten line.
13715
13716         * smime.el (smime-cert-by-dns): Add doc-string.
13717         (smime-cert-by-ldap-1): Indent.
13718
13719         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13720         mml-smime-get-dns-ldap.
13721         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13722
13723 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13724
13725         * smime.el: Require smime-ldap.
13726         (smime-ldap-host-list): New variable.
13727         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13728
13729         * mml-smime.el (mml-smime-encrypt-query): New function.
13730         (mml-smime-encrypt-query): Use it.
13731
13732         * smime-ldap.el: New file.
13733
13734 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13737
13738 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13739
13740         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13741         argument in doc string.  Make query for type more clear.
13742
13743 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * gnus.el (gnus-group-startup-message): Search for gnus images in
13746         etc/images/gnus.
13747         * mm-util.el (mm-image-load-path): Likewise.
13748         * smiley.el (smiley-data-directory): Search for smilies in
13749         etc/images/smilies.
13750
13751 2005-02-09  Kim F. Storm  <storm@cua.dk>
13752
13753         Change Emacs release version from 21.4 to 22.1 throughout.
13754         Change Emacs development version from 21.3.50 to 22.0.50.
13755
13756 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13759
13760         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13761         non-Mule XEmacs as well.
13762         (mm-decompress-buffer): Signal an error intentionally if it does
13763         not decompress compressed data because auto-compression-mode is
13764         disabled.
13765
13766 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13767
13768         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13769         an ID in the registry even if it has no groups.
13770
13771 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13774         merge it into mm-decompress-buffer.
13775         (gnus-mime-copy-part): Use the MIME part charset, the value which
13776         a user specified or gnus-newsgroup-charset for decoding, like
13777         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13778         save-buffer what was used.  Suggested by Kevin Ryde
13779         <user42@zip.com.au>.
13780         (gnus-mime-inline-part): Allow the name parameter as well as the
13781         filename parameter; force decompressing of compressed data; always
13782         display contents being not decoded as unibyte.
13783
13784         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13785         as well as the filename parameter.
13786
13787         * mm-util.el (mm-decompress-buffer): Merge
13788         gnus-mime-jka-compr-maybe-uncompress.
13789         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13790         of compressed data.
13791
13792 2005-02-08  Simon Josefsson  <jas@extundo.com>
13793
13794         * imap.el (imap-log): Doc fix.
13795
13796 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13799         the coding cookies; decompress compressed parts.
13800
13801         * mml.el (mml-generate-mime-1): Add the charset parameter according
13802         to the value which a user specified manually or the coding cookie.
13803
13804         * mm-util.el (mm-string-to-multibyte): New function.
13805         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13806         (mm-coding-system-to-mime-charset): New function.
13807         (mm-decompress-buffer): New function.
13808         (mm-find-buffer-file-coding-system): New function.
13809
13810         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13811         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13812         parts.
13813
13814 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13815
13816         * mm-view.el (mm-display-inline-fontify): Decode a part according
13817         to the charset parameter.
13818
13819 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13822         prefix arg is neither nil nor a number, as info specifies.
13823
13824 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13827         timestamps.
13828
13829 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13830
13831         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13832         groups error checking and notify user.
13833
13834 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13835
13836         * message.el (message-send-mail-function): Check existence of
13837         sendmail-program first before using default value
13838         `message-send-mail-with-sendmail'.  Otherwise use more generic
13839         `smtpmail-send-it'.
13840
13841 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * nntp.el (nntp-request-update-info): Always return nil.
13844
13845 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13846
13847         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13848
13849 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13850
13851         * message.el (message-beginning-of-line): Change the behavior when
13852         invoked between BOL and : so that it first moves backward.
13853
13854 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13857         article buffer when editing of the article is discarded.
13858         (gnus-article-prepare): Revert.
13859
13860 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-art.el (gnus-article-prepare):
13863         Remove message-strip-forbidden-properties from the local hook.
13864
13865 2005-01-27  Simon Josefsson  <jas@extundo.com>
13866
13867         * password.el (password-cache-add): Only start one timer per key.
13868         Reported by Derek Atkins <warlord@MIT.EDU>.
13869
13870 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13871
13872         * run-at-time.el: Removed.  It is no longer needed as
13873         timer-funcs.el in the xemacs-base package has a working version of
13874         `run-at-time'.
13875
13876         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13877
13878         * password.el: Require timer-funcs instead of run-at-time in
13879         XEmacs.
13880         Remove `password-run-at-time' macro.
13881         (password-cache-add): Use `run-at-time' instead of
13882         `password-run-at-time'.
13883
13884         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13885         Remove `nnheader-cancel-function-timers' alias,
13886         `cancel-function-timers' exists in XEmacs in timer-funcs.
13887
13888         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13889         for `run-with-idle-timer'.
13890
13891         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13892         for `run-at-time'.
13893
13894         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13895         for `with-timeout'.
13896
13897         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13898         the same as for XEmacs 21.4.
13899         No need to ignore `run-with-idle-timer', this function exists in
13900         XEmacs now in timer-funcs.el in the xemacs-base package.
13901         (dgnushack-compile): No need to delete
13902         run-at-time.el from the list of files to compile because it
13903         doesn't exist anymore.
13904
13905 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13908         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13909
13910 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13911
13912         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13913         sensitively.
13914
13915 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13916
13917         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13918
13919 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13922         which will be inserted according to the multibyteness of a buffer
13923         rather than the type of contents.  Suggested by ARISAWA Akihiro
13924         <ari@mbf.ocn.ne.jp>.
13925
13926         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13927         of string which old xml.el may return rather than a string.
13928
13929 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13932
13933 2005-01-16  Simon Josefsson  <jas@extundo.com>
13934
13935         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13936         idn/idna.el isn't available.
13937         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13938         <michael@waxrat.com>.
13939
13940         * hashcash.el: Remove non-FSF copyright header.
13941
13942         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13943         (hashcash-generate-payment): Use it.
13944         (hashcash-generate-payment-async): Use it.
13945
13946 2005-01-15  Simon Josefsson  <jas@extundo.com>
13947
13948         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13949         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13950
13951         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13952         gnus-summary-idna-message.
13953         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13954         (gnus-summary-idna-message): New function.
13955
13956 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13957
13958         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13959         gnus-novice-user.
13960
13961 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * nnrss.el (nnrss-request-delete-group): Delete entries in
13964         nnrss-group-alist as well.
13965         (nnrss-save-server-data): Insert newline.
13966
13967 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13968
13969         * gnus.el (gnus-user-agent): Use list of symbols instead of
13970         symbols.  Display full version number for (S)XEmacs.  Optionally
13971         display (S)XEmacs codename.
13972
13973         * gnus-util.el (gnus-emacs-version): Update for new
13974         `gnus-user-agent'.
13975
13976         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13977         Gnus version.
13978
13979 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13980
13981         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13982         which is unreadable in some setups.
13983
13984 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * gnus-spec.el (gnus-update-format-specifications): Flush the
13987         group format spec cache if it doesn't support decoded group names.
13988
13989 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13992         Allow to apply decay on score files matching a regexp.
13993
13994 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13997         compatibility in %g and %c.
13998
13999 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14002         name for only %g and %c.
14003         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14004         of gnus-tmp-group to decoded group name.
14005         (gnus-group-make-rss-group): Exclude `/'s from group names.
14006
14007 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * nnrss.el (nnrss-get-encoding): Fix regexp.
14010
14011 2004-12-27  Simon Josefsson  <jas@extundo.com>
14012
14013         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14014         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14015         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14016
14017 2004-12-17  Kim F. Storm  <storm@cua.dk>
14018
14019         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14020
14021         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14022
14023 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14024
14025         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14026
14027 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * nnrss.el: Require rfc2047 and mml.
14030         (nnrss-file-coding-system): New variable.
14031         (nnrss-format-string): Redefine it as an inline function.
14032         (nnrss-decode-group-name): New function.
14033         (nnrss-string-as-multibyte): Remove.
14034         (nnrss-retrieve-headers): Decode group name; don't use
14035         nnrss-format-string.
14036         (nnrss-request-group): Decode group name.
14037         (nnrss-request-article): Decode group name; allow a Message-ID as
14038         well as an article number; don't use nnrss-format-string; encode a
14039         Message-ID string which may contain non-ASCII characters; use
14040         mml-to-mime to compose a MIME article.
14041         (nnrss-request-expire-articles): Decode group name.
14042         (nnrss-request-delete-group): Decode group name.
14043         (nnrss-fetch): Clarify error message.
14044         (nnrss-read-server-data): Use insert-file-contents instead of load;
14045         bind file-name-coding-system; use multibyte buffer.
14046         (nnrss-save-server-data): Bind coding-system-for-write to the
14047         value of nnrss-file-coding-system; bind file-name-coding-system;
14048         add coding cookie.
14049         (nnrss-read-group-data): Use insert-file-contents instead of load;
14050         bind file-name-coding-system; use multibyte buffer.
14051         (nnrss-save-group-data): Bind coding-system-for-write to the
14052         value of nnrss-file-coding-system; bind file-name-coding-system.
14053         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14054         make it work with non-ASCII text.
14055         (nnrss-find-el): Make it work with old xml.el as well.
14056
14057 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14058
14059         * nnrss.el (nnrss-get-encoding): New function.
14060         (nnrss-fetch): Use unibyte buffer initially; bind
14061         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14062         decode contents according to the encoding attribute.
14063         (nnrss-save-group-data): Add coding cookie.
14064         (nnrss-mime-encode-string): New function.
14065         (nnrss-check-group): Use it to encode subject and author.
14066
14067 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14068
14069         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14070         imaginary variable.
14071
14072 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14075         correctly even if there are wide characters.
14076
14077 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14078
14079         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14080         downcased symbol names; make a new cache instead of reusing
14081         bbdb-hashtable.
14082
14083 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14086         concatenating segments rather than before concatenating them.
14087         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14088
14089         * message.el (message-get-reply-headers): Bind `extra'.
14090
14091 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14092
14093         * message.el (message-extra-wide-headers): New variable.
14094         (message-get-reply-headers): Use it.
14095
14096 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14099         (gnus-agent-group-pathname): Ditto.
14100
14101         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14102
14103         * gnus-group.el (gnus-group-make-group): Decode group name.
14104         (gnus-group-make-rss-group): Register the group data after opening
14105         the nnrss group.
14106
14107 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14108
14109         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14110         by expiry now get marked as read.
14111
14112 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14115
14116 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14117
14118         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14119         unify Latin characters in XEmacs.
14120         (mm-find-mime-charset-region): Use it.
14121
14122 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-util.el (gnus-delete-directory): New function.
14125
14126         * gnus-agent.el (gnus-agent-delete-group): Use it.
14127
14128         * gnus-cache.el (gnus-cache-delete-group): Use it.
14129
14130 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14133         names.
14134
14135 2004-12-16  Simon Josefsson  <jas@extundo.com>
14136
14137         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14138
14139 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14142
14143         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14144         (gnus-group-set-current-level): Decode group name.
14145
14146 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14147
14148         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14149         failed.
14150
14151 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * gnus-group.el (gnus-group-delete-group): Decode group name.
14154         (gnus-group-make-rss-group): Encode group name.
14155         (gnus-group-catchup-current): Decode group name.
14156         (gnus-group-kill-group): Decode group name.
14157
14158 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14159
14160         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14161
14162 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-group.el (gnus-group-make-rss-group):
14165         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14166
14167         * gnus-start.el (gnus-setup-news): Honor user's setting to
14168         gnus-message-archive-method.  Suggested by Lute Kamstra
14169         <lute@gnu.org>.
14170
14171 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14172
14173         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14174         global counterparts of the buffer-local variables.
14175
14176 2004-11-16  Romain Francoise  <romain@orebokech.com>
14177
14178         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14179         counterparts of the buffer-local variables.
14180
14181 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14182
14183         * message.el (message-forbidden-properties): Fixed typo in doc
14184         string.
14185
14186 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14187
14188         * gnus-util.el (gnus-replace-in-string): Added doc string.
14189
14190         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14191         to avoid problems when splitting mails with many recipients.
14192
14193 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14194
14195         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14196         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14197
14198 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14199
14200         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14201         if there is no hashtable in memory or file modification time is
14202         newer than cached timestamp.
14203
14204 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14205
14206         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14207         not-matching option.
14208
14209 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14212         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14213         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14214         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14215         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14216         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14217
14218 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * message.el (message-forward-make-body-mml): Remove headers
14221         according to message-forward-ignored-headers if a message is decoded.
14222
14223 2004-12-02  Romain Francoise  <romain@orebokech.com>
14224
14225         * message.el (message-forward-make-body-plain): Always remove
14226         headers according to message-forward-ignored-headers.
14227
14228 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14229
14230         * spam.el (spam-summary-prepare-exit): Remove the
14231         gnus-summary-limit pop for now, it has problems with ham marks for
14232         me.
14233
14234 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14235
14236         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14237         correctly.
14238
14239 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14240
14241         * format-spec.el (format-spec): Message the char.
14242
14243 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14244
14245         * gnus-art.el (gnus-split-methods): Reformat comments.
14246
14247         * spam.el (spam-summary-prepare-exit): Remove article limits
14248         before exiting the summary buffer.
14249
14250 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14253         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14254
14255         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14256         order to silence the byte compiler.
14257
14258         * spam.el: Fix the way to silence the byte compiler, which
14259         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14260         bbdb-search-simple, spam-BBDB-register-routine,
14261         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14262         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14263         spam-stat-buffer-is-spam, spam-stat-load,
14264         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14265         spam-stat-save and spam-stat-split-fancy.
14266
14267 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14270         which may confuse users.
14271         (canlock-password-for-verify): Ditto.
14272
14273         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14274
14275         * gnus-art.el (gnus-emphasis-alist): Ditto.
14276
14277         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14278
14279         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14280
14281         * gnus-start.el (gnus-save-killed-list): Ditto.
14282
14283         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14284         (gnus-sum-thread-tree-root): Ditto.
14285         (gnus-sum-thread-tree-false-root): Ditto.
14286         (gnus-sum-thread-tree-single-indent): Ditto.
14287
14288         * message.el (message-courtesy-message): Ditto.
14289         (message-archive-note): Ditto.
14290         (message-subscribed-address-file): Ditto.
14291         (message-user-fqdn): Ditto.
14292
14293         * spam-report.el (spam-report-gmane-regex): Ditto.
14294
14295         * spam.el (spam-blackhole-good-server-regex): Ditto.
14296
14297 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * mml.el (mml-preview): Widen the message buffer before copying
14300         the contents to the preview buffer; sort headers before previewing.
14301
14302         * message.el (message-hidden-headers): Fix the way to avoid a bug
14303         in the `repeat' widget in Emacs 21.3 or earlier.
14304
14305 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * message.el (message-hidden-headers): Default to "^References:".
14308         Improve customization type.  Suggested by Reiner Steib
14309         <Reiner.Steib@gmx.de>.
14310
14311 2004-11-25  Romain Francoise  <romain@orebokech.com>
14312
14313         * message.el (message-strip-forbidden-properties): Remove check for
14314         obsolete `message-hidden' text property, hidden headers are not
14315         accessible in the buffer anymore.
14316
14317 2004-11-22  Romain Francoise  <romain@orebokech.com>
14318
14319         * message.el (message-header-format-alist): Add `From' in list
14320         so that it can be sorted.
14321         (message-fix-before-sending): Widen and sort headers before
14322         sending.
14323         (message-hide-headers): Use narrowing to hide headers by moving
14324         them to the top of the buffer and narrowing to the region
14325         underneath.
14326
14327 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14328
14329         * message.el (message-strip-forbidden-properties): Bind
14330         buffer-read-only (etc) to nil.
14331
14332 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14335         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14336
14337 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14338
14339         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14340
14341 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14342
14343         * dns.el (query-dns): Use sit-for to time instead of
14344         accept-process-output, since that doesn't seem to work on udp
14345         sockets.
14346
14347 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14350
14351 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14352
14353         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14354         doc string.  Improve doc string.
14355
14356 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * nntp.el (nntp-request-update-info): Return nil if
14359         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14360         may not call gnus-activate-group which uselessly issues the GROUP
14361         commands for all nntp groups and wastes time.  Reported by Romain
14362         Francoise <romain@orebokech.com>.
14363
14364         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14365
14366 2004-11-15  Simon Josefsson  <jas@extundo.com>
14367
14368         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14369         headers separately.
14370         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14371         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14372
14373 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * gnus-start.el (gnus-convert-old-newsrc):
14376         Assign legacy-gnus-agent to 5.10.7.
14377
14378 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14379
14380         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14381         start of the lines.
14382
14383 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14384
14385         * hashcash.el (hashcash-default-payment): Change default to 20.
14386         (hashcash-default-accept-payment): Change default to 20.
14387         (hashcash-process-alist): New variable.
14388         (hashcash-generate-payment-async): Add.
14389         (hashcash-already-paid-p): Add.
14390         (hashcash-insert-payment): Don't generate payments twice.
14391         (hashcash-insert-payment-async): Add.
14392         (hashcash-insert-payment-async-2): Add.
14393         (hashcash-cancel-async): Add.
14394         (hashcash-wait-async): Add.
14395         (hashcash-processes-running-p): Add.
14396         (hashcash-wait-or-cancel): Add.
14397         (mail-add-payment): New optional argument.  Conditionally start
14398         asynchronous calculation.
14399         (mail-add-payment-async): Add.
14400
14401         * message.el (message-send-mail): Wait for asynchronous hashcash
14402         results.  Don't clobber existing X-Hashcash headers.
14403         (message-setup-1): Call mail-add-payment-async when
14404         message-generate-hashcash is non-nil.
14405
14406 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14407
14408         * message.el (message-use-alternative-email-as-from): Examine the
14409         From header as well; use message-make-from in order to include a
14410         user's full name.
14411
14412 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14415         default; improve customization type.
14416         (gnus-emphasis-custom-with-format): New macro.
14417         (gnus-emphasis-custom-value-to-external): New function.
14418         (gnus-emphasis-custom-value-to-internal): New function.
14419
14420 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14421
14422         * dns.el (query-dns): Resolve reverse addresses.
14423
14424 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14425
14426         * gnus-group.el (gnus-group-get-new-news): Use it.
14427
14428         * gnus-start.el (gnus-check-reasonable-setup): New function.
14429
14430 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14433         "Args out of range" error.  Reported by Arnaud Giersch
14434         <arnaud.giersch@free.fr>.
14435
14436 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14437
14438         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14439
14440 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14441
14442         * spam.el (spam group): Add :version.
14443
14444         * pgg-def.el (pgg group): Add :version.
14445
14446 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-art.el (gnus-article-edit-article): Don't associate the
14449         article buffer with a draft file.  This is a temporary measure
14450         against the 2004-08-22 change to gnus-article-edit-mode.
14451
14452 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14455         (html2text-format-tags): Remove unused variable `attr'.
14456
14457 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14460
14461         * tls.el (tls-process-connection-type, tls-success)
14462         (tls-certtool-program): Add :version.
14463
14464         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14465         (starttls-extra-arguments, starttls-process-connection-type)
14466         (starttls-connect, starttls-failure, starttls-success): Add :version.
14467
14468         * spam-stat.el (spam-stat): Add :version.
14469
14470         * sieve.el (sieve): Add :version.
14471
14472         * sha1.el (sha1): Add :version.
14473         (sha1-use-external): Remove redundant version.
14474
14475         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14476         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14477         (nnmail-split-fancy-match-partial-words)
14478         (nnmail-split-lowercase-expanded): Add :version.
14479
14480         * nndiary.el (nndiary): Add :version.
14481
14482         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14483
14484         * mml-sec.el (mml-default-sign-method)
14485         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14486         Add :version.
14487
14488         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14489
14490         * mm-url.el (mm-url-use-external, mm-url-program)
14491         (mm-url-arguments): Add :version.
14492
14493         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14494         (mm-attachment-file-modes, mm-decrypt-option)
14495         (mm-w3m-safe-url-regexp): Add :version.
14496
14497         * message.el (message-cite-prefix-regexp)
14498         (message-sendmail-envelope-from, message-minibuffer-local-map)
14499         (message-user-fqdn, message-completion-alist): Add :version.
14500
14501         * gnus-win.el (gnus-configure-windows-hook)
14502         (gnus-use-frames-on-any-display): Add :version.
14503
14504         * gnus-art.el (gnus-article-address-banner-alist)
14505         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14506         (gnus-treat-from-picon, gnus-treat-mail-picon)
14507         (gnus-treat-x-pgp-sig): Add :version.
14508
14509         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14510         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14511         (gnus-summary-article-delete-hook)
14512         (gnus-summary-display-while-building): Add :version.
14513
14514         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14515         (gnus-get-top-new-news-hook): Add :version.
14516
14517         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14518         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14519
14520         * gnus-registry.el (gnus-registry): Add :version.
14521
14522         * gnus-spec.el (gnus-use-correct-string-widths)
14523         (gnus-make-format-preserve-properties): Add :version.
14524
14525         * gnus.el (gnus-group-charter-alist)
14526         (gnus-group-fetch-control-use-browse-url)
14527         (gnus-install-group-spam-parameters): Add :version.
14528
14529         * gnus-diary.el (gnus-diary): Add :version.
14530
14531         * gnus-delay.el (gnus-delay): Add :version.
14532
14533         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14534         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14535         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14536         Add :version.
14537
14538         * gnus-agent.el (gnus-agent-max-fetch-size)
14539         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14540         (gnus-agent-prompt-send-queue): Add :version.
14541
14542         * deuglify.el (gnus-outlook-deuglify): Add :version.
14543
14544         * html2text.el: Beautify code.  Improve doc strings.  Some
14545         checkdoc cleanup.
14546         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14547
14548 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14549
14550         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14551
14552 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14553
14554         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14555         when package is loaded.
14556
14557         * spam.el (spam-summary-score-preferred-header): Add global preference
14558         for people who want to override the default SpamAssassin over
14559         Bogofilter preference (when both are set).
14560         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14561         (spam-user-format-function-S): Check
14562         spam-summary-score-preferred-header.
14563         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14564         (spam-user-format-function-S): Format the score correctly.
14565
14566 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14569         signature file.  Suggested by Manoj Srivastava
14570         <srivasta@golden-gryphon.com>.
14571
14572         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14573         iso-2022-jp even in the Japanese language environment.
14574         Suggested by Jason Rumney <jasonr@gnu.org>.
14575
14576 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14579         use the same characters as the dummy marks; make it free from
14580         getting affected by the language environment.
14581         (gnus-summary-read-group-1): Update mark positions only when the
14582         format spec is updated.
14583
14584         * gnus-spec.el (gnus-update-format-specifications): Return a list
14585         of updated types.
14586
14587 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14590         of boundp to check if display-warning is available.
14591
14592 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14593
14594         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14595
14596 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * nnspool.el (nnspool-spool-directory): Use news-path if the
14599         news-directory variable is not bound.
14600
14601         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14602         function instead of display-warning if it is not available.
14603
14604 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14605
14606         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14607         v5-10: Use `point-at-bol'.
14608
14609 2004-10-26  Simon Josefsson  <jas@extundo.com>
14610
14611         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14612         <chenggao@gmail.com>.
14613
14614 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14615
14616         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14617         instead.
14618
14619 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14620
14621         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14622         to remove a server from the nnimap-server-buffer-alist.
14623         (nnimap-open-connection, nnimap-close-server): Use it.
14624
14625         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14626
14627 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14630         running the major-mode function.
14631
14632 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14635         dummy marks in the right way.
14636
14637 2004-10-18  David Edmondson  <dme@dme.org>
14638
14639         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14640         excessively.
14641
14642 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14643
14644         * gnus-util.el (gnus-split-references): Accept a nil references
14645         string and go on blissfully.
14646
14647         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14648         cases where the references string is non-nil but has no references.
14649
14650         * encrypt.el: Add autoload tags.
14651
14652         * spam.el (spam-resolve-registrations-routine): Remove article
14653         from unregistration list too.  Reported by David Hanak
14654         <dhanak@isis.vanderbilt.edu>
14655
14656 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14657
14658         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14659         nil.  Changed custom type.
14660
14661 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14662
14663         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14664
14665         * gnus-sum.el (gnus-summary-move-article): Use it.
14666
14667 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14668
14669         * encrypt.el: Add autoload cookies.
14670
14671         * spam.el (spam-backend-article-list-property)
14672         (spam-backend-get-article-todo-list)
14673         (spam-backend-put-article-todo-list)
14674         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14675         Resolve registrations separately.
14676         (spam-register-routine): Format comments.
14677         (spam-unregister-routine, spam-register-routine): Always call with
14678         specific-articles, no default list.
14679         (spam-summary-prepare-exit): Use the spam-classifications function.
14680
14681         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14682         gnus-encrypt.el.
14683
14684         * encrypt.el: Copied from gnus-encrypt.el.
14685
14686         * gnus-encrypt.el: Commented that it's obsolete.
14687
14688 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14691         (gnus-score-save): Use it.
14692
14693         * message.el (message-bury): Use `window-dedicated-p'.
14694
14695 2004-10-15  Simon Josefsson  <jas@extundo.com>
14696
14697         * pop3.el (top-level): Don't require nnheader.
14698         (pop3-read-timeout): Add.
14699         (pop3-accept-process-output): Add.
14700         (pop3-read-response, pop3-retr): Use it.
14701
14702 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14703
14704         * spam.el (spam-register-routine): Move comment.
14705         (spam-verify-bogofilter): Use 'unknown for the initial
14706         spam-bogofilter-valid state, not 'never.
14707
14708         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14709         for netrc-machine.
14710
14711         * nnimap.el (nnimap-open-connection): Use
14712         netrc-machine-user-or-password.
14713
14714 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14715
14716         * gnus-registry.el (gnus-registry-unload-hook):
14717         Set as a variable with add-hook.
14718
14719         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14720         of news-path.
14721
14722         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14723
14724         * spam.el: Delete duplicate `provide'.
14725         (spam-unload-hook): Set as a variable with add-hook.
14726
14727 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14728
14729         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14730         in the doc string.
14731
14732         * message.el (message-ignored-news-headers)
14733         (message-ignored-supersedes-headers)
14734         (message-ignored-resent-headers)
14735         (message-forward-ignored-headers): Improve custom type.
14736
14737 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * message.el (message-tokenize-header): Fix 2004-09-06 change
14740         which used point-min in the wrong place.
14741
14742 2004-10-12  Simon Josefsson  <jas@extundo.com>
14743
14744         * tls.el (tls-certtool-program): New variable.
14745         (tls-certificate-information): New function, based on
14746         ssl-certificate-information.
14747
14748 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * compface.el: Move the version of ELisp-based uncompface program
14751         to the contrib directory because of the copyright problem.
14752
14753 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14754
14755         * message.el (message-kill-buffer): Raise the current frame.
14756
14757 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14758
14759         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14760
14761         * gnus.el (message-y-or-n-p): Autoload.
14762
14763         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14764         (pop3-password-required, pop3-authentication-scheme)
14765         (pop3-leave-mail-on-server): Made customizable.
14766         (pop3): New custom group.
14767         (pop3-retr): Remove `sleep-for' statements.
14768         Suggested by Dave Love <fx@gnu.org>.
14769
14770         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14771         Windows/DOS.
14772
14773         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14774         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14775         Dave Love <fx@gnu.org>.
14776
14777         * mml.el (mml-minibuffer-read-disposition): Require match.
14778         Suggested by Dave Love <fx@gnu.org>.
14779
14780 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14781
14782         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14783         doc string.
14784
14785 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14788
14789 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14790
14791         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14792         instead of calling `mm-insert-inline', to decode text/* parts
14793         before displaying them.
14794
14795 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * mm-uu.el (mm-uu-text-plain-type): New variable.
14798         (mm-uu-pgp-signed-extract-1): Use it.
14799         (mm-uu-pgp-encrypted-extract-1): Use it.
14800         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14801         bind mm-uu-text-plain-type with that value.
14802         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14803         mm-uu-dissect.
14804
14805 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * gnus-group.el (gnus-update-group-mark-positions):
14808         * gnus-sum.el (gnus-update-summary-mark-positions):
14809         * message.el (message-check-news-body-syntax):
14810         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14811         of string-as-multibyte.
14812
14813 2004-10-05  Juri Linkov  <juri@jurta.org>
14814
14815         * gnus-group.el (gnus-update-group-mark-positions):
14816         * gnus-sum.el (gnus-update-summary-mark-positions):
14817         * message.el (message-check-news-body-syntax):
14818         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14819         8-bit unibyte values to a multibyte string for search functions.
14820
14821 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14824         (mm-uu-dissect-text-parts): New function.
14825
14826         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14827         dissect text parts.
14828
14829         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14830         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14831
14832         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14833
14834         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14835         gnus-current-topics instead of gnus-current-topic.
14836
14837 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14838
14839         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14840
14841 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14842
14843         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14844         where approriate.
14845
14846         * nnml.el (nnml-generate-active-info): do.
14847
14848         * nndiary.el (nndiary-generate-active-info): do.
14849
14850         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14851         (gnus-topic-move): do.
14852
14853         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14854         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14855
14856         * gnus-srvr.el (gnus-server-prepare)
14857         (gnus-server-open-all-servers): do.
14858
14859         * gnus-msg.el (gnus-summary-cancel-article)
14860         (gnus-summary-resend-message)
14861         (gnus-summary-mail-crosspost-complaint): do.
14862
14863         * gnus-move.el (gnus-change-server): do.
14864
14865         * gnus-group.el (gnus-group-unmark-all-groups)
14866         (gnus-group-set-current-level): do.
14867
14868 2004-10-04  Simon Josefsson  <jas@extundo.com>
14869
14870         * message.el (message-generate-hashcash): Doc fix.
14871
14872 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14873
14874         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14875         avoid infinite recursion via gnus-get-function.
14876
14877 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14878
14879         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14880
14881         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14882
14883         * nnmail.el (nnmail-split-history): do.
14884
14885         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14886         (nnml-request-delete-group): do.
14887
14888         * nnslashdot.el (nnslashdot-read-groups): do.
14889
14890         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14891         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14892
14893         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14894         (nnspool-sift-nov-with-sed): Use last.
14895         (nnspool-retrieve-headers-with-nov): Use mapc.
14896         (nnspool-request-newgroups): Use dolist.
14897         (nnspool-request-group): Use last.
14898
14899         * nntp.el (nntp-read-server-type): Use dolist.
14900
14901         * nnvirtual.el (nnvirtual-create-mapping)
14902         (nnvirtual-update-read-and-marked): Use dolist.
14903         (nnvirtual-convert-headers): Simplify.
14904
14905 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14906
14907         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14908         support for sync'ing tick marks.
14909
14910 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14913         there's no visible header.
14914
14915 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14916
14917         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14918         necessary, pass full group name to gnus-request-set-marks.
14919
14920 2004-10-01  Simon Josefsson  <jas@extundo.com>
14921
14922         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14923         acroread.
14924
14925 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14926
14927         * spam-report.el (spam-report-gmane): Fix interactive.
14928
14929         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14930
14931         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14932         when writing file.
14933         (gnus-agent-synchronize-flags): Don't default to being
14934         interactive.
14935
14936 2004-09-30  Simon Josefsson  <jas@extundo.com>
14937
14938         * message.el (message-generate-hashcash): Add.
14939         (message-send-mail): Use it, call mail-add-payment.
14940
14941 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14942
14943         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14944
14945 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14946
14947         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14948         gnus-requst-update-info with explicit code to sync the in-memory
14949         info read flags with the marks being sync'd to the backend.
14950
14951         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14952
14953 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14954
14955         * spam.el (spam-verify-bogofilter): Add new function.
14956         (spam-check-bogofilter)
14957         (spam-bogofilter-register-with-bogofilter): Use it.
14958         (spam-verify-bogofilter): Add small fixes.
14959
14960 2004-09-28  Simon Josefsson  <jas@extundo.com>
14961
14962         * hashcash.el (hashcash-generate-payment): Revert.
14963
14964 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14965
14966         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14967         gnus-extract-references instead of gnus-split-references.
14968
14969         * gnus-util.el (gnus-extract-references): Add new function, analogous
14970         to gnus-split-references but extracts only the message-ID without
14971         anything extra.
14972
14973         * hashcash.el (hashcash-generate-payment)
14974         (hashcash-check-payment): Do the right thing if hashcash-path is
14975         nil (because the hashcash program could not be found).
14976
14977         * spam.el (spam-use-hashcash): Remove comment.
14978
14979 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14980
14981         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14982         (gnus-cache-enter-article, gnus-cache-remove-article)
14983         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14984
14985         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14986
14987         * gnus-art.el (article-hide-boring-headers)
14988         (article-translate-strings, article-display-face)
14989         (gnus-article-mime-match-handle-first)
14990         (gnus-article-highlight-headers)
14991         (gnus-article-add-buttons-to-head): do.
14992
14993 2004-09-27  Simon Josefsson  <jas@extundo.com>
14994
14995         * hashcash.el: New version, from
14996         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14997         ../contrib/.
14998
14999 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15002
15003 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15004
15005         * gnus-dup.el (gnus-dup-open): Use mapc.
15006         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15007
15008         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15009         Reported by Stefan Wiens <s.wi@gmx.net>.
15010
15011         * gnus.el (gnus-shutdown): Use dolist.
15012
15013         * gnus-undo.el (gnus-undo): Use mapc.
15014
15015         * nnrss.el (nnrss-generate-active): do.
15016
15017         * message.el (message-cite-original-without-signature)
15018         (message-cite-original): Use mapc.
15019         (message-do-actions, message-make-forward-subject): Use dolist.
15020
15021 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15022
15023         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15024         deletion to remove entire duplicate line.  Fixes merged article
15025         number bug.
15026
15027 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15028
15029         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15030         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15031         first ask if you want to open a server and then, even when you
15032         responded with no, asking if you want to synchronize the server's
15033         flags.
15034         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15035         multi-line expressions.
15036         (gnus-agent-synchronize-group-flags): New internal function.
15037         Updates marks in memory (in the info structure) AND in the
15038         backend.
15039
15040         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15041
15042         * nnagent.el (nnagent-request-set-mark): Use
15043         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15044         method, to ensure that synchronization updates marks in the
15045         backend and in the info (in memory) structure.
15046
15047 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15050         convention fully; don't miss the root article of a thread; make
15051         the X-Draft-From header with correct article numbers.
15052
15053 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15054
15055         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15056         unless plugged.  Disable the agent so that an open failure causes
15057         an error.
15058
15059         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15060         Reverted 2004-09-21 change.  The backend must be opened while
15061         synchronizing flags even when the backend stores the flags
15062         locally.
15063
15064 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15067         in `header' match.  Reported by Svend Tollak Munkejord.
15068
15069         * message.el (message-cite-original): Fix use of
15070         `message-cite-articles-with-x-no-archive'.
15071
15072 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15075         (gnus-window-to-buffer): Ditto.
15076
15077         * mml.el (mml-preview-buffer): New variable.
15078         (mml-preview): Manage window layout with gnus-buffer-configuration.
15079
15080         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15081         X-Draft-From header even if those articles aren't quoted.
15082
15083 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15084
15085         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15086         (gnus-request-set-mark, gnus-request-update-mark): Use new
15087         g-s-t-u-l-m to decide to use backend even when unplugged.
15088
15089 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15092         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15093
15094 2004-09-20  Simon Josefsson  <jas@extundo.com>
15095
15096         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15097         "utf-16-le".
15098
15099 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15100
15101         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15102
15103 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15104
15105         * uudecode.el (uudecode-use-external): Add :version.
15106
15107         * smime.el (smime-CA-file, smime-encrypt-cipher)
15108         (smime-dns-server): Add :version.
15109
15110         * smiley.el (gnus-smiley-file-types): Add :version.
15111
15112         * sha1.el (sha1-use-external): Add :version.
15113
15114         * pgg-def.el (pgg-query-keyserver): Add :version.
15115
15116         * nnmail.el (nnmail-fancy-expiry-targets)
15117         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15118         Add :version.
15119
15120         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15121         (nnimap-retrieve-groups-asynchronous): Add :version.
15122         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15123
15124         * mml.el (mml-content-disposition-parameters)
15125         (mml-insert-mime-headers-always): Add :version.
15126
15127         * mm-util.el (mm-coding-system-priorities): Add :version.
15128
15129         * mm-decode.el (mm-inline-text-html-with-images)
15130         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15131         (mm-verify-option): Add :version.
15132         (mm-text-html-renderer): Change :version.
15133
15134         * message.el (message-fcc-externalize-attachments)
15135         (message-required-headers, message-draft-headers)
15136         (message-subject-trailing-was-query)
15137         (message-subject-trailing-was-ask-regexp)
15138         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15139         (message-mark-insert-end, message-archive-header)
15140         (message-archive-note, message-cross-post-default)
15141         (message-cross-post-note, message-followup-to-note)
15142         (message-cross-post-note-function, message-use-mail-followup-to)
15143         (message-subscribed-address-functions)
15144         (message-subscribed-address-file, message-subscribed-addresses)
15145         (message-subscribed-regexps, message-allow-no-recipients)
15146         (message-yank-cited-prefix, message-signature-insert-empty-line)
15147         (message-hidden-headers, message-hierarchical-addresses)
15148         (message-mail-user-agent, message-use-idna)
15149         (message-valid-fqdn-regexp)
15150         (message-strip-special-text-properties, message-header-synonyms)
15151         (message-beginning-of-line, message-tab-body-function): Add :version.
15152         (message-insert-canlock, message-wide-reply-confirm-recipients):
15153         Change :version.
15154
15155         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15156         and :version.
15157         (mail-source-delete-old-incoming-confirm)
15158         (mail-source-movemail-program): Add :version.
15159
15160         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15161         (gnus-agent-cache, gnus-agent): Change :version.
15162
15163         * gnus-util.el (gnus-use-byte-compile): Change :version.
15164
15165         * gnus-sum.el (gnus-summary-make-false-root-always)
15166         (gnus-summary-default-high-score)
15167         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15168         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15169         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15170         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15171         (gnus-sum-thread-tree-single-indent)
15172         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15173         (gnus-sum-thread-tree-leaf-with-other)
15174         (gnus-sum-thread-tree-single-leaf): Add :version.
15175         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15176         (gnus-article-loose-mime): Change :version.
15177
15178         * gnus-start.el (gnus-backup-startup-file)
15179         (gnus-save-startup-file-via-temp-buffer): Add :version.
15180
15181         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15182         (gnus-server-offline-face): Add :version.
15183
15184         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15185
15186         * gnus-msg.el (gnus-gcc-externalize-attachments)
15187         (gnus-debug-files, gnus-debug-exclude-variables)
15188         (gnus-discouraged-post-methods): Change :version.
15189         (gnus-confirm-mail-reply-to-news)
15190         (gnus-confirm-treat-mail-like-news): Add :version.
15191
15192         * gnus-int.el (gnus-server-unopen-status): Add :version.
15193
15194         * gnus-group.el (gnus-group-jump-to-group-prompt)
15195         (gnus-large-ephemeral-newsgroup)
15196         (gnus-fetch-old-ephemeral-headers): Add :version.
15197
15198         * gnus-fun.el (gnus-x-face-directory)
15199         (gnus-convert-pbm-to-x-face-command)
15200         (gnus-convert-image-to-x-face-command)
15201         (gnus-convert-image-to-face-command): Add :version.
15202
15203         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15204
15205         * gnus-cite.el (gnus-cite-blank-line-after-header)
15206         (gnus-article-boring-faces): Add :version.
15207
15208         * gnus-art.el (gnus-buttonized-mime-types)
15209         (gnus-inhibit-mime-unbuttonizing)
15210         (gnus-treat-display-face)
15211         (gnus-treat-body-boundary): Change :version.
15212         (gnus-body-boundary-delimiter, gnus-picon-databases)
15213         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15214         (gnus-treat-date-english, gnus-treat-fold-headers)
15215         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15216         (gnus-treat-mail-picon, gnus-treat-wash-html)
15217         (gnus-article-encrypt-protocol)
15218         (gnus-use-idna, gnus-article-over-scroll)
15219         (gnus-mime-display-multipart-alternative-as-mixed)
15220         (gnus-mime-display-multipart-related-as-mixed)
15221         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15222         (gnus-ctan-url, gnus-button-ctan-handler)
15223         (gnus-button-handle-ctan-bogus-regexp)
15224         (gnus-button-ctan-directory-regexp)
15225         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15226         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15227         (gnus-button-man-level, gnus-button-emacs-level)
15228         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15229
15230         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15231         (gnus-agent-go-online): Change :version.
15232         (gnus-agent-expire-unagentized-dirs)
15233         (gnus-agent-auto-agentize-methods): Add :version.
15234
15235         * flow-fill.el (fill-flowed-display-column)
15236         (fill-flowed-encode-column): Add :version.
15237
15238         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15239         (gnus-outlook-deuglify-unwrap-max)
15240         (gnus-outlook-deuglify-cite-marks)
15241         (gnus-outlook-deuglify-unwrap-stop-chars)
15242         (gnus-outlook-deuglify-no-wrap-chars)
15243         (gnus-outlook-deuglify-attrib-cut-regexp)
15244         (gnus-outlook-deuglify-attrib-verb-regexp)
15245         (gnus-outlook-deuglify-attrib-end-regexp)
15246         (gnus-outlook-display-hook): Add :version.
15247
15248         * binhex.el (binhex-use-external): Add :version.
15249
15250 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15251
15252         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15253         and `invisible'.
15254
15255 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15256
15257         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15258         in gnus-registry-trim.
15259
15260 2004-09-13  Simon Josefsson  <jas@extundo.com>
15261
15262         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15263
15264         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15265
15266         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15267         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15268         <yamaoka@jpl.org>.
15269         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15270         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15271         <yamaoka@jpl.org>.
15272
15273         * sieve.el (sieve-manage-mode): Ditto.
15274
15275 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15276
15277         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15278
15279 2004-09-11  Simon Josefsson  <jas@extundo.com>
15280
15281         * dns-mode.el: Add.
15282
15283         * mm-view.el (mm-display-dns-inline): Add.
15284
15285         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15286         (mm-automatic-display): Ditto.
15287
15288         * mailcap.el (mailcap-mime-data): Add text/dns.
15289         (mailcap-mime-extensions): Map .soa to text/dns.
15290
15291 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15292
15293         * gnus-art.el (article-decode-mime-words, article-babel)
15294         (gnus-article-highlight-signature, gnus-article-add-buttons)
15295         (gnus-signature-toggle): Remove unnecessary bindings of
15296         `inhibit-read-only' inherited from v5.10 merge.
15297
15298 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15299
15300         * nntp.el (nntp): New customization group.
15301         (nntp-authinfo-file): Add customization group.
15302
15303         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15304
15305         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15306
15307         * gnus.el (to-address, to-list, subscribed)
15308         (large-newsgroup-initial): Ditto.
15309
15310         * flow-fill.el (fill-flowed-display-column)
15311         (fill-flowed-encode-column): Ditto.
15312
15313 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15314
15315         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15316         Use point-min rather than 1.
15317         (message-send-mail): Use buffer-size rather than point-max.
15318
15319         * gnus-sum.el (gnus-summary-search-article-forward):
15320         Signal a specific `search-failed' rather than a generic `error'.
15321
15322         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15323         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15324         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15325
15326 2004-09-10  Simon Josefsson  <jas@extundo.com>
15327
15328         * nndb.el (require): Remove tcp and duplicate cl.
15329
15330 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * gnus-agent.el (directory-files-and-attributes): Move forward.
15333
15334 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15335
15336         * gnus-agent.el (directory-files-and-attributes): Optionally
15337         defined to support XEmacs.
15338
15339 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15340
15341         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15342         to avoid run-time CL dependencies.
15343         (gnus-agent-unfetch-articles): New function.
15344         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15345         article numbers even when local .overview file is missing.
15346         (gnus-agent-read-article-number): New function.  Only accepts
15347         27-bit article numbers.
15348         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15349         gnus-agent-read-article-number.
15350         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15351         from backend while recognizing that article numbers in .overview
15352         must be valid.
15353         (gnus-agent-update-files-total-fetched-for): Use
15354         directory-files-and-attributes to improve performance.
15355         * gnus-int.el (gnus-request-move-article): Use
15356         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15357         improve performance.
15358
15359         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15360         some users confused by references to .newsrc when they only have a
15361         .newsrc.eld file.
15362         (gnus-convert-mark-converter-prompt)
15363         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15364         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15365         New function.  Used internally to only display 'gnus converting
15366         files' message when actually necessary.
15367
15368         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15369         methods now autoloaded.
15370
15371 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15374         identifiers.
15375
15376 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * gnus-picon.el: Fix indentation and closing parenthesis.
15379
15380 2004-09-01  Simon Josefsson  <jas@extundo.com>
15381
15382         * message.el (message-canlock-generate): Require sha1, not
15383         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15384         to require within a function.  Sadly, if sha1.el isn't loaded, the
15385         let binding in m-c-g will hide the defcustom definition, which is
15386         bad.)
15387
15388         * canlock.el: Require sha1, not sha1-el.
15389
15390         * message.el: Don't autoload sha1 (there is a autoload cookie in
15391         sha1.el).
15392
15393         * sha1-el.el: Renamed to sha1.el.
15394
15395 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15396
15397         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15398
15399 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15400
15401         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15402
15403 2004-08-30  Kim F. Storm  <storm@cua.dk>
15404
15405         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15406
15407         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15408         Add :group 'nnimap.
15409
15410 2004-08-30  Andreas Schwab  <schwab@suse.de>
15411
15412         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15413         ?* and ?\;.
15414
15415         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15416         and ?\' to symbol instead of whitespace.
15417
15418 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15421
15422         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15423         instead of re-search-forward.
15424
15425         * gnus-uu.el (gnus-uu-save-article): Ditto.
15426         (gnus-uu-post-encode-uuencode): Ditto.
15427
15428         * html2text.el (html2text-clean-list-items): Ditto.
15429         (html2text-clean-dtdd): Ditto.
15430         (html2text-format-tags): Ditto.
15431
15432         * message.el (message-send-mail-with-sendmail): Fix regexp.
15433         (message-fill-field-general): Use search-forward instead of
15434         re-search-forward.
15435         (unbold-region): Ditto.
15436
15437         * nnrss.el (nnrss-request-article): Ditto.
15438
15439         * nnslashdot.el (nnslashdot-request-article): Ditto.
15440
15441         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15442
15443         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15444         "Unrecognized menu descriptor" error in XEmacs.
15445
15446 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15447
15448         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15449         parent article of a sparse article in the thread hashtb.
15450
15451 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15452
15453         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15454         (nnmail-expand-newtext): Lowercase expanded entries if
15455         nnmail-split-lowercase-expanded is non-nil.
15456
15457 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15460
15461         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15462         of gnus-tmp-news-method into string under XEmacs.  It will be
15463         passed to gnus-correct-length which takes only a string argument.
15464
15465 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-util.el (gnus-bind-print-variables): New macro.
15468         (gnus-prin1): Use it.
15469         (gnus-prin1-to-string): Use it.
15470         (gnus-pp): New function.
15471         (gnus-pp-to-string): New function.
15472
15473         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15474         Replace pp-to-string with gnus-pp-to-string.
15475         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15476         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15477         * gnus-msg.el (gnus-debug): Ditto.
15478         * gnus-score.el (gnus-score-save): Ditto.
15479         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15480         gnus-pp-to-string.
15481         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15482         with gnus-pp.
15483         * score-mode.el (gnus-score-pretty-print): Ditto.
15484         * webmail.el (webmail-debug): Ditto.
15485
15486 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-art.el (article-display-face, article-display-x-face):
15489         Use buffer-read-only.
15490
15491 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-art.el (article-hide-list-identifiers):
15494         Bind inhibit-read-only as t.
15495
15496 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15497
15498         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15499
15500 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15501
15502         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15503         (gnus-narrow-to-page): Don't assume point-min == 1.
15504         (gnus-article-edit-mode): Derive from message-mode.
15505
15506         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15507         point-min == 1.
15508
15509         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15510         Disable incorrect use of `assert'.
15511
15512         * message.el (message-mode): Set comment-start-skip.
15513
15514
15515 2004-08-22  Sam Steingold  <sds@gnu.org>
15516
15517         * pop3.el (pop3-leave-mail-on-server): New user variable.
15518         (pop3-movemail): Delete mail only when it is nil.
15519
15520 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15521
15522         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15523
15524         * mml.el (mml-preview): Use `pop-to-buffer'.
15525
15526         * message.el (message-goto-mail-followup-to): Insert after "To".
15527         (message-carefully-insert-headers): Add comment.
15528
15529         * gnus.el: Remove unused variable `gnus-article-check-size'.
15530
15531         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15532
15533         * gnus-art.el (gnus-button-alist): Improve
15534         `gnus-button-handle-library' entry.
15535
15536 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15537
15538         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15539         downcase, since XEmacs capitalizes error messages differently.
15540
15541 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15542
15543         * nntp.el: Add (require 'gnus) due to reference to
15544         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15545
15546 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15547
15548         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15549         `mm-fill-flowed'.
15550
15551         * mm-decode.el (mm-dissect-singlepart): Check it.
15552
15553 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15554
15555         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15556         'imap' for netrc parsing.
15557
15558 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * mailcap.el (mailcap-mime-data): Mark as risky.
15561
15562 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15565         may be included in the encoded word.
15566         (rfc2047-encode): Don't append a space if the encoded word
15567         includes close parenthesis.
15568
15569 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15572         of text within parentheses.
15573
15574 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15575
15576         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15577         (gnus-encrypt-write-file-contents): Make the password key the file
15578         name PLUS the cipher, not just the cipher.  Also remove failed
15579         passwords from the cache.
15580
15581 2004-08-06  Simon Josefsson  <jas@extundo.com>
15582
15583         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15584         fix.
15585
15586 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15589         LWSP.
15590
15591 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15592
15593         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15594         to append in-reply-to: data to the references: header.
15595
15596         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15597         (netrc-parse): Use gnus-encrypt.el functions.
15598
15599         * gnus-encrypt.el: Add new file for encryption support; currently
15600         does only a few GPG ciphers and an internal XOR cipher.
15601
15602         * password.el: Add comments on using password-read-and-add.
15603         (password-read-and-add): Add function to read and add the
15604         password to the cache at once.
15605
15606 2004-07-28  Simon Josefsson  <jas@extundo.com>
15607
15608         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15609         parameter (but don't use it, for now).
15610
15611         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15612         instead of hard coding to nil.
15613
15614 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15617         as mm-inline-image-xemacs does.
15618
15619 2004-07-26  Simon Josefsson  <jas@extundo.com>
15620
15621         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15622         Revert part of 2004-07-17 change below.
15623
15624 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15627         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15628
15629 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15630
15631         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15632         quotes that actually start with ">" at the beginning of the
15633         lines.
15634
15635 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * rfc2047.el (rfc2047-encode-region): Fix last change.
15638         (rfc2047-encode-parameter): Remove useless concat.
15639
15640 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15643         encode special characters; fix some kind of misconfigured headers;
15644         signal a real error if debug-on-quit or debug-on-error is non-nil.
15645         (rfc2047-encode-max-chars): New variable.
15646         (rfc2047-encode-1): Use it.
15647         (rfc2047-encode-parameter): New function.
15648
15649         * mml.el (mml-insert-parameter): Remove an excessive space.
15650
15651 2004-07-17  Simon Josefsson  <jas@extundo.com>
15652
15653         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15654         Kai Grossjohann <kai@emptydomain.de>.
15655         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15656         (gnus-group-make-menu-bar): Ditto.
15657
15658         * gnus-util.el (gnus-group-server): Add.
15659
15660 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15661
15662         * message.el (message-clone-locals): Clone sendmail and smtp
15663         variables.
15664
15665 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * rfc2047.el (rfc2047-encode-region): Fix last change.
15668
15669 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15672         characters as non-special.
15673
15674 2004-07-09  Simon Josefsson  <jas@extundo.com>
15675
15676         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15677         Users will lose all flag changes made while unplugged with
15678         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15679         good default.  See numerous reports on ding mailing list.
15680
15681 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15684         add generate-head-function and generate-article-function to the
15685         rfc822-forward entry.
15686         (nndoc-rfc822-forward-generate-article): New function.
15687         (nndoc-rfc822-forward-generate-head): New function.
15688
15689         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15690
15691 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15692
15693         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15694         respect display group parameter and gnus-summary-expunge-below.
15695         (gnus-articles-to-read): Remove unused reference to display group
15696         parameter.
15697
15698 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15699
15700         * nnheader.el (nnheader-uniquify-message-id): New experimental
15701         variable.
15702         (nnheader-nov-read-message-id): Use it.
15703
15704         * spam-report.el (spam-report-gmane): Add interactive.
15705
15706 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15709         qp-or-base64 for the application/* types.
15710
15711 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15712
15713         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15714
15715 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15716
15717         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15718         trim value.
15719
15720 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15721
15722         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15723         New macro and function.
15724         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15725
15726 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15729         after-load-alist.
15730
15731 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15732
15733         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15734         update info that isn't there.
15735
15736 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15737
15738         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15739         entry.
15740
15741 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * mm-view.el (mm-inline-render-with-function): Use multibyte
15744         buffer; decode html source by charset.
15745
15746         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15747
15748         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15749         Mule-UCS is loaded under XEmacs.
15750         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15751
15752 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15753
15754         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15755
15756 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * mm-util.el (mm-coding-system-p): Return a coding-system.
15759         (mm-mime-mule-charset-alist): Use shift_jis instead of
15760         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15761         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15762         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15763         instead of japanese-shift-jis and iso-latin-1 respectively in
15764         order to share the default value with both Emacs and XEmacs-mule.
15765         (mm-mule-charset-to-mime-charset): Make
15766         mm-coding-system-priorities effective.
15767         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15768         while predicating of candidates upon the priorities.
15769
15770 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15771
15772         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15773         gnus-uu-invert-processable.
15774
15775         * gnus.el: Autoload gnus-uu-invert-processable.
15776
15777 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * mm-util.el (mm-with-multibyte-buffer): New macro.
15780
15781         * rfc2047.el (rfc2047-encode-string): Use it.
15782         (rfc2047-encode-region): Move point to the end of the region after
15783         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15784
15785 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15788         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15789
15790 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15793         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15794         Karl Chen <quarl@nospam.quarl.org>.
15795
15796 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15797
15798         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15799         invalid addresses.
15800
15801 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15802
15803         * spam.el: Change section markers, revise TODO list.
15804         (spam-backends): Make new master list of all installed backends.
15805         (spam-summary-exit-behavior): Add new variable to determine how
15806         messages moves are done at summary exit.
15807         (spam-move-spam-nonspam-groups-only)
15808         (spam-process-ham-in-nonham-groups)
15809         (spam-process-ham-in-spam-groups): Remove variables, the
15810         spam-summary-exit-behavior variable should be used to manage this
15811         behavior.
15812         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15813         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15814         and spam-old-spam-articles.
15815         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15816         Add empty variables, placeholders for the backends they represent.
15817         (spam-set-difference): Move, unchanged.
15818         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15819         unless the user has a processor variable.
15820         (spam-classifications, spam-classification-valid-p)
15821         (spam-backend-properties, spam-backend-property-valid-p)
15822         (spam-backend-function-type-valid-p)
15823         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15824         (spam-report-articles-gmane, spam-report-articles-resend):
15825         Remove functions, they are not needed.
15826         (spam-install-backend-super, spam-backend-list)
15827         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15828         (spam-backend-function, spam-backend-ham-registration-function)
15829         (spam-backend-spam-registration-function)
15830         (spam-backend-ham-unregistration-function)
15831         (spam-backend-spam-unregistration-function)
15832         (spam-backend-statistical-p, spam-backend-mover-p)
15833         (spam-install-backend-alias, spam-install-checkonly-backend)
15834         (spam-install-mover-backend, spam-install-nocheck-backend)
15835         (spam-install-backend, spam-install-statistical-backend)
15836         (spam-install-statistical-checkonly-backend): Add backend installation
15837         support.
15838         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15839         (spam-group-processor-p): Use the new backend code and respect the
15840         summary exit behavior.
15841         (spam-mark-spam-as-expired-and-move-routine): Remove.
15842         (spam-summary-prepare): Change to use the new spam-old-articles
15843         variable.
15844         (spam-copy-or-move-routine, spam-copy-spam-routine)
15845         (spam-move-spam-routine, spam-copy-ham-routine)
15846         (spam-move-ham-routine): Add code to copy/move ham or spam.
15847         (spam-fetch-field-fast): Improve doc and code, plus allow the
15848         'number request.
15849         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15850         variables.
15851         (spam-split, spam-find-spam): Use the new backend code.
15852         (spam-registration-functions): Remove variable.
15853         (spam-unregister-routine): Add convenience wrapper.
15854         (spam-log-undo-registration, spam-register-routine)
15855         (spam-log-processing-to-registry)
15856         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15857         where possible.
15858         (spam-check-gmane-xref, spam-check-regex-headers)
15859         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15860         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15861         (spam-check-bogofilter-headers, spam-check-spamoracle)
15862         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15863         (spam-check-crm114-headers): Use the spam-split-group that
15864         spam-split prepares, no need to determine it every time.
15865
15866         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15867         to the nnheader-parse-naked-head call.
15868
15869         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15870
15871         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15872         the nnheader-nov-read-message-id call.
15873
15874 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15877         gnus-activate-group twice.  Suggested by Markus Peter
15878         <warp@spin.de>.
15879
15880 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * gnus-art.el (gnus-article-time-format): Exchange the order of
15883         day and month in the default value; fix customization type.
15884         (article-date-ut): Use add-text-properties.
15885         (article-make-date-line): Use message-make-date instead of
15886         current-time-string.
15887
15888         * message.el (message-fetch-field): Don't use set-text-properties.
15889         (message-make-date): Simplify.
15890
15891         * messagexmas.el (message-xmas-make-date): New function.
15892         (message-xmas-redefine): Defalias message-make-date to it.
15893
15894 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15897         (rfc2047-encode-region): Treat text within parentheses as special;
15898         show the original text when error has occurred.
15899
15900         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15901         already-computed method to gnus-activate-group.
15902
15903         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15904         same select-methods identical Lisp objects.
15905
15906         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15907         object when modifying the info.
15908
15909 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15912         gnus-opened-servers since it has never been opened with the new
15913         configuration yet.
15914
15915 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15918         arg to nnheader-generate-fake-message-id.
15919
15920 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15921
15922         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15923         number and build a fake message ID localized to a group and
15924         article number (so it's repeatable from that point on).
15925         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15926         ID format.
15927
15928         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15929         nnheader-generate-fake-message-id with the article number.
15930
15931 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15932
15933         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15934         end-of-buffer.
15935
15936 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15937
15938         * message.el (message-ignored-supersedes-headers): Add Approved.
15939
15940 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15943         goto-char.
15944         (rfc2047-encode): Fold the line before encoding.
15945
15946 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15947
15948         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15949         folding -- not all headers can be folded, and this should be done
15950         by the message composition mode.  Probably.  I think.
15951
15952 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15955         fast.
15956
15957         * gnus-ems.el (gnus-remove-image): Don't use
15958         message-text-with-property; remove only the image found first.
15959
15960         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15961         found first.
15962
15963 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15964
15965         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15966
15967 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * message.el (message-text-with-property): Make it fast and accept
15970         optional arguments.
15971         (message-strip-forbidden-properties): Use it.
15972         (message-fix-before-sending): Follow the m-t-w-p change.
15973
15974         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15975
15976 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * gnus-art.el (article-hide-headers): Don't change the buffer
15979         mistakenly when performing mml-preview even if
15980         gnus-single-article-buffer is nil.
15981
15982 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15983
15984         * message.el (message-expand-name-databases): New user option.
15985         (message-expand-name): Use it.
15986
15987 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15988
15989         * spam.el (spam-report-articles-resend)
15990         (spam-report-resend-register-routine): Allow ham reporting.
15991         (spam-report-resend-register-ham-routine): Add wrapper.
15992         (spam-registration-functions): Add ham resending functions.
15993         (spam-list-of-processors): Add ham resend processor.
15994
15995         * gnus.el (ham-resend-to): Add new group parameter.
15996         (spam-process): Add ham resend option.
15997
15998         * spam-report.el (spam-report-resend): Allow reporting ham.
15999         (spam-report-resend-ham): Add wrapper.
16000
16001 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16002
16003         * message.el (message-cite-articles-with-x-no-archive): New
16004         variable.
16005         (message-cite-original): Use it.
16006
16007 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16008
16009         * message.el (message-cite-original): Respect X-No-Archive.
16010
16011 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-art.el (article-hide-headers): Refer to the values for
16014         gnus-ignored-headers and gnus-visible-headers in the summary
16015         buffer since a user may have set them as group parameters.
16016
16017 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16018
16019         * assistant.el (assistant-node-name): Add convenience function.
16020         (assistant-render-text, assistant-render-node): Add error handling,
16021         plus handle multiple next nodes.
16022         (assistant-find-next-node): Comment out for now.
16023         (assistant-find-next-nodes): Add function, returns list of next
16024         nodes.
16025
16026 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16027
16028         * mail-source.el (mail-source-directory): Fix doc-string.
16029
16030 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16031
16032         * assistant.el (assistant-render-text, assistant-eval): Add :set
16033         widget type, which is different because it takes and returns a
16034         list.  Much hilarity ensues.
16035
16036 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16037
16038         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16039
16040         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16041         doc-string.
16042
16043         * gnus-start.el (gnus-activate-group): Added doc-string.
16044
16045 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16048
16049 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16050
16051         * assistant.el (assistant-render-text): Try to add a :set
16052         widget, more to come.
16053
16054         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16055         strings.
16056         (spam-report-articles-resend)
16057         (spam-register-routine): Do registration iff any articles warrant
16058         it.
16059         (spam-summary-prepare-exit): Change log message for nil group
16060         destinations.
16061
16062 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16063
16064         * spam.el (spam-report-resend-register-routine): Allow
16065         spam-report-resend-to to be a group parameter or a global value.
16066
16067 2004-05-26  Simon Josefsson  <jas@extundo.com>
16068
16069         * starttls.el: Merge with my GNUTLS based starttls.el.
16070         (starttls-gnutls-program, starttls-use-gnutls)
16071         (starttls-extra-arguments, starttls-process-connection-type)
16072         (starttls-connect, starttls-failure, starttls-success): New
16073         variables.
16074         (starttls-program, starttls-extra-args): Doc fix.
16075         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16076         functions.
16077         (starttls-negotiate, starttls-open-stream): Check
16078         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16079         function if it is set.
16080
16081 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16082
16083         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16084         structured fields.
16085
16086 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16089
16090 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16091
16092         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16093         variable.
16094         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16095         assigning the spam-mark to new messages.
16096
16097 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16098
16099         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16100
16101 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16104
16105         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16106         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16107         default.
16108
16109 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16110
16111         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16112         correct data.
16113
16114 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16115
16116         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16117         (spam-group-processor-p): Fix function.
16118         (spam-group-processor-multiple-p)
16119         (spam-group-spam-processor-report-gmane-p)
16120         (spam-group-spam-processor-report-resend-p)
16121         (spam-group-spam-processor-bogofilter-p)
16122         (spam-group-spam-processor-blacklist-p)
16123         (spam-group-spam-processor-ifile-p)
16124         (spam-group-ham-processor-ifile-p)
16125         (spam-group-spam-processor-spamoracle-p)
16126         (spam-group-spam-processor-crm114-p)
16127         (spam-group-ham-processor-bogofilter-p)
16128         (spam-group-spam-processor-stat-p)
16129         (spam-group-ham-processor-stat-p)
16130         (spam-group-ham-processor-whitelist-p)
16131         (spam-group-ham-processor-BBDB-p)
16132         (spam-group-ham-processor-spamoracle-p)
16133         (spam-group-ham-processor-copy-p): Remove functions with some
16134         prejudice against unneeded code.
16135         (spam-report-articles-resend)
16136         (spam-report-resend-register-routine): Allow the group/topic
16137         spam-resend-to value to override spam-report-resend-to.
16138         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16139         properly now.
16140
16141         * gnus.el (spam-resend-to): Add group/topic parameter.
16142         (spam-process): Move the OBSOLETE processors to the end of the
16143         choices.
16144
16145 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16146
16147         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16148         with resend-to set to nil, and then ask the user if necessary.
16149         (spam-report-resend): spam-report-resend takes a list of articles, not
16150         separate article numbers.
16151
16152 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16155         addition to emacs-w3m.
16156
16157 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16158
16159         * assistant.el (assistant-authinfo-data): New function.
16160         (assistant-eval): Eval for entire assistant.
16161
16162         * netrc.el (netrc-services-file): New variable.
16163         (netrc-parse-services): New function.
16164         (netrc-find-service-name): New function.
16165         (netrc-find-service-number): New function.
16166         (netrc-port-equal): New function.
16167         (netrc-machine): Use it.
16168
16169         * nnimap.el (nnimap-open-connection): Use netrc.
16170
16171         * gnus-util.el (gnus-netrc-get): Remove aliases.
16172
16173         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16174
16175         * assistant.el (wid-edit): Fix compilation.
16176
16177         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16178
16179 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16180
16181         * gnus-util.el (gnus-set-file-modes): New function.  (small
16182         patch).
16183
16184 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16185
16186         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16187
16188         * assistant.el (assistant-render-node): Fix up rendering and
16189         read-only text.
16190         (assistant-render-node): Reset.
16191         (assistant-make-read-only): Not sticky.
16192
16193 2004-05-20  Danny Siu  <dsiu@adobe.com>
16194
16195         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16196         centered even when gnus-auto-center-summary is t.
16197
16198 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16199
16200         * dns.el (dns-get-txt-answer): New function.
16201         (dns-read-txt): Ditto.
16202         (query-dns): Use it.
16203
16204 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16207         active for foreign groups even if the group level is higher than
16208         the specified value.
16209
16210 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16211
16212         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16213         non-active groups.
16214
16215         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16216
16217 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16218
16219         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16220
16221 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16222
16223         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16224         (spam-crm114-header, spam-crm114-spam-switch)
16225         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16226         (spam-crm114-positive-spam-header)
16227         (spam-crm114-database-directory, spam-list-of-processors)
16228         (spam-group-spam-processor-crm114-p)
16229         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16230         (spam-generic-score, spam-list-of-checks)
16231         (spam-list-of-statistical-checks, spam-registration-functions)
16232         (spam-check-crm114-headers, spam-crm114-score)
16233         (spam-check-crm114, spam-crm114-register-with-crm114)
16234         (spam-crm114-register-spam-routine)
16235         (spam-crm114-unregister-spam-routine)
16236         (spam-crm114-register-ham-routine)
16237         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16238         asjo@koldfront.dk (Adam Sjøgren).
16239
16240         * gnus.el: Add spam-use-crm114.
16241
16242         * spam.el (spam-list-of-processors, spam-registration-functions):
16243         Add spam-use-resend.
16244         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16245         (spam-report-articles-gmane): Add doc fix.
16246         (spam-report-articles-resend, spam-report-resend-register-routine):
16247         Add wrappers around spam-report-resend-to.
16248
16249         * spam-report.el (spam-report-resend-to, spam-report-resend):
16250         Add support for resending spam.
16251         (spam-report-gmane): Fix line length >80.
16252
16253         * gnus.el (spam-process): Add spam-use-resend.
16254
16255 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16256
16257         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16258         number of processed spam messages.
16259         (spam-ham-copy-or-move-routine): Return the number of processed
16260         ham messages.
16261         (spam-summary-prepare-exit): Use the above values to decide
16262         whether status messages shouled be displayed.
16263
16264 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16267         `rfc2047-encoding-function-alist' in order to avoid conflicting
16268         with the old version.
16269         (rfc2047-encode-region): Concatenate words containing non-ASCII
16270         characters in structured fields; don't encode space-delimited
16271         ASCII words even in unstructured fields; don't break words at
16272         char-category boundaries.
16273         (rfc2047-encode-1): New function.
16274         (rfc2047-encode): Use it; encode text so that it occupies the
16275         maximum width within 76-column; work correctly on Q encoding for
16276         iso-2022-* charsets.
16277         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16278         sure not to break a line just after the header name.
16279         (rfc2047-b-encode-region): Removed.
16280         (rfc2047-b-encode-string): New function.
16281         (rfc2047-q-encode-region): Removed.
16282         (rfc2047-q-encode-string): New function.
16283
16284         * mm-util.el (mm-replace-in-string): New function.
16285
16286 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16287
16288         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16289         get it right.
16290         (gnus-inews-make-draft): Really.
16291
16292 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16293
16294         * nnmh.el (nnmh-request-list-1): Don't check the link count
16295         before descending.  (small patch)
16296
16297 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16298
16299         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16300         stuff.
16301
16302         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16303         on real group name.
16304
16305         * gnus-art.el (gnus-signature-limit): Doc fix.
16306
16307         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16308
16309         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16310
16311 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16312
16313         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16314         isn't a string.
16315
16316 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16317
16318         * gnus-draft.el (gnus-draft-send): Bind
16319         rfc2047-encode-encoded-words.
16320
16321         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16322         (rfc2047-encodable-p): Say that =? needs encoding.
16323         (rfc2047-encode-encoded-words): New variable.
16324
16325         * gnus-group.el (gnus-group-select-group): Doc fix.
16326
16327         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16328
16329         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16330         to nil.
16331
16332         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16333
16334         * nnheader.el (nnheader-get-lines-and-char): New function.
16335
16336 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16337
16338         * gnus-msg.el (gnus-summary-followup-with-original): Document
16339         yanking of region when active.
16340
16341 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16344         groups if the group level is higher than the specified value.
16345
16346 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16347
16348         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16349         (gnus-group-jump-to-group): Added prefix argument using
16350         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16351         non-active group.
16352
16353         * compface.el (uncompface): Be verbose when changing
16354         `uncompface-use-external'.
16355
16356         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16357         handle manual section.
16358
16359 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16360
16361         * gnus-art.el (gnus-button-alist): Revert previous change.
16362
16363 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16364
16365         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16366
16367 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16368
16369         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16370         whether backend can accept message.
16371
16372         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16373
16374 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16375
16376         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16377         Avoid creating directory when nntp-marks-is-evil is true.
16378         Reported by Reiner Steib.
16379
16380 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16381
16382         * gnus-picon.el (gnus-picon-style): New variable.
16383         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16384         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16385         Jesper Harder <harder@ifa.au.dk>.
16386
16387 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16388
16389         * message.el (message-fill-field): Return point.
16390         (message-generate-headers): Go to end of field.
16391
16392         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16393         stuff for non-living groups.
16394
16395 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16396
16397         * gnus-art.el (gnus-article-followup-with-original)
16398         (gnus-article-reply-with-original): gnus-mark-active-p ->
16399         gnus-region-active-p.
16400
16401 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16402
16403         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16404         only when there is spam or ham to be processed.
16405
16406 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16407
16408         * mail-source.el (mail-source-delete-crash-box): Refactor.
16409         (mail-source-fetch): Use it.
16410         (mail-source-fetch-file): Ditto.
16411         (mail-source-fetch-directory): Run postscript in loop.
16412         (mail-source-fetch-pop): Delete.
16413         (mail-source-fetch-maildir): Ditto.
16414         (mail-source-fetch-imap): Ditto.
16415
16416         * imap.el (imap-authenticators): Comment out sasl.
16417
16418         * message.el (message-skip-to-next-address): New function.
16419         (message-fill-header-address): Refactor.
16420         (message-fill-address): Use it.
16421         (message-delete-address): Use it.
16422         (message-fill-header-general): Refactor.
16423         (message-fill-field-address): Rename.
16424         (message-narrow-to-field): Find the start of the header.
16425         (message-header-format-alist): Don't pre-fill.
16426         (message-fill-header): Removed.
16427         (message-insert-header): New function.
16428         (message-shorten-references): Use it.
16429
16430         * rfc2047.el (rfc2047-field-value): Strip props.
16431
16432         * mail-parse.el (mail-header-make-address): New alias.
16433
16434         * ietf-drums.el (ietf-drums-make-address): New function.
16435
16436         * imap.el: Add compiler directives.
16437
16438         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16439
16440         * gnus-art.el (article-decode-idna-rhs): Don't use
16441         message-idna-inside-rhs-p.
16442
16443 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16444
16445         * message.el (message-idna-inside-rhs-p): Removed.
16446         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16447
16448         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16449         false positives.
16450
16451 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16452
16453         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16454
16455 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16456
16457         * nneething.el (nneething-file-name): Don't create spurious
16458         files.
16459
16460         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16461         (gnus-inews-do-gcc): Remove sleep.
16462
16463         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16464         part under point.
16465
16466         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16467         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16468
16469 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16470
16471         * spam.el (spam-summary-prepare-exit): Fixed (length).
16472
16473 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16474
16475         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16476         as expired without moving it" message when there are spam
16477         messages left.
16478
16479 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16480
16481         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16482         header is not nil.
16483
16484 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16485
16486         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16487         nntp-possibly-create-directory, not nntp-possibly-change-group.
16488         (nntp-marks-changed-p): New arg SERVER.
16489         (nntp-request-update-info): Adjust caller.
16490
16491 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16492
16493         * nntp.el (nntp-save-marks): Pass missing arg.
16494
16495 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16496
16497         * nntp.el: Support marks.
16498         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16499         (nntp-marks-modtime, nntp-marks-directory): New variables.
16500         (nntp-request-set-mark, nntp-request-update-info)
16501         (nntp-possibly-create-directory, nntp-marks-changed-p)
16502         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16503         functions.
16504
16505 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16506
16507         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16508         (gnus-xmas-redefine): Rename.
16509
16510         * gnus-score.el (gnus-score-insert-help): Use
16511         gnus-select-lowest-window.
16512
16513         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16514         appt-select-lowest-window and rename to gnus-select-lowest-window.
16515
16516         * gnus.el: do.
16517
16518 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16519
16520         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16521         encodings of MIME-encoded words, in order to improve
16522         interoperability with several broken MUAs.
16523
16524 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16525
16526         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16527         tags, only when charsets are not specified in headers.
16528         (mm-inline-text-html-render-with-w3m): Ditto.
16529
16530         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16531         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16532
16533 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16534
16535         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16536         instead of MIME-decoded from fields when checking
16537         `gnus-article-address-banner-alist'.
16538
16539 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16542         description rather than subject.
16543
16544 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16545
16546         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16547
16548 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16549
16550         * gnus.el (gnus-version-number): Bump.
16551
16552 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16553
16554         * gnus.el: No Gnus v0.2 is released.
16555
16556 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16557
16558         * gnus-agent.el (gnus-agent-read-agentview): Inline
16559         gnus-uncompress-range.
16560
16561 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16562
16563         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16564         `exec-installed-p'.
16565
16566 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16567
16568         * gnus.el (spam-process, spam-autodetect-methods): Add
16569         bsfilter and bsfilter-headers.
16570
16571         * spam.el (spam-bsfilter): New customize group.
16572         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16573         (spam-bsfilter-header, spam-bsfilter-probability-header)
16574         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16575         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16576         (spam-bsfilter-database-directory): New options.
16577         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16578         (spam-list-of-statistical-checks, spam-registration-functions):
16579         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16580         (spam-bsfilter-score): New command.
16581         (spam-check-bsfilter-headers, spam-check-bsfilter)
16582         (spam-bsfilter-register-with-bsfilter)
16583         (spam-bsfilter-register-spam-routine)
16584         (spam-bsfilter-unregister-spam-routine)
16585         (spam-bsfilter-register-ham-routine)
16586         (spam-bsfilter-unregister-ham-routine): New functions.
16587         (spam-generic-score): Support bsfilter; Accept an optional argument
16588         to recalcurate spam score even if scoring header has already been
16589         added.
16590         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16591         optional argument to recalcurate spam score even if scoring header
16592         has already been added.
16593
16594 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16595
16596         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16597         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16598         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16599         link is missing.
16600
16601 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16602
16603         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16604         (html2text-get-attr): Rewrite.
16605
16606         * message.el (message-setup-1): Remove redundant put-text-property
16607         on mail-header-separator.
16608
16609 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16610
16611         * gnus-registry.el (gnus-registry-cache-whitespace)
16612         (gnus-registry-action, gnus-registry-spool-action)
16613         (gnus-registry-split-fancy-with-parent): Change message levels
16614         from 5 to 3 or 7, as needed.
16615
16616         * spam.el (spam-summary-prepare-exit)
16617         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16618         (spam-split, spam-find-spam, spam-log-undo-registration)
16619         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16620         level from 5 to 6.
16621
16622 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16625         2004-03-04 change).
16626
16627 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16628
16629         * sieve-manage.el (sieve-manage-open):
16630         * nnweb.el (nnweb-insert-html):
16631         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16632         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16633         * nnspool.el (nnspool-request-group):
16634         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16635         * nnml.el (nnml-request-update-info):
16636         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16637         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16638         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16639         (nnimap-request-set-mark):
16640         * nnfolder.el (nnfolder-request-update-info):
16641         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16642         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16643         * gnus-uu.el (gnus-uu-find-articles-matching):
16644         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16645         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16646         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16647         * gnus-nocem.el (gnus-nocem-scan-groups):
16648         * gnus-int.el (gnus-start-news-server):
16649         * gnus-group.el (gnus-group-make-kiboze-group)
16650         (gnus-group-browse-foreign-server):
16651         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16652         Use mapc when appropriate.
16653
16654 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16655
16656         FIXME: Make separate entries for each person.
16657
16658         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16659         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16660         <shields@msrl.com>:
16661
16662         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16663         may need for spam sorting and scoring.
16664         (spam-user-format-function-S): Add user format function suitable for
16665         general use.
16666         (spam-article-sort-by-spam-status): Add sorting function for summary
16667         sorting.
16668         (spam-extra-header-to-number): Add function to get a score from a
16669         header.
16670         (spam-summary-score): Add function to get a numeric score from the
16671         headers.
16672         (spam-generic-score): Fix function doc, was in wrong place.
16673         (spam-initialize): Take symbols when it's run, and install the
16674         extra headers that spam-necessary-extra-headers thinks we need.
16675
16676 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16677
16678         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16679         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16680
16681 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16682
16683         * gnus-sum.el (gnus-set-global-variables)
16684         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16685         (gnus-article-get-xrefs, gnus-summary-best-group)
16686         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16687         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16688         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16689         Use with-current-buffer.
16690
16691 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16692
16693         * spam.el (spam-summary-prepare-exit): Simplify logic.
16694         (spam-fetch-article-header): Read the article header if it's not
16695         available.
16696         (spam-list-articles): Simplify logic.
16697         (spam-filelist-register-routine): Fix bug with unregister-list.
16698
16699         * gnus-registry.el: Fix comments at beginning.
16700
16701 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16702
16703         * message.el (message-cater-to-broken-inn): Remove.
16704         (message-shorten-references): Make sure the total folded length of
16705         References is shorter than 998 characters to cater to a bug in INN
16706         2.3.  Also, don't pretend that references aren't folded -- this
16707         hasn't worked for a while.
16708
16709 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16710
16711         * gnus-agent.el (gnus-agentize):
16712         gnus-agent-send-mail-real-function no longer set to current value
16713         of message-send-mail-function but rather a lambda that calls
16714         message-send-mail-function.  The change makes the agent real-time
16715         responsive to user changes to message-send-mail-function.
16716
16717 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16718
16719         * legacy-gnus-agent.el
16720         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16721         help from Florian Weimer <fw@deneb.enyo.de>
16722
16723 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * nnmail.el (nnmail-cache-insert): Revert last change.
16726
16727 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * nnmail.el (nnmail-cache-insert): Always check whether
16730         nnmail-cache-ignore-groups matches a group name.
16731
16732 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16733
16734         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16735         (spam-find-spam, spam-log-processing-to-registry)
16736         (spam-log-registered-p, spam-log-unregistration-needed-p)
16737         (spam-log-undo-registration): Use gnus-message instead of
16738         gnus-error, none of these errors are fatal.
16739
16740         * gnus-registry.el (gnus-registry-clean-empty-function)
16741         (gnus-registry-clean-empty): Remove only empty entries without
16742         extra data.
16743
16744 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16745
16746         * spam-stat.el (spam-stat-buffer-change-to-spam)
16747         (spam-stat-buffer-change-to-non-spam): Change (error) to
16748         (gnus-message 8) invocation.
16749
16750 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * nntp.el (nntp-via-netcat-command): New variable.
16753         (nntp-via-netcat-switches): New variable.
16754         (nntp-open-via-rlogin-and-netcat): New function.
16755         (nntp-open-connection-function): Doc fix.
16756         (nntp-telnet-command): Doc fix.
16757         (nntp-end-of-line): Doc fix.
16758         (nntp-via-rlogin-command): Doc fix.
16759         (nntp-via-user-name): Doc fix.
16760         (nntp-via-address): Doc fix.
16761
16762 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16765         error in Emacs 21.1.
16766
16767 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16768
16769         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16770
16771 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16772
16773         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16774         (gnus-agent-with-refreshed-group): New macro.
16775         (gnus-agent-rename-group): New function.
16776         (gnus-agent-delete-group): New function.
16777         (gnus-agent-save-group-info): Use gnus-command-method when
16778         `method' parameter is nil.  Don't write nil entries into the
16779         active file.
16780         (gnus-agent-get-group-info): New function.
16781         (gnus-agent-fetch-articles): Use
16782         gnus-agent-update-files-total-fetched-for to increment disk space
16783         used.
16784         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16785         gnus-agent-update-view-total-fetched-for to increment disk space
16786         used.
16787         (gnus-agent-get-local): Added optional parameters to avoid calling
16788         gnus-group-real-name and gnus-find-method-for-group.
16789         (gnus-agent-set-local): Delete stored entry if either min, or max,
16790         are nil.
16791         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16792         quit, use gnus-agent-regenerate-group to record existance of any
16793         articles fetched to disk before the quit occurred.
16794         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16795         gnus-agent-update-view-total-fetched-for, and
16796         gnus-agent-update-files-total-fetched-for to decrement disk space
16797         used.
16798         (gnus-agent-retrieve-headers): Use
16799         gnus-agent-update-view-total-fetched-for to increment disk space
16800         used.
16801         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16802         with gnus-agent-update-files-total-fetched-for to decrement disk
16803         space and fresh group buffer.
16804         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16805         (gnus-agent-need-update-total-fetched-for): New variable.
16806         (gnus-agent-update-files-total-fetched-for): New function.
16807         (gnus-agent-update-view-total-fetched-for): New function.
16808         (gnus-agent-total-fetched-for): New function.
16809
16810         * gnus-cache.el (gnus-cache-save-buffers): Use
16811         gnus-cache-update-overview-total-fetched-for to change disk space
16812         used by this group.
16813         (gnus-cache-possibly-enter-article): Use
16814         gnus-cache-update-file-total-fetched-for to increment disk space
16815         used by this group.
16816         (gnus-cache-possibly-remove-article): Use
16817         gnus-cache-update-file-total-fetched-for to decrement disk space
16818         used by this group.
16819         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16820         (gnus-cache-rename-group): New function.
16821         (gnus-cache-delete-group): New function.
16822         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16823         (gnus-cache-need-update-total-fetched-for): New variable.
16824         (gnus-cache-with-refreshed-group): New macro.
16825         (gnus-cache-update-file-total-fetched-for): New function.
16826         (gnus-cache-update-overview-total-fetched-for): New function.
16827         (gnus-cache-rename-group-total-fetched-for): New function.
16828         (gnus-cache-delete-group-total-fetched-for): New function.
16829         (gnus-cache-total-fetched-for): New function.
16830
16831         * gnus-group.el: Require gnus-sum and autoload functions to
16832         resolve warnings when gnus-group.el compiled alone.
16833         (gnus-group-line-format): Documented new %F.
16834         (size of Fetched data) group line format; identifies disk space
16835         used by agent and cache.
16836         (gnus-group-line-format-alist): Defined new F format.
16837         (gnus-total-fetched-for): New function.
16838         (gnus-group-delete-group): No longer update
16839         gnus-cache-active-altered as gnus-request-delete-group now keeps
16840         the cache in sync.
16841         (gnus-group-list-active): Let the agent store a server's active
16842         list if currently plugged.
16843
16844         * gnus-int.el (gnus-request-delete-group):
16845         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16846         local disk in sync with the server.
16847         (gnus-request-rename-group):
16848         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16849         local disk in sync with the server.
16850
16851         * gnus-start.el (gnus-get-unread-articles):
16852         Cosmetic simplification to logic.
16853
16854         * gnus-util.el (gnus-rename-file): New function.
16855
16856 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16857
16858         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16859
16860 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16861
16862         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16863         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16864
16865 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16866
16867         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16868         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16869
16870 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16871
16872         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16873
16874 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16875
16876         * spam.el (spam-set-difference): Add function to replace
16877         gnus-set-difference in spam.el.
16878         (spam-summary-prepare-exit): Use spam-set-difference.
16879
16880 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16881
16882         * gnus-registry.el (gnus-registry-cache-file): Update to use
16883         gnus-dribble-directory OR gnus-home-directory OR ~.
16884         (gnus-registry-split-fancy-with-parent): Fix doc.
16885
16886 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16887
16888         * message.el (message-exchange-point-and-mark): Use
16889         message-mark-active-p.  Suggested by Jesper Harder
16890         <harder@ifa.au.dk>.
16891
16892 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * message.el (message-exchange-point-and-mark): Don't activate
16895         region if it was inactive.  Suggested by Hiroshi Fujishima
16896         <pooh@nature.tsukuba.ac.jp>.
16897
16898 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * gnus-art.el (article-display-face): Display Faces in the same
16901         order as X-Faces.
16902
16903 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16904
16905         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16906
16907 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16910         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16911         (gnus-article-mime-hierarchy): Remove.
16912         (gnus-article-mime-hierarchy-next): Remove.
16913         (gnus-article-mode): Revert 2004-03-19 change.
16914         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16915         (gnus-insert-mime-button): Revert 2004-03-19 change.
16916         (gnus-mime-accumulate-hierarchy): Remove.
16917         (gnus-mime-enter-multipart): Remove.
16918         (gnus-mime-leave-multipart): Remove.
16919         (gnus-mime-display-part): Revert 2004-03-19 change.
16920         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16921
16922         * mml.el (mml-preview): Revert 2004-03-19 change.
16923
16924 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16925
16926         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16927
16928 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16931         t while entering a file name using the mm-with-multibyte macro.
16932         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16933
16934         * mm-util.el (mm-with-multibyte): New macro.
16935
16936 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16939         user option.
16940         (gnus-mime-multipart-functions): Doc and customization fix.
16941         (gnus-article-mime-hierarchy): New variable.
16942         (gnus-article-mime-hierarchy-next): New variable.
16943         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16944         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16945         gnus-article-mime-hierarchy-next to nil.
16946         (gnus-insert-mime-button): Show hierarchy numbers.
16947         (gnus-mime-accumulate-hierarchy): New function.
16948         (gnus-mime-enter-multipart): New function.
16949         (gnus-mime-leave-multipart): New function.
16950         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16951         (gnus-mime-display-alternative): Show hierarchy numbers.
16952
16953         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16954         gnus-article-mime-hierarchy-next to nil.
16955
16956 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16957
16958         * dns.el: Don't require gnus-xmas.
16959
16960 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16961
16962         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16963         inline PGP.
16964         (mml-menu): Disable mml-quote-region if mark is inactive.
16965
16966 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16969         when the group's active is not available.
16970
16971 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16974         error.
16975
16976 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * imap.el (imap-store-password): New variable.
16979         (imap-interactive-login): Use it.
16980         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16981
16982 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16985         window-start and hscroll to summary window.
16986
16987 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16988
16989         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16990         conversion message to newsrc-dribble when an actual conversion is
16991         performed.
16992
16993 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16994
16995         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16996
16997 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * mm-decode.el (mm-complicated-handles): New function reviving
17000         former definition of mm-multiple-handles.
17001
17002         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17003         (gnus-mime-delete-part): Use it.
17004
17005 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17006
17007         * gnus-agent.el (gnus-agent-read-local): Bind
17008         nnheader-file-coding-system to gnus-agent-file-coding-system to
17009         avoid the implicit assumption that they will always be equal.
17010         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17011         coding-system-for-write, as the with-temp-file macro first prints
17012         to a buffer then saves the buffer.
17013
17014 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus-art.el (gnus-article-edit-part): New function.
17017         (gnus-mime-save-part-and-strip): Use it; do query instead of
17018         signaling an error; don't use mm-multiple-handles.
17019         (gnus-mime-delete-part): Ditto.
17020
17021 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17022
17023         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17024         old file versions.
17025         (gnus-group-prepare-hook): Removed function that converted list
17026         form of gnus-agent-expire-days to group properties.
17027
17028         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17029         (gnus-request-accept-article): Re-indented.
17030
17031         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17032         converters to handle old agent file formats.  Added logic for a
17033         "backup before upgrading warning".
17034         (gnus-convert-mark-converter-prompt): Developers can mark
17035         functions as needing (default), or not needing,
17036         gnus-convert-old-newsrc's "backup before upgrading warning".
17037         (gnus-convert-converter-needs-prompt): Tests whether the user
17038         should be protected from potentially irreversable changes by the
17039         function.
17040
17041         * legacy-gnus-agent.el: New.  Provides converters that are only
17042         loaded when gnus-convert-old-newsrc needs to call them.
17043
17044 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * mail-source.el (mail-source-touch-pop): Doc fix.
17047
17048         * message.el (message-smtpmail-send-it): Doc fix.
17049
17050 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17051
17052         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17053
17054         * nnmail.el (nnmail-split-fancy): do.
17055
17056         * gnus-kill.el (gnus-kill, gnus-execute): do.
17057
17058 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17059
17060         * gnus-sum.el (gnus-widget-reversible-match)
17061         (gnus-widget-reversible-to-internal)
17062         (gnus-widget-reversible-to-external): New functions.
17063         (gnus-widget-reversible): New widget.
17064         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17065
17066 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17067
17068         * gnus-sum.el (gnus-thread-sort-functions)
17069         (gnus-article-sort-functions): Document `(not F)' items.
17070
17071 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17072
17073         * spam.el (spam-use-gmane-xref): Add new backend.
17074         (spam-gmane-xref-spam-group): Add variable to control the name of the
17075         Gmane spam group.
17076         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17077         (spam-regex-headers-spam, spam-regex-headers-ham)
17078         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17079         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17080         backends and checks.
17081         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17082
17083         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17084         an autodetect method.
17085
17086 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17087
17088         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17089         articles are being added to a group.
17090         (gnus-request-replace-article): Inform the agent that articles
17091         need to be uncached as the cached contents are no longer valid.
17092
17093 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * binhex.el: Don't autoload executable-find.
17096
17097         * canlock.el: Don't autoload mail-fetch-field.
17098
17099         * dgnushack.el: Autoload c-mode for XEmacs.
17100
17101         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17102
17103         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17104         rmail-dont-reply-to and rmail-output.
17105
17106         * gnus-score.el: Don't autoload ffap-string-at-point.
17107
17108         * gnus-setup.el: Don't autoload sc-cite-original.
17109
17110         * imap.el: Don't autoload base64-decode-string,
17111         base64-encode-string and md5.
17112
17113         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17114         and rmail-msg-restore-non-pruned-header.
17115
17116         * mm-decode.el: Don't autoload executable-find.
17117
17118         * mm-url.el: Don't autoload executable-find.
17119
17120         * mm-view.el: Don't autoload diff-mode.
17121
17122         * nndb.el: Don't autoload news-reply-mode, news-setup,
17123         cancel-timer and telnet.
17124
17125         * password.el: Don't autoload run-at-time for Emacs.
17126
17127         * sha1-el.el: Don't autoload executable-find.
17128
17129         * sieve-mode.el: Don't autoload c-mode.
17130
17131         * uudecode.el: Don't autoload executable-find.
17132
17133 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17134
17135         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17136         (gnus-agent-possibly-alter-active): Avoid null in numeric
17137         comparison.
17138         (gnus-agent-set-local): Refuse to save null in local object table.
17139         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17140         list of articles that will be marked as unread.
17141
17142 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17145
17146 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17147
17148         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17149         language tags.
17150
17151 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17152
17153         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17154         Don't bind "obarray".
17155
17156         * gnus-sum.el (gnus-thread-sort-functions): Added
17157         `gnus-thread-sort-by-most-recent-number' and
17158         `gnus-thread-sort-by-most-recent-date'.
17159         Reported by Kai Grossjohann <kai@emptydomain.de>.
17160
17161 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17164
17165 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17166
17167         * gnus-cus.el (gnus-agent-customize-category): Removed
17168         ignore-errors macro reference that required cl to be loaded at
17169         run-time.
17170
17171         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17172         single-interval range of the form (min . max).  Previously the
17173         range had to look like ((min . max)).  Likewise, return
17174         (min . max) rather than ((min . max)).
17175         (gnus-range-map): Use gnus-range-normalize to accept
17176         single-interval range.
17177
17178         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17179         the cache, but not the agent, now appear with their usual face.
17180
17181         * dgnushack.el (loaddir): New variable that is bound to the
17182         directory containing the dgnushack.el file. Use loaddir, rather
17183         than srcdir, to update load-path. Change lets dgnushack compile
17184         code in directories other than GNUS/lisp.
17185
17186 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * lpath.el: Don't bind w3m-safe-url-regexp.
17189
17190         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17191         w3m-safe-url-regexp variable buffer-local.
17192
17193         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17194
17195 2004-02-27  Simon Josefsson  <jas@extundo.com>
17196
17197         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17198         gnus-group-real-prefix.
17199         (gnus-summary-move-article): Use it, instead of
17200         gnus-group-real-prefix.
17201
17202 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * lpath.el: Bind w3m-safe-url-regexp.
17205
17206         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17207         w3m-safe-url-regexp variable buffer-local and set it as the value
17208         of mm-w3m-safe-url-regexp.
17209
17210         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17211
17212         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17213         parsing gnus-posting-styles when the message is not for replying.
17214
17215         * dgnushack.el: Autoload sgml-mode for XEmacs.
17216
17217         * nnrss.el (nnrss-opml-export): Use
17218         mm-set-buffer-file-coding-system instead of
17219         set-buffer-file-coding-system.
17220
17221 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17222
17223         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17224         of checkdoc.el).
17225         * nnrss.el: do.
17226         * gnus-mlspl.el: do.
17227         * gnus-ml.el: do.
17228         * gnus-srvr.el: do.
17229
17230         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17231
17232 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17233
17234         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17235         Corrections to custom-manual links.
17236
17237         * gnus-art.el (gnus-article): Ditto.
17238
17239         * mm-decode.el (mime-display, mime-security): Ditto.
17240
17241 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17242
17243         * flow-fill.el: Typo.
17244
17245 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17246
17247         * spam-wash.el: New file.
17248
17249 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17250
17251         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17252
17253 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17254
17255         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17256         to be run with new-articles as LIST1, not LIST2.
17257         (spam-registration-functions): Add spam-use-ham-copy as a nil
17258         registration backend.
17259
17260 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17261
17262         * spam-stat.el (spam-stat-washing-hook): New option.
17263         (spam-stat-buffer-words): Use it.
17264         (spam-stat-process-directory, spam-stat-test-directory): Use
17265         insert-file-contents-literally.
17266         (spam-stat-coding-system): New variable.
17267         (spam-stat-load, spam-stat-save): Use it.
17268
17269 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * spam-report.el (spam-report-plug-agent): Quote
17272         spam-report-url-to-file and spam-report-url-ping-plain.
17273
17274 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17277         / in mailto URLs.
17278
17279 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * spam-report.el (spam-report-process-queue): Fix interactive use.
17282         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17283         (spam-report-unplug-agent): Doc fixes.
17284         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17285         (spam-report-agentize, spam-report-deagentize): Autoload.
17286
17287 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17290
17291         * message.el (message-setup-fill-variables): Add mml tags to
17292         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17293         <ajk@iu.edu>.
17294         (message-mode): Don't modify paragraph-separate there.
17295
17296 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * compface.el (uncompface-use-external): Default to undecided.
17299         (uncompface-use-external-threshold): New variable.
17300         (uncompface-float-time): New macro.
17301         (uncompface): Determine whether to use the external decoder if
17302         uncompface-use-external is undecided.
17303
17304 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17305
17306         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17307         after images.
17308
17309         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17310
17311 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17312
17313         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17314
17315         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17316
17317         * gnus-sum.el (gnus-summary-limit-to-age)
17318         (gnus-summary-limit-children): do.
17319
17320         * gnus-int.el (gnus-request-scan): do.
17321
17322         * gnus-group.el (gnus-group-suspend): do.
17323
17324         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17325
17326         * gnus-cite.el (gnus-cite-parse-attributions): do.
17327
17328         * gnus-agent.el (gnus-summary-set-agent-mark)
17329         (gnus-agent-regenerate-group): do.
17330
17331         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17332
17333         * binhex.el (binhex-decode-region-internal): do.
17334
17335 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * gnus-fun.el (gnus-face-properties-alist): New user option.
17338         (gnus-display-x-face-in-from): Use it.
17339
17340         * gnus-art.el (article-display-face): Ditto.
17341
17342         * compface.el (uncompface-use-external): Default to nil.
17343
17344 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17345
17346         * nntp.el (nntp-erase-buffer): New function.
17347         (nntp-retrieve-data, nntp-send-command)
17348         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17349         (nntp-possibly-change-group): Use it.
17350
17351         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17352         with-current-buffer.
17353
17354 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17355
17356         * compface.el: Merge the ELisp-based uncompface program.
17357         (compface): New customization group.
17358         (uncompface-use-external): New user option.
17359         (uncompface): Call uncompface-internal if uncompface-use-external
17360         is nil.
17361         (uncompface-internal): New function.  Note that there are also
17362         some other functions and variables added for this function.
17363
17364 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17365
17366         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17367         if necessary.
17368
17369 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17370
17371         * spam-report.el (spam-report-unplug-agent)
17372         (spam-report-plug-agent, spam-report-deagentize)
17373         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17374         Add support for the Agent in spam-report: when unplugged, report to a
17375         file; when plugged, submit all the requests.
17376
17377         * spam.el (spam-register-routine): Fix message about
17378         registration.
17379
17380 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17381
17382         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17383         dependencies.
17384         (rfc2047-encode): Use it.
17385
17386         * gnus-art.el (gnus-button-marker-list): Move before first
17387         reference.
17388
17389         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17390         (imap-parse-body): Fix format string mismatch.
17391
17392         * gnus-score.el (gnus-summary-increase-score): do.
17393
17394         * nnrss.el (nnrss-close): New function.
17395
17396 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * nnrss.el (nnrss-make-filename): New function.
17399         (nnrss-request-delete-group, nnrss-read-server-data)
17400         (nnrss-save-server-data, nnrss-read-group-data)
17401         (nnrss-save-group-data): Use it.
17402         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17403         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17404         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17405
17406 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17407
17408         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17409
17410 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17411
17412         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17413         files.
17414
17415         * message.el (message-generate-headers-first): Don't quote nil
17416         and t in docstrings.
17417
17418         * imap.el (imap-id): do.
17419
17420         * gnus-agent.el (gnus-agent-consider-all-articles)
17421         (gnus-agent-queue-mail): do.
17422
17423 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17424
17425         * spam-report.el (spam-report-process-queue): New function.
17426         Process requests from `spam-report-requests-file'.
17427         (spam-report-process-queue): Doc fix.
17428
17429 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17430
17431         * spam.el (spam-register-routine)
17432         (spam-log-processing-to-registry, spam-log-registered-p)
17433         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17434         Change "check" to "spam-check" for semi-clarity.
17435
17436 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17437
17438         * pop3.el: Require nnheader.
17439
17440         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17441
17442         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17443
17444         * gnus-picon.el: Require cl.
17445
17446         * gnus-fun.el: Require gnus-ems and gnus-util.
17447
17448         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17449
17450         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17451
17452         * gnus-art.el (gnus-article-edit-mode): Define before first
17453         reference.
17454
17455 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17456
17457         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17458         (gnus-uu-post-encoded): Use point-at-bol.
17459
17460         * gnus-topic.el (gnus-group-active-topic-p): do.
17461
17462         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17463
17464         * gnus-group.el (gnus-group-kill-region): do.
17465
17466         * gnus-art.el (article-date-ut): do.
17467
17468         * message.el (message-fetch-field): Remove redundant
17469         case-fold-search binding.
17470         (message-narrow-to-field): Simplify.
17471
17472 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17473
17474         * spam.el (spam-directory): Derive from `gnus-directory'.
17475
17476         * spam-report.el (spam-report-url-to-file)
17477         (spam-report-requests-file): New function and variable for offline
17478         reporting.
17479         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17480         and user defined function.
17481         (spam-report-url-ping-mm-url): Remove doubled slash.
17482
17483 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17484
17485         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17486
17487 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17488
17489         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17490         format string mismatch.
17491
17492         * sieve.el (sieve-deactivate-all): do.
17493
17494         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17495
17496         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17497
17498         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17499
17500         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17501
17502 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17503
17504         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17505         the list of checks.
17506
17507 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17508
17509         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17510         padding.
17511
17512 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17513
17514         * mm-view.el (mm-fill-flowed): New variable.
17515         (mm-inline-text): Use it.
17516
17517 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17518
17519         * spam.el (spam-spamassassin-register-ham-routine)
17520         (spam-spamassassin-register-spam-routine): Fix function names.
17521
17522 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17523
17524         * gnus.el (gnus-tmp-grouplens): Remove.
17525         (gnus-summary-line-format): Remove grouplens.
17526
17527         * gnus-group.el (gnus-group-line-format): Ditto.
17528
17529         * gnus-spec.el (gnus-format-specs): Ditto.
17530         (gnus-update-format-specifications): Flush the group format spec
17531         cache if there's the grouplens stuff.
17532         (gnus-parse-simple-format): Replace %l with the empty string.
17533
17534 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17535
17536         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17537         omission.
17538
17539 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17542         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17543
17544 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17545
17546         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17547         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17548         New macros and functions.
17549         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17550         Handle > NLINK_MAX messages.
17551         * nnmaildir.el (nnmaildir-request-set-mark): Use
17552         nnmaildir--emlink-p and nnmaildir--eexist-p.
17553
17554 2004-01-25  Alex Schroeder  <alex@gnu.org>
17555
17556         * spam-stat.el (spam-stat-process-directory-age): New option.
17557         (spam-stat-process-directory): Use it.
17558
17559 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17560
17561         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17562         (spam-stat-save): Accept prefix argument.
17563
17564 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17565
17566         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17567         links" error.
17568
17569 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17572         the rest of the and/or forms.
17573
17574 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17575
17576         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17577         compatibility with old .newsrc.eld files.
17578
17579         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17580
17581         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17582
17583         * gnus-start.el (gnus-1): do.
17584
17585         * gnus-group.el (gnus-group-line-format-alist): do.
17586
17587         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17588
17589         * gnus-gl.el: Remove.
17590
17591 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17592
17593         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17594         marks consisting of a single range {for example, (3 . 5)} rather
17595         than a list of a single range { ((3 . 5)) }.
17596
17597 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17598
17599         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17600         with-current-buffer.
17601         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17602         avoid consing a string.
17603
17604         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17605         Remove obsolete entries for big5 and gb2312.
17606
17607 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17608
17609         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17610         uncompressed list.
17611
17612 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17613
17614         * spam-stat.el (spam-stat-strip-xref): New function.
17615         (spam-stat-process-directory): Use it.
17616
17617         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17618         here -- it's done in message-fetch-field.
17619
17620 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17621
17622         * gnus-agent.el (gnus-agent-queue-mail)
17623         (gnus-agent-prompt-send-queue): New variables.
17624         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17625         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17626         "nndraft:queue" along to gnus-draft-send.  Use
17627         gnus-agent-prompt-send-queue.
17628         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17629         is "nndraft:queue".  Suggested by Gaute Strokkenes
17630         <gs234@srcf.ucam.org>
17631
17632         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17633         (agent-enable-undownloaded-faces): Added.
17634         (gnus-agent-cat-groups): Use eval-and-compile, not
17635         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17636         method of gnus-agent-cat-groups even when the buffer has been
17637         evaled.
17638         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17639         delete gnus-agent-save-active-1.
17640         (gnus-agent-save-groups): Deleted.  Identical to
17641         gnus-agent-save-active.
17642         (gnus-agent-write-active): No longer adjust agent's copy of active
17643         file as agent's adjustments are now stored in their own
17644         file.  Removed optional parameter.
17645         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17646         servers.  Add use of min/max range limits from server's local
17647         file.
17648         (gnus-agent-save-alist): Removed unused optional argument.
17649         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17650         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17651         (gnus-agent-set-local): A per-server file that keeps min/max range
17652         limits for articles known to the agent.  Provides a fast mechanism
17653         for altering many active ranges.
17654         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17655         active file (local makes it unnecessary).
17656         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17657
17658         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17659         (agent-enable-undownloaded-faces): Added.
17660
17661         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17662         disable it when sending to "nndraft:queue".
17663         (gnus-group-send-queue): Add safety check to avoid sending queue
17664         when unplugged.
17665
17666         * gnus-group.el (gnus-group-catchup): Use new
17667         gnus-sequence-of-unread-articles, not
17668         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17669         numbers of articles.  Use gnus-range-map to avoid having to
17670         uncompress the unread list.
17671         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17672         Fixed invalid ange-ftp reference.
17673
17674         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17675         (gnus-sorted-range-intersection): Intersection of two ranges
17676         without requiring that they first be uncompressed.
17677
17678         * gnus-start.el (gnus-activate-group): Unless blocked by the
17679         caller, possibly expand the active range to include both cached
17680         and agentized articles.
17681         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17682         multiple version-dependent converters.
17683         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17684         gnus-agent-save-active.
17685         (gnus-save-newsrc-file): Save dirty agent range limits.
17686
17687         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17688         gnus-agent-possibly-alter-active.
17689         (gnus-adjust-marked-articles): Faster handling of simple lists.
17690
17691 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17692
17693         * spam-stat.el (spam-stat-test-directory): New optional argument
17694         displays a list of files detected.  Suggested by Andrew Cohen
17695         <cohen@andy.bu.edu>.
17696         (spam-stat-buffer-words-with-scores): Don't narrow and change
17697         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17698
17699 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17700
17701         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17702         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17703         (spam-spamassassin-arguments)
17704         (spam-spamassassin-spam-flag-header)
17705         (spam-spamassassin-positive-spam-flag-header)
17706         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17707         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17708         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17709         (spam-list-of-processors, spam-list-of-checks)
17710         (spam-list-of-statistical-checks, spam-registration-functions)
17711         (spam-check-spamassassin-headers, spam-check-spamassassin)
17712         (spam-spamassassin-score)
17713         (spam-spamassassin-register-with-sa-learn)
17714         (spam-spamassassin-register-spam-routine)
17715         (spam-spamassassin-register-ham-routine)
17716         (spam-assassin-register-spam-routine)
17717         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17718         (spam-bogofilter-score): Fix to show article before scoring.
17719
17720 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17721
17722         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17723         default scoring function.
17724         (spam-generic-score): Call spam-spamassassin-score if
17725         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17726         spam-bogofilter-score otherwise.
17727
17728         * gnus.el (spam-process, spam-autodetect-methods): Add
17729         spamassassin and spamassassin-headers.
17730
17731 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17732
17733         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17734         Suppress unnecessary messages.
17735
17736 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17737
17738         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17739         make-hash-table.
17740
17741 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * canlock.el (base64-encode-string): Don't autoload it.
17744
17745 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17746
17747         * run-at-time.el: Remove useless (require 'itimer),
17748         eval-and-compile and (featurep 'xemacs).
17749
17750 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17751
17752         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17753         GROUP is a virtual group.
17754
17755 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17756
17757         * gnus.el: Autoload `message-y-or-n-p'.
17758
17759 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17760
17761         * pgg-parse.el: Remove unnecessary (require 'custom).
17762
17763         * pgg-def.el: do.
17764
17765         * nnmail.el: do.
17766
17767         * gnus-undo.el: do.
17768
17769         * gnus-picon.el: do.
17770
17771         * gnus-util.el: do.
17772
17773 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17776
17777 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17778
17779         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17780         handle, as well as a list.
17781
17782         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17783         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17784         (mm-w3m-cid-retrieve): Simplify.
17785
17786 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17787
17788         * message.el (message-kill-to-signature): Allow prefix arg to
17789         specify number of lines to keep before signature.
17790
17791 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17792
17793         * message.el (message-kill-to-signature): Change docstring.
17794
17795 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17796
17797         * canlock.el: Always require sha1-el.
17798         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17799
17800         * message.el: Autoload sha1 only when compiling.
17801
17802         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17803         eudc-expand-inline for XEmacs.
17804
17805 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * message.el (message-canlock-generate): Require sha1-el.
17808
17809 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17810
17811         * message.el (message-expand-name): Silence the byte compiler.
17812
17813         * lpath.el: Add detect-coding-system.
17814
17815         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17816         cus-edit.
17817
17818 2004-01-13  Simon Josefsson  <jas@extundo.com>
17819
17820         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17821         Invoke gnus-score-mode.  Reported by
17822         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17823
17824         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17825         Jim Blandy <jimb@redhat.com> (tiny change).
17826
17827 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17828
17829         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17830
17831 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17832
17833         * spam.el (spam-get-article-as-string): Update to use
17834         gnus-request-article-this-buffer, much simpler.
17835         (spam-get-article-as-buffer): Remove.
17836
17837 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17838
17839         * message.el (message-expand-name): Use EUDC if the user uses that.
17840
17841 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17842
17843         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17844         character for the encoding to avoid consing a string.
17845
17846         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17847         unnecessarily.
17848
17849         * mm-util.el (mm-replace-chars-in-string): Remove.
17850
17851         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17852         of mm-replace-chars-in-string.
17853
17854 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17855
17856         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17857
17858         * mm-util.el (mm-subst-char-in-string): Support inplace.
17859
17860         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17861         a new string in every iteration.  Use shy groups.
17862
17863 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17864
17865         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17866         * gnus-soup.el (gnus-soup-group-brew):
17867         * gnus-msg.el (gnus-put-message):
17868         * gnus-move.el (gnus-group-move-group-to-server):
17869         * gnus-kill.el (gnus-batch-score):
17870         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17871         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17872         (gnus-group-update-group, gnus-group-read-group)
17873         (gnus-group-make-group, gnus-group-make-help-group)
17874         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17875         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17876         (gnus-group-sort-by-unread, gnus-group-catchup)
17877         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17878         (gnus-group-yank-group, gnus-group-set-info)
17879         (gnus-group-list-groups):
17880         * gnus.el (gnus-generate-new-group-name):
17881         * gnus-delay.el (gnus-delay-send-queue):
17882         * nnvirtual.el (nnvirtual-catchup-group):
17883         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17884         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17885         (gnus-group-prepare-topics, gnus-topic-check-topology):
17886         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17887         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17888         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17889         (gnus-group-make-articles-read):
17890         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17891         (gnus-group-change-level, gnus-kill-newsgroup)
17892         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17893         (gnus-get-unread-articles, gnus-make-articles-unread)
17894         (gnus-make-ascending-articles-unread): Use accessor
17895         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17896         to get group information for improved readability.
17897
17898
17899 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17900
17901         * gnus-art.el (article-decode-mime-words, article-babel)
17902         (gnus-article-highlight-signature, gnus-article-add-buttons)
17903         (gnus-signature-toggle): Use gnus-with-article-buffer.
17904
17905         * gnus-art.el (gnus-article-highlight-headers)
17906         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17907
17908         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17909         (gnus-article-set-globals, gnus-request-article-this-buffer)
17910         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17911         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17912         (gnus-mime-display-alternative): Use with-current-buffer.
17913
17914 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17915
17916         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17917         also under 80 char limit, and call gnus-error if needed.
17918         (spam-fetch-article-header): Fix - it was a
17919         buffer-local variable (gnus-newsgroup-data).
17920         (spam-find-spam): Use spam-generate-fake-headers, forget about
17921         spam-insert-fake-headers.
17922         (spam-insert-fake-headers): Remove.
17923
17924 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17925
17926         * deuglify.el (gnus-article-outlook-unwrap-lines)
17927         (gnus-outlook-rearrange-article)
17928         (gnus-outlook-repair-attribution-outlook)
17929         (gnus-outlook-repair-attribution-block)
17930         (gnus-outlook-repair-attribution-other): Remove redundant
17931         save-excursion.
17932
17933 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17934
17935         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17936         (spam-fetch-field-subject-fast)
17937         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17938         (spam-fetch-article-header): Add functions to deal with Gnus
17939         internals for fast retrieval of article header data.
17940         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17941
17942 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17943
17944         * pop3.el (pop3-md5): Remove.
17945         (pop3-apop): Replace pop3-md5 with md5.
17946
17947         * mm-bodies.el: base64 is always built-in.
17948
17949         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17950         with-current-buffer.
17951
17952 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * canlock.el (canlock-insert-header): Remove excessive grouping in
17955         regexp.
17956
17957         * gnus-sum.el (gnus-summary-read-document): Ditto.
17958
17959         * gnus-uu.el (gnus-uu-part-number): Ditto.
17960
17961         * html2text.el (html2text-remove-tags): Ditto.
17962         (html2text-format-tags): Ditto.
17963         (html2text-format-single-elements): Ditto.
17964
17965         * mml.el (mml-parse-1): Ditto.
17966
17967 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17968
17969         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17970
17971         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17972
17973         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17974
17975         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17976
17977 2003-11-15  Simon Josefsson  <jas@extundo.com>
17978
17979         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17980         (pgg-gpg-lookup-key): Use regexp match instead of
17981         split-string (split-string is different between emacs 21.2 and
17982         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17983
17984 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17985
17986         * gnus-art.el (gnus-mime-view-all-parts)
17987         (gnus-article-part-wrapper, gnus-article-view-part): Use
17988         with-current-buffer.
17989
17990 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17991
17992         * spam.el (spam-disable-spam-split-during-ham-respool)
17993         (spam-spamoracle-database, spam-cache-lookups)
17994         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17995         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17996         (spam-group-ham-marks, spam-group-spam-marks)
17997         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17998         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17999         also add spam-use-blackholes to the statistical checks.
18000         (spam-fetch-field-fast): Add interface to fetching fields, may
18001         become a macro.
18002         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18003         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18004         (spam-insert-fake-headers): Fake an article when needed.
18005         (spam-find-spam): Fake article when possible.
18006         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18007         (spam-check-bogofilter-headers): Use message-fetch-field instead
18008         of nnmail-fetch-field.
18009
18010 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18011
18012         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18013
18014 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18015
18016         * spam.el (spam-split): Do not require spam-use-CHECK to be
18017         enabled if that check is passed to spam-split explicitly; also
18018         fix so 'spam doesn't get converted to spam-split-group when
18019         spam-split-symbolic-return is t.
18020         (spam-find-spam): Find registrations of the article and use those
18021         instead of re-running spam-split to find the spam/ham
18022         classification of the article.
18023         (spam-log-processing-to-registry, spam-log-registered-p)
18024         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18025         Use gnus-error instead of gnus-message.
18026         (spam-log-registration-type): Add function to determine the
18027         classification of a message based on registry entries; will
18028         return nil if both 'spam and 'ham are found.
18029         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18030         a reasonably fast local cache without the loading errors.
18031         (spam-cache-lookups): Set to t by default.
18032         (spam-find-spam): Don't try to guess spam-cache-lookups.
18033         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18034         spam-caches entry.
18035         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18036         caching of whitelist/blacklist entries.
18037         (spam-check-whitelist, spam-check-blacklist): Invoke
18038         spam-from-listed-p with a type, not a cache variable.
18039         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18040
18041 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18042
18043         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18044
18045         * nnmail.el (nnmail-split-fancy): do.
18046
18047         * mml.el (mml-parse): do.
18048
18049         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18050         (gnus-score-adaptive): do.
18051
18052 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18055         (gnus-mime-button-map): Don't set keymap parent.
18056         (gnus-button-ctan-directory-regexp): Use shy grouping.
18057         (gnus-prev-page-map): Don't set keymap parent.
18058         (gnus-prev-page-map): Remove duplicated one.
18059         (gnus-next-page-map): Don't set keymap parent.
18060         (gnus-mime-security-button-map): Ditto.
18061
18062         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18063         version number.
18064
18065         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18066
18067 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * canlock.el (canlock-sha1-function): Remove.
18070         (canlock-sha1-function-for-verify): Remove.
18071         (canlock-openssl-program): Remove.
18072         (canlock-openssl-args): Remove.
18073         (canlock-ignore-errors): Remove.
18074         (canlock-sha1-with-openssl): Remove.
18075         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18076         (canlock-verify): Don't use canlock-ignore-errors.
18077
18078         * sha1-el.el (sha1-string-external): Make it can return a string
18079         in binary form.
18080         (sha1-region-external): Ditto.
18081         (sha1-string-internal): Ditto.
18082         (sha1-region-internal): Ditto.
18083         (sha1-region): Ditto.
18084         (sha1-string): Ditto.
18085         (sha1): Ditto.
18086
18087 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18088
18089         * spam.el (spam-report-articles-gmane): New command.
18090
18091 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18092
18093         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18094
18095         * run-at-time.el (run-at-time-saved): Remove.
18096         (run-at-time): Doc fix.
18097
18098 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18099
18100         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18101         (gnus-summary-limit-map): Add it.
18102         (gnus-summary-make-menu-bar): do.
18103
18104 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18105
18106         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18107         Make attempt at some caching support (done for BBDB only now).
18108         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18109         addresses to be checked.
18110         (spam-clear-cache-BBDB): Add function, to be invoked by
18111         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18112         (spam-check-BBDB): Check and use the caches, if
18113         spam-cache-lookups is on, remove superfluous (provide).
18114
18115 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18116
18117         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18118
18119 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18120
18121         * run-at-time.el (run-at-time-saved): Move to after the definition
18122         of `run-at-time'.
18123
18124         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18125
18126 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18129         mm-w3m-local-map-property.
18130
18131         * mm-view.el (mm-w3m-mode-map): Remove.
18132         (mm-w3m-local-map-property): Remove.
18133         (mm-inline-text-html-render-with-w3m): Don't use
18134         mm-w3m-local-map-property.
18135
18136 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18137
18138         * run-at-time.el: New file.
18139
18140         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18141         under Emacs.
18142
18143         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18144         of gnus-set-text-properties.
18145
18146         * gnus-uu.el (gnus-uu-save-article): Ditto.
18147
18148         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18149
18150         * gnus-cite.el (gnus-cite-parse): Ditto.
18151
18152         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18153         of gnus-.
18154
18155         * gnus-xmas.el (run-at-time): Require run-at-time.
18156
18157         * gnus.el: Changed calls to nnheader-run-at-time and
18158         password-run-at-time throughout to use run-at-time directly.
18159
18160         * password.el: Removed definition of run-at-time.
18161
18162         * nnheaderxm.el: Remove definition of run-at-time.
18163
18164 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18165
18166         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18167         in prompt.
18168
18169 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18170
18171         * messagexmas.el (message-xmas-redefine): Alias
18172         `message-make-caesar-translation-table' to
18173         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18174         version.
18175
18176         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18177         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18178         `gnus-xmas-set-text-properties'.
18179         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18180         `gnus-xmas-completing-read'.
18181         (gnus-xmas-completing-read): Removed.
18182         (gnus-xmas-open-network-stream): Removed.
18183
18184         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18185         XEmacs version.
18186
18187         * dns.el (dns-make-network-process): Use `open-network-stream'
18188         instead of `gnus-xmas-open-network-stream'.
18189
18190         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18191
18192         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18193
18194 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18195
18196         * gnus-art.el (gnus-mime-display-alternative)
18197         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18198         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18199         Don't use gnus-local-map-property.
18200
18201         * gnus-util.el (gnus-local-map-property): Remove.
18202
18203         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18204         gnus-completing-read-maybe-default with completing-read.
18205
18206         * gnus-util.el (gnus-completing-read): do.
18207         (gnus-completing-read-maybe-default): Remove.
18208
18209 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18210
18211         * password.el: Only autoload `run-at-time' if not XEmacs.
18212         Only autoload the itimer functions if XEmacs.
18213
18214 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18217         XEmacsen.
18218
18219         * dgnushack.el: Autoload executable-find for XEmacs.
18220
18221 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18222
18223         * gnus-art.el (gnus-read-string): Remove.
18224         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18225         read-string.
18226
18227 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18228
18229         * netrc.el: Autoload password-read.
18230         (netrc): Add configuration group.
18231         (netrc-encoding-method, netrc-openssl-path): Add
18232         variables for encoding and decoding of files with symmetric
18233         ciphers.
18234         (netrc-encode): Add assistant function to encode a file with
18235         netrc-encoding-method.
18236         (netrc-parse): Add interactive parameter, added optional
18237         decoding if netrc-encoding-method is non-nil but otherwise
18238         behavior is standard.
18239         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18240         Do s/encode/encrypt/ everywhere.
18241
18242         * spam.el: Remove executable-find autoload.
18243
18244 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18245
18246         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18247
18248         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18249
18250 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18251
18252         * gnus-art.el (gnus-treat-ansi-sequences)
18253         (article-treat-ansi-sequences): New variable and function.
18254         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18255
18256         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18257         Use it.
18258
18259 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18260
18261         * mm-util.el (mm-quote-arg): Remove.
18262
18263         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18264         shell-quote-argument.
18265
18266         * gnus-uu.el (gnus-uu-command): do.
18267
18268         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18269
18270         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18271         with make-char.
18272
18273         * mm-util.el (mm-make-char): Remove.
18274
18275         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18276         add-minor-mode.
18277
18278         * gnus-undo.el (gnus-undo-mode): do.
18279
18280         * gnus-topic.el (gnus-topic-mode): do.
18281
18282         * gnus-sum.el (gnus-dead-summary-mode): do.
18283
18284         * gnus-start.el (gnus-slave-mode): do.
18285
18286         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18287
18288         * gnus-ml.el (gnus-mailing-list-mode): do.
18289
18290         * gnus-gl.el (gnus-grouplens-mode): do.
18291
18292         * gnus-draft.el (gnus-draft-mode): do.
18293
18294         * gnus-dired.el (gnus-dired-mode): do.
18295
18296         * gnus-ems.el (gnus-add-minor-mode): Remove.
18297
18298         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18299         Replace gnus-char-width with char-width.
18300
18301         * gnus-ems.el (gnus-char-width): Remove.
18302
18303         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18304         Replace gnus-char-width with char-width.
18305
18306         * gnus-ems.el (gnus-char-width): Remove.
18307
18308         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18309         definition.
18310         Remove Emacs 20 hash table compatibility code.
18311
18312         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18313         20 compatibility code.
18314
18315         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18316
18317         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18318
18319         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18320         with point-at-{eol,bol}.
18321
18322         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18323
18324         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18325
18326         * flow-fill.el (fill-flowed-point-at-bol)
18327         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18328
18329         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18330         Replace with point-at-{eol,bol} throughout all files.
18331
18332 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * ntlm.el (ntlm-string-as-unibyte): New macro.
18335         (ntlm-build-auth-response): Use it.
18336
18337         Remove Emacs 20 stuff:
18338         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18339         (butlast, mapc, remove): Remove the compiler macros.
18340         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18341         of delq and copy-sequence.
18342         * gnus-art.el (popup-menu): Remove the compiler macro.
18343         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18344         Emacs 20.
18345
18346 2004-01-05  Simon Josefsson  <jas@extundo.com>
18347
18348         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18349         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18350         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18351         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18352         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18353         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18354         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18355         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18356         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18357         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18358         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18359         string-xor into ntlm-string-xor.  Suggested by
18360         Jesper Harder <harder@myrealbox.com>.
18361
18362         * ntlm.el: Don't include poem.
18363
18364         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18365         Jesper Harder <harder@myrealbox.com>.
18366
18367         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18368
18369         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18370         probably breaks emacs with DL patch, but do we care? Is anyone
18371         still using the DL stuff?)
18372
18373         * sieve-manage.el: Use the password package.
18374         (sieve-manage-read-passwd): Remove.
18375         (sieve-manage-interactive-login): Use password.  Re-add
18376         condition-case around loop.
18377
18378         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18379         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18380         the password package.
18381
18382 2003-02-19  Simon Josefsson  <jas@extundo.com>
18383
18384         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18385         token.
18386
18387 2002-08-07  Simon Josefsson  <jas@extundo.com>
18388
18389         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18390         (sieve-manage-authenticators):
18391         (sieve-manage-authenticator-alist): Add some SASL mechs.
18392         (sieve-sasl-auth): New function.
18393         (sieve-manage-cram-md5-auth):
18394         (sieve-manage-plain-auth): Rewrite using SASL library.
18395         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18396         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18397         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18398         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18399
18400 2004-01-05  Simon Josefsson  <jas@extundo.com>
18401
18402         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18403         New files.
18404
18405 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18406
18407         * gnus-group.el (gnus-no-groups-message): Update.
18408
18409         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18410
18411 2003-11-09  Simon Josefsson  <jas@extundo.com>
18412
18413         * imap.el: Support for ID IMAP extension (RFC 2971).
18414         (imap-local-variables): Add imap-id.
18415         (imap-id): New variable.
18416         (imap-id): New function.
18417         (imap-parse-response): Parse untagged ID response.
18418         * nnimap.el (nnimap-id): New variable.
18419         (nnimap-open-connection): Use it.
18420
18421 2003-12-28  Simon Josefsson  <jas@extundo.com>
18422
18423         * gnus-score.el (gnus-score-edit-all-score): New.
18424         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18425
18426 2004-01-04  Simon Josefsson  <jas@extundo.com>
18427
18428         * password.el: Add.
18429
18430 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18431
18432         * dns.el (dns-query-types): Fix typo.
18433         (dns-query-types): New function.
18434         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18435         PTR and SOA replies, see RFC 1035.
18436
18437 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18438
18439         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18440
18441         * Moved to Changelog.2.
18442
18443 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18444
18445         * gnus.el (gnus-version-number): Bump version.
18446
18447 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18448
18449         * gnus.el: No Gnus v0.1 is released.
18450
18451 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18452
18453         * gnus.el: No Gnus v0.0 is released.
18454
18455 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18456
18457         * gnus.el (gnus-version-number): Bump.
18458         (gnus-version): No.
18459
18460 See ChangeLog.2 for earlier changes.
18461
18462     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18463       Free Software Foundation, Inc.
18464
18465   This file is part of GNU Emacs.
18466
18467   GNU Emacs is free software: you can redistribute it and/or modify
18468   it under the terms of the GNU General Public License as published by
18469   the Free Software Foundation, either version 3 of the License, or
18470   (at your option) any later version.
18471
18472   GNU Emacs is distributed in the hope that it will be useful,
18473   but WITHOUT ANY WARRANTY; without even the implied warranty of
18474   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18475   GNU General Public License for more details.
18476
18477   You should have received a copy of the GNU General Public License
18478   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18479
18480 ;; Local Variables:
18481 ;; coding: utf-8
18482 ;; fill-column: 79
18483 ;; add-log-time-zone-rule: t
18484 ;; End: