(shr-find-fill-point): Don't leave blanks at the start of some lines.
[gnus] / lisp / ChangeLog
1 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4         lines.
5
6         * nndoc.el (nndoc-type-alist): Add git support.
7         (nndoc-git-type-p): New function.
8         (nndoc-transform-git-article): Ditto.
9         (nndoc-transform-git-headers): Ditto.
10         (nndoc-transform-git-headers): Generate Subject headers.
11
12         * shr.el (shr-parse-style): New function.
13         (shr-tag-span): Ditto.
14
15         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
16         to `G G' to avoid collisions.
17
18 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * shr.el: Load kinsoku if necessary.
21         (shr-kinsoku-shorten): New internal variable.
22         (shr-find-fill-point): Make kinsoku shorten text line if
23         shr-kinsoku-shorten is bound to non-nil.
24         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
25         shr-indentation too when testing if table is wider than frame width.
26         (shr-insert-table): Use `string-width' instead of `length' to measure
27         text width.
28         (shr-insert-table-ruler): Make sure indentation is done at bol.
29
30 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
31
32         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
33         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
34         undecoded network data.
35
36 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
39         name in the mode line spec so that the mode line menu works
40         (bug #2431).
41
42         * message.el (message-get-reply-headers): If we're fed `to-address',
43         then always use that.
44
45         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
46         aren't so wide as to need to switch off the edit menu.
47
48         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
49         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
50
51         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
52         `M-g'.
53         (nnimap-update-info): Update flags/read marks even if \* isn't part of
54         the permanent marks.
55
56 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
57
58         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
59         Splitting according to references/in-reply-to obeys the ignore-groups
60         variable, while splitting by sender and subject do not.
61
62 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
65         alist, so that we can look for non-Unicode chars.
66         (article-translate-strings): Allow both character and string maps.
67
68 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * shr.el (shr-insert): Don't insert space behind a wide character
71         categorized as kinsoku-bol, or between characters both categorized as
72         nospace.
73
74 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
75
76         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
77         headers to gnus-newsgroup-headers.
78
79 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * shr.el (shr-tag-img): Don't align images -- since we're not
82         rescaling, this often leads to ugly displays.
83
84 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
85
86         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
87         duplicates.
88
89 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
90
91         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
92         call.
93
94 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus.el: Autoload gnus-html-show-images.
97
98         * nnimap.el: Use nnheader-message throughout.
99
100         * shr.el (shr-tag-img): Ignore images with no data.
101
102 2010-10-15  Julien Danjou  <julien@danjou.info>
103
104         * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
105         possibility to disable format=flow encoding when using hard newlines.
106
107 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * shr.el (shr-insert): Remove space inserted before or after a
110         breakable character or at the beginning or the end of a line.
111         (shr-find-fill-point): Do kinsoku; find the second best point or give
112         it up if there's no breakable point.
113
114 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * nnimap.el (nnimap-open-connection): Message when opening connection
117         for debugging purposes.
118
119         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
120         on every setup buffer call to allow this to change from article to
121         article.
122
123         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
124         buffers where we have a wide table.
125
126 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
127
128         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
129         uses *-request-thread.
130
131 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * nnimap.el (nnimap-open-connection): Remove %s from openssl
134         incantation, which is no longer valid.
135
136 2010-10-14  Julien Danjou  <julien@danjou.info>
137
138         * shr.el: Fix defcustom type (char -> character).
139
140 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * nnimap.el (nnimap-open-connection): tls-program should be a list of
143         programs.
144
145 2010-10-14  Julien Danjou  <julien@danjou.info>
146
147         * shr.el (shr-tag-a): Use url-link as widget type.
148
149         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
150         `gnus-group-get-icon'.
151
152 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
155         This should make server editing work better.
156
157         * shr.el (shr-find-fill-point): Don't inloop on indented text.
158
159         * tls.el (tls-program): Remove spurious %s from openssl.
160
161         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
162         (nnimap-parse-flags): Fix regexp.
163
164         * shr.el (shr-find-fill-point): Use a filling algorithm that should
165         probably work for CJVK text, too.
166
167         * nnimap.el (nnimap-extend-tls-programs): Removed.
168         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
169
170         * tls.el (tls-starttls-switches): Remove starttls hack.
171         (open-tls-stream): Ditto.
172         (tls-find-starttls-argument): Ditto.
173
174 2010-10-13  Julien Danjou  <julien@danjou.info>
175
176         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
177         responses.
178
179 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
182
183         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
184         anything in Emacs.
185
186         * shr.el (shr-current-column): Remove buggy and unnecessary function.
187
188 2010-10-13  Julien Danjou  <julien@danjou.info>
189
190         * shr.el (shr-width): Make shr-width a defcustom with default to
191         fill-column.
192         (shr-tag-img): Use shr-width rather than fill-column.
193
194 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * dgnushack.el (byte-optimize-apply)
197         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
198
199         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
200         position when (X-)Faces exist.
201         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
202         avatars when called interactively.
203
204 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
207         gnus-article-x-face-too-ugly is bound.
208
209 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
212
213         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
214         mailbox that doesn't exist.
215
216 2010-10-12  Julien Danjou  <julien@danjou.info>
217
218         * shr.el (shr-tag-img): Encode URL properly when retrieving.
219         (shr-get-image-data): Encode URL properly when fetching from cache.
220         (shr-tag-img): Use aligned-to spaces to align correctly images.
221
222         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
223         before inserting the Gravatar.
224
225         * shr.el (shr-tag-img): Add align attribute support for <img>.
226
227 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * gnus-gravatar.el (gnus-art): Required.
230
231         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
232         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
233         Remove long obsoleted functions.
234
235 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
238
239         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
240
241         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
242         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
243         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
244         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
245         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
246         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
247         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
248
249 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * nnimap.el (nnimap-request-rename-group): Select group read-only
252         before renaming it.
253
254         * shr.el (shr-insert): Fix up the white space only regexp.
255
256         * nnimap.el (nnimap-transform-split-mail): Not all articles have
257         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
258
259         * shr.el (shr-current-column): New function.
260         (shr-find-fill-point): New function.
261
262 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
263
264         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
265         numbers.
266
267 2010-10-11  Julien Danjou  <julien@danjou.info>
268
269         * shr.el (shr-hr-line): Add.
270         (shr-tag-hr): Use shr-hr-line to specify which character to use to
271         display hr lines.
272         (shr-max-columns): Do not change state to nil if we just inserting
273         spaces.
274
275 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * gnus-topic.el (gnus-topic-read-group): If after the last group,
278         select the last group.
279
280 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
281
282         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
283
284 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
285
286         * dig.el (dig-mode-map): Declare and define in one step.
287
288 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
291         for Gnus.
292         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
293         (nnimap-update-qresync-info): Mark \Seen articles as read.
294
295         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
296         non-variable, too.
297
298         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
299         available.
300         (nnimap-update-info): Rely more on the current active than the param
301         active to avoid marking articles as read too much.
302
303         * auth-source.el (auth-source-create): Use (user-login-name) for the
304         user name default.
305
306         * nnimap.el (nnimap-update-info): If the server doesn't return any
307         useful info, just use the previous info.
308         (nnimap-update-info): Prefer old info over start-article.
309         (nnimap-update-qresync-info): Finish implementing QRESYNC.
310
311 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
312
313         * nnir.el (autoload): Clean up autoloads.
314         (nnir-imap-default-search-key): Renamed from
315         nnir-imap-search-field. Use key rather than value.
316         (nnir-imap-search-other): New variable.
317         (nnir-read-parm): Use it.
318         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
319         (gnus-summary-nnir-goto-thread): Modify to work with imap.
320
321 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
322
323         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
324         the process, too.
325
326 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
329         Allbery.
330
331         * shr.el: Rework the way things are indented by <li> slightly.
332
333         * gnus.el (gnus-group-set-parameter): Fix typo.
334
335         * nnimap.el: Start implementing QRESYNC support.
336
337 2010-10-09  Julien Danjou  <julien@danjou.info>
338
339         * nnir.el (nnir-engines): Fix too many arguments.
340
341 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
344         group is the "last", so that the backends like nnfolder actually save
345         their folders.
346
347         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
348         try to use that for the tls stream.
349         (nnimap-retrieve-group-data-early): Rework the marks code to heed
350         UIDVALIDITY and find out which groups are read-only and not.
351         (nnimap-get-flags): Use the same marks parsing code as the rest of
352         nnimap.
353
354 2010-10-09  Julien Danjou  <julien@danjou.info>
355
356         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
357
358         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
359         retrieving gravatars.
360
361         * shr.el (shr-table-corner): Add.
362         (shr-table-line): Add.
363         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
364
365 2010-10-08  Julien Danjou  <julien@danjou.info>
366
367         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
368
369 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
370
371         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
372
373         * gnus-sum.el (gnus-mark-article-as-unread)
374         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
375         (gnus-summary-set-bookmark): Use it.
376
377         * gnus-msg.el (gnus-setup-message): Use it.
378
379         * gnus-demon.el (gnus-demon-remove-handler): Use it.
380
381         * gnus.el (gnus-group-remove-parameter): Use it.
382
383         * gnus-group.el (gnus-group-make-web-group): Use it.
384
385         * gnus-demon.el (gnus-demon-remove-handler): Use it.
386
387         * nnregistry.el: Update docs to mention manual.
388
389         * gnus-registry.el: Update docs to mention nnregistry.el.
390         (gnus-registry-initialize): Don't install nnregistry refer method
391         automatically.
392         (gnus-registry-install-nnregistry): Remove it.
393
394 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * shr.el (shr-insert): Don't insert double spaces.
397
398 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * gnus-gravatar.el (gnus-treat-from-gravatar)
401         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
402         called interactively.
403
404         * gnus-art.el (gnus-mime-view-part-externally)
405         (gnus-mime-view-part-internally): Make predicate function passed to
406         gnus-mime-view-part-as-type assume argument is a mime type, not a list
407         of a mime type.
408
409         * shr.el (shr-table-widths): Don't use cl function `reduce'.
410
411 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * shr.el (require): Require cl when compiling.
414         (shr-tag-hr): New function.
415
416         * nnimap.el (nnimap-update-info): Remove double setting of high.
417         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
418         makes nnimap work properly on Courier again.
419
420         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
421         the variable for backwards compatability.
422
423         * mm-decode.el (mm-save-part): If given a non-directory result, expand
424         the file name before using to avoid setting mm-default-directory to
425         nil.
426
427         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
428         bidning gnus-agent variables.
429
430         * shr.el (shr-render-td): Use a cache for the table rendering function
431         to avoid getting an exponential rendering behaviour in nested tables.
432         (shr-insert): Rework the line-breaking algorithm.
433         (shr-insert): Don't leave trailing spaces.
434         (shr-insert-table): Also insert empty TDs.
435         (shr-tag-blockquote): Ensure paragraphs after </ul>.
436
437 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
438
439         * gnus-sum.el (gnus-number): Rename from `number'.
440         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
441         (gnus-summary-limit-children): Update uses correspondingly.
442
443 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
446         (gnus-gravatar-transform-address): Don't show avatars of people of
447         which mail addresses match gnus-gravatar-too-ugly.
448
449 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * shr.el (shr-table-widths): Expand TD elements to fill available
452         space.
453
454 2010-10-07  Julien Danjou  <julien@danjou.info>
455
456         * nnimap.el (nnimap-request-rename-group): Add this method.
457
458 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
461         name from XEmacs' function-arglist.
462
463         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
464         gravatar under XEmacs.
465
466 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
467
468         * auth-source.el: Update docs with TODO items.
469
470         * gnus-sync.el: Update docs to explain state and plans.
471
472         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
473         Hooks for mark updates.
474         (gnus-request-set-mark, gnus-request-update-mark): Use them.
475
476         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
477         hooks with arguments, which is needed for mark update hooks.
478
479 2010-10-06  Julien Danjou  <julien@danjou.info>
480
481         * gnus.el (gnus-expand-group-parameter): Only return and act on what
482         was matched.
483
484         * sieve-manage.el: Update example in `Commentary'.
485
486         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
487
488         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
489         not 2000.
490         (sieve-manage-authenticate): Re-add function.
491
492 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * shr.el (shr-insert): Get 'space transition right.
495         (shr-render-td): Only delete space at the end of the TD.
496
497         * nnimap.el (nnimap-open-connection): Prepare to support
498         open-gnutls-stream.
499
500         * shr.el: Rearrange function order to be more logical.
501
502 2010-10-06  Julien Danjou  <julien@danjou.info>
503
504         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
505         (nnrss-discover-feed): Remove 404 URL in docstring.
506
507         * nnir.el: Fix Swish-E URL.
508         Fix Namazu URL.
509
510         * message.el (message-change-subject): Remove 404 URL in a comment.
511
512 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
515         called interactively.
516
517         * gnus-util.el (gnus-remove-if): Allow hash table.
518         (gnus-remove-if-not): New function.
519
520         * gnus-art.el (gnus-mime-view-part-as-type)
521         * gnus-score.el (gnus-summary-score-effect)
522         * gnus-sum.el (gnus-read-move-group-name):
523         Replace remove-if-not with gnus-remove-if-not.
524
525         * gnus-group.el (gnus-group-completing-read):
526         Regard collection as a hash table if it is not a list.
527
528 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * shr.el (shr-render-td): Allow blank/missing <TD>s.
531
532         * shr.el: Document the table-rendering algorithm.
533
534 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
537         for Emacsen having no `libxml-parse-html-region' support.
538
539 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
542         invalid URLs.
543
544         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
545         line-broken.
546         (shr-tag-img): Ignore image fetching errors.
547         (shr-overlays-in-region): Compute overlay positions correctly.
548
549         * mm-decode.el (mm-shr): Require shr.
550
551         * gnus-art.el (gnus-blocked-images): Move variable here.
552
553         * shr.el (shr-insert-table): Bind free variable.
554
555         * mm-decode.el (mm-shr): Bind shr-content-function.
556
557         * shr.el (shr-content-function): New variable.
558
559         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
560         added for symmetry.
561
562         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
563
564         * gnus-group.el (gnus-group-make-group): Doc fix.
565
566         * nnimap.el (nnimap-request-newgroups): Return success.
567
568         * shr.el (shr-find-elements): New function.
569         (shr-tag-table): Put all the images after the table.
570         (shr-tag-table): Really inhibit images inside the table.
571         (shr-collect-overlays): Copy over overlays from the TD elements to the
572         main document.
573
574         * mm-decode.el (mm-shr): Bind shr-blocked-images to
575         gnus-blocked-images.
576
577 2010-10-05  Julien Danjou  <julien@danjou.info>
578
579         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
580
581         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
582         (gnus-html-maximum-image-size): Add this function.
583         (gnus-html-put-image): Use gnus-html-maximum-image-size.
584
585         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
586         server-value of the capability is nil.
587
588 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * shr.el (shr-tag-em): Add <EM> tag.
591
592 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
593
594         * sieve-manage.el (sieve-manage-default-stream): Make default stream
595         customizable.
596
597         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
598         handing broken links to browse-url.
599
600 2010-10-05  Julien Danjou  <julien@danjou.info>
601
602         * gnus-util.el (gnus-emacs-completing-read)
603         (gnus-iswitchb-completing-read): Use autoload rather than require.
604
605 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
608         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
609         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
610         iswitchb-temp-buflist for XEmacs.
611
612         * gnus-util.el (gnus-completing-read-function): Exclude
613         gnus-icompleting-read and gnus-ido-completing-read from candidates for
614         XEmacs since iswitchb.el is very old and ido.el is unavailable in
615         XEmacs.
616
617         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
618         not to use `delete-dups' that is unavailable in XEmacs 21.4.
619
620         * gnus-html.el: Don't require help-fns under XEmacs.
621         (gnus-html-schedule-image-fetching): Work for XEmacs.
622
623         * mm-decode.el (mm-shr): Decode contents by charset.
624
625 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
628         unknown.
629
630         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
631         (shr-get-image-data): Ensure against the cache file missing.
632
633         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
634         for data.
635
636         * spam-report.el (spam-report-url-ping-plain): Don't query about
637         killing the process.
638
639         * shr.el (shr-render-td): Protect against too-wide text.
640
641 2010-10-04  Julien Danjou  <julien@danjou.info>
642
643         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
644         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
645
646         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
647         retrieved.
648
649 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650
651         * shr.el (browse-url): Required.
652         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
653         lines.
654         (shr-show-alt-text, shr-browse-image): New commands.
655         (shr-browse-url, shr-copy-url): New commands.
656
657         * gnus-sum.el (gnus-widen-article-window): New variable.
658         (gnus-summary-select-article-buffer): Use it.
659
660         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
661         without @ signs.
662
663 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
664
665         * nnir.el (nnir-run-imap): Remove spurious space in search string.
666
667 2010-10-04  Julien Danjou  <julien@danjou.info>
668
669         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
670         for XEmacs.
671
672 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
675
676         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
677         (nnimap-close-server): Implement.
678
679         * dgnushack.el (iswitchb): Require to shut up the compiler.
680
681         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
682         (shr-insert): Tweak line breaking.
683         (shr-insert): Handle <pre> better.
684         (shr-tag-li): Get <li> indentation right.
685         (shr-tag-li): Get <li> indentation even righter.
686         (shr-tag-blockquote): Ensure paragraph start.
687         (shr-make-table): Tweak table generation.
688         (shr-make-table): Fix typo.
689
690         * shr.el: Implement table rendering.
691
692 2010-10-04  Julien Danjou  <julien@danjou.info>
693
694         * gnus-html.el (gnus-html-put-image): Fix resize image code.
695
696 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * shr.el (shr-insert): Use string anchors instead of line anchors.
699
700 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * shr.el: Add headings.
703         (shr-ensure-paragraph): Actually work.
704         (shr-tag-li): Make <ul> prettier.
705         (shr-insert): Get white space at the beginning/end of elements right.
706         (shr-tag-p): Collapse subsequent <p>s.
707         (shr-ensure-paragraph): Don't insert double line feeds after blank
708         lines.
709         (shr-insert): \t is also space.
710         (shr-tag-s): Fix "s" tag name function.
711         (shr-tag-s): Fix face prop name.
712
713 2010-10-03  Julien Danjou  <julien@danjou.info>
714
715         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
716
717         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
718         gnus-window-inside-pixel-edges.
719
720         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
721         gnus-ems.
722
723         * mm-view.el (mm-inline-image-emacs): Support image resizing.
724
725         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
726         function.
727
728         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
729         resize choice.
730
731 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
734         beginning of the buffer.
735
736         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
737         article buffer again.
738
739         * shr.el (shr-tag-p): Don't insert newlines at the start of the
740         buffer.
741
742         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
743         when it's at the start of the buffer.
744
745         * shr.el (shr-tag-blockquote): Convert name.
746         (shr-rescale-image): Use the right image-size variant.
747
748         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
749         buffer isn't shown, then select the current article first instead of
750         bugging out.
751         (gnus-summary-select-article-buffer): Show both the article and summary
752         buffers again.
753
754         * shr.el (shr-fontize-cont): Protect against regions with no text.
755         Rename tag functions to shr-tag-* for enhanced security.
756         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
757
758 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
759
760         * shr.el (shr-insert):
761         * pop3.el (pop3-movemail):
762         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
763         loaded.
764
765 2010-10-03  Glenn Morris  <rgm@gnu.org>
766
767         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
768
769         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
770
771         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
772
773         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
774
775         * gnus-util.el (gnus-make-local-hook): Simplify.
776
777 2010-10-02  Julien Danjou  <julien@danjou.info>
778
779         * gnus-util.el (gnus-iswitchb-completing-read): New function.
780         (gnus-ido-completing-read): New function.
781         (gnus-emacs-completing-read): New function.
782         (gnus-completing-read): Use gnus-completing-read-function.
783         Add gnus-completing-read-function.
784
785 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * shr.el (shr-insert-document): Autoload.
788         (shr-img): Be silent.
789         (shr-insert): Add a newline after every picture before text.
790         (shr-add-font): Use overlays for combining faces.
791         (shr-insert): Pass upwards the text start point.
792
793         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
794         possible.
795         (mm-shr): New function.
796
797 2010-10-02  Julien Danjou  <julien@danjou.info>
798
799         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
800         should go backward.
801
802 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
803
804         * shr.el (shr): Fix typo in provide call.
805
806 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * shr.el: New file.
809
810         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
811
812         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
813         completing read.
814
815 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
818         we're being queried about.  Suggested by Dan Jacobson.
819
820         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
821         by Jason Eisner.
822
823         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
824         table, too.  Suggested by Stefan Wiens.
825         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
826         the table unnecessary.  Suggested by Stefan Wiens.
827
828         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
829         longer needed, and probably doesn't work either, as pointed out by
830         Stefan Wiens.
831         (gnus-summary-exit): Remove call to the clearing function.
832         (gnus-summary-exit-no-update): Ditto.
833
834         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
835         instead of gnus-eval-in-buffer-window to avoid popping up frames.
836         Reported by Stefan Monnier.
837         (gnus-summary-save-in-rmail): Ditto.
838
839         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
840         article buffer, instead of both the article buffer and the summary
841         buffer.  Sort of suggested by Dan Jacobson.
842
843         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
844
845         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
846         Suggested by Dan Jacobson.
847
848         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
849         documentation clearer.
850
851         * message.el (message-shorten-references): Comment on the number "21".
852         Suggested by Stefan Monnier.
853
854         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
855         Suggested by Dan Jacobson.
856
857         * gnus.el (gnus-large-newsgroup): Mention
858         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
859
860         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
861         externalize attachments.  Bug reported by Steve Wen.
862
863         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
864         really message anything to the user.
865
866         * nnmail.el (nnmail-article-group): Allow using the fancy split method
867         directly.
868
869         * nnimap.el (nnimap-request-group): Low higher than high to signal no
870         messages in empty groups.
871
872 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
873
874         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
875         non-UIDNEXT group.
876
877 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
880         not the value from the collection.
881
882         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
883         values.  This sometimes happens on some groups that have no info.
884         (nnimap-request-newgroups): New function.
885
886 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
887
888         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
889         check into `gnus-registry-initialize'.
890         (gnus-registry-initialize): Ditto.
891         Fix and extend header docs.
892
893 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
896         regexp backtrace overflows.
897
898         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
899         for starttls that tls.el implements; i.e. openssl.
900
901         * tls.el (tls-starttls-switches): Give up on using starttls with
902         gnutls-cli.
903         (tls-program): Add --insecure to be consistent with the defaults from
904         openssl s_client.  Now all three commands are insecure.
905
906 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
907
908         * lpath.el: Bind completion-styles-alist for XEmacs.
909
910         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
911         (gravatar-create-image): New function that's an alias to
912         gnus-xmas-create-image, gnus-create-image, or create-image.
913         (gravatar-data->image): Use it.
914
915 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
916
917         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
918         install the nnregistry refer method.
919         (gnus-registry-install-hooks): Use it.
920         (gnus-registry-unfollowed-groups): Add nnmairix to the default
921         unfollowed groups.
922
923 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
924
925         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
926         expanding threads.
927
928 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * nnir.el: Use the server names without suffixes (bug #7009).
931
932         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
933         unencrypted to STARTTLS, if possible.
934
935 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
936
937         * message.el (message-ignored-supersedes-headers): Strip Injection-*
938         headers before superseding.
939
940 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * nnrss.el (nnrss-use-local): Add documentation.
943
944         * nnimap.el (nnimap-extend-tls-programs): New function.
945         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
946         (nnimap-wait-for-connection): Accept the greeting from the stupid
947         output from openssl s_client -starttls, too.
948
949         * tls.el (tls-starttls-switches): New variable.
950         (tls-find-starttls-argument): Use it.
951         (open-tls-stream): Ditto.
952
953         * netrc.el (netrc-credentials): Return the value of the "default"
954         entry.
955         (netrc-machine): Ditto.
956
957         * nnimap.el (nnimap-find-article-by-message-id): Really return the
958         article number.
959         (nnimap-split-fancy): New variable.
960         (nnimap-split-incoming-mail): Use it.
961
962         * nntp.el (nntp-server-list-active-group): Document.
963
964         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
965         SELECT to get the message-id.
966
967         * mail-source.el (mail-sources): Removed webmail support.
968         (defvar): Ditto.
969         (mail-source-fetcher-alist): Ditto.
970         (mail-source-fetch-webmail): Removed.
971
972         * webmail.el: Removed -- doesn't seem relevant any more.
973
974         * gnus.el: Fix up make-obsolete-variable declarations throughout.
975
976         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
977         the \r.
978
979 2010-09-30  Julien Danjou  <julien@danjou.info>
980
981         * gnus-agent.el (gnus-agent-add-group): Fix call to
982         gnus-completing-read.
983
984 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * nndoc.el (nndoc-retrieve-groups): New function.
987
988         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
989         `default', use nnmail-split-methods.
990         (nnimap-request-article): Downcase the NILs so that they are nil.
991
992         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
993         symbol.
994
995         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
996         code, since if the user has requested network, that's what they ought
997         to get.
998         (nnimap-request-set-mark): Erase the buffer before issuing commands.
999         (nnimap-split-rule): Mark as obsolete.
1000
1001         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1002         variable.
1003
1004         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1005         correct slot, too.
1006
1007 2010-09-29  Julien Danjou  <julien@danjou.info>
1008
1009         * gnus.el (gnus-local-domain): Declare variable obsolete.
1010
1011         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1012         computing.
1013         (gnus-ido-completing-read): Require ido.
1014
1015 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1018         build Gnus.
1019
1020         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1021         when interpreting the structures.
1022         (nnimap-request-accept-article): Add \r\n to the lines to make this
1023         work with Cyrus.
1024
1025         * nndraft.el (nndraft-request-expire-articles): Use the group name
1026         instead if "nndraft".  Fix found by Nils Ackermann.
1027
1028 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1029
1030         * nnregistry.el: Added.
1031
1032 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1033
1034         * nnmail.el (group, group-art-list, group-art):
1035         Remove unneeded directives.
1036
1037 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1040         (mm-mime-charset)
1041         * rfc2047.el (rfc2047-syntax-table)
1042         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1043
1044         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1045         rather than `insert-file-contents' and `eval-region'.
1046
1047         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1048         construction.
1049
1050         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1051
1052         * time-date.el: No need to require cl for Emacs 21.
1053
1054 2010-09-29  Julien Danjou  <julien@danjou.info>
1055
1056         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1057         replacement of `gnus-gravatar-relief' to mimic
1058         `gnus-faces-properties-alist'.
1059         Add :version property.
1060
1061 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * mail-source.el (mail-source-report-new-mail)
1064         * message.el (message-default-mail-headers)
1065         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1066
1067         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1068
1069 2010-09-28  Julien Danjou  <julien@danjou.info>
1070
1071         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1072         mail-address contains the same string as real-name.
1073
1074         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1075         non-blank in header, otherwise it'll get stripped.
1076
1077         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1078         real-name, and then for mail address rather than doing : or , search.
1079
1080 2010-09-27  Julien Danjou  <julien@danjou.info>
1081
1082         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1083         (gnus-server-goto-server): Use gnus-completing-read.
1084
1085         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1086
1087         * mm-util.el (defalias): Use gnus-completing-read.
1088         (mm-codepage-setup): Use gnus-completing-read.
1089
1090         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1091         (smime-decrypt-buffer): Use gnus-completing-read.
1092
1093         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1094
1095         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1096         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1097         (mml-insert-multipart): Use gnus-completing-read.
1098
1099         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1100
1101         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1102
1103         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1104
1105         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1106
1107         * gnus.el (gnus-read-method): Use gnus-completing-read.
1108
1109         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1110
1111         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1112         (gnus-mime-action-on-part): Use gnus-completing-read.
1113         (gnus-article-encrypt-body): Use gnus-completing-read.
1114
1115         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1116         (gnus-topic-move-matching): Use gnus-completing-read.
1117         (gnus-topic-copy-matching): Use gnus-completing-read.
1118         (gnus-topic-sort-topics): Use gnus-completing-read.
1119         (gnus-topic-move): Use gnus-completing-read.
1120
1121         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1122         (gnus-agent-add-group): Use gnus-completing-read.
1123
1124         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1125         gnus-completing-read.
1126         (nnmairix-update-groups): Use gnus-completing-read.
1127         (nnmairix-get-server): Use gnus-completing-read.
1128         (nnmairix-backend-to-server): Use gnus-completing-read.
1129         (nnmairix-goto-original-article): Use gnus-completing-read.
1130         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1131
1132         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1133
1134         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1135         (gnus-group-make-useful-group): Use gnus-completing-read.
1136         (gnus-group-make-web-group): Use gnus-completing-read.
1137         (gnus-group-add-to-virtual): Use gnus-completing-read.
1138         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1139
1140         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1141         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1142         (gnus-summary-execute-command): Use gnus-completing-read.
1143         (gnus-summary-respool-article): Use gnus-completing-read.
1144         (gnus-read-move-group-name): Use gnus-completing-read.
1145
1146         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1147         (gnus-summary-score-effect): Use gnus-completing-read.
1148
1149         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1150
1151         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1152         right completing-read function.
1153         (gnus-use-ido): New variable
1154         (gnus-completing-read-with-default): Remove.
1155
1156 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1159         x-focus-frame.
1160
1161         * nnimap.el (auth-source-forget-user-or-password)
1162         (auth-source-user-or-password): Autoload.
1163
1164         * message.el (message-from-style, message-interactive)
1165         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1166         (message-yank-prefix, message-indentation-spaces, message-signature)
1167         (message-signature-file): Add comment.
1168
1169 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1172         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1173         new articles.
1174
1175         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1176         parts.
1177         (nnimap-request-article): Work with the t setting, too.
1178
1179         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1180         that you don't get flashes of other buffers.
1181         (gnus-summary-show-complete-article): Intern before setting.
1182
1183 2010-09-27  David Engster  <dengste@eml.cc>
1184
1185         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1186         well as HEADERS.
1187         (nnmairix-retrieve-headers): Provide new argument for the above.
1188
1189 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * gnus-sum.el (gnus-summary-move-article): Don't alter
1192         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1193         group.
1194
1195         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1196
1197         * message.el (message-cite-prefix-regexp): Revert my last edit.
1198
1199         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1200         variable instead of the Gnus variable.
1201
1202         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1203
1204         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1205         again.
1206
1207         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1208         since some servers don't like it.
1209         (nnimap-open-connection): Forget credentials if the server says the
1210         password was wrong.
1211         (nnimap-parse-line): Protect against invalid data.
1212
1213         * gnus-sum.el (gnus-summary-move-article): Add comment.
1214         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1215         nothing alters it while scanning for new messages.
1216
1217         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1218         which may or may not help.
1219         (nnimap-open-connection): If we're doing a stream connection, and then
1220         discover we're on a STARTTLS-capable server, then open a STARTTLS
1221         connection instead.
1222
1223 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * nnimap.el (utf7): Required.
1226
1227         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1228         prefix.
1229
1230 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1231
1232         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1233
1234 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * nnimap.el (nnimap-request-accept-article): Message the error on
1237         error.
1238
1239 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1242
1243 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * nndoc.el (nndoc-request-list): Return success always.
1246
1247         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1248         `fetch-old' -- we only want to fetch the articles we've requested.  The
1249         rest are in the agent, probably.
1250         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1251         disappeared server" to something low.  It's not important.
1252
1253         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1254         arrived before the FETCH data.
1255
1256         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1257         target here, because we don't know the Gnus name of the group.
1258
1259         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1260         for the correct group.
1261
1262         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1263
1264         * gnus.el (gnus): Give a final warning after startup.
1265
1266         * gnus-util.el (gnus-action-message-log): New variable.
1267         (gnus-message): Use it.
1268         (gnus-final-warning): New function.
1269
1270         * nnimap.el (nnimap-open-connection): Record the greeting.
1271         (nnimap): Add greeting.
1272
1273 2010-09-26  Julien Danjou  <julien@danjou.info>
1274
1275         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1276         arguments.
1277         (gnus-html-wash-images): Fix spec computing to include start/end.
1278
1279         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1280
1281 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1284         deletion.
1285         (nnimap-retrieve-headers): Don't select the group, because that's
1286         already done by nnimap-possibly-change-group.
1287
1288         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1289         (gnus-picon-transform-address): Use it.
1290
1291         * mail-source.el (mail-source-value): Revert previous patch.
1292
1293         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1294         on failure.
1295         (nnimap-open-connection): Look up both virtual and physical server name
1296         credentials.
1297
1298         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1299
1300 2009-02-07  Dave Love  <fx@gnu.org>
1301
1302         * tls.el (open-tls-stream): Don't query killing process.
1303
1304 2009-02-08  Dave Love  <fx@gnu.org>
1305
1306         * gnus-win.el (gnus-window-to-buffer-helper,
1307         gnus-all-windows-visible-p): Function needn't be a symbol.
1308
1309         * mail-source.el (mail-source-value): Function needn't be a symbol.
1310
1311 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * message.el (message-cite-prefix-regexp): Remove } from the cite
1314         prefix.
1315
1316         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1317         highlight again, so that the highlight is correct.
1318
1319         * gnus-picon.el (gnus-picon): Remove again.
1320         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1321
1322         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1323         doing the header highlightling, so that the background colour of the
1324         picon is correct.
1325
1326         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1327         (gnus-picon): Ditto.
1328         (gnus-picon): Reinstate.  The background colour for picons is white.
1329         (gnus-picon-insert-glyph): Make the background white.
1330
1331         * nnml.el (nnml-open-nov): Don't return dead buffers.
1332
1333         * auth-source.el (auth-source-create): Query the user for whether to
1334         store the credentials.
1335
1336         * netrc.el (netrc-store-data): New function.
1337
1338         * auth-source.el (auth-source-user-or-password): Use the existing auth
1339         sources, if any, for creation.
1340
1341         * gnus.el (gnus-group-fast-parameter): Return the last matching
1342         parameter instead of the first matching parameter.
1343
1344 2010-09-26  Julien Danjou  <julien@danjou.info>
1345
1346         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1347
1348 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * mml2015.el (mml2015-use): Remove gpg support.
1351
1352         * mml1991.el (mml1991-function-alist): Remove gpg function.
1353         (mml1991-gpg-sign): Removed.
1354
1355 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1356
1357         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1358         (gnus-browse-unsubscribe-current-group): Document it.
1359         (gnus-browse-unsubscribe-group): Use it.
1360
1361 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1364         address to the To list for easier response.
1365
1366         * gnus.el (gnus-play-startup-jingle): Removed.
1367         (gnus-splash): Don't play jingle.
1368         (gnus): Silence gnus-load message.
1369
1370         * gnus-art.el (gnus-treat-play-sounds): Removed.
1371
1372         * gnus.el (gnus-play-jingle): Remove audio support.
1373
1374         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1375
1376         * earcon.el: Removed -- no users.
1377
1378         * gnus-audio.el: Removed -- no users of this package.
1379
1380         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1381
1382         * gnus-start.el (gnus-setup-news): Remove nocem support.
1383
1384         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1385
1386         * gnus.el (gnus-use-nocem): Removed.
1387
1388         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1389         Removed.
1390
1391         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1392         uses NoCeM any more.
1393
1394         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1395         (gnus-button-ctan-handler): Ditto.
1396         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1397         (gnus-button-ctan-directory-regexp): Ditto.
1398         (gnus-button-handle-ctan): Ditto.
1399         (gnus-button-tex-level): Ditto.
1400         (gnus-button-alist): Removed CTAN stuff.
1401
1402 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403
1404         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1405         nnimap-streaming test.
1406
1407         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1408         servers twice.
1409
1410         * nnimap.el (nnimap-open-connection): Add more error reporting when
1411         nnimap fails early.
1412
1413         * nnheader.el (nnheader-get-report-string): New function.
1414         (nnheader-get-report): Use it.
1415
1416         * gnus-int.el (gnus-check-server): Say what the error was when opening
1417         failed.
1418
1419         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1420         using streaming.
1421
1422 2010-09-25  Julien Danjou  <julien@danjou.info>
1423
1424         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1425         gnus-window-inside-pixel-edges.
1426
1427 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1430
1431         * mm-decode.el (mm-save-part): Allow saving to other directories the
1432         normal Emacs way.
1433
1434         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1435         by Jay Berkenbilt.
1436
1437         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1438         there isn't a single byte.
1439
1440         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1441         just do it.  It doesn't really seem to matter what the user responds
1442         here, I think, so it's just a confusing question.
1443
1444         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1445         non-streaming case.
1446
1447         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1448         (gnus-article-encrypt-body): Use it.
1449
1450         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1451         keystroke.
1452
1453         * nnimap.el (nnimap-find-wanted-parts-1): Use
1454         gnus-fetch-partial-articles.
1455
1456         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1457
1458         * nnimap.el (nnimap-insert-partial-structure): New function.
1459         (nnimap-get-partial-article): New function.
1460         (nnimap-request-article): Use it.
1461         (nnimap-wait-for-response): Return whether the wait was successful.
1462         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1463         retrieval wasn't successful.
1464         (nnimap-retrieve-group-data-early): Allow throttling servers.
1465         (nnimap-streaming): New variable.
1466         (nnimap-fetch-partial-articles): Removed.
1467
1468         * mm-decode.el (mm-with-part): Protect against killed buffers.
1469
1470         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1471         for prettier summary display.
1472
1473 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1474
1475         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1476         directly.
1477
1478 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1481         apparently third-party libraries depend on it.
1482
1483         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1484         before starting negotiation.
1485
1486         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1487         privacy reasons.
1488         (gnus-treat-mail-gravatar): Ditto.
1489
1490         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1491         buffer when inserting images.  Inserting text into the headers, for
1492         instance, can make them invalid.
1493
1494 2010-09-25  Julien Danjou  <julien@danjou.info>
1495
1496         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1497         variables.
1498
1499         * nnheader.el: Remove useless variables news-reply-yank-from and
1500         news-reply-yank-message-id.
1501
1502         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1503         variables.
1504
1505         * mml1991.el: Remove useless mml1991-verbose.
1506
1507         * gnus.el: Remove useless variable gnus-use-generic-from.
1508         Remove obsolete variable gnus-topic-indentation.
1509
1510         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1511
1512         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1513
1514         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1515
1516         * gnus-group.el: Remove useless gnus-group-icon-cache.
1517         Remove useless gnus-ephemeral-group-server.
1518
1519         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1520
1521         * mml2015.el: Remove useless mml2015-verbose.
1522
1523         * mml-smime.el: Remove useless mml-smime-verbose.
1524
1525         * gnus.el: Remove useless gnus-local-domain.
1526
1527         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1528         gnus-gravatar-size.
1529
1530         * gnus-art.el: Remove useless gnus-treat-translate.
1531
1532 2010-09-24  Julien Danjou  <julien@danjou.info>
1533
1534         * gnus-sum.el: Add support for Gravatars.
1535
1536         * gnus-art.el: Add support for Gravatars.
1537
1538         * gnus-gravatar.el: Add this file.
1539
1540         * gravatar.el: Add this file.
1541
1542 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1545
1546         * gnus-group.el (gnus-group-fetch-faq): Removed.
1547
1548         * gnus.el (gnus-group-faq-directory): Removed.
1549
1550         * gnus-group.el (gnus-group-fetch-charter): Removed.
1551
1552         * gnus.el (gnus-group-charter-alist): Removed.
1553
1554         * gnus-group.el (gnus-group-archive-directory): Removed.
1555         (gnus-group-recent-archive-directory): Ditto.
1556         (gnus-group-make-archive-group): Removed.
1557
1558         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1559
1560         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1561         use the same article number for all the cached articles.
1562
1563         * nnimap.el (nnimap-command): Register the last command time so
1564         that we can use it for idling NOOPs.
1565         (nnimap-open-connection): Start the keeplive timer.
1566         (nnimap-make-process-buffer): Store all the process buffers.
1567         (nnimap-keepalive): New function.
1568
1569         * starttls.el: (starttls-open-stream): Add autoload cookie.
1570
1571 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1572
1573         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1574         handling.
1575
1576 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1579         its data structures.
1580
1581         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1582         instead of the cl.el copy-list.
1583         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1584         equalp.
1585
1586 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1589         and tool-bar-local-item-from-menu.
1590
1591         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1592         mode-line-highlight face for Emacs.
1593
1594         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1595         loading gnus-sum.elc; fix comment for canlock-verify.
1596         (gnus-article-jump-to-part): Use read-number.
1597         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1598         Emacs pre-21 compatible code for help-echo.
1599         (gnus-article-next-page-1): No need to adjust the number of lines.
1600         (gnus-article-describe-bindings): Always use help-buffer.
1601
1602         * gnus-audio.el (gnus-audio-inline-sound)
1603         * gnus-cus.el (gnus-custom-mode)
1604         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1605
1606         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1607
1608         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1609         compatible code.
1610
1611 2010-09-24  Glenn Morris  <rgm@gnu.org>
1612
1613         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1614         visiting the fcc file in rmail-mode.
1615
1616         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1617
1618 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * nnir.el: Silence the byte compiler.
1621
1622         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1623         alias to browse-url-url-encode-chars if any.
1624         (gnus-html-encode-url): Use it.
1625
1626 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * gnus-start.el (gnus-use-backend-marks): New variable.
1629         (gnus-get-unread-articles-in-group): Use it.
1630
1631         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1632         makeover.
1633
1634 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1635
1636         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1637
1638 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1641         Removed.
1642         (gnus-setup-news-hook): Removed
1643         gnus-fixup-nnimap-unread-after-getting-new-news.
1644
1645         * gnus-int.el (gnus-request-update-info): Protect against backends not
1646         having the function.
1647
1648         * nnimap.el (nnimap-stream): Mention starttls.
1649         (nnimap-open-connection): Add starttls support.
1650
1651 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1652
1653         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1654
1655 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1658         BODYSTRUCTUREs.
1659         (nnimap-transform-headers): Unfold quoted {42} headers.
1660
1661         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1662         the info.
1663         (gnus-get-unread-articles): Only call updatep on backends that support
1664         it.
1665
1666         * nnweb.el (nnweb-request-update-info): NOOP.
1667
1668         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1669
1670         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1671         since it only deals with marks.
1672
1673         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1674         gnus-request-marks, and make a new gnus-request-update-info.
1675
1676         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1677         the active instead of the high number, which is usually too low.
1678
1679 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1680
1681         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1682         * encrypt.el: Removed.
1683
1684 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1687         server in symbolic form.
1688
1689         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1690         0.9.
1691
1692 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1695         (nnimap-update-info): Fix up code slightly.
1696
1697         * gnus-int.el (gnus-open-server): Add tracing for performance
1698         debugging.
1699
1700         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1701         (gnus-group-insert-group-line): Pass the real group name so that it
1702         gets the right data.
1703
1704         * gnus-start.el (gnus-get-unread-articles): Don't have
1705         `gnus-get-unread-articles-in-group' update info, since that can be
1706         really slow and doesn't seem to be needed?
1707
1708 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1709
1710         * time-date.el (date-to-time): Try using parse-time-string first before
1711         using the slower timezone-make-date-arpa-standard.
1712
1713 2010-09-22  Julien Danjou  <julien@danjou.info>
1714
1715         * gnus-group.el (gnus-group-insert-group-line): Call
1716         gnus-group-highlight-line.
1717         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1718         default hook list.
1719         (gnus-group-update-eval-form): Add new function.
1720         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1721         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1722
1723 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1726         immediate, then expire all articles.
1727         (nnimap-update-info): Fix off-by-one errors.
1728         (nnimap-flags-to-marks): Would return no marks lists for group with no
1729         flags.  Instead return the other data.
1730
1731 2010-09-22  Julien Danjou  <julien@danjou.info>
1732
1733         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1734         Only return an icon.
1735         (gnus-group-insert-group-line): Compute icon to return.
1736
1737         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1738         variable.
1739         (gnus-html-image-fetched): Only cache if
1740         gnus-html-image-automatic-caching is set.
1741         (gnus-html-image-fetched): Check for errors.
1742
1743 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1746         once per method on `g'.  This ensures that backends like nnfolder don't
1747         open all their folders.
1748
1749         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1750         (nnimap-request-list): Nix out group in the correct buffer.
1751         (nnimap-parse-flags): Implement by using `read' instead of
1752         hand-parsing.
1753         (nnimap-flags-to-marks): Pass on permanent-flags.
1754         (nnimap-make-process-buffer): Record the server name.
1755         (nnimap-parse-flags): Fix typo.
1756         (nnimap-request-scan): Run split on the server in general, not just a
1757         single group.
1758
1759         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1760         parameter, and propagate this downwards.
1761
1762         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1763         since EXAMINE changes it on the server.
1764
1765         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1766         this command might take a while.
1767
1768 2010-09-22  Julien Danjou  <julien@danjou.info>
1769
1770         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1771         harmful if you have 2 images side-by-side, they can't be properly
1772         update on text deletion.  Using text-property is safer here.
1773         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1774         data.
1775
1776 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * nnimap.el (nnimap-expunge-inbox): Removed.
1779         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1780         (nnimap-expunge): Flip default to t.
1781
1782         * gnus.el (gnus-method-to-server): Don't push things to the cache
1783         unless it's unique.
1784         (gnus-server-to-method): Ditto.
1785
1786 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1787
1788         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1789
1790 2010-09-22  Julien Danjou  <julien@danjou.info>
1791
1792         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1793         get the start of data.
1794         (gnus-html-encode-url): Add this function to encode special chars in
1795         URL.
1796         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1797         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1798
1799         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1800         default.
1801         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1802
1803         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1804         images alt-text.
1805         (gnus-html-put-image): Put alt-text as help-echo.
1806
1807 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1810         * mm-util.el (mm-decompress-buffer)
1811         * nnir.el (nnir-run-find-grep)
1812         * pop3.el (pop3-list): Use 3rd arg of split-string.
1813
1814         * time-date.el (format-seconds): Comment fix.
1815
1816         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1817         and byte-optimize-form-code-walker.
1818         (dgnushack-make-auto-load): Don't advise make-autoload.
1819
1820         * lpath.el: Remove Emacs 21 stuff.
1821
1822 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1825         outside the active range.  Suggested by Dan Christensen.
1826
1827         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1828         slightly later to avoid double-getting it.
1829
1830         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1831         previous patch.
1832
1833         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1834
1835 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1836
1837         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1838
1839 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * gnus-int.el (gnus-open-server): Give a better error message in the
1842         "go offline" case.
1843
1844         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1845         marks for nnimap, which is seldom the right thing to do.
1846
1847         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1848         (gnus-same-method-different-name): New function.
1849
1850         * nnimap.el (parse-time): Require.
1851
1852         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1853         method in the presence of many similar methods.
1854
1855         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1856
1857         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1858         nnml-inhibit-expiry.
1859
1860         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1861         find out whether methods are equal.
1862
1863         * nnimap.el (nnimap-find-expired-articles): New function.
1864         (nnimap-process-expiry-targets): New function.
1865         (nnimap-request-move-article): Request the article before looking at
1866         what the Message-ID is.  Fix found by Andrew Cohen.
1867         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1868
1869         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1870         for oldness in addition to being a predicate.
1871
1872         * nnimap.el (nnimap-request-group): When we have zero articles, return
1873         the right data to Gnus.
1874         (nnimap-request-expire-articles): Only delete articles immediately if
1875         the target is 'delete.
1876
1877         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1878         method, this would bug out.
1879
1880         * gnus-group.el (gnus-group-expunge-group): Renamed from
1881         gnus-group-nnimap-expunge, and implemented as a normal interface
1882         function.
1883
1884         * gnus-int.el (gnus-request-expunge-group): New function.
1885
1886         * nnimap.el (nnimap-request-create-group): Implement.
1887         (nnimap-request-expunge-group): New function.
1888
1889 2010-09-21  Julien Danjou  <julien@danjou.info>
1890
1891         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1892         (gnus-html-cache-expired): Add new function.
1893         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1894         wethever we should display image for fetch it.
1895         Compute alt-text earlier to pass it to the fetching function too.
1896         (gnus-html-schedule-image-fetching): Change function argument to only
1897         get one image at a time, not a list.
1898         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1899         cache.
1900         (gnus-html-get-image-data): New function to retrieve image data from
1901         cache.
1902         (gnus-html-put-image): Change buffer argument to use image data rather
1903         than file, and place image above region rather than inserting a new
1904         one. Do not take alt-text as argument, since it's useless now: we place
1905         the image above alt-text.
1906         (gnus-html-prune-cache): Remove.
1907         (gnus-html-show-images): Start to fetch image when we find one, do not
1908         push into a temporary list.
1909         (gnus-html-prefetch-images): Only fetch image if they have expired.
1910         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1911         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1912
1913 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1916
1917 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1920         spec inser "*" if the group isn't active instead of 0.
1921
1922         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1923         opening the server.
1924         (nnimap-request-delete-group): Implement group deletion.
1925         (nnimap-transform-headers): Return the size of the entire message in
1926         the Bytes header, not just the size of the first part.
1927         (nnimap-request-move-article): When moving an article from nnimap,
1928         request the article first so the accepting form has an article to
1929         accept.  Reported by Dan Christensen.
1930         (nnimap-command): Make sure that the error message doesn't error out.
1931
1932 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1933
1934         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1935         we haven't requested anything.
1936
1937 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1940         "".  Fix found by Andrew Cohen.
1941
1942         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1943         instead of -encode-string.
1944
1945 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1948
1949         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1950         by mm-subst-char-in-string.
1951
1952 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953
1954         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1955         waiting for the connection string.
1956
1957         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1958         arriving.
1959
1960         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1961         bogus characters.  This allows selecting certain Gmail groups.
1962
1963         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1964         (nnimap-fetch-partial-articles): New variable.
1965         (nnimap-open-connection): When looking for credentials, also use the
1966         nnimap-server-port.
1967         (nnimap-request-article): Return the group/article number, so that Gnus
1968         `^' works as expected.
1969         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1970         them.
1971
1972         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1973         comments.
1974         (gnus-methods-sloppily-equal): New function.
1975         (gnus): When using the development version of Gnus, load the gnus-load
1976         file.
1977
1978         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1979         `gnus-open-server' on each method before trying to scan them etc.  This
1980         ensures that all the backend parameters are set correctly.
1981
1982         * nnimap.el (nnimap-authenticator): New variable.
1983         (nnimap-open-connection): Allow anonymous login.
1984         (nnimap-transform-headers): The chars header is called Chars not
1985         Bytes.
1986         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1987         drops.
1988
1989         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1990         patch, found by Knut Anders Hatlen.
1991
1992 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1993
1994         * gnus-agent.el (gnus-agent-batch-confirmation)
1995         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1996         to gnus-message.
1997         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1998         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1999         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2000         * gnus-int.el (gnus-open-server): Likewise.
2001         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2002         (gnus-score-check-syntax): Likewise.
2003         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2004         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2005         Likewise.
2006         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2007
2008 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2011         calling conventions so that prefetch doesn't bug out.
2012
2013 2010-09-19  Julien Danjou  <julien@danjou.info>
2014
2015         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2016         rather than `subst-char-in-region' in order to be able to replace ASCII
2017         char by UTF-8 ones.
2018
2019         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2020         than curl.
2021         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2022         the right URL and ALT text on images.
2023         (gnus-html-wash-tags): Fix tag case.
2024         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2025         (gnus-article-html): Add -o display_ins_del=2 option.
2026         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2027
2028 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2031         the extra mail headers, which sometimes seem to happen for unknown
2032         reasons.
2033
2034         * mail-parse.el (mail-header-encode-parameter): Define as
2035         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2036         (or most, perhaps?) mail readers don't understand the latter, but do
2037         understand the former.
2038
2039         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2040         to nil, so that no methods are automatically agentized.  I think this
2041         is probably what most users want.
2042
2043         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2044         from url-retrieve, for instance about invalid URLs.
2045
2046         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2047         groups that have no articles.
2048         (nnimap-request-article): Check that we really got an article when we
2049         requested one.
2050
2051         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2052         doesn't exist.
2053
2054         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2055         nntp buffer so the agent can save it.
2056         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2057         that CRLF doesn't get translated to \n.
2058         (nnimap-open-connection): Don't make 'shell commands only send \n.
2059
2060 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2061
2062         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2063         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2064         Update var name.
2065         (nnml-generate-nov-file): Use dolist.
2066         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2067         Use with-current-buffer.
2068
2069 2010-09-18  Julien Danjou  <julien@danjou.info>
2070
2071         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2072         parallel.
2073
2074 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075
2076         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2077         the range update right.
2078         (nnimap-request-group): Don't make `M-g' bug out on group with no
2079         marks.
2080         (nnoo): Required, so that other packages can require nnimap.
2081         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2082         command we're looking for.  This helps when the server sends more
2083         responses after we've gotten everything we expected.
2084         (nnimap): Add a `newlinep' field to keep track of end-of-line
2085         conventions.
2086         Don't send CRLF to things that don't want it.
2087         (nnimap-request-accept-article): Ditto.
2088
2089 2010-09-18  Julien Danjou  <julien@danjou.info>
2090
2091         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2092         than curl to retrieve images.
2093
2094 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2097         the marks.
2098         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2099         (nnimap-wait-for-connection): New function.
2100         (nnimap-open-connection): If we have PREAUTH, don't query for login
2101         credentials.
2102         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2103         when doing a partial update.
2104
2105 2010-09-18  Julien Danjou  <julien@danjou.info>
2106
2107         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2108         tags.
2109
2110 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * nnimap.el (nnimap-credentials): New function.
2113         (nnimap-open-connection): Use the new function to look for credentials
2114         also on the numeric equivalents of "imap" and "imaps".
2115
2116         * gnus-start.el (gnus-activate-group): Send the info to
2117         gnus-request-group.
2118
2119         * nnimap.el (nnimap-request-group): Have the "check" version of the
2120         function parse flags and update the info, so that a `M-g' get a total
2121         resync of all flags from the group.
2122
2123         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2124         to allow backends to alter the info on group selection.  Also alter all
2125         the backend -request-group functions to take the parameter.
2126
2127         * nnimap.el (nnimap-store-info): New function.
2128         (nnimap-update-info): Store the info for later usage.
2129         (nnimap-request-group): Use the stored info for the dont-check case, so
2130         that we don't retrieve all marks when we enter a group.
2131
2132         * nnimap.el: Use deffoo instead of defun for interface functions.
2133
2134         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2135         update the group info.  This makes the nndraft groups, for instance, go
2136         back to their old behaviour.
2137
2138         * gnus-sum.el (gnus-select-newsgroup): Indent.
2139
2140         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2141         in.
2142         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2143         nothing.
2144
2145         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2146         from methods that are denied.
2147
2148         * gnus-int.el (gnus-method-denied-p): New function.
2149
2150         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2151         store the password instead of netrc.
2152         (nnimap-open-connection): Don't error out when we can't make a
2153         connections.
2154
2155         * auth-source.el (auth-source-create): In the password prompt, say what
2156         we're querying for.  Also prompt for user name if that hasn't been
2157         given.
2158
2159         * nnimap.el (nnimap-with-process-buffer): Removed.
2160
2161 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2164         method when we're reading from the agent.
2165
2166         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2167
2168         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2169         that's probably most useful for users.
2170
2171         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2172         "failed" all the time.
2173
2174         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2175         ...)) with (with-current-buffer ... ).
2176
2177         * nntp.el (nntp-open-server): Return whether the open was successful or
2178         not.
2179
2180         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2181         select an unread unseen article first.
2182
2183         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2184         /etc/services, supply some sensible port defaults.
2185
2186         * dgnushack.el: Define netrc-credentials.
2187
2188 2010-09-17  Julien Danjou  <julien@danjou.info>
2189
2190         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2191
2192 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2193
2194         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2195         doesn't have any parameters.
2196
2197 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2200         only upcased checks.
2201
2202         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2203
2204         * nnimap.el (nnimap-open-shell-stream): New function.
2205         (nnimap-open-connection): Use it.
2206         (nnimap-transform-headers): Get the number of lines in each message.
2207         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2208         number of lines.
2209         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2210         problem.
2211
2212         * utf7.el (utf7-encode): Autoload.
2213
2214         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2215         to allow the mail splitting to not return a default group.  This is
2216         useful for nnimap, which will leave unmatched mail in the inbox.
2217
2218         * nnimap.el: Rewritten.
2219
2220         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2221         nnimap usage.
2222
2223         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2224         if the move is internal, so that nnimap can do fast internal moves.
2225
2226         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2227         data.
2228         (gnus-read-active-for-groups): Support finishing the early retrieval of
2229         data.
2230
2231         * gnus-range.el (gnus-range-nconcat): New function.
2232
2233         * gnus-int.el (gnus-finish-retrieve-group-infos)
2234         (gnus-retrieve-group-data-early): New functions.
2235
2236 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2237
2238         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2239         (nnrss-retrieve-groups):
2240         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2241         (pop3-quit): Use with-current-buffer.
2242
2243 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2246         instead of nnheader-accept-process-output.
2247
2248         * dgnushack.el (dgnushack-compile): Add comment.
2249
2250         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2251
2252         * gnus-html.el (gnus-html-schedule-image-fetching)
2253         (gnus-html-prefetch-images): Replace process-kill-without-query by
2254         gnus-set-process-query-on-exit-flag.
2255
2256 2010-09-16  Romain Francoise  <romain@orebokech.com>
2257
2258         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2259
2260 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2263         parameter to unintern is mandatory-ish in Emacs 24.
2264
2265         * gnus-html.el (gnus-html-schedule-image-fetching)
2266         (gnus-html-prefetch-images): Check for curl before using it.
2267
2268         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2269         depend on curl, which isn't essential.
2270
2271         * imap.el: Revert back to version
2272         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2273         seem problematic.
2274
2275 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2276
2277         * gnus-registry.el (gnus-registry-install-shortcuts):
2278         Explicitly pass `obarray' to `unintern' to avoid a warning.
2279
2280 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2283         change.
2284
2285         * nnrss.el (nnrss-request-list): Removed this function and related
2286         functions, including the moreover stuff.
2287
2288 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * nnrss.el (nnrss-retrieve-groups): New function.
2291
2292 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2293
2294         * .dir-locals.el: Add no-byte-compile cookie.
2295
2296 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * time-date.el (format-seconds): Comment fix.
2299
2300         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2301         for back end that doesn't support request-scan.
2302
2303 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2306         then do request scans from the backends.
2307
2308         * netrc.el (netrc-credentials): New conveniency function.
2309
2310         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2311         avoid running a hook per line, since this takes a lot of time,
2312         profiling shows.
2313         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2314         directly if gnus-visual-p is true.
2315
2316 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2319         groups; replace mapcar with dolist which is a bit faster; pass groups
2320         info to gnus-read-active-file-1.
2321         (gnus-read-active-file-1): Scan only specified groups if the new
2322         optional arg `infos' is given.
2323
2324 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2327
2328         * pop3.el (pop3-movemail): Removed.
2329         (pop3-streaming-movemail): Renamed to pop3-movemail.
2330
2331         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2332         don't restrict end-tag searches to the end of the line.
2333
2334 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2337         articles of every unchecked group to t, which means unknown since the
2338         server has never been opened.
2339
2340 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * gnus-html.el (gnus-html-show-alt-text): New command.
2343         (gnus-html-browse-image): Ditto.
2344         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2345         to browse the image directly.
2346         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2347         better.
2348
2349         * gnus-async.el (gnus-async-article-callback): Call
2350         `gnus-html-prefetch-images' unconditionally.
2351
2352         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2353         before feeding URLs to curl.
2354
2355 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2358         internal images as deletable by `W D D'.
2359
2360         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2361         (gnus-async-article-callback): Fix typo.
2362
2363 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2366         current line to work around bugs in the output from w3m.
2367
2368         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2369         for groups that want that.
2370
2371         * nntp.el (nntp-wait-for-string): Supply a timeout for
2372         accept-process-output to ensure progress.
2373
2374         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2375         level to get unread articles from, then use that for foreign groups,
2376         too.
2377
2378         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2379         confuses the rest of the function.
2380
2381         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2382         for the methods that support -retrieve-groups, too.
2383
2384         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2385
2386 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2389         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2390
2391         * pop3.el: Require cl when compiling.
2392         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2393
2394 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2397         that aren't going to be activated.
2398         (gnus-get-unread-articles): Fix up the last commit.
2399
2400         * gnus-html.el (gnus-article-html): Allow calling without specifying
2401         the handle.  In that case, dissect the buffer first.
2402
2403         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2404
2405         * nnimap.el (nnimap-open-connection): Revert the change that would look
2406         into authinfo for imaps instead of imap.
2407
2408         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2409         say that you don't want to call gnus-request-group with don-check, but
2410         do check the reponse.  This is for virtual groups only.
2411         (gnus-get-unread-articles): Count the archive groups as secondary, so
2412         that they're activated the same way as before.
2413
2414         * imap.el (imap-message-map): Removed optional buffer parameter, since
2415         no callers use it.
2416         (imap-message-get): Ditto.
2417         (imap-message-put): Ditto.
2418         (imap-mailbox-map): Ditto.
2419         (imap-mailbox-put): Ditto.
2420         (imap-mailbox-get): Ditto.
2421         (imap-mailbox-get): Revert last change for this function.
2422
2423         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2424         case-insensitively.
2425         (nnimap-debug): Removed.
2426
2427         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2428         to use `imap-fetch' instead.  According to the comments, this should be
2429         safe, since all other IMAP clients use the 1:* syntax.
2430         (imap-enable-exchange-bug-workaround): Removed.
2431         (imap-debug): Removed -- doesn't seem very useful.
2432
2433         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2434         mail from a file, and the file doesn't exist.
2435
2436         * imap.el (imap-log): New convenience function used throughout instead
2437         of repeating the same code all over the place.
2438
2439         * pop3.el (pop3-streaming-movemail): Return t for success.
2440
2441         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2442         .authinfo if we're using ssl connection.
2443
2444         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2445         already have if we're in a main Gnus `g' run.
2446
2447         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2448
2449 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2452
2453         * nnmh.el (nnmh-request-list-1): Bind `file'.
2454
2455         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2456         alias to set-process-query-on-exit-flag or process-kill-without-query.
2457         (pop3-open-server): Use it.
2458
2459 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2462         box to the Incoming file.  Fixes mistake in previous checkin.
2463
2464         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2465         request loop (for debugging purposes) removed.
2466
2467         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2468         culprit is more visible.
2469         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2470         (nnml-add-incremental-nov): New functions to do "incremental" nov
2471         updates, where we just append to the end of the existing nov files
2472         without reading/writing them in full.
2473
2474         * mail-source.el (mail-source-delete-crash-box): Really only check the
2475         incoming files once in a while.
2476
2477         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2478
2479         * mail-source.el (mail-source-delete-crash-box): Only check the
2480         incoming files for deletion once per day to save a lot of file
2481         accesses.
2482
2483         * pop3.el (pop3-logon): Fix up unbound variable typo.
2484
2485         * mail-source.el (pop3-streaming-movemail): Autoload.
2486
2487         * pop3.el (pop3-streaming-movemail): Respect
2488         pop3-leave-mail-on-server.
2489
2490         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2491         retrieval.
2492
2493         * pop3.el (pop3-process-filter): Removed unused function.
2494         (pop3-streaming-movemail, pop3-send-streaming-command)
2495         (pop3-wait-for-messages, pop3-write-to-file)
2496         (pop3-number-of-responses): New functions for streaming pop3
2497         retrieval.
2498
2499         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2500         come from no known methods.
2501         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2502         list.
2503
2504         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2505         message sizes.
2506         (pop3-movemail): Use erase-buffer instead of looping and deleting
2507         regions, which seems rather odd.
2508
2509         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2510         file once per `g' run.
2511
2512         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2513         directories.  This makes the draft queue directory work.
2514
2515         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2516         data from the backends, so that we only request the list of groups from
2517         each method once.  This should speed things up considerably.
2518
2519         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2520         detect that it's not implemented.
2521
2522         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2523         we actually do recurse down into the tree, but don't stat all leaf
2524         nodes.
2525
2526         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2527         then say so instead of bugging out.
2528
2529         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2530         files exist before trying to read them.
2531
2532         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2533         around <pre_int>.
2534
2535         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2536
2537         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2538
2539 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * mm-util.el (mm-image-load-path): Just return the image directories,
2542         not all directories in the path in addition to the image directories.
2543         (mm-image-load-path): Maintain a cache of the image directories so that
2544         the `g' command in Gnus doesn't have to stat dozens of directories each
2545         time.
2546
2547         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2548         (gnus-html-wash-tags): Add a new `i' command to insert images.
2549         (gnus-html-insert-image): New command and keystroke.
2550         (gnus-html-redisplay-with-images): New command and keystroke.
2551         (gnus-html-show-images): Renamed command.
2552         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2553         spacers.
2554         (gnus-html-wash-tags): Decode entities at the end, so that entities
2555         inside the tags don't mess up the rest of the "parsing".
2556
2557         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2558         so that nnimap methods aren't agentized by default.  There's apparently
2559         many problems related to agent/imap behaviour.
2560
2561         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2562
2563         * gnus-html.el: Doc fix.
2564
2565 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2568         specifier-spec-list for Emacs 21.
2569
2570         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2571         glyph-width and glyph-height instead of display-graphic-p and
2572         image-size; make avoidance of displaying small images work for XEmacs.
2573
2574         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2575         for XEmacs.
2576
2577         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2578         of symbol that holds plist data.
2579         (gnus-process-plist): Remove plist of process after getting it.
2580
2581 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * message.el (message-generate-hashcash): Change default to
2584         'opportunistic if hashcash is installed.
2585
2586         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2587         (gnus-html-put-image): Only call image-size once, since it's somewhat
2588         time-consuming on remote X servers.
2589
2590 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2593         type on data, not a file name.
2594
2595         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2596         window-pixel-edges for Emacs 21.
2597
2598         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2599         decoded contents.
2600         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2601
2602 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2605         group line format, since it isn't very interesting.
2606
2607         * gnus-agent.el (gnus-agent-short-article),
2608         (gnus-agent-long-article): Increase values for these two variables,
2609         since most people are likely to have more network connection and
2610         storage than before.
2611
2612         * gnus.el (gnus-refer-article-method): Change default to 'current.
2613         When referring an article, the common behaviour is to refer it from the
2614         current select method, not the native select method.  The chances of
2615         the native select method having the message in question is rather slim
2616         these days.
2617
2618         * gnus-sum.el (gnus-auto-select-subject): Change default to
2619         `unseen-or-unread'.  I think it's likely that most people want to
2620         select an unseen article over a previously seen, but unread one.
2621
2622         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2623         means that in the article buffer none of the minor mode elements will
2624         be shown, usually, and this is not desirable in most cases.
2625
2626         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2627         that commands like `d' (and the like) go to the next line in the
2628         buffer, instead of the next unread article.  I think this is the
2629         behaviour that is most natural for most users.
2630         (gnus-single-article-buffer): Change default to nil, so that people can
2631         have as many article buffers open as they have summary buffer.  I think
2632         this is the most natural way for the groups to behave.
2633
2634         * message.el (message-generate-new-buffers): Change default to
2635         `unsent', so that all new message buffers start their names with the
2636         string "*unsent", and it's easier to find the buffers if you move from
2637         them.
2638
2639 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2642         small.  They're probably tracking images.
2643         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2644         (gnus-html-rescale-image): Yet another try at getting the image sizing
2645         right.
2646
2647         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2648         nntp-marks-file-name is nil.
2649
2650 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * gnus-html.el (gnus-html-wash-tags)
2653         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2654         Better logging.
2655
2656 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2659
2660         * gnus-html.el (gnus-html-wash-tags): Check the value of
2661         gnus-blocked-images in the summary buffer.
2662
2663 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2664
2665         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2666
2667 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2670         like "a", it seems like.
2671         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2672         since it needs to be picked from the correct buffer.
2673
2674         * nnwfm.el: Removed.
2675
2676         * nnlistserv.el: Removed.
2677
2678 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2681         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2682
2683 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * nnkiboze.el: Removed.
2686
2687         * nndb.el: Removed.
2688
2689         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2690         alt text.
2691         (gnus-html-rescale-image): Try to get the rescaling logic right for
2692         images that are just wide and not tall.
2693
2694         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2695         overshadow variable bindings.
2696
2697 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2698
2699         * gnus-html.el (gnus-html-wash-tags)
2700         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2701         extra logging.
2702
2703 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2706         (gnus-max-image-proportion): New variable.
2707         (gnus-html-rescale-image): New function.
2708         (gnus-html-put-image): Rescale images.
2709
2710 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2711
2712         Fix up some byte-compiler warnings.
2713         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2714         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2715         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2716         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2717         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2718         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2719         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2720
2721 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-html.el (gnus-article-html): Decode contents by charset.
2724
2725 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2728         (gnus-html-frame-width, gnus-blocked-images)
2729         * message.el (message-prune-recipient-rules): Add custom version.
2730         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2731
2732         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2733         functions.
2734
2735         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2736         gnus-process-get.
2737
2738 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2739
2740         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2741         instead of lsub directly.
2742
2743 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744
2745         * nnwarchive.el: Removed.
2746
2747         * gnus-soup.el: Removed.
2748
2749         * nnsoup.el: Removed.
2750
2751         * nnultimate.el: Removed.
2752
2753         * gnus-html.el (gnus-blocked-images): New variable.
2754
2755         * message.el (message-prune-recipients): New function.
2756         (message-prune-recipient-rules): New variable.
2757
2758         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2759         guess whether a long line is natural text or not.
2760
2761         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2762         gnus-process-plist and friends for compatibility.
2763
2764 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2765
2766         * gnus-html.el: Require packages that define macros used in this file.
2767         (gnus-article-mouse-face): Declare to silence byte-compiler.
2768         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2769         process-get.
2770         (gnus-html-put-image): Use plist-get to avoid getf.
2771         (gnus-html-prefetch-images): Use with-current-buffer.
2772
2773 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * gnus-ems.el: Provide compatibility functions for
2776         gnus-set-process-plist.
2777
2778         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2779         header-line-format for XEmacs 21.4.
2780
2781         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2782         * gnus.el (gnus-valid-select-methods)
2783         * message.el (message-send-mail-partially-limit)
2784         * mm-decode.el (mm-text-html-renderer)
2785         * mml.el (mml-insert-mime-headers-always)
2786         * smiley.el (smiley-regexp-alist): Bump custom version.
2787
2788 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * gnus-html.el: require mm-url.
2791         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2792         with the url to `url'.
2793         (gnus-html-wash-tags): Support cid: URLs/images.
2794
2795 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2798         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2799         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2800
2801         * gnus-move.el: Removed file, since it doesn't really work.
2802
2803         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2804         UTF-8.  This seems to fix problems with some German web feeds.
2805
2806         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2807         at the top so that the proper colours are applied.
2808
2809         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2810         don't have dots in their names.
2811
2812         * gnus-art.el (gnus-article-view-part): Doc fix.
2813
2814         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2815         XEmacs-compatible.
2816         (gnus-html-put-image): Don't do images on non-graphic displays.
2817
2818         * nnslashdot.el: Removed this unused backend.
2819
2820         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2821         actions.
2822         (gnus-undo-register-1): Revert last change.
2823
2824         * gnus-group.el (gnus-group-completing-read): Protect against not
2825         having completion-styles bound.
2826
2827         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2828         make broken recipients happier.
2829
2830         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2831
2832         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2833         point parameter.
2834
2835         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2836
2837         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2838         completion-styles for group selection.
2839
2840 2009-02-04  Andreas Schwab  <schwab@suse.de>
2841
2842         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2843         headers and regexp-quote the match if necessary.
2844
2845 2009-03-24  Miles Bader  <miles@gnu.org>
2846
2847         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2848         the blinking smiley.
2849
2850 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2851
2852         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2853         blink smiley.
2854
2855 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2858         where the dribbel file lives exists.
2859
2860         * message.el (message-send-mail-partially-limit): Change the default to
2861         nil, since most people don't want this.
2862
2863         * mm-url.el (mm-url-decode-entities): Also decode entities like
2864         &#x3212.
2865
2866 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2867
2868         * gnus-sum.el (gnus-summary-idna-message):
2869         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2870         Hyperlink urls in docstrings with URL `...'.
2871
2872 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2873
2874         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2875         functions.
2876
2877 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2880         say what the mouseover text should be.
2881
2882         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2883         version of the mm-w3m-safe-url-regexp variable to only download images
2884         in the groups where we want that to happen.
2885
2886         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2887
2888         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2889         easier debugging.
2890         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2891         big pictures in the article buffer.
2892
2893         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2894         gnus-article-html.
2895         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2896         w3m.
2897
2898         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2899
2900 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2903         which doesn't exist.
2904
2905         * message.el (message-inhibit-ecomplete): New variable to allow some
2906         function to inhibit ecomplete address storage.
2907         (message-resend): Disable ecomplete message storage when resending
2908         messages.
2909
2910         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2911
2912 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2915         Save excursion while copying, moving, and deleting articles in order to
2916         prevent the cursor from jumping to unforeseen place.
2917
2918 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * lpath.el: No need to bind bookmark-current-buffer,
2921         bookmark-yank-point and bookmark-make-record-function.
2922
2923 2010-08-17  Glenn Morris  <rgm@gnu.org>
2924
2925         * gnus-sync.el: Require gnus components whose functions are used.
2926
2927         * gnus-art.el (bookmark-make-record-function):
2928         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2929         Declare for compiler.
2930
2931         * mm-url.el (mml-compute-boundary): Autoload.
2932
2933 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2936
2937 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2938
2939         Typo fix "hoo4a" -> "hook".
2940
2941         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2942
2943 2010-08-14  Glenn Morris  <rgm@gnu.org>
2944
2945         * gnus-sync.el (gnus-sync): Fix defgroup version.
2946
2947 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2948
2949         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2950
2951         * gnus-sync.el: Fix docs.
2952         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2953         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2954
2955 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2956
2957         Optimizations for gnus-sync.el.
2958
2959         * gnus-sync.el: Add docs about gnus-sync-backend
2960         possibilities.
2961         (gnus-sync-save): Remove unnecessary message.
2962         (gnus-sync-read): Optimize and show what groups were skipped.
2963
2964 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2965
2966         Minor bug fixes for gnus-sync.el.
2967
2968         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2969         read the sync on get-new-news.
2970
2971         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2972         quiet.
2973
2974         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2975
2976 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2977
2978         Make saving and restoring of hidden threads work with overlays.
2979         Patch applied by Ted Zlatanov.
2980
2981         * gnus-sum.el (gnus-hidden-threads-configuration)
2982         (gnus-restore-hidden-threads-configuration): Update to deal with text
2983         properties, rather than searching for a magic character.
2984
2985 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2986
2987         New gnus-sync.el library for synchronization of marks.
2988
2989         * gnus-sync.el: New library for synchronization of marks.
2990
2991         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2992         renamed from `gnus-registry-grep-in-list'.
2993
2994         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2995
2996         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2997
2998 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3001         determining charset of text fails.
3002
3003 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * nnmail.el (nnmail-get-new-mail-1): Revert.
3006
3007         * nnml.el (nnml-active-number): Make sure names of newly created groups
3008         in nnml-group-alist are encoded.
3009
3010 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3013         containing non-ASCII characters in active file for nnml back end.
3014
3015 2010-07-24  David Engster  <dengste@eml.cc>
3016
3017         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3018         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3019
3020 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3021
3022         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3023         tag (Bug#6654).
3024
3025 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3028         the article buffer, not the summary buffer.
3029
3030 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3033         Emacs 23 as well.
3034
3035 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3038         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3039
3040 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3041
3042         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3043         Patch applied by Karl Fogel.
3044
3045         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3046         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3047
3048 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3049
3050         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3051         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3052         C-w still not working correctly from Article buffers; Thierry's
3053         patch to fix that will be applied after this.
3054
3055         * gnus-art.el (bookmark-make-record-function): New local variable.
3056
3057         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3058         article buffer.
3059         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3060
3061 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3062
3063         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3064         on changes in bookmark.el.
3065
3066 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3069         `no-log' instead of message not to log prompt string.
3070
3071 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3072
3073         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3074         the *other* type of HTML form submission.
3075
3076 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3077
3078         * auth-source.el (auth-source-pick): If choice does not contain a
3079         questioned keyword, set the check to t.
3080
3081 2010-06-12  Romain Francoise  <romain@orebokech.com>
3082
3083         * gnus-util.el (gnus-date-get-time): Move up before first use.
3084
3085 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3088         (gnus-article-edit-part): Bind it to make last part that is substituted
3089         or deleted visible.
3090         (gnus-mime-display-single): Buttonize part of which id equals to
3091         gnus-mime-buttonized-part-id.
3092
3093 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3094
3095         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3096         (gnus-dd-mmm): Use gnus-date-get-time.
3097         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3098         simplify logic.
3099         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3100         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3101
3102 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3103
3104         * auth-source.el (top): Autoload `secrets-list-collections',
3105         `secrets-create-item', `secrets-delete-item'.
3106         (auth-sources): Fix tag string.
3107         (auth-get-source, auth-source-retrieve, auth-source-create)
3108         (auth-source-delete): New defuns.
3109         (auth-source-pick): Rewrite in order to avoid 2 passes.
3110         (auth-source-forget-user-or-password): New parameter USERNAME.
3111         (auth-source-user-or-password): New parameters CREATE-MISSING and
3112         DELETE-EXISTING.  Retrieve password interactively, if needed.
3113
3114 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3115
3116         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3117         deleting unused directories when gnus-expert-user is t.
3118
3119 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3122         for each temp file when gnus-article-browse-delete-temp is ask.
3123
3124 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3125
3126         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3127         Lisp calls to delete-backward-char by calls to delete-char.
3128
3129 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3130
3131         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3132
3133 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3134
3135         * password-cache.el (password-cache-remove): Fix docstring.
3136
3137 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3140         article unless decoding article to be saved.
3141
3142 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3145         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3146         generated within the mm-with-unibyte-current-buffer macro.
3147
3148 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3151         to nil when we're in a mml-preview buffer and no group is selected.
3152
3153 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3154
3155         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3156         when catching the `C-g'.  Reported by "Leo".
3157
3158 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * message.el (message-forward-make-body-plain)
3161         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3162         multibyte-string-p.
3163
3164         * lpath.el: Revert.
3165
3166 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * message.el (message-forward-make-body-mml): Assume original message
3169         is multibyte string; error on unibyte.
3170         (message-forward-make-body-plain): Ditto; don't add excessive newline
3171         in body end.
3172
3173         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3174
3175 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3176
3177         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3178         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3179
3180 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * mm-extern.el (mm-extern-url): Don't use
3183         mm-with-unibyte-current-buffer.
3184         (mm-extern-cache-contents): Use with-current-buffer instead of
3185         save-excursion + set-buffer.
3186
3187 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3188
3189         * mm-util.el (mm-emacs-mule): Remove.
3190
3191 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3192
3193         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3194         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3195         change.
3196
3197 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3200         bind the default value of enable-multibyte-characters to nil.
3201
3202 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * message.el (message-forward-make-body-plain)
3205         (message-forward-make-body-mml):
3206         Don't use mm-with-unibyte-current-buffer.
3207
3208 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3209
3210         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3211
3212 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3213
3214         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3215         (Bug#5592).
3216
3217 2010-05-07  Julien Danjou  <julien@danjou.info>
3218
3219         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3220         it to mm-pipe-part.
3221
3222         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3223         it is given.
3224
3225 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * binhex.el (binhex-decode-region-internal)
3228         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3229         (dns-query)
3230         * nnweb.el (nnweb-gmane-search)
3231         * pgg-parse.el (pgg-parse-armor)
3232         * pgg.el (pgg-verify-region)
3233         * sha1.el (sha1-string-external)
3234         * uudecode.el (uudecode-decode-region-internal)
3235         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3236         XEmacs.
3237
3238         * gnus-art.el (gnus-article-browse-html-parts)
3239         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3240         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3241         make-temp-file.
3242
3243         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3244         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3245         compiling.
3246
3247         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3248         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3249         XEmacs when compiling.
3250
3251         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3252         gnus-pick-mode-off-hook for XEmacs when compiling.
3253         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3254         gnus-binary-mode-off-hook for XEmacs when compiling.
3255
3256         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3257         nil if char-charset is not available.
3258
3259         * imap.el (imap-disable-multibyte)
3260         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3261         macros.
3262
3263         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3264         instead of encode-coding-string.
3265
3266         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3267         'xemacs) instead of mm-emacs-mule to switch function definitions.
3268         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3269
3270         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3271         bind temporary-file-directory for XEmacs;
3272         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3273         timer-set-function for XEmacs 21.4 and SXEmacs;
3274         bind timer-list for XEmacs 21.4 and SXEmacs;
3275         fbind char-charset and find-charset-region for non-Mule XEmacs;
3276         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3277         encode-coding-region and encode-coding-string for XEmacs having no
3278         file-coding feature.
3279
3280 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3281
3282         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3283
3284 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3287         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3288
3289 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3290
3291         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3292         alias `jka-compr-delete-temp-file' no longer exists.
3293
3294 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3295
3296         Use define-minor-mode in Gnus where applicable.
3297         * mml.el (mml-mode): Use define-minor-mode.
3298         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3299         (gnus-undo-mode): Use define-minor-mode.
3300         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3301         (gnus-dead-summary-mode): Use define-minor-mode.
3302         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3303         Initialize in declaration.
3304         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3305         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3306         (gnus-mailing-list-mode): Use define-minor-mode.
3307         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3308         (gnus-draft-mode): Use define-minor-mode.
3309         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3310         (gnus-dired-mode): Use define-minor-mode.
3311
3312 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3313
3314         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3315         handles on recursive mml-to-mime translation and check them for
3316         boundary delimiter collisions.  Reported by Greg Troxel.
3317
3318 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3321
3322 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3323
3324         * mm-util.el (mm-find-buffer-file-coding-system):
3325         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3326
3327 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3328
3329         * message.el (message-generate-headers): Record insertion of optional
3330         headers as well.  Otherwise the check to prevent repeated insertion of
3331         optional headers is a no-op.
3332
3333 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3334
3335         * smime.el: Don't mention CVS.
3336
3337         * nnrss.el (nnrss-fetch): Don't mention CVS.
3338
3339         * nnir.el: Don't mention CVS.
3340
3341 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3342
3343         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3344
3345 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * lpath.el: Fbind bookmark-default-handler,
3348         bookmark-get-bookmark-record, bookmark-make-record-default,
3349         bookmark-prop-get for Emacs <23 and XEmacs.
3350
3351 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3352
3353         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3354         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3355         Use with-current-buffer to silence the byte-compiler.
3356         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3357         bother to require `gnus'.
3358         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3359
3360 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3361
3362         * gnus-sum.el (gnus-summary-bookmark-make-record)
3363         (gnus-summary-bookmark-jump): New functions.
3364         (gnus-summary-mode): Setup bookmark support.
3365
3366 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3367
3368         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3369         if set.
3370
3371 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3374         gnus-article-browse-html-save-cid-image; make it work recursively for
3375         forwarded messages as well.
3376         (gnus-article-browse-html-parts): Work when prefix arg is given.
3377         (gnus-article-browse-html-article): Doc fix.
3378
3379 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3380
3381         * message.el (message-default-mail-headers):
3382         (message-default-headers): Carry the value mail-default-headers over
3383         into message-default-mail-headers, rather than message-default-headers.
3384
3385 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3386
3387         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3388         charset.
3389
3390         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3391         charset into the <meta> tag when the article is encoded to utf-8.
3392
3393 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3396         directories as well.
3397         (gnus-article-browse-html-parts): Work for images that do not specify
3398         file names; delete temp directory when quitting; insert header at the
3399         right place; use file: scheme for image files.
3400
3401 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3402
3403         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3404         (gnus-article-browse-html-parts): Use it to make temporary cid image
3405         files in addition to html file so that browser may display them.
3406
3407 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3410
3411 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3412
3413         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3414
3415 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3416
3417         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3418         about Secret Service API sources.  Improve Customize options.
3419         (auth-source-pick): Change to accept any number of search parameters.
3420         Implement fallbacks iteratively, not recursively.  Add scoring on the
3421         second pass and sort by score.  Call Secret Service API when needed.
3422         (auth-source-user-or-password): Use it.  Call Secret Service API
3423         directly when needed to get the user name and the password.
3424
3425 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3426
3427         * message.el (message-interactive): Doc fix.
3428         (message-qmail-inject-args): Reflow.
3429         (message-kill-to-signature): Fix typo in docstring.
3430
3431         * smiley.el (smiley-buffer): Fix typo in docstring.
3432
3433 2010-03-24  Glenn Morris  <rgm@gnu.org>
3434
3435         * mail-source.el (gnus-message): Declare.
3436         (mail-source-delete-old-incoming): Require gnus-util.
3437
3438 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3441
3442         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3443
3444         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3445         password-cache's default if it is not bound.
3446         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3447         password-cache-expiry's default if it is not bound.
3448
3449         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3450         available in Emacs 21.
3451
3452         * lpath.el: Suppress compiler warnings for:
3453         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3454         XEmacs;
3455         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3456         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3457         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3458
3459 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3460
3461         * auth-source.el (auth-sources): Fix up definition so extra parameters
3462         are always inline.
3463
3464 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3465
3466         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3467         wasn't updated after mismatch.  Clear cached mailbox info correctly
3468         when uidvalidity changes.
3469         (nnimap-group-prefixed-name): New function to avoid some code
3470         duplication.
3471         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3472         (nnimap-request-group): Use it.
3473         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3474         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3475         with many imap folders.  This is done by caching the group status from
3476         the imap server persistently in a group parameter `imap-status'.  (This
3477         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3478         but not persistently, so every Gnus startup was still very slow.)
3479
3480 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3481
3482         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3483         delete the extra newline.  Otherwise editing of :string and :number
3484         types don't work.
3485
3486 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3487
3488         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3489         secrets.el dependency.
3490         (auth-sources): Add optional user name.  Add secrets.el configuration
3491         choice (unused right now).
3492
3493 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3494
3495         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3496         `gnus-registry-install-shortcuts' fill in the functions.
3497
3498         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3499         warnings.
3500         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3501         (gnus-registry-install-shortcuts): Populate and use it in a
3502         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3503
3504 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3505
3506         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3507         In-place substitutions for the group name encoding/decoding.
3508         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3509         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3510         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3511         (nnimap-update-unseen, nnimap-request-list)
3512         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3513         (nnimap-request-set-mark, nnimap-split-to-groups)
3514         (nnimap-split-articles, nnimap-request-newgroups)
3515         (nnimap-request-create-group, nnimap-request-accept-article)
3516         (nnimap-request-delete-group, nnimap-request-rename-group)
3517         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3518         `encoded-mbx' for consistency.
3519         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3520         variable `imap-current-mailbox'.
3521
3522         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3523         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3524
3525 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3526
3527         * pop3.el (pop3-display-message-size-flag): Display message size byte
3528         counts during POP3 download.
3529         (pop3-movemail): Use it.
3530         (pop3-list): Implement listing of available messages.
3531
3532 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3533
3534         * nnir.el (nnir-get-article-nov-override-function): New function to
3535         override the normal NOV retrieval.
3536         (nnir-retrieve-headers): Use it.
3537
3538 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3539
3540         * auth-source.el (netrc-machine-user-or-password): Autoload.
3541
3542 2010-03-19  Glenn Morris  <rgm@gnu.org>
3543
3544         Stop message.el from loading about 40 libraries it doesn't always need.
3545         The general approach is to autoload rather than require, and to
3546         require in the specific functions rather than the file.  (Bug#5642)
3547
3548         * gmm-utils.el: Don't require wid-edit.
3549         (widget-create-child-value, widget-convert, widget-default-get):
3550         Autoload.
3551
3552         * gnus-util.el: Don't require time-date, netrc.
3553         (message-fetch-field, gnus-group-name-decode): Declare rather than
3554         autoloading.
3555         (gnus-fetch-field): Require message.
3556         (gnus-decode-newsgroups): Require gnus-group.
3557
3558         * ietf-drums.el: Don't require time-date.
3559
3560         * message.el: Don't require hashcash, canlock, ecomplete.
3561         Do require mail-utils.  Require nnheader only when compiling.
3562         (smtpmail-default-smtp-server): Remove declaration.
3563         (message-send-mail-function): Check smtpmail-default-smtp-server
3564         is bound rather than requiring smtpmail.
3565         (message-auto-save-directory, message-insert-signature): Use
3566         expand-file-name rather than nnheader-concat.
3567         (nnheader-insert-file-contents): Autoload.
3568         (hashcash-wait-async): Declare.
3569         (message-send-mail): Only call gnus-setup-posting-charset if
3570         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3571         (message-send-mail-with-sendmail): Require sendmail.
3572         (canlock-password, canlock-password-for-verify): Declare.
3573         (message-canlock-password): Require canlock.
3574         (nnheader-get-report): Autoload.
3575         (gnus-setup-posting-charset): Declare.
3576         (message-send-news): Require gnus-msg.
3577         (message-make-references, message-make-in-reply-to): Use mail-header-id
3578         rather than the alias mail-header-message-id.
3579         (ecomplete-add-item, ecomplete-save): Declare.
3580         (message-put-addresses-in-ecomplete): Require ecomplete.
3581         (ecomplete-display-matches): Autoload.
3582
3583         * mm-decode.el: Don't require mailcap, gnus-util.
3584         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3585         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3586         Autoload.
3587         (mailcap-mime-extensions): Declare.
3588
3589         * mm-encode.el: Don't require mailcap.
3590         (mailcap-extension-to-mime): Autoload.
3591
3592         * mml-sec.el: Don't require password-cache.
3593
3594         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3595         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3596         (mml-minibuffer-read-type): Require mailcap.
3597         (mml-preview): Require gnus-msg.
3598
3599         * mml1991.el: Require password-cache.
3600         (password-cache-expiry): Remove declaration.
3601
3602         * mml2015.el: Require password-cache.
3603         (password-cache-expiry): Remove declaration.
3604
3605         * nneething.el (mailcap): Require mailcap.
3606
3607         * nnheader.el (declare-function): Add compatibility stub.
3608         (message-remove-header): Declare rather than autoload.
3609         (nnheader-replace-header): Require message.
3610
3611         * nnimap.el (declare-function): Add compatibility stub.
3612         (netrc-parse, netrc-machine-user-or-password): Declare.
3613         (nnimap-open-connection): Require netrc.
3614
3615         * nntp.el (declare-function): Add compatibility stub.
3616         (netrc-parse, netrc-machine, netrc-get): Declare.
3617         (nntp-send-authinfo): Require netrc.
3618
3619         * rfc2047.el: Don't require qp.
3620         (quoted-printable-encode-region, quoted-printable-decode-string):
3621         Autoload.
3622
3623         * sieve-mode.el: Don't require easymenu.
3624         (easy-menu-add-item): Autoload it.
3625
3626         * spam-stat.el (time-to-number-of-days): Autoload it.
3627
3628 2010-03-19  Glenn Morris  <rgm@gnu.org>
3629
3630         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3631
3632 2010-03-18  Glenn Morris  <rgm@gnu.org>
3633
3634         * hashcash.el (declare-function): Remove duplicate definition.
3635
3636 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3637
3638         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3639         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3640         value if any backslash escapes).
3641
3642 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3645         if it is available.  (bug#5647)
3646
3647         * lpath.el: Suppress compiler warning for coding-system-from-name for
3648         Emacs 21 and XEmacs.
3649
3650 2010-03-14  Juri Linkov  <juri@jurta.org>
3651
3652         * hmac-def.el:
3653         * hmac-md5.el:
3654         * netrc.el: Fix keywords.
3655
3656 2010-02-26  Glenn Morris  <rgm@gnu.org>
3657
3658         * message.el (message-send-mail-function): Change the default, so that
3659         it inherits from a customized send-mail-function.  (Bug#5643)
3660
3661 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3662
3663         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3664         shell-command-to-string signals an error (bug#5299).
3665
3666 2010-02-24  Glenn Morris  <rgm@gnu.org>
3667
3668         * message.el (message-smtpmail-send-it)
3669         (message-send-mail-with-mailclient): Doc fixes.
3670
3671 2010-02-16  Glenn Morris  <rgm@gnu.org>
3672
3673         * message.el (message-default-mail-headers): Change the default value
3674         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3675
3676 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3679         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3680
3681 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3682
3683         * time-date.el (date-to-time): Doc fix (Bug#5408).
3684
3685 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3686
3687         * message.el (message-mail): Just pass yank-action on to message-setup.
3688         (message-setup): Handle (FUN . ARGS) form of yank-action.
3689         (message-with-reply-buffer, message-widen-reply)
3690         (message-yank-original): Handle non-buffer values of
3691         message-reply-buffer (Bug#4080).
3692         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3693
3694 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3695
3696         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3697         Fix typo in docstring.
3698
3699 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3700
3701         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3702         response.
3703
3704 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3707
3708         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3709
3710         * message.el (message-check-news-header-syntax): Protect against a
3711         string that `rfc822-addresses' returns when parsing fails.
3712
3713 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3716         (gnus-previous-char-property-change): New functions.
3717
3718         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3719
3720 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3721
3722         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3723         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3724
3725 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3726
3727         * message.el (message-exchange-point-and-mark): Rework last change to
3728         avoid using optional arg of exchange-point-and-mark, for backward
3729         compatibility.
3730
3731 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3732
3733         * message.el (message-exchange-point-and-mark): Call
3734         exchange-point-and-mark with an argument rather than setting
3735         mark-active by hand (Bug#5175).
3736
3737 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * nntp.el (nntp-service-to-port): Work for service expressed with
3740         numeric string; replace [:digit:] with [0-9] for XEmacs.
3741
3742 2009-12-17  Glenn Morris  <rgm@gnu.org>
3743
3744         * gnus-group.el (gnus-bug-group-download-format-alist):
3745         Change emacs entry to debbugs.gnu.org.  Bump :version.
3746
3747 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3748
3749         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3750
3751 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3752
3753         * message.el (message-info): Explain why we use `Info-goto-node'.
3754
3755 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3758
3759 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3760
3761         * message.el (message-completion-in-region): New compatibility function.
3762         (message-expand-group): Use it.
3763
3764 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3767         with no unread article should be listed if the 2nd arg `predicate' is
3768         given.
3769
3770 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3773
3774 2009-11-29  Juri Linkov  <juri@jurta.org>
3775
3776         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3777         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3778         on `gnus-recenter'. (Bug#4698, Bug#4981)
3779
3780 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3781
3782         * sha1.el (sha1-string-external): default-directory "/" in case
3783         otherwise non-existent.  process-connection-type pipe for touch of
3784         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3785
3786 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3787
3788         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3789         it's comms related and sgml-mode.el has "comm" on that basis too.
3790
3791 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3794         containing tspecial characters if they have been already quoted.
3795
3796 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3797
3798         * dns-mode.el (auto-mode-alist): Purecopy string.
3799
3800 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3801
3802         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3803
3804 2009-10-24  Glenn Morris  <rgm@gnu.org>
3805
3806         * gnus-art.el (help-xref-stack-item): Define for compiler.
3807
3808 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3809
3810         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3811
3812 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3815
3816 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3819         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3820
3821 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3824         (gnus-overlays-in): New alias to overlays-in.
3825
3826         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3827         gnus-overlay-get, and gnus-delete-overlay.
3828         (gnus-summary-show-thread): Make it work as well for systems in which
3829         next-single-char-property-change is not available.
3830         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3831
3832         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3833         (gnus-overlay-get): New alias to extent-property.
3834         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3835
3836         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3837         SXEmacs.
3838
3839         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3840         SXEmacs.
3841
3842 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3843
3844         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3845
3846 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3847
3848         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3849         and XEmacs that don't have `remove-overlays'.
3850
3851 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3852
3853         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3854         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3855         selective display.  Use overlays instead.
3856
3857 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3858
3859         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3860
3861 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3862
3863         * spam-stat.el (spam-stat-load): Fix typo in message.
3864
3865 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3866
3867         * dig.el (dig-invoke): Fix typo in docstring.
3868         (query-dig): Reflow docstring.
3869
3870 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3871
3872         * gnus-art.el (gnus-article-encrypt-body):
3873         * message.el (message-check-recipients):
3874         * mm-util.el (mm-codepage-setup):
3875         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3876         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3877
3878 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3879
3880         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3881         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3882         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3883         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3884         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3885
3886 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3887
3888         * dig.el: Add "Keywords: comm", as per net-utils.el.
3889
3890 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3891
3892         * dig.el (dig-mode): Use define-derived-mode.
3893
3894 2009-09-19  Glenn Morris  <rgm@gnu.org>
3895
3896         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3897
3898 2009-09-18  Glenn Morris  <rgm@gnu.org>
3899
3900         * gnus-diary.el (gnus-diary-check-message):
3901         * message.el (message-insert-formatted-citation-line):
3902         * nnbabyl.el (top-level):
3903         * nndiary.el (nndiary-schedule):
3904         Fix typos in condition-case handlers.
3905
3906 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3909         configuration that provides the sole article window in a frame;
3910         position point correctly after deleting a part.
3911
3912 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3913
3914         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3915         (spam-resolve-registrations-routine): Use it to unregister articles
3916         that change status.
3917
3918 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3921         with XEmacs.
3922         (parse-time-string-chars): Use it.
3923
3924 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3925
3926         * imap.el (imap-interactive-login): Better messages.
3927         (imap-open): Fix bug with renamed buffer on reconnect.
3928         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3929         for easier debugging and cleaner code.  On successful (guessed based on
3930         server capabilities) secondary authentication, set imap-state
3931         correctly.
3932         (imap-last-authenticator): Define imap-last-authenticator as a variable
3933         to avoid warnings.
3934
3935 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * nnrss.el (nnrss-request-article): Remove binding of
3938         default-enable-multibyte-characters that has gotten needless by
3939         the 2007-07-13 change in rfc2047-encode-message-header.
3940
3941         * mml.el (mml-insert-multipart): Error on the message header.
3942         (mml-insert-part): Error on the message header; position point at
3943         the end of a MIME tag.
3944
3945 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * time-date.el (autoload): Expand define-obsolete-function-alias into
3948         defalias and make-obsolete for old Emacsen that Gnus supports.
3949         (with-no-warnings): Define it for old Emacsen.
3950         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3951         is available.
3952         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3953         float-time is available; suppress compile warning for time-to-seconds.
3954
3955         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3956         (gnus-float-time): Alias to float-time if it exists.
3957
3958         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3959         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3960         float-time is available; suppress compile warning for time-to-seconds.
3961
3962         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3963         XEmacs.
3964
3965 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3966
3967         * imap.el (imap-message-map): Docstring fix.
3968
3969 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3972         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3973         Add the optional argument `encoding' that overrides the default.
3974
3975         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3976         mm-encode-buffer.
3977
3978 2009-09-04  Glenn Morris  <rgm@gnu.org>
3979
3980         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3981         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3982         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3983         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3984         * mm-util.el (mm-with-unibyte-current-buffer)
3985         (mm-find-buffer-file-coding-system):
3986         * yenc.el (yenc-decode-region): Use default-value rather than
3987         default-enable-multibyte-characters.
3988
3989 2009-09-03  Glenn Morris  <rgm@gnu.org>
3990
3991         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3992         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3993         than default-enable-multibyte-characters.
3994
3995 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3996
3997         * gnus-art.el (gnus-article-read-summary-keys):
3998         Fix gnus-buffer-configuration's value temporarily used.
3999
4000 2009-09-02  Glenn Morris  <rgm@gnu.org>
4001
4002         * gnus-util.el (gnus-float-time): New function.
4003         * gnus-delay.el (gnus-delay-article):
4004         * gnus-sum.el (gnus-thread-latest-date):
4005         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4006         * nnspool.el (nnspool-request-newgroups):
4007         Use gnus-float-time rather than time-to-seconds.
4008         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4009
4010         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4011         (gnus-header-subject-face, gnus-header-newsgroups-face)
4012         (gnus-header-name-face, gnus-header-content-face):
4013         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4014         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4015         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4016         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4017         (gnus-cite-face-11):
4018         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4019         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4020         (gnus-server-closed-face, gnus-server-denied-face)
4021         (gnus-server-offline-face):
4022         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4023         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4024         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4025         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4026         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4027         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4028         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4029         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4030         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4031         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4032         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4033         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4034         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4035         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4036         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4037         (gnus-summary-high-undownloaded-face)
4038         (gnus-summary-low-undownloaded-face)
4039         (gnus-summary-normal-undownloaded-face)
4040         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4041         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4042         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4043         (gnus-splash-face):
4044         * message.el (message-header-to-face, message-header-cc-face)
4045         (message-header-subject-face, message-header-newsgroups-face)
4046         (message-header-other-face, message-header-name-face)
4047         (message-header-xheader-face, message-separator-face)
4048         (message-cited-text-face, message-mml-face):
4049         * sieve-mode.el (sieve-control-commands-face)
4050         (sieve-action-commands-face, sieve-test-commands-face)
4051         (sieve-tagged-arguments-face):
4052         * spam.el (spam-face):
4053         Mark face aliases with "-face" in the name as obsolete.
4054
4055 2009-09-01  Glenn Morris  <rgm@gnu.org>
4056
4057         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4058         than goto-line.
4059
4060 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4063         Don't move point if the command is invoked inside the message header.
4064
4065 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4066
4067         * imap.el (imap-send-command): Simplify.
4068         (imap-wait-for-tag): point-max -> buffer-size.
4069
4070 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4071
4072         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4073         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4074         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4075         * nnir.el (nnir-swish-e-index-file):
4076         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4077         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4078         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4079         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4080         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4081         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4082
4083 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4086         Don't save excursion.
4087
4088 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4089
4090         * nnheader.el (nnheader-find-file-noselect):
4091         * mm-util.el (mm-insert-file-contents):
4092         Use (default-value 'major-mode) instead of default-major-mode.
4093
4094 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4095
4096         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4097
4098 2009-08-26  Glenn Morris  <rgm@gnu.org>
4099
4100         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4101         than placing in files.el.
4102
4103 2009-08-25  Glenn Morris  <rgm@gnu.org>
4104
4105         * nnir.el (top-level): Don't require cl at run-time.
4106         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4107         Replace cl-function substitute with gnus-replace-in-string.
4108         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4109         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4110         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4111         simplified expansions.
4112
4113 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4114
4115         * dig.el (dig): Add autoload cookie.
4116
4117 2009-08-22  Glenn Morris  <rgm@gnu.org>
4118
4119         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4120         goto-line.
4121
4122 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4123
4124         * parse-time.el (parse-time-string-chars): Save match data.
4125
4126 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4127
4128         * parse-time.el (parse-time-string-chars): Compute using character
4129         classes, to handle non-ascii characters (Bug#3190).
4130
4131 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4134
4135         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4136         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4137         (gnus-mm-display-part, gnus-mime-display-single)
4138         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4139         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4140
4141         * gnus-sum.el
4142         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4143         (gnus-summary-move-article): Add expirable mark to articles copied or
4144         moved to group that has auto-expire turned on if the option is non-nil.
4145
4146 2009-07-24  Glenn Morris  <rgm@gnu.org>
4147
4148         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4149         Fix typo.  (Bug#3903)
4150
4151 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4154         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4155         that should not be used for draft articles.
4156         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4157         that has no concern in minor mode keys.
4158         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4159         Abolish.
4160
4161 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4164         article without making inquiry to a user for unknown encoding.
4165
4166         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4167         (nnmaildir--scan): Assume i-node and device number that file-attributes
4168         returns might be cons-cell.
4169
4170         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4171
4172         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4173
4174 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4175
4176         * auth-source.el: Remove docs now in auth.texi.  Don't use
4177         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4178         `auth-source-hide-passwords' and use them.
4179
4180 2009-07-15  Glenn Morris  <rgm@gnu.org>
4181
4182         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4183
4184 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4187         excessive whitespace from the default values of title and description.
4188
4189 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4192         mail-fetch-field to fetch Content-Description header in order to
4193         exclude newlines.
4194
4195 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4196
4197         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4198         format used by GnuPG 2.0.11.
4199
4200 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4203         to deleted part.
4204
4205 2009-05-30  David Engster  <dengste@eml.cc>
4206
4207         * nnmairix.el: Remove old documentation in the commentary block.
4208         (nnmairix-request-group): Do not update active file for nnml back ends.
4209         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4210         end so that overview files are ignored.
4211         (nnmairix-update-groups): Make updating the groups more robust by using
4212         marks.
4213         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4214         with dollar characters in message-id.
4215
4216 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4219         2008-12-25 in dns.el.
4220
4221 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4222
4223         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4224         could happen if the text is only composed of spaces and/or tabs.
4225
4226 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4227
4228         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4229         when sending a queued message to avoid extra mml tags.
4230
4231 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4234
4235 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4238         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4239         rmail-toggle-header for XEmacs;
4240         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4241
4242 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-dired.el: Remove autoload for gnus-setup-message.
4245         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4246         displaying Gnus logo; always use compose-mail.
4247
4248 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4251
4252 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4255         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4256         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4257         available.
4258         (gnus-nocem-epg-verify): New function.
4259
4260 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4261
4262         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4263
4264 2009-02-15  Glenn Morris  <rgm@gnu.org>
4265
4266         * gnus-util.el (rmail-insert-rmail-file-header)
4267         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4268         autoloads.
4269         (rmail-default-rmail-file): Remove unnecessary declaration.
4270         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4271
4272 2009-02-14  Glenn Morris  <rgm@gnu.org>
4273
4274         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4275         variable (only used in gnus-util, which declares it anyway).
4276         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4277         which was only needed by gnus-art (changed to not use it any more).
4278         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4279         only used in gnus-util, which autoloads it itself.
4280         (rmail-update-summary): Fix autoload.
4281
4282         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4283         rather than rmail-output-to-rmail-file.
4284
4285 2009-02-07  Glenn Morris  <rgm@gnu.org>
4286
4287         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4288         autoload of function that no longer exists.
4289         (rmail-toggle-header): Declare.
4290         (message-forward-rmail-make-body): Handle mbox Rmail.
4291
4292 2009-01-31  Glenn Morris  <rgm@gnu.org>
4293
4294         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4295         2009-01-09 change.
4296
4297 2009-01-31  Dave Love  <fx@gnu.org>
4298
4299         * imap.el (imap-fetch-safe): Bind debug-on-error.
4300         (imap-debug): Add imap-fetch-safe.
4301
4302 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4305         (auth-source-forget-all-cached): New convenience function.
4306         (auth-source-user-or-password): Accept list of modes or a single mode.
4307
4308         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4309         auth-source modes.
4310
4311         * netrc.el (netrc-machine-user-or-password): Use list of
4312         auth-source modes.
4313
4314         * nnimap.el (nnimap-open-connection): Use list of
4315         auth-source modes.
4316
4317         * nntp.el (nntp-send-authinfo): Use list of
4318         auth-source modes.
4319
4320 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4321
4322         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4323         now.
4324
4325 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4328         coding system in XEmacs; add a workaround for XEmacs.
4329
4330         * lpath.el: Fbind coding-system-aliasee.
4331
4332 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4335         of current-language-environment.
4336
4337 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4338
4339         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4340         available at runtime.
4341
4342 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4345
4346 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4347
4348         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4349         the greatest positive fixnum value doesn't work under an XEmacs with
4350         bignum support; use the most-positive-fixnum constant instead,
4351         available since Emacs 21.1 with cl and XEmacs 21.1.
4352
4353 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4356         XEmacs gets not to work.
4357
4358 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * mm-util.el (mm-coding-system-priorities): Allow the value like
4361         "Japanese (UTF-8)" of current-language-environment.
4362
4363 2009-01-09  Glenn Morris  <rgm@gnu.org>
4364
4365         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4366         with last-command-event.
4367
4368 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4371         in the doc string.
4372
4373         * message.el (message-fix-before-sending): Amend comment.
4374
4375 2009-01-08  Dave Love  <fx@gnu.org>
4376
4377         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4378
4379 2009-01-07  David Engster  <dengste@eml.cc>
4380
4381         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4382         simplified server definitions by converting it via
4383         gnus-server-to-method.
4384
4385 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4388         parameter's operands.
4389
4390 2009-01-06  David Engster  <dengste@eml.cc>
4391
4392         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4393         primary select method (for gnus-group-mark-article-as-read).
4394
4395 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4396
4397         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4398         `(gnus)Face', not `(gnus)X-Face'.
4399
4400 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * mm-util.el (mm-ucs-to-char): New function.
4403
4404         * mm-url.el (mm-url-decode-entities): Use it.
4405
4406         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4407         unicode-to-char.
4408
4409 2009-01-05  Dave Love  <fx@gnu.org>
4410
4411         * time-date.el: Require cl for `declare'.
4412
4413 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4414
4415         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4416         Dave Love.
4417
4418 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4419
4420         * message.el (message-fix-before-sending): Add `eight-bit' to
4421         illegible-text check.
4422
4423 2009-01-03  Michael Olson  <mwolson@gnu.org>
4424
4425         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4426         `headers' is nil.  This can occur if the IMAP server does not have
4427         permissions to read messages from a folder, but can write new messages
4428         to the folder.
4429         (nnimap-request-article-part): Do not insert `data' if it is nil.
4430
4431         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4432         characters which will confuse `read', so skip past them.
4433
4434 2009-01-01  Dave Love  <fx@gnu.org>
4435
4436         * imap.el (imap-string-to-integer): Fix typo.
4437         (imap-fetch-safe): New function.
4438         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4439
4440         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4441
4442         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4443         (imap-parse-greeting): Fix doc strings.
4444         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4445         (imap-parse-flag-list): Make messages unique.
4446         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4447
4448         * nnimap.el: Fix author email.
4449         (nnimap-split-rule): Add FIXME comment.
4450         (nnimap-debug): Fix doc string.
4451
4452 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4453
4454         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4455
4456 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4457
4458         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4459         nslookup if resolv.conf isn't available.
4460         (dns-query): Rename from query-dns.
4461         (dns-query-cached): Rename from query-dns-cached.
4462
4463 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4466         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4467         to check if those variables exist (first appeared in Emacs 18.50).
4468
4469 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * mm-util.el (mm-line-number-at-pos): New function.
4472
4473         * spam-report.el (spam-report-process-queue): Use it.
4474
4475 2008-12-24  David Engster  <dengste@eml.cc>
4476
4477         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4478         parameters that haven't existed as variables as buffer-local variables.
4479
4480 2008-12-23  Dave Love  <fx@gnu.org>
4481
4482         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4483         cadar.
4484
4485         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4486         imap-starttls-p.
4487         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4488
4489 2008-12-22  Dave Love  <fx@gnu.org>
4490
4491         * imap.el: Fix author email.  Doc fixes.
4492         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4493         reply.
4494
4495 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4496
4497         * spam-report.el (spam-report-gmane-max-requests): New constant.
4498         (spam-report-gmane-wait): New variable.
4499         (spam-report-gmane-ham, spam-report-gmane-spam)
4500         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4501         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4502         the server.
4503
4504         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4505         Add explanations.
4506
4507         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4508         nnheader-accept-process-output and nnheader-read-timeout if available.
4509         (pop3-movemail): Use it.
4510
4511         * message.el (message-check-news-body-syntax): Fix signature check if
4512         there's an attachment.
4513
4514 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * mm-util.el: Add comments to the mm- emulating functions.
4517
4518 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4519
4520         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4521         by Stephen Berman <stephen.berman@gmx.net>.
4522
4523 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * mm-util.el (mm-substring-no-properties): New function.
4526         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4527         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4528         (mm-string-to-multibyte): Doc fix.
4529
4530         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4531
4532 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4533
4534         * mml.el (mml-attach-file): Strip text properties from file name.
4535         (Bug#1574)
4536
4537 2008-12-16  Glenn Morris  <rgm@gnu.org>
4538
4539         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4540
4541 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4544         knows since the charset specified might be a bogus alias that
4545         mm-charset-synonym-alist provides.
4546
4547 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4550         "ISO_8859-1".
4551
4552         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4553
4554 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * mm-util.el (mm-charset-eval-alist):
4557         Define it before mm-charset-to-coding-system.
4558         (mm-charset-to-coding-system): Add optional argument `silent';
4559         define it before mm-charset-override-alist.
4560         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4561         default value if it can be used in Emacs currently running;
4562         silence mm-charset-to-coding-system.
4563
4564 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4567         `allow-override' which says whether to use `mm-charset-override-alist'.
4568         (rfc2047-decode-encoded-words): Use it.
4569
4570         * mm-util.el (mm-charset-override-alist): Fix custom type;
4571         add `(gb2312 . gbk)' to choices.
4572
4573 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4576         fast.
4577
4578         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4579
4580         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4581
4582 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4583
4584         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4585         on links.
4586
4587         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4588
4589 2008-12-03  Lute Kamstra  <lute@gnu.org>
4590
4591         * sha1.el: Remove leading * from docstrings of defcustoms,
4592         deffaces, defconsts and defuns.
4593
4594 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4597         users' addresses that don't have domain parts.
4598         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4599         rather than message-narrow-to-head since there will be the message
4600         header separator.
4601
4602 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4603
4604         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4605         since the result is inserted in a unibyte buffer anyway.
4606         (nnimap-demule-use-string-to-multibyte): Remove.
4607         (nnimap-demule): Alias it to mm-string-to-multibyte.
4608
4609 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4610
4611         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4612         variable for debugging bug#464 and bug#1174.
4613         (nnimap-demule): Use it.
4614
4615 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4616
4617         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4618         score calculation correctly.
4619
4620 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4621
4622         * message.el (message-send-mail): Just set the buffer to unibyte
4623         rather than use mm-with-unibyte-current-buffer which does a lot more.
4624         (message-send-mail-partially): Don't bother with
4625         mm-with-unibyte-current-buffer since it's already been made unibyte by
4626         message-send-mail.
4627
4628 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4629
4630         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4631
4632 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4633
4634         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4635
4636 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4639         require itself and to remove `with-no-warnings'.
4640
4641 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4642
4643         * starttls.el (starttls-any-program-available): Get the name of the
4644         available TLS layer program.
4645         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4646         well as the host name in the "opening" message.
4647
4648         * auth-source.el (auth-source-cache, auth-source-do-cache)
4649         (auth-source-user-or-password): Cache passwords and logins by default,
4650         allow override with `auth-source-do-cache'.
4651         (auth-source-forget-user-or-password): Allow users to remove cache
4652         entries if needed.
4653
4654 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4655
4656         * md4.el (md4-buffer): Fix typo in docstring.
4657         (md4, md4-64): Doc fixes.
4658         (md4-pack-int32): Reflow docstring.
4659
4660 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4661
4662         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4663         condition-case to only the forward-sexp call.
4664
4665 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4666
4667         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4668         quotes contained.  Make it more robust regardless by an extra
4669         condition-case wrapper.
4670
4671 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4674
4675 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * nnml.el (nnml-request-expire-articles): Check if the function set to
4678         `nnmail-expiry-target' returns the symbol `delete'.
4679
4680         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4681
4682         * nnmail.el (nnmail-expiry-target): Fix custom type.
4683
4684 2008-10-02  Glenn Morris  <rgm@gnu.org>
4685
4686         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4687         Silence compiler warning.
4688
4689 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4690
4691         * tls.el (open-tls-stream): Show the actual command being
4692         executed, instead of the format string.
4693
4694 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * lpath.el: Fbind codepage-setup for Emacs 23.
4697
4698 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4699
4700         * mml.el (mml-menu): Don't assume mml2015 is bound.
4701
4702 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4705         exists.
4706
4707 2008-09-27  Glenn Morris  <rgm@gnu.org>
4708
4709         * gnus-util.el (mail-header-remove-comments): Autoload it.
4710
4711 2008-09-27  Andreas Schwab  <schwab@suse.de>
4712
4713         * gnus-util.el (gnus-split-references): Strip comments.
4714         (gnus-parent-id): Likewise.
4715
4716 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4717
4718         * message.el (message-confirm-send): Fix version.
4719
4720 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * message.el (message-idna-to-ascii-rhs-1): Use
4723         mail-extract-address-components rather than mail-header-parse-addresses
4724         that is an alias by default to ietf-drums-parse-addresses that does not
4725         support non-ASCII names in headers' contents.
4726
4727 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4728
4729         * message.el (message-confirm-send): Fixed variable documentation to
4730         avoid the "y/n" wording.
4731
4732 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4733
4734         * message.el (message-set-auto-save-file-name): Save to a different
4735         filename so multiple messages (especially drafts) can be recovered.
4736
4737 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4738
4739         * message.el (message-confirm-send): Add appropriate version.
4740
4741 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4742
4743         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4744         defvar.
4745
4746 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4747
4748         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4749         (mm-pkcs7-enveloped-magic): Ditto.
4750
4751 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4752
4753         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4754         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4755
4756 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4757
4758         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4759         default, it's better.
4760
4761 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4762
4763         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4764         summary line gnus-number property and ignore them (with a warning
4765         message).
4766
4767 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4770         macro caddr in the interactive form since it won't be expanded.
4771
4772 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4775         `charset'; fix name of function called recursively.
4776         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4777
4778 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4781         (gnus-mime-set-charset-parameters): New function.
4782         (gnus-mime-view-part-as-charset): Use it to correctly display part
4783         specifying wrong charset.
4784
4785 2008-09-08  David Engster  <dengste@eml.cc>
4786
4787         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4788         in completing-read for back end server.
4789
4790 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4791
4792         * message.el (message-confirm-send): New variable to confirm sending a
4793         message.
4794         (message-send): Use it.
4795
4796 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4797
4798         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4799
4800 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4803
4804 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4805
4806         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4807         prevent tracking too many groups.
4808         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4809         Use it.
4810
4811 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4812
4813         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4814         moving point to the bottom of the window in order to avoid recentering.
4815
4816 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4819
4820         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4821         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4822         (gnus-article-beginning-of-window): Fix calculation.
4823
4824 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * gnus-msg.el (gnus-summary-supersede-article)
4827         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4828         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4829         message header.
4830
4831 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4832
4833         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4834         pending output coming after the status change.
4835
4836 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4837
4838         * message.el:
4839         * gnus-start.el:
4840         * gnus-registry.el: Remove VMS support.
4841
4842 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4845         macro.
4846         (rfc2104-hash): Use it.
4847
4848 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4851         (gnus-summary-sort-by-most-recent-date): New commands.
4852         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4853         and menu entries.
4854
4855 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4858         don't redisplay article for raw contents; remove plural articles stuff.
4859
4860         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4861         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4862         on gnus-summary-save-article; display results properly.
4863
4864 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * lpath.el: No need to fbind ns-focus-frame.
4867
4868 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4871
4872 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4875         gnus-save-all-headers.
4876
4877 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4878
4879         * gnus-util.el (ns-focus-frame): Remove declaration.
4880         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4881         like x.
4882
4883 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4884
4885         * rfc2104.el (rfc2104-zero): Delete defconst.
4886         (rfc2104-hex-alist): Likewise.
4887         (rfc2104-hex-to-int): Delete func.
4888         (rfc2104-hexstring-to-bitstring): Likewise.
4889         (rfc2104-nybbles): New defconst.
4890         (rfc2104-hash): Rewrite for speed.
4891
4892 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * tls.el (open-tls-stream): Make it work with the 2nd argument
4895         BUFFER that is a string but does not exist as a buffer object, as
4896         mentioned in the doc-string.
4897
4898 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4901         SXEmacs.
4902
4903 2008-07-16  Glenn Morris  <rgm@gnu.org>
4904
4905         * gnus-util.el (ns-focus-frame): Declare for compiler.
4906
4907 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4910         set as a group parameter.
4911         (gnus-summary-save-in-pipe): Work when it is called independently.
4912         (gnus-summary-pipe-to-muttprint): Don't modify
4913         gnus-summary-pipe-output-default-command.
4914
4915 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4916
4917         * message.el (message-send-mail-with-sendmail):
4918         Display the error message.
4919
4920 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-art.el (gnus-default-article-saver):
4923         Add gnus-summary-save-in-pipe to choices.
4924         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4925         gnus-summary-pipe-output-default-command as the default command.
4926         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4927         instead of gnus-last-shell-command.
4928
4929         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4930         New user option.
4931         (gnus-summary-muttprint-program): Mention the value will be changed.
4932         (gnus-summary-save-article): Force showing of all headers.
4933         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4934
4935 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4936
4937         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4938
4939 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4940
4941         * nnimap.el (nnimap-id):
4942         * sieve-manage.el (sieve-manage-open): Doc fixes.
4943
4944 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4945
4946         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4947         if available.
4948
4949 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4950
4951         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4952
4953         * nnkiboze.el (nnkiboze-generate-group):
4954         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4955
4956         * nnmairix.el: Require CL.
4957
4958 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * dgnushack.el: Autoload get-display-table and put-display-table for
4961         XEmacs 21.5.
4962
4963         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4964         21.4 and SXEmacs.
4965
4966 2008-06-15  David Engster  <dengste@eml.cc>
4967
4968         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4969
4970 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4971
4972         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4973         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4974         runtime choice under XEmacs.
4975
4976         * gnus-sum.el (gnus-summary-set-display-table):
4977         Use `gnus-put-display-table', `gnus-get-display-table',
4978         `gnus-set-display-table' for the display table, instead of `aset'.
4979
4980         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4981         Use `gnus-put-display-table', `gnus-get-display-table',
4982         `gnus-set-display-table' for the display table.
4983
4984 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4985
4986         * nnmairix.el: Add autoloads.
4987
4988 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4989
4990         * nnmairix.el (nnmairix-delete-recreate-group)
4991         (nnmairix-update-and-clear-marks): Fix error messages.
4992
4993 2008-06-14  David Engster  <dengste@eml.cc>
4994
4995         * nnmairix.el: Upgrade to version 0.6.
4996         (nnmairix-group-toggle-propmarks-this-group)
4997         (nnmairix-group-toggle-readmarks-this-group)
4998         (nnmairix-group-delete-recreate-this-group)
4999         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5000         (nnmairix-remove-tick-mark-original-article): New commands.
5001         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5002         (nnmairix-propagate-marks-to-nnmairix-groups)
5003         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5004         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5005         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5006         functions needed for marks propagation and manipulation of read marks.
5007         (nnmairix-update-groups): New function.
5008         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5009         (nnmairix-determine-original-group-from-registry)
5010         (nnmairix-determine-original-group-from-path)
5011         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5012         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5013         New helper functions.
5014         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5015         keystrokes for new commands.
5016         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5017         (nnmairix-request-group): Check allow-fast group parameter.
5018         (nnmairix-request-create-group): Set allow-fast group parameter if
5019         nnmairix-allowfast-default is set.
5020         (nnmairix-close-group): Propagate marks upon closing if needed.
5021         (nnmairix-group-toggle-threads-this-group): Use new.
5022         nnmairix-group-toggle-parameter helper function.
5023         (nnmairix-search): Better check for empty search result.
5024         (nnmairix-goto-original-article): Use new helper functions for
5025         determining original article.
5026         (nnmairix-show-original-article): Make sure message-id is in brackets.
5027         (nnmairix-call-mairix-binary): Change variable name.
5028         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5029         helper function.
5030         (nnmairix-widget-toggle-activate): Fix doc string.
5031
5032 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * nnir.el: Require edmacro when compiling with XEmacs.
5035         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5036         available in Emacs 21.
5037
5038 2008-06-11  Glenn Morris  <rgm@gnu.org>
5039
5040         * gnus-util.el (x-focus-frame):
5041         * gnus.el (image-size):
5042         * mm-decode.el (image-size): Declare.
5043
5044         * gnus-picon.el (declare-function): Add compat definition.
5045         (image-size): Declare.
5046
5047         * gnus-group.el (tool-bar-map):
5048         * gnus-sum.el (tool-bar-map): Define for compiler.
5049
5050         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5051
5052         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5053
5054         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5055         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5056         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5057         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5058         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5059         * sieve-manage.el, spam-report.el, spam.el:
5060         Remove unnecessary eval-and-compile of autoloads.
5061
5062 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5063
5064         * auth-source.el: Precise Tramp doc.
5065
5066 2008-06-07  Glenn Morris  <rgm@gnu.org>
5067
5068         * nnmairix.el: Remove unnecessary eval-when-compile.
5069
5070 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * lpath.el: Fbind propertize for XEmacs 21.4.
5073
5074 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * nnir.el: Move here from ../contrib.
5077
5078 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5079
5080         * gnus-util.el (gnus-read-shell-command): New function.
5081         * mm-decode.el (mm-pipe-part):
5082         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5083
5084 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5087
5088 2008-06-03  Glenn Morris  <rgm@gnu.org>
5089
5090         * pop3.el (nnheader-accept-process-output): Autoload it.
5091
5092 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5095         are not 2-digit hexadecimal characters that follow `%'s.
5096
5097 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5098
5099         * message.el (message-bogus-recipient-p): Fix type in doc string.
5100         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5101         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5102         Improve custom options.
5103         (message-bogus-recipient-p): Adjust accordingly.
5104
5105 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5106
5107         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5108         long-form month and day names.
5109
5110 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * dgnushack.el: Autoload debug, eudc-expand-inline and
5113         pgg-snarf-keys-region for XEmacs.
5114
5115         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5116
5117         * nnmairix.el: Require edmacro when compiling with XEmacs.
5118
5119 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5120
5121         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5122         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5123
5124 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5125
5126         * auth-source.el: Add more docs.
5127
5128         * netrc.el (netrc-machine): Always match if the port is not given.
5129
5130 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5133         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5134         retrieval faster in some cases, but might make CPU usage larger.  If
5135         this has any bad side effects, we might revert this change.
5136
5137         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5138         seems to make mail retrieval much, much faster.
5139         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5140         unconditionally.
5141
5142         * gnus-draft.el (gnus-group-send-queue): Bind
5143         message-send-mail-partially-limit to nil to avoid being prompted.
5144
5145 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5146
5147         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5148
5149         * message.el (message-bogus-address-regexp): Fix and improve custom
5150         type.
5151         (message-setup-hook): Add message-check-recipients as custom option.
5152
5153 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5154
5155         * message.el (message-cite-function): Remove bogus autoload which crept
5156         in during merge from v5-10.
5157
5158 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5159
5160         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5161
5162         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5163
5164         * auth-source.el: Preliminary Tramp docs.
5165         (auth-sources): Change the default auth-sources to use
5166         EPA .gpg files.
5167
5168 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5169
5170         * nntp.el: Autoload `auth-source-user-or-password'.
5171         (nntp-send-authinfo): Use it.
5172
5173         * nnimap.el: Autoload `auth-source-user-or-password'.
5174         (nnimap-open-connection): Use it.
5175
5176         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5177         for the gnus-message function.
5178         (auth-source-user-or-password): Use it.
5179
5180 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5181
5182         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5183         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5184         (rfc2104-hash): Use it.
5185
5186 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5187
5188         * gnus-art.el (gnus-article-toggle-truncate-lines):
5189         Don't use `iff' in docstring.
5190
5191 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5192
5193         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5194
5195         * gnus-util.el (gnus-extract-address-component-name)
5196         (gnus-extract-address-component-email): Convenience functions around
5197         `gnus-extract-address-components'.
5198
5199         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5200         Use `gnus-extract-address-component-email' to fix bug of comparing full
5201         sender name to `user-mail-address'.
5202
5203 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5204
5205         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5206         catch/throw to optimize.
5207         (gnus-registry-find-keywords): Just use member to find a keyword.
5208
5209 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5210
5211         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5212         is current before calling gnus-server-prepare.
5213         (gnus-server-setup-buffer, gnus-server-update-server)
5214         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5215
5216 2008-05-04  Juri Linkov  <juri@jurta.org>
5217
5218         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5219         (mailcap-file-default-commands): Use mailcap-replace-in-string
5220         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5221         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5222
5223 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5224
5225         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5226
5227 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5228
5229         * gnus.el: Bump version to 0.11.
5230
5231 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5232
5233         * gnus.el: No Gnus v0.10 is released.
5234
5235 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236
5237         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5238         hooks.
5239         (gnus-update-read-articles): Speed up non-marks-using users.
5240         (gnus-use-marks): Define gnus-use-marks.
5241         (gnus-propagate-marks): Rename variable to something more sensible.
5242
5243 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5244
5245         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5246         (gmm-image-load-path-for-library): Fix typos in docstrings.
5247         (gmm-message): Reflow docstring.
5248
5249 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5250
5251         * mail-source.el (mail-source-set-1, mail-source-bind):
5252         Move auth-source code out of the macro to clean it up and fix bugs.
5253
5254 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5255
5256         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5257         by sender if it's equal to user-mail-address, it's likely to be
5258         useless.
5259
5260         * mail-source.el (mail-source-bind): Don't use user or password if they
5261         are not bound.  Unintern them if they are nil.  Don't use server unless
5262         it's bound, and default it to empty string otherwise.
5263
5264 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         * mail-source.el: Load auth-source.el.
5267         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5268         get user name or password, if auth-sources is set up.
5269
5270         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5271         strategy of splitting with parent.
5272         (gnus-registry-split-fancy-with-parent)
5273         (gnus-registry-post-process-groups): Use it and fix prior
5274         bug (returning a list as the split result).
5275
5276         * auth-source.el (auth-sources): Remove server parameter.
5277         (auth-source-pick, auth-source-user-or-password)
5278         (auth-source-user-or-password-imap)
5279         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5280         (auth-source-user-or-password-sftp)
5281         (auth-source-user-or-password-smtp): Remove server parameter.
5282
5283 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5284
5285         * smime.el (smime-sign-region, smime-encrypt-region)
5286         (smime-decrypt-region):
5287         Remove redundant calls to `generate-new-buffer-name'.
5288
5289 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5290
5291         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5292         Don't use QP for message/rfc822.
5293         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5294
5295 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5296
5297         * sieve-manage.el (sieve-string-bytes): Remove.
5298         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5299         correct byte-length only if the process's coding-system is the same as
5300         the one used internally by Emacs to represent strings.
5301
5302 2008-04-22  Juri Linkov  <juri@jurta.org>
5303
5304         * mailcap.el (mailcap-file-default-commands): New function.
5305
5306 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * message.el (message-signature-separator, message-cite-function):
5309         Change custom version.
5310
5311 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5312
5313         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5314         commands.
5315         (tls-checktrust): Ditto.
5316
5317 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * mm-decode.el (mm-display-external): Make temp file read-only.
5320
5321 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5324         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5325         `C-c C-f d'.
5326
5327 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5328
5329         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5330
5331 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5332
5333         * gnus.el: Bump version to 0.9.
5334
5335 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5336
5337         * gnus.el: No Gnus v0.8 is released.
5338
5339 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5340
5341         * mail-source.el (mail-source-value):
5342         Prefer fboundp to functionp so it works with macros as well.
5343
5344 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5345
5346         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5347         Fix last change in case the element is not even a symbol.
5348
5349 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5350
5351         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5352         Prefer fboundp to functionp so it works with macros as well.
5353
5354 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5355
5356         * auth-source.el: Added docs.
5357         (auth-sources): Modify format to support server.
5358         (auth-source-pick, auth-source-user-or-password)
5359         (auth-source-user-or-password-imap)
5360         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5361         (auth-source-user-or-password-sftp)
5362         (auth-source-user-or-password-smtp): Add server parameter.
5363
5364 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5365
5366         * gnus-registry.el: Initialize the registry when gnus-registry-install
5367         is t.
5368
5369 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * compface.el (uncompface): Make buffer unibyte.
5372
5373 2008-04-05  Glenn Morris  <rgm@gnu.org>
5374
5375         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5376
5377 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5378
5379         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5380         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5381
5382         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5383         multibyteness after rather than before erasing it.
5384
5385         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5386         mm-with-multibyte.
5387         (gnus-request-article-this-buffer): Make sure the proper decoding is
5388         used if gnus-original-article-buffer happens to be unibyte.
5389
5390         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5391         default-enable-multibyte-characters.
5392
5393         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5394         default-enable-multibyte-characters.
5395
5396         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5397
5398         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5399
5400 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5401
5402         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5403         (imap-message-copyuid-1): Use it.
5404         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5405         J. Williams in
5406         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5407
5408         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5409         imap-enable-exchange-bug-workaround.
5410         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5411
5412 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5413
5414         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5415         a 100 byte status-checks into a 2-3MB transfer for each group.
5416         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5417         to enable bug workaround or not.
5418         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5419
5420 2008-03-31  Glenn Morris  <rgm@gnu.org>
5421
5422         * message.el (mml2015-use): Declare for compiler.
5423         (message-info): Require mml2015 when appropriate.
5424
5425 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5428         whitespace.
5429
5430 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5431
5432         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5433         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5434         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5435         (nntp-service-to-port): New function.
5436         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5437         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5438         (nntp-open-netcat-stream): New function.
5439         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5440
5441 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5442
5443         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5444
5445 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5446
5447         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5448
5449 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5450
5451         * dns.el (dns-write): Use set-buffer-multibyte.
5452
5453 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5454
5455         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5456
5457 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * message.el (message-signature-separator): Change default.
5460         Improve custom type.
5461         (message-cite-function): Change default to
5462         message-cite-original-without-signature.
5463
5464         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5465         toggle.
5466
5467         * message.el (message-check-news-body-syntax): Fix signature check.
5468         (message-setup-1): Mark buffer as unmodified _after_ running
5469         message-setup-hook and handling message-alternative-emails.
5470         (message-shorten-references): Be more strict when building list of
5471         valid references to comply with GNKSA.
5472
5473         * gnus-group.el (gnus-read-ephemeral-bug-group)
5474         (gnus-read-ephemeral-debian-bug-group)
5475         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5476
5477         * message.el (message-info): Don't use booleanp which isn't supported
5478         in Emacs 21 and XEmacs.
5479
5480 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5483         gnus-group-gmane-group-download-format.
5484         (gnus-group-read-ephemeral-gmane-group): Rename from
5485         gnus-group-read-ephemeral-gmane-group.
5486         (gnus-read-ephemeral-gmane-group-url): Rename from
5487         gnus-group-read-ephemeral-gmane-group-url.
5488         (gnus-bug-group-download-format-alist): New variable.
5489         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5490         (gnus-read-ephemeral-emacs-bug-group): New commands.
5491
5492 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5493
5494         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5495         (gnus-visible-headers): Improve custom type.
5496
5497 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5498
5499         * mml.el (mml-menu): Add workarounds for XEmacs.
5500
5501         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5502         X-Boundary header.
5503
5504         * message.el (message-simplify-recipients): Fix previous commit.
5505
5506 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5507
5508         * mm-util.el (mm-set-buffer-multibyte): New function.
5509         * mm-decode.el (mm-copy-to-buffer): Use it.
5510
5511 2008-03-19  Glenn Morris  <rgm@gnu.org>
5512
5513         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5514         Accidentally removed in the sync process with Emacs.
5515
5516 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5517
5518         * message.el (message-alter-recipients-discard-bogus-full-name):
5519         New function.
5520         (message-alter-recipients-function): New variable.
5521         (message-get-reply-headers): Use it.
5522         (message-replace-header): New helper function.
5523         (message-recipients-without-full-name): New variable.
5524         (message-simplify-recipients): New command.
5525
5526         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5527
5528         * message.el (message-info): Handle EasyPG manual.
5529
5530         * mml.el (mml-menu): Add entry for EasyPG.
5531
5532 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5533
5534         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5535         parameter.
5536
5537         * message.el (message-disassociate-draft): Specify drafts group name
5538         fully.
5539
5540 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5543         unnecessary duplicates from the match list.
5544
5545 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5548
5549         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5550
5551         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5552         args of `how-many' of which the XEmacs version doesn't take; declare
5553         Info-index-next as function.
5554
5555 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5556
5557         * gnus-score.el (gnus-score-headers): Fix handling of
5558         gnus-inhibit-slow-scoring.
5559
5560         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5561         string.
5562         (gnus-button-url-regexp): Improve handling of parenthesis.
5563         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5564         (gnus-button-handle-info-keystrokes): Handle index entries.
5565
5566 2008-03-15  Glenn Morris  <rgm@gnu.org>
5567
5568         * parse-time.el (parse-time-string): Simplify.
5569
5570 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5573         Incoming* files.
5574
5575 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5578         (auth-source-pick): Use it.
5579
5580 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5581
5582         * binhex.el (binhex-decode-region-internal):
5583         * uudecode.el (uudecode-decode-region-internal):
5584         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5585         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5586         setting default-enable-multibyte-characters.
5587
5588 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5589
5590         * auth-source.el (auth-source-protocols)
5591         (auth-source-protocols-customize, auth-source-choices): Added and
5592         modified variable customizations and defaults.
5593         (auth-source-pick, auth-source-user-or-password)
5594         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5595         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5596         (auth-source-user-or-password-sftp)
5597         (auth-source-user-or-password-smtp): Use new variables and provide an
5598         interface to netrc.el.
5599
5600 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5603         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5604         Make sure the nntp port to specify is a string.
5605
5606 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5607
5608         * nntp.el: Use with-current-buffer.
5609         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5610         dubious mm-with-unibyte-current-buffer.
5611         (nntp-with-open-group-function): New function extracted from
5612         nntp-with-open-group macro.
5613         (nntp-with-open-group): Use the function, so it's easier to debug.
5614         Add indentation and debugging info.
5615         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5616         the use of the netcat alternatives.
5617
5618         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5619         Avoid mm-string-as-multibyte as well.
5620
5621         * nnweb.el (nnweb-insert-html):
5622         Remove use of nnheader-string-as-multibyte.
5623
5624         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5625         (nnheader-string-as-multibyte): Remove.
5626
5627         * mm-view.el: Use inhibit-read-only.
5628         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5629         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5630         or unibyte-string.
5631
5632         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5633         (mm-uu-yenc-extract): Use with-current-buffer.
5634
5635         * gnus-soup.el (gnus-soup-send-packet): Don't use
5636         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5637
5638         * nnmh.el: Use with-current-buffer.
5639         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5640         mm-string-as-multibyte on the output of mm-encode-coding-string.
5641
5642         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5643         (nnimap-request-move-article): Use with-current-buffer.
5644
5645         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5646         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5647         conversion uses string-make-unibyte rather than string-as-unibyte.
5648
5649         * gnus-msg.el: Use with-current-buffer.
5650
5651         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5652
5653 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5654
5655         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5656         string for caching if it is 'PIN.
5657
5658 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * lpath.el: Consider the case without Emacs/W3.
5661
5662 2008-03-08  Glenn Morris  <rgm@gnu.org>
5663
5664         * time-date.el (date-to-time, time-subtract, time-add)
5665         (safe-date-to-time): Doc fixes.
5666
5667 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5668
5669         * mail-source.el (mail-source-delete-old-incoming-confirm):
5670         Change default to nil.
5671         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5672
5673 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * lpath.el: Rearrange.
5676
5677         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5678         (gnus-article-goto-prev-page): Work for articles having ^L's.
5679
5680         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5681
5682         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5683
5684 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5685
5686         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5687         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5688         (gnus-bookmark-jump): Adjust some variable names.
5689
5690 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5691
5692         * auth-source.el: New package.
5693         (auth-source-choices): Add customization entry point variable.
5694
5695         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5696         bug.
5697
5698 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5699
5700         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5701         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5702         (gnus-registry-install-shortcuts): Rename from
5703         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5704         the `gnus-registry-mark-map' keymap dynamically from
5705         `gnus-registry-marks'.  The generated functions update the summary line
5706         when a registry mark is added or deleted, and will call
5707         `gnus-registry-install-p' (see the comments in the code).
5708         (gnus-registry-user-format-function-M): Use concat intelligently.
5709
5710         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5711         the registry mark functions.
5712
5713 2008-03-05  Glenn Morris  <rgm@gnu.org>
5714
5715         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5716         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5717         gnus-art.
5718         (top-level): No need to load own source when compiling.
5719
5720 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5721
5722         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5723         Suggested by <chris.anderton@zetnet.co.uk>.
5724
5725 2008-03-04  Glenn Morris  <rgm@gnu.org>
5726
5727         * gnus-sum.el (top-level): No need to require gnus when compiling,
5728         since unconditionally required near start of file.
5729         (gnus-summary-display-while-building): Move definition before use.
5730
5731 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5732
5733         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5734         formatting function.
5735
5736 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5737
5738         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5739         with plists.
5740         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5741         Use new format.
5742
5743 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5746         `where-is-internal' that returns a range of key sequences.
5747
5748 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5749
5750         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5751
5752         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5753         (gnus-summary-jump-to-group): Consider windows on other displayed
5754         frames as well.  Similar changes might be needed elsewhere, but that's
5755         the one I've bumped into during my use.
5756
5757         * nndoc.el (nndoc-oe-dbx-type-p):
5758         * gnus-msg.el (gnus-debug):
5759         * gnus-group.el (gnus-update-group-mark-positions):
5760         Use mm-string-to-multibyte.
5761
5762 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5763
5764         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5765         doesn't handle NotDashEscaped.
5766
5767         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5768         (mml-dnd-attach-options): Fix typo in custom choice.
5769
5770         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5771         nndoc-article-type to mbox.
5772         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5773
5774         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5775         to nil, instead of html2text.
5776
5777         * imap.el (imap-debug): Add `imap-ping-server'.
5778
5779         * gnus-bookmark.el: Add FIXMEs.
5780
5781         * message.el (message-form-letter-separator)
5782         (message-send-form-letter-delay): New variables.
5783         (message-send-form-letter): Use them.  New command to send form
5784         letters.  Requested by Uwe Siart.
5785         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5786
5787 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * Update copyright years.
5790
5791 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5792
5793         Sync from EMACS_22_BASE.
5794
5795         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5796
5797 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5798
5799         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5800         empty author.
5801
5802 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5803
5804         * gnus-registry.el (gnus-registry-marks): Add variable for
5805         customization of marks and their appearance.
5806         (gnus-registry-read-mark): Use it.
5807         (gnus-registry-do-marks): Add utility function to loop through
5808         `gnus-registry-marks'.
5809         (gnus-registry-install-shortcuts-and-menus): Add function to install
5810         shortcuts and menus.
5811         (gnus-registry-initialize): Use it.
5812         (gnus-registry-default-mark): Clarify documentation.
5813
5814 2008-02-29  Glenn Morris  <rgm@gnu.org>
5815
5816         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5817         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5818         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5819         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5820         Change defcustom :version from 23.0 to 23.1.
5821
5822 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5823
5824         * gnus-registry.el (gnus-registry-follow-group-p)
5825         (gnus-registry-post-process-groups): Add functions to aid registry
5826         splitting and improve logging.  Clarify behavior in function
5827         documentation.
5828         (gnus-registry-split-fancy-with-parent): Use them.
5829
5830 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5831
5832         * gnus-art.el: Use with-current-buffer.
5833
5834 2008-02-27  David Engster  <dengste@eml.cc>
5835
5836         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5837         Express real group name in the response.
5838
5839 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5842         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5843         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5844         autoload gnus-registry-fetch-group when compiling.
5845         (nnmairix-request-group-with-article-number-correction): Remove
5846         unreferenced argument passed to nnmairix-call-backend.
5847
5848 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5849
5850         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5851         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5852         Wilde.
5853
5854 2008-02-27  Glenn Morris  <rgm@gnu.org>
5855
5856         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5857         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5858         variables to defconsts.  Convert comments to doc-strings.
5859         (nnmairix-last-server, nnmairix-current-server): Convert from free
5860         variables to defvars.  Convert comments to doc-strings.
5861         (gnus-registry-fetch-group): Autoload.
5862         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5863         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5864         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5865         caddr.
5866         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5867         nnmairix-request-group-with-article-number-correction call.
5868         (nnmairix-fast, nnmairix-group): New, less general names, for free
5869         variables passed from nnmairix-request-group to
5870         nnmairix-request-group-with-article-number-correction.  Declare.
5871         (nnmairix-request-group-with-article-number-correction):
5872         Use nnmairix-fast, nnmairix-group rather than fast, group.
5873
5874 2008-02-26  David Engster  <dengste@eml.cc>
5875
5876         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5877         version 0.5.
5878
5879 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5880
5881         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5882         instead of making an extra function call.  Don't add the current group
5883         to articles only when they have the group.  Use
5884         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5885         Reported by David <de_bb@arcor.de>.
5886
5887 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5890         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5891
5892 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5893
5894         * mail-source.el (mail-source-delete-incoming): Change default.
5895         Supplement doc string.
5896
5897         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5898
5899 2008-02-14  Glenn Morris  <rgm@gnu.org>
5900
5901         * time-date.el (format-seconds): New function.
5902
5903 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * nnmail.el (nnmail-message-id-cache-file): Derive from
5906         `gnus-home-directory'.
5907
5908 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5909
5910         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5911         Document negative prefix.
5912
5913         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5914
5915 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * message.el (message-unsent-separator): Add the Exim bounce
5918         separator.
5919
5920 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5921
5922         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5923         list.
5924         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5925         recipient/signer list.
5926
5927 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * Makefile.in (datarootdir): Define.
5930         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5931         name that might contain whitespace.
5932
5933 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5934
5935         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5936         fbound (Emacs 23 unicode), signal an error.
5937
5938 2008-02-08  Glenn Morris  <rgm@gnu.org>
5939
5940         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5941
5942 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5943
5944         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5945         ports to the calls to `netrc-machine-user-or-password' in addition to
5946         "imap" and "imaps".
5947
5948 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5949
5950         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5951
5952         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5953
5954 2008-02-01  Kenichi Handa  <handa@m17n.org>
5955
5956         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5957         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5958         (rfc2104-hash): Convert the result of concat to unibyte string.
5959
5960 2008-02-01  Dave Love  <fx@gnu.org>
5961
5962         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5963         coding-system-for-read.
5964         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5965
5966 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5967
5968         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5969         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5970         <hanche@math.ntnu.no>.
5971
5972 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5975
5976         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5977
5978 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5979
5980         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5981         * message.el (message-beginning-of-line): Use featurep instead of bound
5982         tests in order to resolve conditionals at compile time.
5983
5984 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5985
5986         * mail-source.el (mail-sources): Add `group' choice.
5987
5988         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5989         parameter `in-group' to control into which group the articles go.
5990         Add treatment of `group' mail-source.
5991
5992 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5995
5996         * mm-decode.el (mm-dissect-buffer): Decode description.
5997
5998         * mml.el (mml-to-mime): Encode message header first.
5999
6000 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6003         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6004
6005         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6006         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6007
6008 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6011
6012 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6015         prefix keys.
6016         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6017         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6018         gnus-xmas.el.
6019
6020         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6021         (gnus-xmas-article-describe-bindings): New function.
6022         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6023         gnus-xmas-article-describe-bindings.
6024
6025         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6026
6027 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6028
6029         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6030         Add new variables for article mark management.
6031         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6032         list of extra data entries which, when present, will indicate that the
6033         article ID should not be trimmed from the registry.
6034         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6035         functions.
6036         (gnus-registry-read-mark): New function to read a mark name from the
6037         user.
6038         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6039         (gnus-registry-set-article-mark-internal): New functions to add and
6040         remove marks.
6041         (gnus-registry-get-article-marks): New function to show the marks for
6042         an article, or retrieve them for further use.
6043
6044 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6047         keys when no argument is given.
6048
6049 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6050
6051         * imap.el (imap-ping-server): New variable.
6052         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6053         (imap-ping-server): Minor doc string fixes.
6054
6055 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6056
6057         * imap.el (imap-ping-server): New function.
6058         (imap-opened): Call imap-ping-server.
6059
6060 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * gnus-sum.el (gnus-article-sort-by-random)
6063         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6064         jidanni@jidanni.org.
6065
6066 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus-art.el (gnus-article-describe-bindings): New function.
6069         (gnus-article-read-summary-keys): Use it.
6070         (gnus-article-mode-map): Bind `C-h b' to it.
6071
6072 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6075         XEmacs.
6076         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6077         against non-character events.
6078
6079         * lpath.el: Fbind map-keymap for Emacs 21.
6080
6081 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6082
6083         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6084         command.
6085         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6086         instead of END.  Change name of the temp file.
6087         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6088         customizable.
6089
6090 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6093         bind `S W' to gnus-article-wide-reply-with-original; set default
6094         binding to gnus-article-read-summary-send-keys.
6095         (gnus-article-read-summary-keys): Fix the order of keys; display
6096         continuation keys correctly in the echo area; describe bindings
6097         correctly when keys end with `C-h'.
6098         (gnus-article-read-summary-send-keys): New function.
6099         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6100         for gnus-article-read-summary-send-keys; display continuation keys
6101         correctly in the echo area.
6102         (gnus-article-reply-with-original): Ignore prefix argument.
6103         (gnus-article-wide-reply-with-original): New function.
6104
6105         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6106         Emacs 21.
6107
6108 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6111         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6112
6113 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6114
6115         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6116         (gnus-group-read-ephemeral-gmane-group): New command.
6117
6118 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6119
6120         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6121
6122 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * message.el (message-send-mail-function): Increase custom version.
6125
6126         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6127         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6128
6129 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6130
6131         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6132         for the cases where imap-authenticate is called with a nil buffer
6133         parameter.
6134
6135 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6138         html parts correctly; support forwarded messages.
6139         (gnus-article-browse-html-article): Remove work buffers.
6140
6141         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6142         compiling.
6143         (netrc-bound-and-true-p): New macro.
6144         (netrc-parse): Use it instead of bound-and-true-p that is not available
6145         in XEmacs 21.4.
6146
6147 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6148
6149         * gnus-registry.el (gnus-registry-mark-article)
6150         (gnus-registry-article-marks): Add functionality to mark articles
6151         through the Gnus registry.
6152
6153         * encrypt.el: Clarify documentation for the new pgg method.
6154         (encrypt-file-alist): Add PGG option.
6155         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6156         functionality.  Abstract password key and messaging to external
6157         functions.
6158         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6159         (encrypt-message-method-and-cipher): Add new convenience external
6160         functions.
6161         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6162         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6163
6164         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6165         (netrc-parse): Use encrypt-file-alist to determine if
6166         encrypt-find-model or encrypt-insert-file-contents should be used.
6167
6168         * encrypt.el: Clarify documentation.  Load password-cache or
6169         password, whichever one is found first, instead of autoloading.
6170
6171 2007-12-19  Glenn Morris  <rgm@gnu.org>
6172
6173         * mml.el (message-options-set, message-narrow-to-head)
6174         (message-in-body-p, message-mail-p, message-encode-message-body):
6175         Autoload.
6176         (message-remove-header, message-narrow-to-headers-or-head)
6177         (message-subscribed-p, message-make-mail-followup-to)
6178         (message-position-on-field, message-news-p)
6179         (message-options-set-recipient, message-generate-headers)
6180         (message-sort-headers): Declare as functions.
6181
6182 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6183
6184         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6185         convention in doc string.
6186
6187 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6190         title to html parts.
6191         (gnus-article-browse-html-article): Pass message header to it.
6192
6193         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6194
6195 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6196
6197         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6198         or password compatible with XEmacs.
6199
6200 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6201
6202         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6203         format document.
6204         (gnus-mime-delete-part): Don't write description line if empty.
6205         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6206
6207 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6208
6209         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6210         (gnus-summary-mark-read-and-unread-as-read)
6211         (gnus-summary-mark-current-read-and-unread-as-read)
6212         (gnus-summary-mark-unread-as-ticked): Doc fix.
6213         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6214
6215 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6218         Christoph Conrad <christoph.conrad@gmx.de>.
6219
6220 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6223         yes-or-no-p.
6224
6225 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * mm-decode.el (mm-add-meta-html-tag): New function.
6228         (mm-save-part-to-file, mm-pipe-part): Use it.
6229
6230         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6231         gnus-y-or-n-p instead of y-or-n-p.
6232         (gnus-article-browse-html-parts): Work with message/external-body; use
6233         mm-add-meta-html-tag.
6234
6235 2007-12-11  Glenn Morris  <rgm@gnu.org>
6236
6237         * gnus-cache.el: Require gnus-sum not just when compiling.
6238
6239         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6240
6241         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6242         definitions before use.
6243
6244         * mm-decode.el: Require gnus-util.
6245         (mm-remove-part): Only call delete-annotation on XEmacs.
6246
6247         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6248
6249         * nnmail.el: Require gnus-int.
6250
6251         * spam.el: Move `require's before `eval-when-compile's.
6252
6253         * gnus-ems.el (gnus-alive-p):
6254         * gnus-fun.el (message-goto-eoh):
6255         * gnus-util.el (gnus-group-name-decode):
6256         * mail-source.el (gnus-compress-sequence):
6257         * message.el (Info-goto-node, format-spec):
6258         * mm-bodies.el (message-options-get):
6259         * mm-decode.el (mm-view-pkcs7):
6260         * mm-util.el (gmm-write-region):
6261         * mml-smime.el (mml-compute-boundary)
6262         (gnus-completing-read-with-default):
6263         * mml.el (widget-button-press, gnus-make-hashtable):
6264         * mml1991.el (mm-decode-content-transfer-encoding)
6265         (mm-encode-content-transfer-encoding)
6266         (message-options-get, message-options-set):
6267         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6268         * nnfolder.el (gnus-request-group):
6269         * nnheader.el (ietf-drums-unfold-fws):
6270         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6271         * smime.el (gnus-run-mode-hooks):
6272         * spam-stat.el (gnus-message): Autoload.
6273
6274         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6275         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6276         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6277         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6278         Add declare-function compatibility definition.
6279
6280         * gnus-cache.el (nnvirtual-find-group-art):
6281         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6282         (gnus-add-image, gnus-add-wash-type):
6283         * gnus-group.el (nnkiboze-score-file):
6284         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6285         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6286         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6287         (message-tokenize-header, gnus-get-buffer-create)
6288         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6289         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6290         * gnus.el (gnus-group-decoded-name):
6291         * mail-source.el (imap-capability):
6292         * mm-bodies.el (message-options-set):
6293         * mm-decode.el (gnus-configure-windows):
6294         * mm-extern.el (message-goto-body):
6295         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6296         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6297         (epg-sub-key-validity, message-options-set):
6298         * mml.el (widget-event-point, gnus-configure-windows):
6299         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6300         * mml2015.el (epg-check-configuration, epg-configuration)
6301         (message-options-set):
6302         * nndb.el (nndb-request-article):
6303         * nnfolder.el (gnus-request-create-group):
6304         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6305         * nnmaildir.el (gnus-group-mark-article-read):
6306         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6307         * rfc1843.el (message-fetch-field):
6308         * spam.el (gnus-extract-address-components):
6309         Declare as functions.
6310
6311 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6314
6315         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6316
6317         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6318         bind show-trailing-whitespace for XEmacs.
6319
6320 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6321
6322         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6323         new no-op macro for backward compatibility.
6324
6325         * imap.el (imap-string-to-integer): New function.
6326
6327 2007-12-09  Glenn Morris  <rgm@gnu.org>
6328
6329         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6330
6331         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6332         * message.el, mm-view.el, sieve-manage.el, smime.el:
6333         Add declare-function compatibility definition.
6334
6335         * gnus-art.el (w3-region, w3m-region, Info-menu):
6336         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6337         * gnus-sum.el (gnus-get-predicate):
6338         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6339         * message.el (mail-abbrev-in-expansion-header-p):
6340         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6341         (w3m-detect-meta-charset, w3m-region):
6342         * sieve-manage.el (password-read, password-cache-add)
6343         (password-cache-remove):
6344         * smime.el (password-read-and-add): Declare as functions.
6345
6346 2007-12-08  David Kastrup  <dak@gnu.org>
6347
6348         * gnus-sum.el (gnus-summary-simplify-subject-query):
6349         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6350         `message'.
6351
6352 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6355         it to bind idna-program, installation-directory, defined-colors, and
6356         face-attribute for XEmacs of the version that compiles defcustom forms.
6357
6358 2007-12-07  Glenn Morris  <rgm@gnu.org>
6359
6360         * gnus-art.el (article-make-date-line): Revert previous change.
6361
6362 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6365
6366 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6367
6368         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6369         Call gnus-add-to-range ranges only once with a prepared article-list.
6370
6371 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6372
6373         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6374         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6375         group names with backslashes.  Reported by Tassilo Horn
6376         <tassilo@member.fsf.org>.
6377
6378 2007-12-06  Deepak Goel  <deego3@gmail.com>
6379
6380         * gnus-art.el (article-make-date-line):
6381         * gnus-start.el (gnus-load):
6382         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6383
6384 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-art.el (gnus-use-idna)
6387         * gnus-start.el (gnus-site-init-file)
6388         * message.el (message-use-idna)
6389         * mm-uu.el (mm-uu-hide-markers)
6390         * smiley.el (smiley-style): Revert changes that suppress warnings.
6391
6392 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6395         specify charset to html source.  Reported by Christoph Conrad
6396         <christoph.conrad@gmx.de>.
6397
6398 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6401         idna-program in order to suppress byte compile warning issued by XEmacs
6402         that came to byte compile the default value section of defcustom forms
6403         recently.
6404
6405         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6406         value of installation-directory.
6407
6408         * message.el (message-use-idna): Don't directly refer to the value of
6409         idna-program.
6410
6411         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6412
6413         * smiley.el (smiley-style): Don't directly call face-attribute.
6414
6415 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6416
6417         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6418
6419         * gnus-dired.el: Reduce Gnus dependencies.
6420         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6421         require.  Use autoloads instead.
6422         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6423         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6424         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6425         (gnus-dired-mode): Adjust doc string.
6426         (gnus-dired-mail-mode): New variable.
6427         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6428         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6429         (gnus-dired-mail-buffers): New function.  Return mail or message
6430         composition buffers.
6431         (gnus-dired-attach): Use it.
6432         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6433         NO-DECODE.
6434         (gnus-dired-print): Use `gnus-print-buffer' depending on
6435         `gnus-dired-mail-mode'.
6436
6437 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * rfc2047.el (rfc2047-encoded-word-regexp)
6440         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6441         explaining what regexp patterns are for.
6442
6443 2007-12-04  Glenn Morris  <rgm@gnu.org>
6444
6445         * password.el: Move to password-cache.el.
6446
6447         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6448         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6449         * mml-smime.el (password-read, password-cache-add)
6450         (password-cache-remove):
6451         No need to autoload, since mml-sec requires password.
6452
6453         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6454         * message.el (gnus-extract-address-components):
6455         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6456
6457         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6458         password.
6459
6460 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6461
6462         * mailcap.el: Reduce dependencies.
6463         (mail-header-parse-content-type): Autoload.
6464         (mailcap-delete-duplicates): New alias.
6465         (mailcap-mime-info): Add optional argument NO-DECODE.
6466         (mailcap-mime-types): Use mailcap-delete-duplicates.
6467
6468         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6469
6470 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6471
6472         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6473         (imap-parse-status): Upcase status-att for servers that sends them
6474         lower-case (e.g., MS Exchange 2007).
6475
6476 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6479         function.
6480
6481         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6482         (gnus-uu-yenc-article): New function.
6483
6484         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6485
6486         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6487         buffer.
6488
6489 2007-12-02  Glenn Morris  <rgm@gnu.org>
6490
6491         * binhex.el (binhex): New custom group.
6492         (binhex-decoder-program, binhex-decoder-switches)
6493         (binhex-use-external): Move to the binhex custom group.
6494
6495         * uudecode.el (uudecode): New custom group.
6496         (uudecode-decoder-program, uudecode-decoder-switches)
6497         (uudecode-use-external): Move to the uudecode custom group.
6498
6499         * netrc.el (top-level): Don't load `encrypt' features.
6500         (netrc-parse): Don't use encrypt.
6501         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6502
6503         * encrypt.el: Remove file.
6504
6505 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6506
6507         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6508         matches on patches.
6509
6510         * gnus-art.el (gnus-article-browse-html-article): Mention
6511         `mm-text-html-renderer' in the doc string.
6512
6513         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6514         string.  Add comments.
6515
6516         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6517         if rhs is ASCII.
6518
6519 2007-12-01  Glenn Morris  <rgm@gnu.org>
6520
6521         * mail-source.el (top-level): Require format-spec before
6522         eval-when-compile.
6523
6524 2007-11-30  Glenn Morris  <rgm@gnu.org>
6525
6526         * encrypt.el: Require password, rather than autoloading password-read.
6527
6528 2007-11-29  Glenn Morris  <rgm@gnu.org>
6529
6530         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6531         (sasl-make-client, sasl-next-step, sasl-step-data)
6532         (sasl-step-set-data): Declare as functions.
6533
6534 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6537
6538 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6539
6540         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6541         certs should be verified and what is to be done in the event of a
6542         verification failure.
6543
6544         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6545         caller can indicate whether the cache should be disregarded for this
6546         call.  This way the result of the call is reproducible at all times and
6547         can be considered a canonical server name for the supplied method.
6548         (gnus-agent-method-p): Canonicalize server names by pushing their
6549         method through `gnus-method-to-server' using the no-cache argument.
6550
6551         * gnus-srvr.el (gnus-server-insert-server-line): Call
6552         `gnus-method-to-server' with `no-cache' argument.
6553
6554         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6555         gnus-agent-possibly-synchronize-flags as this should be called when the
6556         server is actually being opened.
6557         (gnus-agent-possibly-synchronize-flags)
6558         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6559         flags file of an agentized server to the latter function.
6560
6561         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6562         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6563         after a connection has been established successfully.
6564
6565 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * gnus-art.el (article-display-face): Force to display face if called
6568         interactively; check if gnus-article-x-face-too-ugly matches author.
6569         (article-display-x-face): Display face even if From header is missing
6570         as article-display-face does.
6571
6572 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6573
6574         * hashcash.el (message-narrow-to-headers-or-head)
6575         (message-fetch-field, message-goto-eoh)
6576         (message-narrow-to-headers): Declare as functions.
6577
6578 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6579
6580         * mail-source.el (mail-sources): Default to fetch from file for
6581         compatibility with default of nnmail-spool-file.
6582
6583 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6586         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6587         to look for encoded word that should be encoded again.
6588         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6589         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6590         encoding pattern.
6591         (rfc2047-decode-region): Switch strict regexp and loose one according
6592         to rfc2047-allow-irregular-q-encoded-words.
6593
6594 2007-11-25  Romain Francoise  <romain@orebokech.com>
6595
6596         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6597
6598 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * tls.el (tls-program): Provide more custom choices from
6601         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6602         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6603
6604 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6607         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6608
6609         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6610         `nnmail-spool-file'.
6611
6612         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6613         `nnmail-spool-file'.
6614
6615         * gnus-move.el (gnus-change-server): Ditto.
6616
6617         * gnus-kill.el (gnus-batch-score): Ditto.
6618
6619         * gnus-cache.el (gnus-jog-cache): Ditto.
6620
6621         * gnus-msg.el (gnus-summary-reply):
6622         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6623
6624 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6627         version.  Minor improvement to doc strings.
6628         (tls-program): Add comment.
6629
6630 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6631
6632         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6633         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6634         mismatch between the hostname provided in the certificate and the name
6635         of the host connnecting to.
6636         (open-tls-stream): Use them.  Check certificates against trusted root
6637         certificates.
6638
6639 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * gnus-cache.el (gnus-cache-generate-nov-databases):
6642         Use nnml-generate-nov-databases-directory instead of
6643         nnml-generate-nov-databases-1.
6644
6645 2007-11-24  Glenn Morris  <rgm@gnu.org>
6646
6647         * message.el (message-tool-bar-retro): Update for rename
6648         mail_send.xpm->mail-send.xpm.
6649
6650 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6651
6652         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6653         `smime-ldap-search' for Emacs 22 and up.
6654
6655 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6656
6657         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6658
6659         * message.el (message-send-mail-function): Fix error convention.
6660         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6661         (message-widen-reply, message-send-mail, message-talkative-question)
6662         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6663         (message-clone-locals, message-send-news): Use with-current-buffer.
6664         (message-insert-or-toggle-importance): Remove unused var `valid'.
6665         (message-make-references): Remove unused var `new-references'.
6666         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6667
6668 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6669
6670         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6671         (spam-split-symbolic-return-positive): Reflow docstring.
6672         (spam-backends, spam-summary-exit-behavior)
6673         (spam-mark-ham-unread-before-move-from-spam-group)
6674         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6675         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6676         (spam-clear-cache, spam-backend-check, spam-install-backend)
6677         (spam-install-statistical-backend, spam-list-of-processors)
6678         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6679         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6680         (spam-check-crm114, spam-initialize, spam-unload-hook):
6681         Fix typos in docstrings.
6682
6683 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6686         been checked if they have never been read and those group levels are
6687         higher than the one that a user specified.
6688
6689 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6692         foreign groups unless a group level is specified by a user.
6693         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6694
6695 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * message.el (message-send-mail-function): Require sendmail.
6698
6699 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * message.el (message-send-mail-function): Check for smtpmail too.
6702
6703         * utf7.el (utf7-encode, utf7-decode): Use coding system
6704         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6705
6706         * message.el (message-send-mail-function): New function.
6707         (message-send-mail-function): Set default using
6708         message-send-mail-function.  Adjust doc string.
6709         (message-send-mail-with-mailclient): New function.
6710
6711 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6712
6713         * smime.el (from):
6714         * rfc2047.el (message-posting-charset):
6715         * qp.el (mm-use-ultra-safe-encoding):
6716         * pop3.el (parse-time-months):
6717         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6718         * nnml.el (files):
6719         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6720         (jka-compr-compression-info-list, ange-ftp-path-format)
6721         (efs-path-regexp):
6722         * nndiary.el (files):
6723         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6724         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6725         (epg-digest-algorithm-alist, inhibit-redisplay)
6726         (password-cache-expiry):
6727         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6728         (pgg-output-buffer, password-cache-expiry):
6729         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6730         (efs-path-regexp):
6731         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6732         (inhibit-redisplay):
6733         * mm-uu.el (file-name, start-point, end-point, entry)
6734         (gnus-newsgroup-name, gnus-newsgroup-charset):
6735         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6736         (latin-unity-ucs-list):
6737         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6738         (mm-uu-binhex-decode-function):
6739         * message.el (gnus-message-group-art, gnus-list-identifiers)
6740         (rmail-enable-mime-composing, gnus-local-organization)
6741         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6742         (gnus-read-active-file, facemenu-add-face-function)
6743         (facemenu-remove-face-function, gnus-article-decoded-p)
6744         (tool-bar-mode):
6745         * mail-source.el (display-time-mail-function):
6746         * gnus-util.el (nnmail-pathname-coding-system)
6747         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6748         (gnus-original-article-buffer, gnus-user-agent)
6749         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6750         (xemacs-codename, sxemacs-codename, emacs-program-version):
6751         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6752         * gnus-start.el (gnus-agent-covered-methods)
6753         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6754         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6755         (gnus-newsgroup-headers, gnus-group-list-mode)
6756         (gnus-group-mark-positions, gnus-newsgroup-data)
6757         (gnus-newsgroup-unreads, nnoo-state-alist)
6758         (gnus-current-select-method, mail-sources)
6759         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6760         (nnmail-spool-file, gnus-cache-active-hashtb):
6761         * gnus-mh.el (mh-lib-progs):
6762         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6763         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6764         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6765         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6766         (gnus-group-buffer):
6767         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6768         (font-lock-set-defaults):
6769         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6770         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6771         (gnus-summary-post-menu, total-parts, type, condition, length):
6772         * gnus-agent.el (gnus-agent-read-agentview):
6773         * flow-fill.el (show-trailing-whitespace):
6774         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6775         eval-and-compile wrappers for byte compiler pacifiers.
6776
6777         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6778         (mm-display-inline-fontify): Check for featurep 'xemacs not
6779         extent-list.
6780
6781         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6782         itimer-list.
6783         (mm-create-image-xemacs): Only do something for XEmacs.
6784         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6785
6786         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6787
6788         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6789         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6790
6791 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6792
6793         * nnimap.el (nnimap-split-download-body):
6794         * gnus-demon.el (gnus-demon):
6795         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6796
6797 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6800         macros.
6801         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6802         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6803         copy data from unibyte buffer to multibyte current buffer.
6804         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6805         to copy data from unibyte current buffer to multibyte buffer.
6806         (nntp-make-process-buffer): Make process buffer unibyte.
6807
6808         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6809
6810 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6811
6812         * pop3.el (pop3-open-server): Accept and process data more robustly at
6813         connexion start to avoid spurious "POP SSL connexion failed" errors.
6814
6815 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6818         read group names.
6819
6820 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6823
6824 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6827         (nnmail-save-active): Use a unibyte buffer when saving active file,
6828         which may contain non-ASCII group names.
6829
6830         * nnml.el (nnml-request-group): Decode group names in messages.
6831
6832 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6833
6834         * message.el (message-citation-line-function)
6835         (message-insert-formatted-citation-line): Fix spelling of
6836         `message-insert-formated-citation-line'.
6837
6838 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6839
6840         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6841
6842 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6845         nnmail-pathname-coding-system.
6846
6847         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6848         that a user enters; decode group names in messages.
6849
6850         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6851
6852 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6855
6856         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6857
6858         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6859         risky local variable.
6860
6861         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6862
6863 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6864
6865         * encrypt.el: Improve documentation to fix function name typo.
6866         Reported by Daiki Ueno <ueno@unixuser.org>.
6867
6868 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6871         even if the point is not in the last page of an article.
6872         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6873         back to the previous page.
6874
6875 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6878
6879 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6882
6883 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6884
6885         * message.el (message-check-news-body-syntax): Avoid
6886         mm-string-as-multibyte.
6887         (message-hide-headers): Don't assume (point-min)==1.
6888
6889 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * message.el (message-remove-blank-cited-lines): Fix if remove is
6892         given.
6893         (message-bogus-address-regexp): New variable.
6894         (message-bogus-recipient-p): New function.
6895         (message-check-recipients): New command.
6896         (message-syntax-checks): Add `bogus-recipient'.
6897         (message-fix-before-sending): Add `bogus-recipient'.
6898
6899         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6900         (gnus-treat-body-boundary): Don't test window-system.
6901
6902 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6903
6904         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6905
6906 2007-10-28  Miles Bader  <miles@gnu.org>
6907
6908         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6909         at compile-time too.
6910
6911 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus-msg.el (gnus-message-setup-hook): Add
6914         `message-remove-blank-cited-lines' to options.
6915
6916 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         * message.el (message-remove-blank-cited-lines): New function.
6919         Suggested by Karl Plästerer.
6920
6921 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6924         mapc.
6925
6926         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6927         (top-level): Use mapc to set functions to be traced for debugging.
6928
6929         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6930         called for effect with while loop.
6931
6932         * message.el (message-talkative-question): Replace mapcar called for
6933         effect with mapc.
6934
6935         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6936         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6937         called for effect with dolist.
6938
6939         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6940
6941         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6942         gnus-extra-headers and nnmail-extra-headers.
6943
6944         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6945         called for effect with dolist.
6946         (top-level): Use mapc to set functions to be traced for debugging.
6947
6948         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6949         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6950         dolist.
6951
6952         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6953         Replace mapcar called for effect with mapc.
6954         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6955         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6956         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6957         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6958
6959         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6960         remove-if that's a cl function.
6961
6962         * webmail.el (webmail-debug): Replace mapcar called for effect with
6963         dolist.
6964
6965         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6966         with mapc.
6967
6968 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6971         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6972         with while loop.
6973
6974         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6975         functions from article-* functions.
6976         (gnus-multi-decode-header): Replace mapcar called for effect with
6977         dolist.
6978
6979         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6980         (gnus-bookmark-show-details): Replace mapcar called for effect with
6981         while loop.
6982
6983         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6984         called for effect with while loop.
6985
6986         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6987         with dolist.
6988
6989         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6990         mapcar called for effect with dolist.
6991
6992         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6993
6994         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6995         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6996         Replace mapcar called for effect with dolist.
6997         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6998         mapc.
6999
7000         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7001         Replace mapcar called for effect with dolist.
7002         (gnus-topic-list): Replace mapcar called for effect with mapc.
7003
7004         * gnus.el: Use mapc instead of mapcar to add autoloads.
7005
7006 2007-10-23  Richard Stallman  <rms@gnu.org>
7007
7008         * gnus-group.el (gnus-group-highlight): Mark as risky.
7009
7010 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus.el (gnus-server-to-method): Return method found first in
7013         gnus-newsrc-alist.
7014
7015         * gnus-art.el (gnus-article-highlight-signature)
7016         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7017         button overlay without the front stickiness.
7018
7019 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7020
7021         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7022         overview buffer needed a catch to receive its throw.
7023         (gnus-agent-flush-cache): Declared as interactive to make this function
7024         easier to use.
7025
7026 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7029         `next-line'.
7030
7031 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7034         exclude address matching message-dont-reply-to-names.
7035
7036 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-util.el (gnus-string<): New function.
7039
7040         * gnus-sum.el (gnus-article-sort-by-author)
7041         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7042
7043 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7046         the frame-focus tag is set in gnus-buffer-configuration.
7047
7048 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7051         the front stickiness.
7052
7053 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7056         url pattern; remove duplicate one.
7057         (gnus-article-extend-url-button): New function.
7058         (gnus-article-add-buttons): Use it.
7059         (gnus-button-push): Use concatenated url that it makes.
7060
7061 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7062
7063         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7064
7065 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7066
7067         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7068         Don't hardcode point-min==1.
7069
7070 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7073         Fix comment about "iso8859-1".
7074
7075 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7076
7077         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7078         ones returned from the verify-function.
7079
7080         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7081         mml2015-extract-cleartext-signature if extraction failed.
7082
7083 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7084
7085         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7086         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7087         failed.
7088
7089 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7092
7093 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7096         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7097         recommends to use EasyPG instead of PGG.
7098
7099         * pgg.el: Revert to revision 6.23.2.16.
7100
7101         * pgg-def.el: Revert to revision 6.6.2.14.
7102
7103         * pgg-gpg.el: Revert to revision 6.23.2.34.
7104
7105 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7106
7107         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7108         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7109         thread for both the null and zero (kill/expire thread) universal prefix
7110         cases.
7111         (gnus-summary-expire-thread): Add new function to expire a thread,
7112         using gnus-summary-kill-thread.
7113         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7114         shortcuts for gnus-summary-expire-thread.
7115         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7116         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7117
7118 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7119
7120         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7121         extras value, so an extras entry can be deleted.
7122         (gnus-registry-delete-extra-entry): Use it.
7123         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7124         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7125         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7126         storage through the gnus-registry, and provide an appropriate API for
7127         it.
7128
7129 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7132         Suggested by Leo <sdl.web@gmail.com>.
7133
7134         * gnus.el: Do.
7135
7136 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7139         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7140
7141         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7142
7143         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7144         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7145
7146 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7149         newline.
7150         (nnmbox-request-accept-article): Don't change article in source buffer;
7151         narrow to header to use message-fetch-field rather than
7152         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7153         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7154         as delimiters; make sure article ends with newline.
7155         (nnmbox-delete-mail): Correct last position of article to be deleted;
7156         ignore X-Gnus-Newsgroup header in article body.
7157         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7158         positions; make sure article ends with newline.
7159
7160         * message.el (message-display-abbrev): Don't infloop when a user
7161         inserts SPC in the beginning of header.
7162
7163         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7164         coding-system-for-read and coding-system-for-write for XEmacs having no
7165         file-coding feature.
7166
7167         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7168
7169 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7170
7171         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7172         list of groups not followed by default.  Fix type to be regexp.
7173         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7174
7175 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7176
7177         * hmac-def.el (define-hmac-function): Switch from old-style to
7178         new-style backquotes.
7179
7180         * md4.el (md4-make-step): Likewise.
7181
7182 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7185         raw-text coding system when saving .newsrc file, which may contain
7186         non-ASCII group names.
7187
7188 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-cus.el (gnus-score-extra): New widget.
7191         (gnus-score-extra-convert): New function.
7192         (gnus-score-customize): Use it for Extra.
7193
7194 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7195
7196         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7197         (mml2015-mailcrypt-clear-verify): Use it.
7198         (mml2015-gpg-clear-verify): Use it.
7199         (mml2015-pgg-clear-verify): Use it.
7200         (mml2015-epg-clear-verify): Replace the current part with the output
7201         from GnuPG; don't extract the plaintext by itself.
7202
7203         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7204         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7205         mml2015-clear-verify-function; don't touch the armor headers or
7206         dash-escaped text here.
7207
7208 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7211         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7212         parts, or application/octet-stream as a last resort.
7213         (gnus-mime-view-part-as-type): Don't toggle display.
7214         (gnus-mime-view-part-as-charset): Don't turn off display before
7215         querying charset.
7216
7217         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7218         stuff to undisplayer function in Emacs.
7219         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7220
7221         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7222         text/calendar parts.
7223
7224 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7227         decoding text/calendar parts.
7228
7229         * message.el (message-forward-make-body-mime): Always mark body as
7230         having no illegible text; remove signed-or-encrypted argument.
7231         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7232
7233         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7234         (mml-generate-mime-1): Don't encode body if it is specified to be in
7235         raw form; don't make buffer be unibyte when inserting multibyte string.
7236
7237 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7238
7239         * sha1.el: Fix up comment style.
7240         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7241         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7242
7243         * hex-util.el: Fix up comment style.
7244         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7245
7246         * gnus-salt.el: Use with-current-buffer.
7247         (gnus-pick-setup-message): Fix long-standing typo.
7248
7249 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * imap.el (imap-logout-timeout): New variable.
7252         (imap-logout, imap-logout-wait): New functions.
7253         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7254
7255         * nnimap.el (nnimap-logout-timeout): New server variable.
7256         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7257         nnimap-logout-timeout.
7258
7259         * gnus-art.el (gnus-article-summary-command-nosave)
7260         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7261
7262 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * gnus.el (gnus-maximum-newsgroup): New variable.
7265
7266         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7267         according to gnus-maximum-newsgroup.
7268
7269         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7270         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7271         Limit the range of articles according to gnus-maximum-newsgroup.
7272
7273 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7274
7275         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7276         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7277         Don't perform gnus-configure-windows here; reuse existing sticky
7278         article buffer.
7279
7280         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7281         it doesn't exist in gnus-article-mode.
7282
7283 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7286         (gnus-agent-decoded-group-name): New function.
7287         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7288         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7289
7290 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7291
7292         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7293         Add binding for gnus-sticky-article.
7294         (gnus-summary-exit): Don't kill sticky article buffers.
7295
7296         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7297         article buffer.
7298         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7299         (gnus-kill-sticky-article-buffers): New commands.
7300
7301 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * nntp.el (nntp-xref-number-is-evil): New server variable.
7304         (nntp-find-group-and-number): If it is non-nil, don't trust article
7305         numbers in the Xref header.
7306
7307 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-agent.el (gnus-agent-read-group): New function.
7310         (gnus-agent-flush-group, gnus-agent-expire-group)
7311         (gnus-agent-regenerate-group): Use it.
7312         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7313         nnmail-pathname-coding-system.
7314
7315 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7318
7319         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7320         that are unread as unread, and also as selected so that information of
7321         marks having been changed by a user may be updated when exiting group.
7322
7323 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7326         calculated ignoring signature parts to gnus-treat-article.
7327
7328 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7331         a point here in order to keep the window start.
7332         (gnus-insert-mime-security-button): Make a button overlay without the
7333         front stickiness.
7334         (gnus-mime-display-security): Goto the end of a button.
7335
7336         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7337
7338 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7341         group-name-at-point.
7342         (gnus-group-completing-read): New function that offers decoded
7343         non-ASCII group names for completion.
7344         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7345         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7346         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7347         (gnus-group-fetch-control): Use it.
7348         (gnus-fetch-group): Use group-name-at-point for the initial value
7349         rather than the default value; use gnus-alive-p.
7350
7351         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7352         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7353         (gnus-summary-post-news): Use gnus-group-completing-read.
7354
7355         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7356         (gnus-read-move-group-name): Decode group name for completion.
7357
7358 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7359
7360         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7361         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7362         Yamaoka slightly modified the code).
7363
7364 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7367         (nnmail-split-incoming): Bind it.
7368
7369         * nnml.el (nnml-group-name-charset): New function.
7370         (nnml-decoded-group-name): Use it; don't decode group name if
7371         nnmail-group-names-not-encoded-p is non-nil.
7372         (nnml-encoded-group-name): New function.
7373         (nnml-group-pathname): Inline nnml-decoded-group-name.
7374         (nnml-request-expire-articles): Decode group name in message.
7375         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7376         nnmail-pathname-coding-system.
7377         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7378         not decoded ones according to nnmail-group-names-not-encoded-p.
7379         (nnml-generate-active-info): Use nnml-encoded-group-name.
7380
7381 2007-08-08  Glenn Morris  <rgm@gnu.org>
7382
7383         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7384         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7385         doc-strings and comments.
7386
7387 2007-07-25  Glenn Morris  <rgm@gnu.org>
7388
7389         * Relicense all FSF files to GPLv3 or later.
7390
7391 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-sum.el (gnus-summary-move-article): Make
7394         gnus-summary-respool-article work.
7395
7396 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7399         string.
7400
7401 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7402
7403         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7404         that should be ignored when comparing distant RSS articles with local
7405         ones.
7406         (nnrss-make-hash-index): New function.  Create a hash index according
7407         to the ignored fields.
7408         (nnrss-check-group): Use it.
7409
7410 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7413
7414         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7415
7416         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7417         the new optional argument ENCODED is non-nil.
7418         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7419         coding system for encoding group name.
7420         (gnus-group-make-rss-group): Pass un-encoded group name to
7421         gnus-group-make-group.
7422         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7423         encoded.
7424
7425         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7426         Encode group name to which articles are moved or copied.
7427         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7428         coding system for encoding Newsgroup, Followup-To and Xref headers.
7429
7430         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7431         marks; use nnheader-file-coding-system to write a file.
7432         (nnagent-retrieve-headers): Bind file-name-coding-system to
7433         nnmail-pathname-coding-system.
7434
7435         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7436
7437         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7438         (nnml-request-article, nnml-request-create-group)
7439         (nnml-request-rename-group, nnml-find-id)
7440         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7441         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7442         (nnml-save-marks): Use nnml-group-pathname instead of
7443         nnmail-group-pathname.
7444
7445         (nnml-request-create-group, nnml-request-expire-articles)
7446         (nnml-request-move-article, nnml-request-delete-group)
7447         (nnml-deletable-article-p, nnml-possibly-create-directory)
7448         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7449         (nnml-open-marks): Bind file-name-coding-system to
7450         nnmail-pathname-coding-system.
7451
7452         (nnml-request-article): Pass server argument to nnml-find-group-number.
7453         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7454         server argument to nnml-possibly-create-directory.
7455         (nnml-request-accept-article): Pass server argument to
7456         nnml-active-number and nnml-save-mail.
7457         (nnml-find-group-number): Pass server argument to nnml-find-id.
7458         (nnml-request-update-info): Pass server argument to
7459         nnml-marks-changed-p.
7460
7461         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7462         (nnml-save-mail, nnml-active-number): Add server argument.
7463
7464         (nnml-request-delete-group): Warn if group is missing.
7465         (nnml-get-nov-buffer): Decode group name.
7466         (nnml-generate-active-info): Encode group name.
7467         (nnml-open-marks): Decode group name in messages.
7468
7469 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7472         if it is not specified.
7473         (gnus-article-pipe-part, gnus-article-save-part)
7474         (gnus-article-interactively-view-part, gnus-article-copy-part)
7475         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7476         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7477         (gnus-article-replace-part, gnus-article-delete-part)
7478         (gnus-article-view-part-as-type): Pass raw prefix argument to
7479         gnus-article-part-wrapper.
7480
7481 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-agent.el (gnus-agent-save-active): Bind
7484         nnheader-file-coding-system to gnus-agent-file-coding-system.
7485
7486         * gnus-cache.el (gnus-cache-save-buffers)
7487         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7488         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7489         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7490         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7491         (gnus-cache-generate-active, gnus-cache-rename-group)
7492         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7493         (gnus-cache-update-overview-total-fetched-for): Bind
7494         file-name-coding-system to nnmail-pathname-coding-system.
7495         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7496         variables.
7497         (gnus-cache-decoded-group-name): New function.
7498         (gnus-cache-file-name): Use it.
7499         (gnus-cache-generate-active): Use non-decoded group name for active.
7500
7501         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7502         right place.
7503         (gnus-write-active-file): Don't break non-ASCII group names.
7504
7505         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7506         nnmail-pathname-coding-system.
7507
7508         * lpath.el: Bind default-file-name-coding-system,
7509         file-name-coding-system and language-info-alist for XEmacs.
7510
7511         * gnus-uu.el (gnus-uu-decode-save): Typo.
7512
7513 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7516
7517 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7520         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7521         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7522         (gnus-agent-flush-group, gnus-agent-flush-cache)
7523         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7524         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7525         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7526         (gnus-agent-regenerate-group)
7527         (gnus-agent-update-files-total-fetched-for)
7528         (gnus-agent-update-view-total-fetched-for): Bind
7529         file-name-coding-system to nnmail-pathname-coding-system.
7530         (gnus-agent-group-pathname): Don't encode file names by
7531         nnmail-pathname-coding-system.
7532         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7533         coding-system-for-write instead of buffer-file-coding-system to
7534         gnus-agent-file-coding-system.
7535
7536         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7537         Decode group name.
7538
7539         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7540
7541         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7542         (gnus-read-newsrc-el-file): Make group names unibyte.
7543
7544         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7545         nnmail-pathname-coding-system.
7546
7547         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7548         (nnrss-request-delete-group): Bind file-name-coding-system to
7549         nnmail-pathname-coding-system.
7550         (nnrss-read-server-data, nnrss-read-group-data): Bind
7551         file-name-coding-system correctly.
7552         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7553
7554         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7555         (nntp-server-to-method-cache): New variable.
7556         (nntp-group-pathname): New function that decodes non-ASCII group names.
7557         (nntp-possibly-create-directory, nntp-marks-changed-p)
7558         (nntp-save-marks, nntp-open-marks): Use it.
7559         (nntp-possibly-create-directory, nntp-open-marks):
7560         Bind file-name-coding-system to nnmail-pathname-coding-system.
7561         (nntp-open-marks): Decode group names when bootstrapping marks.
7562
7563         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7564         Newsgroups and Folowup-To headers.
7565
7566 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7569         (gnus-server-closed-face, gnus-server-denied-face)
7570         (gnus-server-offline-face): Remove variable.
7571         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7572
7573         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7574         of modifying message-stack directly for XEmacs.
7575
7576         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7577         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7578         if the coding-system argument is nil for XEmacs.
7579
7580         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7581         mm-charset-override-alist.
7582
7583         * rfc2047.el: Don't require base64; require rfc2045 for the function
7584         rfc2045-encode-string.
7585         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7586         to quote the parameter value.
7587
7588 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7591         form in gnus-group-name-charset-method-alist.
7592
7593         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7594         overrides the default layout edit-form.
7595
7596         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7597
7598         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7599
7600 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7603         as unfetched articles.
7604
7605 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7608
7609 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7612         original back end that keeps marks in the local system.
7613
7614 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7617         arg of pop-to-buffer for XEmacs.
7618         (gnus-article-read-summary-keys): Ditto; don't restore window
7619         configuration if summary command ends up with neither article buffer
7620         nor summary buffer; describe bindings if summary keys end with C-h.
7621
7622 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * message.el (message-fix-before-sending): Skip raw message part to be
7625         forwarded while checking illegible text.
7626         (message-forward-make-body-mime, message-forward-make-body): Mark
7627         signed or encrypted raw message as having no illegible text.
7628
7629 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7632         (gnus-message-with-timestamp-1): New macro.
7633         (gnus-message-with-timestamp): New function.
7634         (gnus-message): Use them.
7635
7636         * nnheader.el (nnheader-message): Use them.
7637
7638 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7641         .newsrc.eld file.
7642
7643 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * gnus-agent.el (gnus-agent-fetch-headers)
7646         (gnus-agent-retrieve-headers): Bind
7647         gnus-decode-encoded-address-function to identity.
7648
7649         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7650         available also when the server returns simply a dot.
7651
7652         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7653
7654 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7657
7658 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-ems.el (gnus-x-splash): Make it work.
7661
7662         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7663         from being used.
7664
7665         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7666
7667 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7670         4th and the 5th arguments.
7671
7672         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7673         the front stickiness.
7674         (gnus-article-summary-command-nosave): Correct the order of the
7675         arguments passed to pop-to-buffer.
7676         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7677         summary command ends up with the article buffer.
7678
7679         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7680         the same faces.
7681
7682 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7683
7684         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7685
7686 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7687
7688         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7689         * gnus-sum.el (gnus-summary-highlight):
7690         * pgg.el (pgg-sign-region, pgg-sign):
7691         * mail-source.el (mail-source-delete-old-incoming-confirm):
7692         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7693
7694 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * gnus-art.el (gnus-mime-view-part-externally)
7697         (gnus-mime-view-part-internally): Fix predicate function passed to
7698         completing-read.
7699
7700         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7701
7702         * gnus.el (gnus-update-message-archive-method): Add :version.
7703
7704 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus.el (gnus-update-message-archive-method): New variable.
7707
7708         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7709         according to gnus-message-archive-method if
7710         gnus-update-message-archive-method is non-nil.
7711
7712 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7715         by Loic Dachary <loic@dachary.org>.
7716         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7717
7718 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * message.el (message-pop-to-buffer): Add switch-function argument.
7721         (message-mail): Pass switch-function argument to it.
7722
7723 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7726         Improve doc string.
7727
7728 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7731         (gnus-header-content)
7732         * gnus-cite.el (gnus-cite-10)
7733         * gnus-srvr.el (gnus-server-closed)
7734         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7735         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7736         (gnus-group-mail-3-empty, gnus-group-mail-low)
7737         (gnus-group-mail-low-empty, gnus-splash)
7738         * message.el (message-header-to, message-header-cc)
7739         (message-header-subject, message-header-other, message-header-name)
7740         (message-header-xheader, message-separator, message-cited-text)
7741         (message-mml): Lighten colors of faces used for dark background.
7742
7743 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7744
7745         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7746         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7747
7748 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * message.el (message-narrow-to-headers-or-head):
7751         Ignore mail-header-separator in the body.
7752
7753 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7756         same as window size.
7757
7758 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7759
7760         * message.el (message-font-lock-keywords): Use message-header-xheader
7761         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7762         ahead of the anything pattern, to get it recognised.
7763
7764 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7767         spam.el loads uses it in the compiled defadvice form.
7768
7769 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7770
7771         * gnus-sum.el (gnus-articles-to-read)
7772         (gnus-summary-insert-old-articles): Don't truncate group name for
7773         `read-string'.
7774
7775         * gnus-util.el (gnus-limit-string): Delete this function.
7776
7777         * gnus-sum.el (gnus-simplify-subject-fully): Use
7778         `truncate-string-to-width' instead.
7779
7780 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7781
7782         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7783         if, on summary exit, the next group has to be selected.
7784         (gnus-summary-exit): Use it.
7785
7786 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7789         non-break space.
7790
7791 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7794         Check if group is not a directory.
7795         (nnfolder-request-expire-articles): Don't delete articles if the target
7796         group is not available.
7797
7798         * nnml.el (nnml-request-create-group): Properly check if group is not a
7799         file.
7800         (nnml-request-expire-articles): Don't delete articles if the target
7801         group is not available.
7802
7803         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7804         Don't quote characters that are within parentheses.
7805
7806 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7809         (gnus-handle-ephemeral-exit): Select article according to it.
7810
7811 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * message.el (message-insert-formated-citation-line): Remove newline.
7814         (message-citation-line-format): Add final \n here so that the user can
7815         avoid a blank line.
7816
7817 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7818
7819         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7820         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7821         Update lanl/arXiv support.
7822
7823 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * gnus.el: Bump version number.
7826
7827 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7828
7829         * gnus.el (gnus-version-number): Bump version.
7830
7831 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7832
7833         * gnus.el: No Gnus v0.6 is released.
7834
7835 2007-04-27  Didier Verna  <didier@xemacs.org>
7836
7837         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7838         * gmm-utils.el (gmm-regexp-concat): here.
7839         * message.el: Don't require 'gnus-util.
7840         (message-dont-reply-to-names): Handle name change above.
7841         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7842
7843 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7846         since the initial value varies according to the system.
7847
7848 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7851
7852 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7853
7854         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7855
7856 2007-04-24  Didier Verna  <didier@xemacs.org>
7857
7858         Improve the type of gnus-ignored-from-addresses.
7859         * gnus-util.el (gnus-orify-regexp): New function.
7860         * message.el (gnus-util): Require it.
7861         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7862         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7863         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7864
7865 2007-04-24  Didier Verna  <didier@xemacs.org>
7866
7867         * gnus-sum.el:
7868         * gnus-utils.el: Fix some trailing whitespaces.
7869
7870 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7873         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7874         article's Message-ID; refer parent article in summary buffer.
7875
7876         * message.el (message-bounce): Call mime-to-mml.
7877
7878         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7879         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7880         optimize and/or forms properly.
7881
7882 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7885         URL.
7886
7887 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7890
7891 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7894         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7895         displayed of multipart/alternative part if it is invoked from summary
7896         buffer.
7897
7898         * mm-view.el (mm-inline-text-html-render-with-w3m)
7899         (mm-inline-text-html-render-with-w3m-standalone)
7900         (mm-inline-render-with-function): Use mail-parse-charset by default.
7901
7902 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7903
7904         * parse-time.el (parse-time-string-chars): Check if CHAR
7905         is less than the length of parse-time-syntax.
7906
7907 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7910         from gnus-newsgroup-processable.
7911
7912 2007-04-16  Didier Verna  <didier@xemacs.org>
7913
7914         * gnus-msg.el (gnus-configure-posting-styles): Handle
7915         message-signature-directory properly with :file syntax.  Reported by
7916         "Leo".
7917
7918 2007-04-11  Didier Verna  <didier@xemacs.org>
7919
7920         New user option: message-signature-directory.
7921         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7922         * message.el (message-insert-signature): Ditto.
7923         * message.el (message-signature-file): Doc update.
7924         * message.el (message-signature-directory): New.
7925
7926 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * gnus-msg.el (gnus-inews-yank-articles): Use
7929         message-exchange-point-and-mark instead of exchange-point-and-mark.
7930
7931 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * message.el (message-yank-original): Make sure cited text ends with
7934         newline; don't exchange point and mark.
7935
7936 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7937
7938         * tls.el (open-tls-stream): Properly handle case where there
7939         is no associated buffer.
7940
7941 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7942
7943         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7944         message-yank-original, make sure (< mark TEXT point).
7945
7946 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7947
7948         * message.el (message-fill-column): New variable.
7949         (message-mode): Use it.  Add comment on a possible new hook.
7950
7951         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7952         (nnmail-get-new-mail): Reformat.
7953
7954         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7955
7956         * gmm-utils.el: Fix Commentary.
7957         (gmm-tool-bar-from-list): Fix typo in doc string.
7958
7959 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7960
7961         * message.el (message-yank-original): Don't switch point and mark
7962         unnecessarily to put point and mark as documented.
7963
7964 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7965
7966         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7967         from the message heads.
7968
7969 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7970
7971         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7972         article buffer does not have a window.  This may not be the best
7973         solution but is certainly better than setting the start of the null,
7974         that is the current, window.
7975
7976 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7979         (gnus-draft-setup): Run it.
7980
7981         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7982         gnus-score-fast-scoring.  Allow regexp.
7983         (gnus-score-headers): Use it.
7984
7985         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7986         XEmacs.
7987
7988         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7989         string.
7990         (gnus-button-alist): Also catch `<f1> k ...'.
7991         (gnus-treat-display-x-face): Fix doc string.
7992
7993 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7994
7995         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7996         evaluation of gnus-extended-version to ensure correct generation of the
7997         User-Agent header when message-generate-headers-first is used.
7998
7999 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8000
8001         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8002         hashcash-path is nil.  Don't call callback with incorrect number of
8003         parameters if val is 0.
8004
8005 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8006
8007         * message.el (message-required-news-headers):
8008         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8009
8010 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8011
8012         * tls.el (open-tls-stream): In handshake-waiting loop,
8013         don't wait more if there is output available to process.
8014
8015 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8016
8017         * tls.el (tls-program): Doc fix.
8018
8019 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * message.el (message-generate-new-buffers): Change the meaning of the
8022         nil value; add `standard' to the choices; treat t as `unique'; improve
8023         doc string.
8024         (gnus-select-frame-set-input-focus): Autoload.
8025         (message-buffer-name): Search for the existing message buffer if
8026         message-generate-new-buffers is nil or `standard'; treat the value t of
8027         message-generate-new-buffers as `unique'.
8028         (message-pop-to-buffer): Raise the frame already displaying the message
8029         buffer; clear the echo area after querying.
8030         (message-setup): Pass the `continue' argument to compose-mail.
8031         (message-mail): Prefer `switch-function' if it is given; search for the
8032         existing message buffer if the `continue' argument is non-nil; pass
8033         continue and switch-function arguments to compose-mail by way of
8034         message-setup.
8035         (message-mail-other-window): Adjust argument of message-setup.
8036         (message-mail-other-frame): Ditto.
8037
8038 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8041         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8042         to turn font-lock on when turning gnus-message-citation-mode on.
8043
8044 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8045
8046         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8047         (mml-smime-function-alist): New variable; add epg as the backend.
8048         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8049         mml-smime- functions instead.
8050         * mm-view.el: Require smime.
8051
8052 2007-03-05  Didier Verna  <didier@xemacs.org>
8053
8054         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8055         instead of just inheritance for posting styles.
8056         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8057
8058 2007-02-24  Chris Moore  <dooglus@gmail.com>
8059
8060         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8061         * pgg-pgp.el (pgg-pgp-encrypt-region):
8062         * pgg-gpg.el (pgg-gpg-encrypt-region):
8063         Check pgg-encrypt-for-me if no other recipients.
8064
8065 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8066
8067         * tls.el (tls-certtool-program): Fix custom type.
8068
8069 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8072         and point-at-eol instead of line-(beginning|end)-position.
8073
8074         * assistant.el (assistant-parse-buffer): Ditto.
8075
8076         * netrc.el (netrc-parse-services): Ditto.
8077
8078 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8079
8080         * mml2015.el (mml2015-epg-find-usable-key): New function.
8081         (mml2015-epg-sign): Use it.
8082         (mml2015-epg-encrypt): Use it.
8083
8084 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * message.el (message-make-in-reply-to): Quote name containing
8087         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8088         if there are special characters.  Reported by NAKAJI Hiroyuki
8089         <nakaji@jp.freebsd.org>.
8090
8091 2007-02-27  Didier Verna  <didier@xemacs.org>
8092
8093         Include the group parameters as well as the topic ones in the
8094         inheritance filter process.
8095         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8096         argument GROUP-PARAMS-LIST.
8097         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8098
8099 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * nntp.el (nntp-never-echoes-commands)
8102         (nntp-open-connection-functions-never-echo-commands): New variables.
8103         (nntp-send-command): Use them.
8104
8105 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8106
8107         * mml2015.el (mml2015-epg-verify): Simplified.
8108
8109 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * mml.el (mml-content-disposition-alist): New user option.
8112         (mml-content-disposition): New function.
8113         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8114         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8115
8116 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8117
8118         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8119         verification.
8120
8121 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8122
8123         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8124         articles posted in the last 24 hours.
8125
8126 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8127
8128         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8129
8130 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8131
8132         * nntp.el (nntp-send-command): Don't wait for echoes when
8133         nntp-open-ssl-stream is used.
8134
8135 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8138         (gnus-message-add-citation-keywords)
8139         (gnus-message-remove-citation-keywords): Remove.
8140         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8141         directly, make the variables in font-lock-defaults buffer-local, add
8142         gnus-message-citation-keywords to them and then update the value of
8143         font-lock-keywords.
8144
8145 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * message.el (message-cite-original-1): Don't call
8148         gnus-article-highlight-citation.
8149
8150         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8151         citations; fix line count.
8152
8153 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8156         (gnus-message-add-citation-keywords)
8157         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8158         versions of font-lock-add-keywords and font-lock-remove-keywords to
8159         work with XEmacs correctly.
8160
8161 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-cite.el (gnus-cite-face-list): Set the values of
8164         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8165         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8166         (gnus-message-cite-prefix-regexp): New variable.
8167         (gnus-message-search-citation-line): Use it; protect against long
8168         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8169         the 0th match data for Emacs.
8170         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8171         (gnus-message-add-citation-keywords): Append keywords rather than
8172         prepending; emulate font-lock-add-keywords if it is not available.
8173         (gnus-message-remove-citation-keywords): Emulate
8174         font-lock-remove-keywords if it is not available.
8175
8176         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8177
8178         * message.el (message-cite-prefix-regexp): Set the value of
8179         gnus-message-cite-prefix-regexp.
8180
8181 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8182
8183         * nnweb.el (nnweb-google-parse-1): Update parser.
8184
8185 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8186
8187         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8188
8189 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8190
8191         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8192         regexp.
8193
8194 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8197         string-to-multibyte.
8198         (uudecode-decode-region-internal): Use it.
8199
8200         * lpath.el: Fbind string-as-multibyte for XEmacs.
8201
8202 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8205         custom choice.
8206
8207         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8208
8209 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8210
8211         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8212
8213         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8214         `write-region' to respect `mm-inhibit-file-name-handlers'.
8215
8216 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8219         Use gnus-home-directory instead of "~/" or "$HOME".
8220
8221 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8222
8223         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8224         to mention filename.
8225         Add comments at beginning regarding usage.
8226         (encrypt-write-file-contents): Change interactive so a string is
8227         acceptable.  If the file has no associated model, show an error instead
8228         of a nonsense prompt.
8229
8230 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8231
8232         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8233         Thanks to Yoshihiko Yamada for kind notification of this typo.
8234
8235 2007-01-12  Kenichi Handa  <handa@m17n.org>
8236
8237         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8238         multibyte buffer.
8239
8240 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8241
8242         * gnus-score.el (gnus-score-fast-scoring): New variable.
8243         (gnus-score-headers): Use it.
8244
8245         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8246
8247         * message.el (message-cite-original-1): Call
8248         gnus-article-highlight-citation if requested.
8249         (message-make-from): Allow name and address as optional arguments.
8250
8251         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8252
8253         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8254         bugs to doc string.
8255         (gnus-button-alist): Add mid\\|message-id.
8256         (gnus-button-fetch-group): Extend for use in
8257         `browse-url-browser-function'.
8258         (gnus-button-url-regexp): Try to catch paired parentheses like in
8259         Wikipedia URLs.
8260
8261         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8262         Suggested by Simon Krahnke <overlord@gmx.li>.
8263
8264 2007-01-13  Romain Francoise  <romain@orebokech.com>
8265
8266         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8267         Update copyright.
8268
8269 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8270
8271         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8272
8273 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8274
8275         * gnus-registry.el (gnus-registry-unfollowed-groups)
8276         (gnus-registry-split-fancy-with-parent): Fix documentation.
8277
8278 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8279
8280         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8281         from nnweb groups.
8282
8283 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8284
8285         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8286         Xref urls.  Erase buffer before requesting head.
8287
8288 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8289
8290         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8291         customizable.
8292
8293 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8294
8295         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8296         no signing key is found.
8297         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8298         no encrypting and/or signing key is found.
8299
8300 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8303
8304 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8305
8306         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8307         headers read from disk with the ones newly found in the current search.
8308         This should no longer cause problems, because the article numbers in
8309         Gmane's `nov.php' output are ignored since the previous change.
8310
8311 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8312
8313         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8314
8315 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8318         replace-regexp-in-string; bind url-version; fbind display-images-p and
8319         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8320         find-face and set-itimer-function for Emacs; bind itimer-list for
8321         Emacs.
8322
8323         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8324
8325 2007-01-01  Romain Francoise  <romain@orebokech.com>
8326
8327         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8328
8329 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8330
8331         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8332         `define-minor-mode' macro definition expanded properly.
8333         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8334         exclude it there.
8335
8336         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8337         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8338         `fboundp' test.
8339         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8340         This is OK to autoload in (S)XEmacs now.
8341
8342 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8343
8344         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8345         keystroke.
8346         (gnus-summary-limit-to-singletons): Fix typo.
8347
8348         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8349         else fails.
8350
8351 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8352
8353         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8354         docstring.
8355
8356         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8357         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8358         (gnus-summary-insert-dormant-articles): Fix typo in message.
8359
8360 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8363         nil for XEmacs.
8364         (gnus-message-citation-mode): Don't autoload in XEmacs.
8365
8366         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8367
8368 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8369
8370         * nnimap.el (nnimap-expunge-search-string): Mention
8371         nnimap-search-uids-not-since-is-evil in docstring.
8372
8373 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * spam.el: Revert to make-obsolete-variable because
8376         define-obsolete-variable-alias is not supported in Emacs 21.
8377
8378         * spam.el (spam-ifile-path, spam-ifile-database-path)
8379         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8380         make-obsolete-variable.
8381         (spam-bsfilter-path, spam-bsfilter-program)
8382         (spam-spamassassin-path, spam-spamassassin-program)
8383         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8384         use "path" inappropriately.
8385         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8386         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8387         variable names.
8388
8389 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8390
8391         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8392         summary buffer.
8393
8394         * password.el (password-cache-remove): Use clear-string to burn
8395         password, if available.
8396
8397 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8400
8401         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8402
8403         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8404         (gnus-message-highlight-citation): Move defcustom here from
8405         gnus-cite.el.
8406         (gnus-message-citation-mode): Autoload.
8407
8408         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8409         checks to make it compile with XEmacs.
8410         (gnus-message-citation-mode): New minor mode.
8411         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8412         (gnus-message-highlight-citation): New variables.
8413         (gnus-message-search-citation-line)
8414         (gnus-message-add-citation-keywords)
8415         (gnus-message-remove-citation-keywords)
8416         (turn-on-gnus-message-citation-mode)
8417         (turn-off-gnus-message-citation-mode): New functions.
8418
8419 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8420
8421         * gnus-cite.el: Enable highlighting of different citation levels in
8422         message-mode.
8423
8424 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * message.el (message-make-fqdn): Fix comment.
8427         (message-bogus-system-names): Add ".local".
8428
8429         * spam.el (spam-ifile-path, spam-ifile-program)
8430         (spam-ifile-database-path, spam-ifile-database)
8431         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8432         Don't use "path" inappropriately.
8433         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8434         strings.
8435         (spam-check-ifile, spam-ifile-register-with-ifile)
8436         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8437         new variable names.
8438
8439         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8440         (gnus-treat-display-smileys): Simplify using
8441         gnus-image-type-available-p.
8442
8443         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8444         available.
8445
8446         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8447         `display-images-p' if available.
8448
8449 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8452         one after turning on the buffer's multibyteness instead of decoding
8453         them directly in the unibyte buffer that causes unexpected conversion
8454         in Emacs 23 (unicode).
8455
8456 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8457
8458         * message.el (message-generate-hashcash): Fix custom type.
8459
8460 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8461
8462         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8463
8464 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8467         disconnect icons.  Add help text.
8468
8469 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8470
8471         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8472         negated to be consistent with the others we handle.
8473
8474 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8475
8476         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8477         version of gnus-summary-buffer to something, so that we can use two
8478         article buffers at the same time.
8479
8480 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8481
8482         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8483         trigger all the extra headers.
8484         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8485         sorting.
8486
8487 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8488
8489         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8490         solid groups.
8491
8492 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8493
8494         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8495
8496 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * legacy-gnus-agent.el: Add Copyright notice.
8499
8500 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8501
8502         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8503
8504 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8505
8506         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8507
8508         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8509         to make it work reliably in CVS Emacs.
8510         (gnus-summary-limit-strange-charsets-predicate)
8511         (gnus-summary-limit-to-predicate): New functions.
8512
8513 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8514
8515         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8516         specifying array size.
8517         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8518         array if it is too small.
8519         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8520         (gnus-sort-threads-loop): New function.
8521
8522 2006-12-06  Chris Moore  <dooglus@gmail.com>
8523
8524         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8525         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8526
8527 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8528
8529         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8530         options.
8531
8532 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8535         DOS-ing the recipient.
8536
8537         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8538         the headers when creating the mapping to avoid mismappings.
8539         (nnweb-gmane-create-mapping): Always nix out old mapping.
8540
8541 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8544         and mm-verify-option to never.
8545
8546 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * message.el (message-signed-or-encrypted-p): New function.
8549         (message-forward-make-body): Use it.
8550
8551         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8552         Replace encode-coding-string with mm-encode-coding-string.
8553
8554 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * nneething.el (nneething-decode-file-name): Replace
8557         decode-coding-string with mm-decode-coding-string.
8558
8559         * gnus-int.el (gnus-open-server): Say failed server's name.
8560
8561 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8562
8563         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8564         strings to a single string.  Quote `errors-file-name'.
8565         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8566         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8567         Adjust calls.  Use `shell-quote-argument'.
8568
8569 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8570
8571         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8572         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8573
8574         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8575         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8576         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8577         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8578         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8579         (gnus-subscribe-newsgroup, gnus-1):
8580         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8581         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8582         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8583         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8584
8585 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8586
8587         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8588         keystroke.
8589         (gnus-summary-limit-to-bodies): Implement headersp.
8590
8591 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592
8593         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8594
8595 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8598
8599 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * message.el (message-generate-hashcash): Expand range of values to
8602         include `opportunistic'.
8603         (message-send-mail): Use it.
8604
8605 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8606
8607         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8608         and comment it.
8609
8610         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8611
8612 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * gnus-util.el (gnus-extract-address-components): Improve comment.
8615
8616 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * gnus-util.el (gnus-extract-address-components): Work with address in
8619         which the name portion contains @.
8620
8621         * lpath.el: Fbind custom-autoload.
8622
8623 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * gnus.el (gnus-start): Move custom group up.
8626         (gnus-select-method): Don't autoload, but make it available for
8627         `customize-variable'.
8628         (gnus-getenv-nntpserver): Don't autoload.
8629
8630 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8631
8632         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8633
8634 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * message.el (message-sendmail-extra-arguments): New variable.
8637         (message-send-mail-with-sendmail): Use it.
8638
8639 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8642         mm-with-unibyte-current-buffer to make string unibyte.
8643
8644         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8645         mm-string-as-multibyte.
8646
8647 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8648
8649         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8650         Reported by Werner Koch <wk@gnupg.org>.
8651
8652 2006-11-14  Daiki Ueno  <ueno@p360>
8653
8654         * mml2015.el: Autoload epa-select-keys when compiling.
8655
8656 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8657
8658         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8659         message-options.
8660         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8661
8662 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8663
8664         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8665         EasyPG (< 0.0.6).
8666         (mml2015-always-trust): New user option.
8667         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8668         prompt.
8669
8670 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * nntp.el (nntp-authinfo-force): New variable.
8673         (nntp-send-authinfo): Use it.
8674
8675 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8678         decode encoded words.  Improve prompt.  Add comment about forwarding.
8679         (message-replacement-char): Move up.
8680
8681 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8682
8683         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8684         instead of gnus-intersection because arguments of gnus-sorted-nunion
8685         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8686
8687 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8690         (message-simplify-subject-functions): Enable
8691         message-strip-subject-encoded-words by default.
8692
8693 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * message.el (message-strip-subject-encoded-words): New function.
8696         (message-simplify-subject-functions): New variable.
8697         (message-simplify-subject): Use it.  Fix typo in doc string.
8698         Support message-strip-subject-encoded-words.
8699
8700 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8701
8702         * gnus-diary.el (gnus-diary-delay-format-function):
8703         * nndiary.el (nndiary-reminders):
8704         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8705
8706 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8707
8708         * gnus-art.el (article-hide-boring-headers): Fetch date from
8709         gnus-original-article-buffer to avoid problems with localized date
8710         strings.
8711
8712 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8715
8716 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8719         New variables.
8720         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8721         (mm-charset-synonym-alist): Move some entries to
8722         mm-codepage-iso-8859-list.
8723         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8724         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8725
8726 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8729
8730 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8733         with Emacs 21 and XEmacs.
8734
8735 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8736
8737         * spam.el (spam-parse-address): New function for better parsing,
8738         catching errors, etc.
8739         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8740
8741 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8742
8743         * mm-view.el: Add interactive arg to html2text autoload.
8744
8745 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8748
8749 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8750
8751         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8752         variables.
8753         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8754         (mm-charset-synonym-alist): Move some entries to
8755         mm-codepage-iso-8859-list.
8756
8757         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8758
8759 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * message.el (message-citation-line-format)
8762         (message-insert-formated-citation-line): Fix implementation of %E, %N
8763         and %n according to the doc string.
8764
8765 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8766
8767         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8768         car-safe to avoid bad parses.
8769
8770 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8773         names.
8774
8775         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8776
8777 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8780         header.
8781
8782         * message.el (message-draft-headers): Add Date.
8783         (message-headers-to-generate): Fix typo in docstring.
8784
8785         * nndraft.el (nndraft-required-headers): New variable.
8786         (nndraft-generate-headers): Use it.
8787
8788         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8789
8790 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8791
8792         * gnus-registry.el (gnus-registry-wash-for-keywords)
8793         (gnus-registry-find-keywords): New functions to allow easy searching of
8794         articles that are in the registry.
8795
8796 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8797
8798         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8799         ietf-drums-parse-address instead of gnus-extract-address-components.
8800         Reported by Damien Elmes <damien@repose.cx>.
8801
8802 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * gnus.el (gnus-mime): Remove unused custom group.
8805
8806 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8807
8808         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8809         "blank line" when searching for end of armor headers.
8810
8811 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gmm-utils.el (gmm-write-region): Fix variable name.
8814
8815 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * gmm-utils.el (gmm-write-region): New function based on compatibility
8818         code from `mm-make-temp-file'.
8819
8820         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8821
8822         * nnmaildir.el (nnmaildir--update-nov)
8823         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8824         Use `gmm-write-region'.
8825
8826 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8829         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8830
8831         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8832
8833         * message.el (message-replacement-char): New variable.
8834         (message-fix-before-sending): Use it.
8835         (message-simplify-subject): New function to remove duplicate code.
8836         (message-reply, message-followup): Use it.
8837
8838         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8839         gnus-summary-limit-to-articles.
8840
8841 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * gnus-util.el (gnus-with-local-quit): New macro.
8844
8845         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8846
8847 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8848
8849         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8850         ignore non-string data.
8851
8852 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8853
8854         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8855         non-string data (needs to be done in the registry too).
8856
8857 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8858
8859         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8860         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8861         (gnus-registry-split-fancy-with-parent)
8862         (gnus-registry-fetch-simplified-message-subject-fast)
8863         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8864         Remove text properties on ingress into the registry and when it's saved.
8865         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8866         registry from entries with no groups.
8867
8868 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8869
8870         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8871         function to remove string properties.
8872
8873 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * gmm-utils.el (gmm): Adjust custom version.
8876
8877         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8878         custom version.
8879
8880         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8881
8882 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * gnus-art.el (gnus-insert-prev-page-button)
8885         (gnus-insert-next-page-button): Simplify.  Reformat.
8886
8887 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8888
8889         * gnus-art.el (gnus-insert-prev-page-button)
8890         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8891
8892 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8893
8894         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8895
8896 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8897
8898         * gnus-art.el (gnus-insert-mime-button)
8899         (gnus-insert-mime-security-button):
8900         Apply gnus-article-button-face to MIME and security buttons.
8901
8902 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8905         readable.
8906
8907 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8910
8911 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8912
8913         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8914         `browse-url-of-file' instead of `browse-url'.
8915
8916 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8917
8918         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8919         regexp.  Articles containing quotation were cut prematurely.
8920
8921 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * message.el (message-cite-original-1): Use nobody by default for the
8924         value of From header.
8925         (message-reply): Ditto.
8926
8927 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8928
8929         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8930         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8931         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8932
8933 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8934
8935         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8936         mails in the doc string.  Add some URLs in comment.
8937         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8938
8939 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8942         backslashes handling and the way to find boundaries of quoted strings.
8943
8944 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8945
8946         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8947         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8948         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8949         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8950
8951 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8954         doc string.
8955         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8956
8957 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * lpath.el: Fbind epg-check-configuration.
8960
8961 2006-09-06  Simon Josefsson  <jas@extundo.com>
8962
8963         * mml2015.el (mml2015-use): Doc fix, mention epg.
8964
8965 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8966
8967         * mml2015.el (mml2015-use): Default to epg, if available.
8968
8969 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8970
8971         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8972         message-sender.
8973         (mml1991-epg-encrypt): Ditto.
8974         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8975         message-sender.
8976         (mml2015-epg-encrypt): Ditto.
8977
8978 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8979
8980         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8981         several common directories.
8982
8983 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8984
8985         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8986         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8987
8988 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-art.el (article-decode-encoded-words): Make it fast.
8991
8992 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8995
8996         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8997         in quoted string into `\'.
8998
8999 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9002         Use standard-syntax-table.
9003
9004 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-art.el (gnus-decode-address-function): New variable.
9007         (article-decode-encoded-words): Use it to decode headers which are
9008         assumed to contain addresses.
9009         (gnus-mime-delete-part): Remove useless `or'.
9010
9011         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9012         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9013         (gnus-nov-parse-line): Use it to decode From header.
9014         (gnus-get-newsgroup-headers): Ditto.
9015         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9016
9017         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9018         (mail-decode-encoded-address-string): New alias.
9019
9020         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9021         New function.
9022         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9023         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9024         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9025         (rfc2047-decode-string): Ditto.
9026         (rfc2047-decode-address-region): New function.
9027         (rfc2047-decode-address-string): New function.
9028
9029 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * message.el (message-caesar-buffer-body): Allow rotating headers.
9032
9033         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9034
9035         * message.el (message-insert-formated-citation-line): Fix %f.
9036         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9037
9038 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9041         (gnus-bookmark-mouse-available-p): New macro.
9042         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9043         (gnus-bookmark-bmenu-show-infos): Use it.
9044         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9045         (gnus-bookmark-bmenu-hide-infos): Ditto.
9046         (gnus-bookmark-remove-properties): New function.
9047         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9048         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9049         (gnus-bookmark-write-file): Bind coding-system-for-write.
9050         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9051         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9052         group before selecting it.
9053         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9054         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9055         quit-window if it is not available; use gnus-mouse-2 and bind it to
9056         gnus-bookmark-bmenu-select-by-mouse.
9057         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9058         (gnus-bookmark-bmenu-select-by-mouse): New function.
9059
9060 2006-08-13  Romain Francoise  <romain@orebokech.com>
9061
9062         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9063         space.
9064
9065 2006-08-10  Romain Francoise  <romain@orebokech.com>
9066
9067         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9068         (dns-mode-soa-auto-increment-serial): New user option.
9069         (dns-mode-soa-maybe-increment-serial): New function.
9070         (dns-mode): Add the latter to `write-contents-functions'.
9071
9072 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * compface.el (uncompface): Use binary rather than raw-text-unix.
9075
9076 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * compface.el (uncompface): Make sure the eol conversion doesn't take
9079         place when communicating with the external programs.  Reported by
9080         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9081
9082 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9085
9086 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9087
9088         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9089         Make it more robust by parsing author and date independently.
9090
9091 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9094
9095 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9096
9097         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9098         first matching secret key.
9099         (mml2015-epg-encrypt): Ditto.
9100
9101         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9102         first matching secret key.
9103         (mml1991-epg-encrypt): Ditto.
9104
9105         * mml2015.el (mml2015-encrypt-to-self): New user option.
9106         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9107         mml2015-epg-encrypt-to-self is set.
9108
9109         * mml1991.el (mml1991-encrypt-to-self): New variable.
9110         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9111         mml1991-epg-encrypt-to-self is set.
9112
9113         * mml2015.el (mml2015-signers): New user option.
9114         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9115         (mml2015-epg-encrypt): Allow to select signing keys.
9116
9117         * mml1991.el (mml1991-signers): New variable.
9118         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9119         (mml1991-epg-encrypt): Allow to select signing keys.
9120
9121 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * nnheader.el (nnheader-insert-head): Make it work even if the file
9124         uses CRLF for the line-break code.
9125
9126 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9127
9128         * mml2015.el: Require mml-sec instead of password.
9129         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9130         (mml2015-cache-passphrase): Inherit the default value from
9131         mml-secure-cache-passphrase.
9132         (mml2015-passphrase-cache-expiry): Inherit the default value from
9133         mml-secure-passphrase-cache-expiry.
9134
9135         * mml1991.el: Require mml-sec instead of password.
9136         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9137         (mml1991-cache-passphrase): Inherit the default value from
9138         mml-secure-cache-passphrase.
9139         (mml1991-passphrase-cache-expiry): Inherit the default value from
9140         mml-secure-passphrase-cache-expiry.
9141
9142         * mml-sec.el: Require password.
9143         (mml-secure-verbose): New user option.
9144         (mml-secure-cache-passphrase): New user option.
9145         (mml-secure-passphrase-cache-expiry): New user option.
9146
9147 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9148
9149         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9150         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9151         andreas@altroot.de (Andreas Vögele).
9152
9153         FIXME: Use `tiny change'?
9154
9155 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9156
9157         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9158         workaround for the url package included with Emacs.
9159
9160         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9161
9162 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9165         correctly.  This fixes a bug caused by the 2006-05-12 change.
9166
9167 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9168
9169         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9170         some information about the error when saying that the `bogus' mail
9171         group will be used.
9172
9173 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9174
9175         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9176         string.
9177
9178 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9179
9180         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9181
9182 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9183
9184         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9185
9186 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9187
9188         * mml1991.el (mml1991-function-alist): Add epg.
9189         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9190         (mml1991-epg-encrypt): New functions.
9191
9192 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9193
9194         * mml2015.el (mml2015-verbose): New variable.
9195         (mml2015-cache-passphrase): Ditto.
9196         (mml2015-passphrase-cache-expiry): Ditto.
9197         (mml2015-function-alist): Add epg.
9198         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9199         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9200         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9201         functions.
9202
9203 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9204
9205         * message.el (message-cite-original-1): Preserve region when removing
9206         quoted text due to X-No-Archive in order to avoid bogus attribution
9207         when citing multiple messages.
9208
9209 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9210
9211         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9212         Kenneth Jacker <khj@be.cs.appstate.edu>.
9213
9214 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * gnus-diary.el (gnus-user-format-function-d)
9217         (gnus-user-format-function-D): Autoload.
9218
9219         * imap.el (Commentary): Fix typo.
9220
9221         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9222         2006-04-22 contribution.
9223
9224 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9225
9226         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9227         It didn't really fix the bogosity I'm seeing with solid web groups.
9228
9229 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9230
9231         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9232         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9233         created using server names.  If we use the feature without declaring
9234         it, Gnus does not properly manage server and group state.
9235
9236         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9237         bound.
9238
9239 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9240
9241         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9242         looking up the method using GROUP's prefix before inventing a new one.
9243         It is used on killed/unknown groups in various places where returning
9244         an all-new method isn't expected by the caller.
9245
9246         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9247         and match semantics of gnus-group-real-prefix.
9248
9249 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * nnmail.el (nnmail-broken-references-mailers): New variable.
9252         (nnmail-ignore-broken-references): New function generalizing
9253         nnmail-fix-eudora-headers.
9254         (nnmail-fix-eudora-headers): Now obsolete.
9255
9256         * gnus-art.el (gnus-button-handle-custom): Support
9257         `customize-apropos*'.
9258
9259 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9260
9261         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9262
9263         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9264         articles.
9265
9266 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * message.el (message-cite-reply-above): New variable.
9269         (message-yank-original): Use it.
9270
9271 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9274
9275 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9278         as read.
9279
9280         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9281
9282 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9285         (gnus-bookmark-default-file): Use gnus-directory.
9286         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9287         Remove "*" in doc string.
9288         (gnus-bookmark-write-file): Simplify.
9289         (gnus-bookmark-maybe-sort-alist): Use `when'.
9290         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9291         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9292         FIXME about Emacs 21 and XEmacs compatibility.
9293         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9294         compatibility.
9295         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9296         compatibility.
9297         (gnus-bookmark-menu-heading): Fix version.
9298
9299 2006-06-19  Bastien Guerry  <bzg@altern.org>
9300
9301         * gnus-bookmark.el: New file.
9302
9303 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * message.el (message-syntax-checks): Doc fix.
9306
9307 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9308
9309         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9310         unsubscribed groups as if they were killed ones.  It causes duplicate
9311         entries in gnus-newsrc-alist.
9312
9313 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * message.el (message-syntax-checks): Doc fix.
9316         (message-send-mail): Add check for continuation headers.
9317         (message-check-news-header-syntax): Fix regexp used to check for
9318         continuation headers.
9319
9320 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9323
9324 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9327
9328 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9331         default-truncate-lines.
9332
9333 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9336         to fill the utf-8 entry.
9337
9338         * lpath.el: Fbind unicode-precedence-list.
9339
9340 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9341
9342         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9343
9344 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9345
9346         * gnus-agent.el (directory-files-and-attributes): Move all the way
9347         forward (the third and final move).
9348         (gnus-agent-read-agentview): Trap reconstruction errors due to
9349         nonexistant directory.  Handle by returning nil.
9350
9351 2006-05-30  Didier Verna  <didier@xemacs.org>
9352
9353         * message.el (message-dont-reply-to-names): Update the custom type.
9354         * message.el (message-dont-reply-to-names): New defsubst: potentially
9355         convert a list of regexps into a single one.
9356         * message.el (message-get-reply-headers): Use it.
9357         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9358
9359 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * gnus-agent.el (directory-files-and-attributes): Move forward.
9362
9363 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * gnus-ml.el (gnus-mailing-list-subscribe)
9366         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9367         (gnus-mailing-list-message): Fix doc strings.
9368
9369 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9370
9371         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9372         of doing it manually.
9373
9374 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9377         comment.
9378
9379 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9380
9381         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9382         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9383         (gnus-agent-read-local): All symbols allocated in my-obarray.
9384         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9385         (gnus-agent-regenerate-group): Check numeric names to see if they are
9386         messages or groups.
9387         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9388         better way of do this...)
9389
9390         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9391         'dummy.group' (there should be a better way of do this...)
9392
9393 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9396         (gnus-saved-headers): Ditto.
9397         (gnus-default-article-saver): Mention functions may have properties.
9398         (gnus-article-save): Override gnus-save-all-headers and
9399         gnus-saved-headers by :headers property which saver function may have.
9400         (gnus-summary-save-in-file): Add :headers property.
9401         (gnus-summary-write-to-file): Ditto.
9402
9403         * gnus-sum.el (gnus-summary-save-article): Bind
9404         gnus-prompt-before-saving to t when saving many articles in a file;
9405         always show all headers.
9406
9407         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9408
9409 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9412         marks.
9413
9414         * message.el (message-indent-citation): Add optional arguments to allow
9415         using it outside of message buffers.
9416
9417         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9418         (gnus-article-treat-unfold-headers): Use it.
9419         (gnus-article-truncate-lines): New variable.
9420         (gnus-article-mode): Use it.
9421         (gnus-article-toggle-truncate-lines): New function.
9422
9423         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9424         gnus-article-toggle-truncate-lines.
9425
9426         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9427         coding system in XEmacs, use binary.
9428
9429 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9432         after-load-alist.
9433
9434         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9435         this function should save decoded articles.
9436         (gnus-summary-write-to-file): Use property to specify this function
9437         should save decoded articles and specify gnus-summary-save-in-file
9438         should be used to save articles other than the first one when saving
9439         many articles.
9440         (gnus-summary-save-body-in-file): Use property to specify this
9441         function should save decoded articles.
9442         (gnus-summary-write-body-to-file): Use property to specify this
9443         function should save decoded articles and specify
9444         gnus-summary-save-body-in-file should be used to save articles other
9445         than the first one when saving many articles.
9446
9447         * gnus-sum.el (gnus-summary-save-article): Simplify.
9448
9449 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * gnus-art.el (gnus-default-article-saver): Add
9452         gnus-summary-write-body-to-file.
9453         (gnus-article-save-coding-system): Don't use coding system object
9454         in XEmacs.
9455         (gnus-read-save-file-name): Add optional `dir-var' argument which
9456         specifies directory in which files are saved; work even if optional
9457         `variable' argument is not specified.
9458         (gnus-summary-write-to-file): Read file name.
9459         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9460         (gnus-summary-write-body-to-file): New function.
9461
9462         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9463         (gnus-summary-local-variables): Add it.
9464         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9465         (gnus-summary-save-article): Remove optional `decode' argument;
9466         determine whether to decode articles by the value of
9467         gnus-default-article-saver; when saving many files using
9468         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9469         it first and use gnus-summary-save-in-file or
9470         gnus-summary-save-body-in-file thereafter unless
9471         gnus-prompt-before-saving is always; move point to article which
9472         will be saved.
9473         (gnus-summary-save-article-file): Revert.
9474         (gnus-summary-write-article-file): Revert.
9475         (gnus-summary-save-article-body-file): Revert.
9476         (gnus-summary-write-article-body-file): New function.
9477
9478 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * gnus-art.el (gnus-default-article-saver): Doc fix.
9481         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9482         from gnus-summary-save-article-coding-system, and default to a
9483         certain coding system.
9484         (gnus-output-to-file): Add coding cookie and encode text according
9485         to gnus-article-save-coding-system; don't use mm-append-to-file.
9486
9487         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9488         gnus-art.el and rename to gnus-article-save-coding-system.
9489         (gnus-summary-save-article): Require gnus-art; don't show all
9490         headers if it decodes articles; don't add coding cookie here;
9491         don't bind mm-text-coding-system-for-write.
9492         (gnus-summary-save-article-file): Save decoded articles.
9493         (gnus-summary-write-article-file): When saving many files, use
9494         gnus-summary-write-to-file first and gnus-summary-save-in-file
9495         thereafter unless gnus-prompt-before-saving is always.
9496         (gnus-summary-save-article-body-file): Save decoded articles.
9497
9498         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9499
9500 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * nnrss.el (nnrss-check-group): Bind hash-index.
9503
9504 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9505
9506         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9507         its hash index.  Store this hash in `nnrss-group-data'.
9508         (nnrss-read-group-data): Update accordingly.
9509
9510 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9511
9512         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9513         entry.
9514
9515         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9516         gnus-article-browse-html-article.
9517
9518 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9519
9520         * gnus-sum.el (gnus-summary-mime-map): Add
9521         gnus-article-browse-html-article.
9522
9523         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9524
9525 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9528         suitable coding systems in customize.
9529
9530 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * mail-source.el (mail-sources): Fix custom type.
9533
9534 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9537         (gnus-summary-expire-articles-now): Shorten prompt.
9538
9539         * gmm-utils.el (wid-edit): Require.
9540         (defun-gmm): Renamed from `gmm-defun-compat'.
9541         (gmm-image-search-load-path): Use it.
9542         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9543
9544 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9547         variable.
9548         (gnus-summary-save-article): Add optional `decode' argument.  If
9549         it is set and gnus-summary-save-article-coding-system is non-nil,
9550         save decoded article.
9551         (gnus-summary-write-article-file): Save decoded article if
9552         gnus-summary-save-article-coding-system is non-nil.
9553
9554         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9555         type.
9556
9557 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9560
9561 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9564         first to test gnus-single-article-buffer which may be buffer-local.
9565
9566         * gnus-sum.el (gnus-summary-setup-buffer): Make
9567         gnus-single-article-buffer buffer-local and nil in ephemeral
9568         group; make gnus-article-buffer, gnus-article-current, and
9569         gnus-original-article-buffer always buffer-local.
9570         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9571         group.
9572         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9573
9574 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * nnml.el (nnml-request-compact-group): Compressed files might not
9577         have .gz extension.
9578
9579 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9580
9581         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9582         (mm-copy-to-buffer): Use with-current-buffer.
9583         (mm-display-part): Simplify.
9584         (mm-inlinable-p): Add optional arg `type'.
9585
9586 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9587
9588         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9589         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9590         Try harder to show the attachment internally or externally using
9591         gnus-mime-view-part-as-type.
9592
9593 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9594
9595         * message.el (message-from-style, message-signature-separator)
9596         (message-user-organization-file, message-send-mail-function)
9597         (message-citation-line-function, message-yank-prefix)
9598         (message-indent-citation-function, message-signature)
9599         (message-signature-file, message-signature-insert-empty-line):
9600         Remove autoloads.
9601
9602         * gnus-art.el (gnus-buttonized-mime-types): Remove
9603         "multipart/signed".  Revert 2006-04-26 change.
9604
9605 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9606
9607         * gnus.el (gnus-version-number): Bump version.
9608
9609 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9610
9611         * gnus.el: No Gnus v0.5 is released.
9612
9613 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9614
9615         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9616         fetching articles by message-id.
9617
9618 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9619
9620         * message.el (hashcash): Require hashcash as normal.
9621
9622         * ecomplete.el (ecomplete-highlight-match-line): Use
9623         point-at-eol.
9624         (ecomplete-highlight-match-line): Use `highlight', because that
9625         face exists in both Emacs and XEmacs.
9626
9627         * message.el (message-display-abbrev): Use point-at-bol.
9628
9629         * mail-source.el: Don't require timer/timer-funcs.
9630
9631         * gnus-async.el: Ditto.
9632
9633         * password.el: Ditto.
9634
9635         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9636
9637         * mm-url.el: Ditto.
9638
9639         * gnus-xmas.el: Don't require timer-funcs.
9640
9641         * mm-util.el: Require timer/timer-funcs.
9642
9643 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9644
9645         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9646         Close.
9647
9648 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9651         unibyte after clear-decrypt function runs.
9652
9653         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9654         returns as a unibyte string.
9655
9656 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * lpath.el: Revert.
9659
9660         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9661         (pgg-gpg-process-sentinel): Revert.
9662
9663         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9664         (pgg-pgp-lookup-key): Revert.
9665
9666         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9667         (pgg-pgp5-lookup-key): Revert.
9668
9669         * pgg.el (pgg-fetch-key): Revert.
9670
9671 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * lpath.el: Fbind string-as-multibyte for XEmacs.
9674
9675         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9676         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9677         (mml1991-pgg-encrypt): Ditto.
9678
9679         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9680         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9681         a multibyte buffer.
9682
9683         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9684         (pgg-pgp-lookup-key): Ditto.
9685
9686         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9687         (pgg-pgp5-lookup-key): Ditto.
9688
9689         * pgg.el (pgg-fetch-key): Ditto.
9690
9691 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * message.el (message-user-organization-file): Check several
9694         locations of the organization file.
9695
9696         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9697         Add gnus-article-view-part-as-type.
9698
9699         * gnus-art.el (gnus-article-view-part-as-type): New function.
9700
9701         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9702         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9703
9704         * mml.el: Simplify autoload.
9705         (mml-mode): defvar dnd-protocol-alist instead of using
9706         symbol-value.
9707         (mml-default-directory): New variable.
9708         (mml-minibuffer-read-file): Use it.
9709         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9710
9711         * message.el (message-citation-line-format): New variable.
9712         (message-insert-formated-citation-line): New function.
9713         (message-citation-line-function): Add
9714         `message-insert-formated-citation-line' to custom type.
9715
9716         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9717         to doc string.
9718
9719         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9720         depending on mm-verify-option.
9721
9722 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9725         binding pgg-* variables; reimplement the section which prevents
9726         MIME header from being signed.
9727         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9728         pgg-text-mode; remove a blank line at the top of body.
9729
9730         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9731         lines at the top of body; use gnus-newsgroup-charset if there's no
9732         Charset header.
9733
9734 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * message.el (message-self-insert-commands): Doc fix.
9737
9738         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9739         (mm-uu-pgp-encrypted-test): Ditto.
9740         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9741         between header and body; return application/pgp-encrypted handle
9742         if decryption failed; decode decrypted body by charset.
9743
9744         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9745         element match to application/pgp-*.
9746
9747 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9748
9749         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9750         HTML.
9751
9752 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9753
9754         * mail-source.el (mail-source-call-script): Message the error
9755         string.
9756
9757 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758
9759         * gnus-util.el (gnus-byte-compile): Use it.
9760
9761 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9762
9763         * gnus-util.el (kill-empty-logs): New function.
9764
9765 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9766
9767         * message.el (message-mail-alias-type): Doc fix.
9768         (message-mail-alias-type-p): New function.
9769         (message-send): Use it.
9770         (message-mode): Ditto.
9771         (message-strip-forbidden-properties): Ditto.
9772
9773         * ecomplete.el (ecomplete-database-file-coding-system): New
9774         variable.
9775         (ecomplete-save): Use it.
9776         (ecomplete-setup): Use it.
9777
9778 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * message.el (message-self-insert-commands): New variable.
9781         (message-strip-forbidden-properties): Use it.
9782
9783 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9786         that doesn't make XEmacs choke.
9787
9788 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9789
9790         * gnus-util.el (gnus-replace-in-string):
9791         Prefer replace-regexp-in-string over of replace-in-string.
9792
9793 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-util.el (gnus-select-frame-set-input-focus):
9796         Use select-frame-set-input-focus if it is available in XEmacs; use
9797         definition defined in Emacs 22 for old Emacsen.
9798
9799         * dgnushack.el: Autoload unmorse-region for XEmacs.
9800
9801         * lpath.el: Bind cursor-in-non-selected-windows and
9802         select-frame-set-input-focus for XEmacs.
9803
9804 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9807
9808 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9809
9810         * gnus-registry.el (gnus-registry-cache-save): Remove text
9811         properties when saving via the temp buffer.
9812
9813 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * message.el (message-generate-hashcash): Honor custom type.
9816
9817 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818
9819         * message.el (message-generate-hashcash): Default to non-nil when
9820         hashcash is found.
9821
9822         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9823         (gnus-refer-thread-limit): Increase default to 500.
9824
9825         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9826
9827         * flow-fill.el (fill-flowed): Allow delete-space.
9828
9829 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9830
9831         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9832         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9833         Remove autoloads.
9834
9835 2006-04-18  Simon Josefsson  <jas@extundo.com>
9836
9837         * message.el (message-generate-hashcash): Default to.
9838
9839 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9842         concatenating segments rather than before concatenating them.
9843
9844 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9847
9848 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9849
9850         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9851
9852         * message.el (message-forward-make-body-plain): Allow
9853         message-forward-ignored-headers to be a list.
9854         (message-remove-ignored-headers): Factor out into function.
9855         (message-forward-make-body-mml): Use it.
9856
9857         * imap.el (imap-quote-specials): New function.
9858         (imap-login-auth): Quote specials.
9859
9860         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9861         (rfc2231-parse-string): Allow concatanation of parameters that
9862         aren't contiguous.  The test case is
9863           (mail-header-parse-content-type "message/external-body;
9864             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9865             access-type=LOCAL-FILE;
9866             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9867
9868 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9869
9870         * nntp.el (nntp-accept-process-output): Return the value of
9871         `nnheader-accept-process-output'.
9872
9873 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9874
9875         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9876         (gnus-button-alist): Recognize more diff formats.
9877         (gnus-button-patch): Strip directory.
9878
9879 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9882         Emacs 22 when setting focus.
9883
9884 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885
9886         * gnus-art.el (gnus-article-treat-types): Do treatment of
9887         text/x-verbatim parts.
9888         (gnus-button-patch): New command.
9889
9890         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9891         addresses that contain invalid characters.
9892
9893 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9894
9895         * message.el (message-put-addresses-in-ecomplete): Use
9896         gnus-replace-in-string.
9897         (message-is-yours-p): Use the more correct
9898         mail-header-parse-address instead of
9899         mail-extract-address-components.
9900         (message-put-addresses-in-ecomplete): Fix typo.
9901
9902         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9903         keystroke.
9904
9905         * gnus-art.el (gnus-treatment-function-alist): Change order of
9906         newsgroups/generic header folding to avoid double-folding.
9907
9908         * message.el (message-hidden-headers): Add X-Draft-From.
9909
9910         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9911         command.
9912         (gnus-summary-repeat-search-article-backward): New command.
9913
9914         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9915         groups in the parent topic.
9916
9917 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9918
9919         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9920         (spam-extra-header-to-number): Return the CRM114 number as a
9921         number instead of a string.
9922
9923 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * gnus-art.el (gnus-face-properties-alist): Moved here from
9926         gnus-fun.
9927
9928         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9929
9930 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9931
9932         * message.el (message-strip-forbidden-properties): Only display on
9933         self-insert-command.
9934
9935         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9936         reindent.
9937         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9938
9939 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9940
9941         * smiley.el (smiley-style): Fix typo.
9942
9943 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9944
9945         * hashcash.el (hashcash-insert-payment-async-2): Use
9946         message-goto-eoh instead of doing it manually.
9947         (mail-add-payment): Use message-narrow-to-header instead of trying
9948         to do the same itself.
9949
9950         * message.el (message-hidden-headers): Add Face.
9951
9952         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9953         reparenting code.
9954         (gnus-summary-reparent-children): Refactored out code.
9955         (gnus-summary-thread-map): New keystroke.
9956         (gnus-summary-reparent-children): Make into command.
9957
9958         * smiley.el (smiley-style): Default to `medium' if using a large
9959         font.
9960
9961         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9962         does it itself.
9963
9964         * message.el (message-point-in-header-p): Simplify definition.
9965
9966 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9967
9968         * nnagent.el (nnagent-request-set-mark): Silence log file
9969         writing.
9970         (nnagent-request-set-mark): Use write-region instead of
9971         append-to-file.
9972
9973         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9974         strange select method.
9975
9976         * ecomplete.el (ecomplete-display-matches): Get highlightling
9977         right.
9978         (ecomplete-display-matches): Use literals.
9979         (ecomplete-display-matches): Disable message logging.
9980
9981         * message.el (message-display-abbrev): Small optimization.
9982
9983         * ecomplete.el (ecomplete-display-matches): Allow automatic
9984         display.
9985
9986         * message.el (message-strip-forbidden-properties): Display
9987         abbrevs.
9988         (message-display-abbrev): Get automatic display right.
9989
9990         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9991         keystrokes.
9992
9993 2006-04-13  Romain Francoise  <romain@orebokech.com>
9994
9995         TODO: Backport to v5-10!
9996
9997         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9998         Moved here (and renamed) from gnus-registry.el.
9999
10000         * gnus-registry.el: Require gnus-util.
10001         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10002
10003 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10004
10005         * gnus-group.el (gnus-group-catchup-current): Change
10006         if-then-else-if-then-else into cond.
10007         (gnus-group-catchup): Indent.
10008         (group-name-at-point): New function.
10009         (gnus-fetch-group): Provide default from thing at point.
10010
10011 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10012
10013         * message.el (message-display-abbrev): Fix regexp.
10014
10015         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10016         choosing.
10017         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10018         dead variables.
10019
10020         * message.el (message-newline-and-indent): Remove debugging.
10021         (message-display-abbrev): Use new implementation.
10022
10023 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * gnus-art.el (gnus-article-mode): Set
10026         cursor-in-non-selected-windows to nil.
10027
10028         * smiley.el: Revert previous change.
10029         (smiley-data-directory): defvar it before using it in the
10030         defcustom of `smiley-style'.
10031
10032 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10033
10034         * message.el (message-newline-and-indent): New function.
10035
10036         * ecomplete.el: Implement more bits.
10037
10038         * message.el (message-put-addresses-in-ecomplete): Clean up the
10039         string.
10040
10041         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10042
10043         * gnus-sum.el (gnus-summary-save-parts): Bind
10044         gnus-summary-save-parts-counter and use it to make unique file
10045         names.
10046
10047         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10048
10049         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10050         parameter to say whether to actually parse the individual
10051         addresses.
10052
10053         * message.el (message-put-addresses-in-ecomplete): New function.
10054         (ecomplete): Require.
10055         (message-mail-alias-type): Add ecomplete as an option.
10056
10057 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10058
10059         * flow-fill.el (fill-flowed): Remove trailing space from blank
10060         quoted lines.
10061
10062 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * smiley.el (smiley-style): Move definition later to avoid a
10065         compilation warning.
10066
10067 2006-04-12  Kenichi Handa  <handa@m17n.org>
10068
10069         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10070         buffer and then decode the buffer text if necessary.
10071         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10072         first, and after mm-encode-body, change the buffer to unibyte.
10073         Use mm-disable-multibyte instead of set-buffer-multibyte.
10074
10075 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10078         Content-Type header instead of Content-Disposition header.
10079         (gnus-mime-inline-part): Ditto.
10080         (gnus-mime-view-part-as-charset): Ignore charset that the part
10081         specifies.
10082
10083         * mm-decode.el (mm-display-part): Work with external parts and
10084         usual parts similarly.
10085
10086         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10087         instead of gnus-display-mime.
10088
10089         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10090         instead of with-temp-buffer.
10091
10092         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10093         tag to summarized topics part in order to encode non-ASCII text.
10094
10095 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * smiley.el (smiley-style): New variable.
10098         (smiley-directory): New function.
10099         (smiley-data-directory): Derive from `smiley-style' using
10100         `smiley-directory'.
10101         (smiley-regexp-alist): Add new entries.
10102
10103         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10104         (gnus-article-browse-delete-temp): Add :version.
10105
10106 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10107
10108         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10109         the sieve region.
10110
10111 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112
10113         * gnus.el (gnus-version-number): Bump version.
10114
10115 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * gnus.el: No Gnus v0.4 is released.
10118
10119 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120
10121         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10122         layout.
10123
10124         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10125         unknown charset.
10126
10127         * message.el (message-header-synonyms): Add Original-To to the
10128         default.
10129
10130         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10131         optional parameter.
10132
10133 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * gnus-fun.el (gnus): Require it for gnus-directory.
10136
10137 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10140
10141 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10142
10143         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10144
10145 2006-04-05  Simon Josefsson  <jas@extundo.com>
10146
10147         * password.el (password-reset): New function.
10148
10149 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10150
10151         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10152         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10153
10154 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10155
10156         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10157         Some whitespace was matched into the url, which broke browsing hits
10158         > 100 when mm-url-use-external was nil.
10159
10160 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10163         gnus-extra-headers for 'Newsgroups.
10164
10165         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10166         bound.
10167
10168 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10169
10170         * pgg-gpg.el: Clean up process buffers every time gpg processes
10171         complete.
10172
10173 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10174
10175         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10176         doc string.
10177
10178 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10179
10180         * pgg-gpg.el (pgg-gpg-process-filter)
10181         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10182
10183         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10184         lines, temporary fix.
10185
10186 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10189
10190 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10191
10192         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10193         default-enable-multibyte-characters.  This reverts the change from
10194         revision 6.17 which is no longer necessary because the passphrase
10195         is sent separately now.  GnuPG messages are unreadable under
10196         multibyte locales with default-enable-multibyte-characters set to
10197         nil.
10198
10199 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * message.el (message-tool-bar-gnome): Move "spell".
10202
10203 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10206         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10207         instead.
10208
10209 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10210
10211         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10212         newsgroups handling for NNTP overviews which don't include
10213         Newsgroups.
10214
10215 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10216
10217         * message.el (message-resend): Bind message-generate-hashcash to nil.
10218
10219 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10220
10221         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10222         when searching for already-paid recipients.
10223
10224 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10225
10226         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10227         passphrases when it is not needed.
10228         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10229         passphrase stuff from gpg, should only be necessary when you use
10230         gpg with a smartcard.
10231
10232 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * mml.el (mml-insert-mime): Ignore cached contents of
10235         message/external-body part.
10236
10237         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10238         (mm-insert-part): Ditto.
10239
10240 2006-03-23  Simon Josefsson  <jas@extundo.com>
10241
10242         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10243         Reiner.
10244         (pgg-gpg-use-agent-p): Use it again.
10245
10246 2006-03-23  Simon Josefsson  <jas@extundo.com>
10247
10248         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10249         older emacsen.
10250         (pgg-gpg-use-agent-p): Don't use it.
10251
10252 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10255         if we can.
10256
10257 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10258
10259         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10260         (pgg-gpg-update-agent): New function.
10261         (pgg-gpg-use-agent-p): New function.
10262         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10263         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10264         (pgg-gpg-sign-region): Use it.
10265
10266 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10269         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10270
10271 2006-03-21  Simon Josefsson  <jas@extundo.com>
10272
10273         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10274         <wilde@sha-bang.de>.
10275         (pgg-gpg-use-agent): New variable.
10276         (pgg-gpg-process-region): Use it.
10277         (pgg-gpg-encrypt-region): Likewise.
10278         (pgg-gpg-encrypt-symmetric-region): Likewise.
10279         (pgg-gpg-decrypt-region): Likewise.
10280         (pgg-gpg-sign-region): Likewise.
10281         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10282
10283 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10286
10287         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10288         Add comment on version.
10289
10290 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10291
10292         * smiley.el: Add missing test smiley.
10293
10294 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * mm-decode.el (mm-with-part): New macro.
10297         (mm-get-part): Use it; work with message/external-body as well.
10298         (mm-save-part): Treat name and filename equally.
10299
10300         * mm-extern.el (mm-extern-cache-contents): New function.
10301         (mm-inline-external-body): Use it; force the part to be displayed;
10302         move undisplayer added to the cached handle to the parent.
10303
10304         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10305         (gnus-mime-view-part-as-type): Work with message/external-body.
10306
10307         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10308
10309 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10312         images in image-load-path.  [Sync with image.el, revision 1.60, in
10313         Emacs.]
10314
10315 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10318         path rather than symbol.  Always return list of directories.
10319         Guarantee that image directory comes first.  [Sync with image.el,
10320         revision 1.59, in Emacs.]
10321
10322         * message.el (message-make-tool-bar): Adjust to new API of
10323         `gmm-image-load-path-for-library'.
10324
10325         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10326
10327         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10328
10329 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10330
10331         * gnus-art.el (gnus-article-only-boring-p):
10332         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10333         intangible text.
10334         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10335
10336 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10337
10338         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10339         `defun' instead of `gmm-defun-compat'.
10340
10341 2006-03-14  Simon Josefsson  <jas@extundo.com>
10342
10343         * message.el (message-unique-id): Don't use message-number-base36
10344         if (user-uid) is a float.
10345         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10346
10347 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10350
10351         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10352         empty line between a part and a message part.
10353
10354 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * smiley.el: Add more test smileys.
10357         (smiley-data-directory, smiley-regexp-alist)
10358         (gnus-smiley-file-types): Fix doc strings.
10359         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10360         adding new elements.
10361         (smiley-mouse-map): Unused code.  Make it a comment.
10362
10363 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10366         scan latest NoCeM messages instead of old ones.
10367         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10368         delimiters that are recently used.
10369         (gnus-nocem-load-cache): Add autoload cookie.
10370
10371         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10372
10373         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10374         level which is larger than gnus-use-nocem is specified.
10375
10376         * gnus-group.el (gnus-group-get-new-news): Ditto.
10377
10378 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10379
10380         * gnus-util.el (gnus-tool-bar-update): New function.
10381
10382         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10383         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10384
10385         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10386
10387         * gnus-group.el (gnus-group-redraw-when-idle)
10388         (gnus-group-redraw-check): Remove.
10389         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10390
10391 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10394         if optional last element is specified in splits (FIELD VALUE...).
10395
10396 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10399         to gmm-image-load-path-for-library.  Call with no-error argument.
10400         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10401
10402         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10403
10404         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10405
10406         * gmm-utils.el (gmm-image-load-path): Remove alias.
10407
10408 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * gmm-utils.el (gmm-image-load-path): Add alias.
10411
10412         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10413         nnml-generate-nov-databases-1.
10414         (nnml-generate-nov-databases): Use it.
10415         (nnml-generate-nov-databases-directory): Document no-active
10416         argument.
10417
10418         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10419         directory if path is t.  Add no-error.
10420
10421         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10422         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10423
10424         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10425         resetting gnus-article-browse-html-temp-list.
10426
10427         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10428         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10429         Add example to docstring.  Rename local variables.  Move error
10430         checks to default case in cond and simplify.
10431
10432 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10435         handle is multipart when calling it recursively.
10436         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10437
10438 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10439
10440         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10441         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10442
10443 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10446         is loaded.
10447
10448         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10449         loaded.
10450
10451 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10454         to "Emacs 23 (unicode)" in doc string.
10455
10456         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10457         "Emacs 23 (unicode)" in comment.
10458
10459 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10462
10463         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10464         characters 160 through 255 in Emacs 23.
10465
10466 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10469         gnus-article-browse-html-temp.
10470         (gnus-article-browse-delete-temp): Make it customizable.  Add
10471         `file'.  Adjust doc string.
10472         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10473         query for each file.  Adjust doc string.
10474         (gnus-article-browse-html-parts): Add
10475         `gnus-article-browse-delete-temp-files' to
10476         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10477
10478 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10479
10480         * gnus-art.el (gnus-article-browse-html-temp)
10481         (gnus-article-browse-delete-temp): New variables.
10482         (gnus-article-browse-delete-temp-files): New function.
10483         (gnus-article-browse-html-parts): Use it.
10484
10485 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10488
10489         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10490         string.
10491
10492         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10493         gnus-summary-insert-new-articles when unplugged.  Remove
10494         gnus-summary-search-article-forward.
10495
10496         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10497         display-visual-class instead of display-color-cells.
10498
10499 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * dgnushack.el: Autoload customize-group for XEmacs.
10502
10503         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10504         message/* containing non-ASCII text properly.
10505
10506 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * message.el: Require gmm-utils, remove autoloads.
10509         (message-tool-bar): Set default based on
10510         gmm-tool-bar-style.
10511         (message-tool-bar-gnome): Add gmm-customize-mode.
10512
10513         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10514         gmm-tool-bar-style.
10515         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10516
10517         * gnus-group.el (gnus-group-tool-bar): Set default based on
10518         gmm-tool-bar-style.
10519         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10520
10521         * gmm-utils.el (gmm-image-directory): Rename variable from
10522         gmm-image-load-path.
10523         (gmm-image-load-path): Use gmm-image-directory.
10524         (gmm-customize-mode): New function.
10525         (gmm-tool-bar-style): New variable.
10526
10527         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10528         gnus-group-redraw-line-number.
10529         (gnus-group-redraw-check): Simplify.
10530         (gnus-group-tool-bar-update): Remove redraw check.
10531         (gnus-group-make-tool-bar): Add redraw check.
10532
10533 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10534
10535         * gnus-art.el (gnus-button): Add missing parentheses.
10536
10537 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * lpath.el: Fbind line-number-at-pos.
10540
10541 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10544
10545 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * gnus-art.el (gnus-button): New face.
10548         (gnus-article-button-face): Use it.
10549
10550         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10551         gnus-summary-next-page.  Re-order.
10552
10553         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10554         next-node are now included.
10555         (gnus-group-redraw-line-number): New internal variable.
10556         (gnus-group-redraw-check): Helper function for updating the tool
10557         bar.
10558         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10559
10560         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10561
10562         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10563         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10564         Use it to match format of Spamassassin 3.0 and later.  Reported by
10565         IRIE Tetsuya <irie@t.email.ne.jp>.
10566         (spam-check-bogofilter)
10567         (spam-bogofilter-register-with-bogofilter): Fix args of
10568         `gnus-error' calls.
10569
10570 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10573         unnecessary interaction when sending queued mails.  Reported by
10574         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10575
10576 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10579         first or last are nil.
10580
10581 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10582
10583         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10584
10585 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10588
10589 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * dns.el (query-dns): Protect more against buggy tcp output.
10592
10593 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10594
10595         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10596         nov.php.
10597
10598 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10599
10600         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10601         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10602         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10603         output on the server side.
10604         (nnweb-google-create-mapping): Update regexps and add some
10605         progress indication.
10606
10607 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10608
10609         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10610         gnus-agent-toggle-plugged.  Re-order icons.
10611         (gnus-group-tool-bar-gnome): Add
10612         gnus-group-{prev,next}-unread-group.
10613         (gnus-group-tool-bar-gnome): Re-order icons.
10614
10615         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10616         gnus-summary-insert-new-articles.
10617
10618         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10619         comments.
10620
10621         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10622         also available in Emacs 21.3.
10623
10624         * message.el (message-fix-before-sending): Change "Emacs 22" to
10625         "Emacs 23 (unicode)" in comment.
10626
10627         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10628         "Emacs 23 (unicode)" in comment.
10629
10630         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10631         comment.
10632         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10633
10634         * mm-view.el (mm-fill-flowed): Add :version.
10635
10636 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10639         and load-path.
10640
10641 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * message.el: Autoload gmm-image-load-path.
10644         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10645         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10646         consitency.
10647
10648         * gmm-utils.el (gmm-image-load-path): Also search in
10649         "../etc/images".  Don't set gmm-image-load-path if we don't find
10650         the image.
10651
10652 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * gmm-utils.el (gmm-image-load-path): Don't make
10655         `gmm-image-load-path' include subdirectories which the second arg
10656         `image' might specify.
10657
10658         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10659         subdirectory to icon file names.
10660
10661         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10662
10663 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10666         gmm-image-load-path calls.
10667
10668         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10669
10670         * message.el (message-make-tool-bar): Ditto.
10671
10672         * mml.el (mml-preview): Added comment concerning tool bar icons.
10673
10674         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10675         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10676
10677         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10678         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10679
10680         * message.el (message-tool-bar-gnome): Use new icon names.
10681         (message-make-tool-bar): Use `gmm-image-load-path'.
10682
10683         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10684         functions from MH-E.
10685         (gmm-image-load-path): New variable from MH-E.
10686         (gmm-image-load-path): New function from MH-E.  Added arguments
10687         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10688         *-image-load-path-called-flag.
10689
10690 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10691
10692         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10693
10694 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10695
10696         * nnimap.el (nnimap-request-move-article): Change folder back to
10697         source group before deleting.
10698
10699 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10702
10703         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10704         mm-url.
10705
10706         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10707
10708 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10711         coding system which mm-charset-to-coding-system returns for a
10712         given charset is valid.
10713
10714 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10715
10716         * html2text.el (html2text-remove-tag-list):
10717         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10718
10719 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10720
10721         * gnus-cus.el: Revert 2005-10-17 change.
10722
10723 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * gnus-art.el (article-strip-banner): Call
10726         article-really-strip-banner only when the regexp match is made.
10727
10728 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-art.el (article-strip-banner): Use
10731         gnus-extract-address-components instead of
10732         mail-header-parse-addresses to make it work with non-ASCII text;
10733         remove mail-encode-encoded-word-string.
10734
10735         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10736         values which are surrounded with \"...\"; make it never cause a
10737         Lisp error; give up parsing of parameters if it failed in
10738         extracting type.
10739
10740 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10741
10742         * smime.el (smime-cert-by-ldap-1): Fix bug where
10743         `smime-ldap-search' returns results without userCertificates.
10744
10745 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10748
10749 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * spam.el (spam-check-spamassassin-headers): Adapt format for
10752         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10753         <ari@mbf.ocn.ne.jp>.
10754         (spam-list-of-processors): Add spam-use-gmane.
10755
10756 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10759         make-temp-file; make it work with XEmacs as well.
10760
10761         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10762         mm-make-temp-file.
10763
10764         * mm-decode.el (mm-display-external): Use the 3rd arg of
10765         mm-make-temp-file.
10766         (mm-create-image-xemacs): Ditto.
10767
10768 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10771         with message-narrow-to-headers.
10772         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10773         (gnus-draft-check-draft-articles): New function.
10774         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10775
10776 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-art.el (gnus-article-browse-html-parts):
10779         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10780         Don't use suffix argument for mm-make-temp-file for Emacs 21
10781         compatibility.  Remove useless `format'.
10782
10783 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10784
10785         * nnweb.el (nnweb-google-wash-article): Update regexps.
10786         (nnweb-group-alist): Use defvoo instead of defvar.
10787
10788 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10791         re-loading nn* modules.
10792
10793 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10796         for `tool-bar-mode' and don't check it's default-value.
10797
10798         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10799
10800         * message.el (message-make-tool-bar): Ditto.
10801
10802         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10803         `substring'.  Shorten tmp-file name.
10804
10805         * gnus.el: Remove bogus comment.
10806
10807 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10808
10809         * gnus-art.el (gnus-article-browse-html-parts): New function.
10810         (gnus-article-browse-html-article): New function for viewing html
10811         articles with a browser.
10812
10813 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10814
10815         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10816         in elisp.
10817         (pgg-gpg-encrypt-symmetric-region): Ditto.
10818         (pgg-gpg-sign-region): Ditto.
10819
10820         * pgg-def.el (pgg-text-mode): New variable.
10821
10822         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10823         (mml2015-pgg-encrypt): Ditto.
10824
10825         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10826         (mml1991-pgg-encrypt): Ditto.
10827
10828 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10831         message-make-date instead of current-time-string.
10832
10833         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10834         to gnus-decoded which mm-uu might set.
10835
10836 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10839         don't decode quoted parameters; remove misimported Emacs code.
10840         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10841         (rfc2231-decode-encoded-string): Don't use split-string which
10842         behaves differently according to Emacs version; use
10843         mm-decode-coding-region to convert charset to coding-system.
10844         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10845         (rfc2231-encode-string): Remove misimported Emacs code.
10846
10847 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10850         when calling mail-header-parse-content-type.
10851         (article-de-quoted-unreadable): Ditto.
10852         (article-de-base64-unreadable): Ditto.
10853         (article-wash-html): Ditto.
10854
10855         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10856         calling mail-header-parse-content-type and
10857         mail-header-parse-content-disposition.
10858         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10859         mail-header-parse-content-type.
10860
10861         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10862         insert charset and format parameters; encode description after
10863         inserting it to buffer.
10864         (mml-insert-parameter): Fold lines properly even if a parameter is
10865         segmented into two or more lines; change the max column to 76.
10866
10867         * rfc1843.el (rfc1843-decode-article-body): Don't use
10868         ignore-errors when calling mail-header-parse-content-type.
10869
10870         * rfc2231.el (rfc2231-parse-string): Return at least type if
10871         possible; don't cause an error even if it fails in parsing of
10872         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10873         (rfc2231-encode-string): Don't break lines at the beginning, leave
10874         it to mml-insert-parameter.
10875
10876         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10877         calling mail-header-parse-content-type.
10878
10879 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * spam-report.el (spam-report-gmane-use-article-number):
10882         Improve doc string.
10883         (spam-report-gmane-internal): Check if a suitable header was found
10884         in the article.
10885
10886 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10889         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10890
10891 2006-02-05  Romain Francoise  <romain@orebokech.com>
10892
10893         Update copyright notices of all files in the gnus directory.
10894
10895 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10896
10897         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10898
10899 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10902         segmented lines of parameter value to cope with Thunderbird 1.5
10903         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10904         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10905         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10906
10907 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10908
10909         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10910         parts.
10911
10912 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10913
10914         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10915         there's only one active file for all servers.
10916         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10917         solid groups.  Gnus might have used a FAST request to select the group.
10918         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10919         and nnweb-search redundantly in the active file.
10920         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10921         (nnweb-request-create-group): Don't use ARGS.
10922         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10923         initialisations.  Let nnoo do the work.
10924
10925 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10928         Say the part has been decoded.
10929
10930         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10931
10932 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10933
10934         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10935         mailcap-viewer-test-cache when there's no 'test clause, since that
10936         will invert the meaning of a "nil" test previously determined by
10937         mailcap-mailcap-entry-passes-test.
10938
10939 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10942         compiling.
10943
10944         * gnus-sum.el: Ditto.
10945
10946         * message.el: Don't bind tool-bar-map when compiling.
10947
10948 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10951
10952 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10953
10954         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10955         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10956         current Google Groups.
10957
10958 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10961         and tool-bar-mode.
10962
10963         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10964         and tool-bar-mode.
10965
10966         * message.el (message-tool-bar-update): Simplify.
10967         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10968
10969         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10970         gnus-summary-buffer.
10971         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10972         gnus-summary-reply.
10973
10974         * gmm-utils.el (gmm): Add :version.
10975
10976 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * Makefile.in (clean): New rule.
10979         (distclean): Use it.
10980
10981 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10982
10983         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10984         autoload.
10985
10986 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gmm-utils.el (gmm-verbose): Add :group.
10989
10990 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10991
10992         * message.el: Change some comments WRT tool-bars.
10993
10994         * gnus-sum.el (gnus-summary-tool-bar)
10995         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10996         (gnus-summary-tool-bar-zap-list): New variables.
10997         (gnus-summary-make-tool-bar): Complete rewrite using
10998         `gmm-tool-bar-from-list'.
10999
11000         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11001         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11002         variables.
11003         (gnus-group-make-tool-bar): Complete rewrite using
11004         `gmm-tool-bar-from-list'.
11005         (gnus-group-tool-bar-update): New function.
11006
11007         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11008
11009 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11012         is dissected into a single part of which the type is the same as
11013         the given one; decode charset.
11014
11015 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11016
11017         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11018         into alists as symbol not string, since that's what
11019         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11020         look for.
11021
11022 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11025         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11026
11027         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11028
11029 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11032         (gnus-xmas-mime-security-button-menu): New function.
11033
11034         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11035         (gnus-mime-security-button-menu): New definition.
11036         (gnus-mime-security-button-map): Use them.
11037         (gnus-mime-security-button-menu): New function.
11038         (gnus-insert-mime-security-button): Addition to help echo.
11039         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11040         (gnus-mime-security-pipe-part): New functions.
11041
11042         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11043         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11044
11045         * mm-decode.el (mm-handle-set-disposition): Remove.
11046         (mm-handle-set-description): Remove.
11047
11048 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11051         (mm-w3m-standalone-supports-m17n-p): New function.
11052         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11053         w3m usage.
11054
11055         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11056         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11057
11058 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11059
11060         * message.el (message-tool-bar-zap-list): Use
11061         gmm-tool-bar-zap-list as custom type.
11062         (message-tool-bar-update): New function.
11063         (message-tool-bar, message-tool-bar-gnome)
11064         (message-tool-bar-retro): Add message-tool-bar-update.
11065         (message-tool-bar-gnome): Add flyspell-buffer.
11066
11067         * gnus-util.el (gnus-error): Describe `args'.
11068
11069         * gmm-utils.el (gmm-error): Describe `args'.
11070         (gmm-tool-bar-zap-list): New widget.
11071         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11072
11073 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11076         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11077         the number of recursive calls.
11078
11079         * mm-decode.el (mm-handle-set-disposition): New macro.
11080         (mm-handle-set-description): New macro.
11081
11082 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11085         encoding.
11086
11087 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * message.el (message-tool-bar-zap-list, message-tool-bar)
11090         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11091         (message-tool-bar-local-item-from-menu): Remove.
11092         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11093         (message-make-tool-bar): New function.
11094         (message-mode): Use `message-make-tool-bar'.
11095
11096         * gmm-utils.el: New file.
11097         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11098         (gmm-lazy): New widget copied from `nnmail.el'.
11099         (gmm-tool-bar-from-list): New function for creating customizable
11100         tool bars.
11101         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11102         output.
11103         (gmm): Add :prefix to defgroup.
11104
11105 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11106
11107         * gmm-utils.el (gmm-widget-p): New function.
11108
11109 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * mml.el (mml-attach-file): Describe `description' in doc string.
11112         (mml-menu): Add Emacs MIME manual and PGG manual.
11113
11114 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11115
11116         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11117
11118 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11119
11120         * nntp.el (nntp-end-of-line): Doc fix.
11121
11122 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11123
11124         * imap.el (imap-open): Handle case where buffer is a buffer
11125         object.
11126
11127 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11128
11129         * gnus-delay.el (gnus-delay): Don't autoload.
11130         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11131         to be re-loaded when customizing the `gnus-delay' group.
11132
11133 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11134
11135         * message.el (message-insert-citation-line): Use newlines.
11136
11137 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11138
11139         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11140         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11141         these routines, so the passphrase can be managed externally and
11142         passed in to the system.
11143         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11144         pgg-add-passphrase-to-cache function.
11145
11146         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11147         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11148         these routines, so the passphrase can be managed externally and
11149         passed in to the system.
11150         (pgg-pgp5-sign-region): Use new name of
11151         pgg-add-passphrase-to-cache function.
11152
11153 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11154
11155         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11156         part of the decoded armor to find the key-identifier.
11157         (pgg-gpg-lookup-key-owner): New function to return the
11158         human-readable identifier of a key owner.
11159         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11160         itself.
11161         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11162         the key value) if we have a key and can match it against a secret
11163         key.  Also, added a note pointing out fact that the prompt only
11164         indicates the first matching key.
11165
11166         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11167         pgg-decrypt-region.
11168         (pgg-add-passphrase-to-cache): Rename from
11169         `pgg-add-passphrase-cache' to reduce confusion (all callers
11170         changed).
11171         (pgg-remove-passphrase-from-cache): Rename from
11172         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11173         changed).
11174         (pgg-read-passphrase, pgg-add-passphrase-cache)
11175         (pgg-remove-passphrase-cache): Add informative docstrings.
11176         (pgg-decrypt): Convey provided passphrase in subordinate call to
11177         pgg-decrypt-region.
11178
11179 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11180
11181         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11182         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11183         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11184         'passphrase' argument, so the passphrase can be managed externally
11185         and then passed in to the system.
11186
11187         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11188         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11189         so the passphrase cache can be used reliably with identifiers
11190         besides a pgp packet's key id.
11191
11192         * pgg-gpg.el (pgg-gpg-encrypt-region)
11193         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11194         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11195         these routines, so the passphrase can be managed externally and
11196         passed in to the system.
11197
11198         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11199         'notruncate' argument, so the passphrase cache can be used
11200         reliably with identifiers besides a pgp packet's key id.
11201
11202 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11203
11204         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11205         symmetric encryption.
11206         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11207         encrypted session key.
11208         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11209         message ask for the passphrase in a proper way.
11210
11211         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11212         New user commands for symmetric encryption.
11213
11214 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11217
11218         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11219
11220 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11221
11222         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11223
11224 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * mm-decode.el (mm-inlined-types): Add application/pgp.
11227         (mm-automatic-display): Ditto.
11228
11229         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11230         part as text.
11231
11232 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * nnrss.el: Update copyright.
11235         (nnrss-opml-import): Query whether to subscribe to each entry.
11236
11237         * gnus-art.el:
11238         * gnus-sum.el:
11239         * gnus-xmas.el:
11240         * messagexmas.el:
11241         * mm-uu.el:
11242         * mm-view.el: Update copyright.
11243
11244 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11245
11246         * message.el (message-info): New function.
11247         (message-mode-menu): Add it.
11248         Update copyright.
11249
11250         * ChangeLog: Fix and update copyright.
11251
11252 2006-01-13  Romain Francoise  <romain@orebokech.com>
11253
11254         * message.el (message-forward-subject-name-subject): Prefer the
11255         address to 'nowhere' if the sender has no name.
11256         Fix typo.  Update copyright year.
11257
11258 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * gnus-art.el (article-wash-html): Use
11261         gnus-summary-show-article-charset-alist if a numeric arg is given.
11262         (gnus-article-wash-html-with-w3m-standalone): New function.
11263
11264         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11265         mm-inline-text-html-render-with-w3m-standalone.
11266         (mm-text-html-washer-alist): Map w3m-standalone to
11267         gnus-article-wash-html-with-w3m-standalone.
11268         (mm-inline-text-html-render-with-w3m-standalone): New function.
11269
11270 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11273         Improve LaTeX.
11274
11275 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11278         (nnrss-request-article): Render text/plain parts as HTML.
11279
11280         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11281         the buffer.
11282
11283 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11286         custom definition of `gnus-posting-styles'.
11287
11288         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11289         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11290
11291 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11294         Use nntp for bug archive.
11295
11296 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11299         parts.
11300         (nnrss-normalize-date): New function converts ISO 8601 date into
11301         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11302         (nnrss-check-group): Use it.
11303
11304 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11307
11308         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11309         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11310         (nnrss-insert-w3): Ditto.
11311
11312 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11315         the articles to be forwarded including the case where neither a
11316         number of articles nor a region is specified.
11317
11318 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * nnrss.el (nnrss-request-article): Fix last change; fill
11321         text/plain parts.
11322
11323 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11326         in text/plain part.
11327         (nnrss-check-group): Don't add excessive newline to dc:subject.
11328
11329 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11330
11331         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11332         article.
11333
11334 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11337         (nnml-use-compressed-files, nnml-save-mail): Support other
11338         comression programs such as bzip2.
11339
11340 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11341
11342         * dns.el (query-dns): Make sure we check the buffer size before
11343         removing tcp headers.
11344
11345 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11348         remove MIME buttons associated with multipart/alternative parts.
11349         (gnus-mime-display-alternative): Tag buttons using `article-type'
11350         text property.
11351
11352         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11353         associated with multipart/alternative parts.
11354
11355         * gnus-art.el (gnus-signature-separator): Fix custom type.
11356
11357         * mm-decode.el (mm-inlined-types): Fix custom type.
11358         (mm-keep-viewer-alive-types): Ditto.
11359         (mm-automatic-display): Ditto.
11360         (mm-attachment-override-types): Ditto.
11361         (mm-inline-override-types): Ditto.
11362         (mm-automatic-external-display): Ditto.
11363
11364 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * spam-report.el (spam-report-user-mail-address)
11367         (spam-report-user-agent): New variables.
11368         (spam-report-url-ping-plain): Use spam-report-user-agent.
11369
11370 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11371
11372         * gnus-art.el (gnus-button-handle-custom): Do not just use
11373         `customize-apropos' for any "M-x customize-*" button but the
11374         function called for.  Accept both the function name and its
11375         argument in order to achieve this.
11376         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11377         function name to `gnus-button-handle-custom' in case of "M-x
11378         customize-*" buttons.
11379
11380 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11383         multipart/alternative and add xref to mm-discouraged-alternatives
11384         in doc string.
11385
11386         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11387         gnus-buttonized-mime-types in doc string.
11388
11389 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11392         Suggest image/.* in the doc string.
11393
11394 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11397         message-marks (Debian bug #342521).
11398
11399 2005-12-12  Simon Josefsson  <jas@extundo.com>
11400
11401         * password.el (password-read-from-cache): Add.
11402         (password-read): Use it.
11403
11404 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11407         us-ascii as a MIME charset.
11408
11409         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11410         against the case where the 2nd arg TYPE is nil.
11411
11412 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * pop3.el (pop3-stream-type): Fix custom version.
11415
11416         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11417
11418 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11419
11420         * mm-decode.el (mm-display-external): Add missing cdr.
11421
11422 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11425         RFC1524) if it is in mailcap or add a suffix according to
11426         mailcap-mime-extensions when generating a temp filename; postpone
11427         deleting a temp file for 2 seconds for some wrappers, shell
11428         scripts, and so on, which might exit right after having started a
11429         viewer command as a background job.
11430
11431 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * nntp.el (nntp-marks-directory): Fix custom group.
11434
11435         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11436         steps when < 10.
11437
11438         * gnus-start.el (gnus-no-server-1): Mention
11439         `gnus-level-default-subscribed' in doc string.
11440
11441 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11442
11443         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11444         parens.
11445
11446 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus-xmas.el (gnus-use-toolbar): Revert.
11449         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11450         gnus-use-toolbar is default.
11451
11452         * messagexmas.el (message-use-toolbar): Revert.
11453         (message-setup-toolbar): Use global default-toolbar if
11454         message-use-toolbar is default.
11455
11456 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11459         according to default-toolbar-visible-p.
11460
11461         * messagexmas.el (message-use-toolbar): Ditto.
11462
11463 2005-11-26  Dave Love  <fx@gnu.org>
11464
11465         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11466         (tls-program, tls-success): Provide openssl alternative.
11467
11468         * starttls.el: Doc fixes.
11469         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11470         SERVICE to PORT.
11471
11472         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11473         port null or service name.
11474         (starttls-negotiate): Autoload.
11475
11476 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * message.el (message-kill-to-signature): Fix interactive spec.
11479
11480 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * pop3.el (pop3-open-server): Recognize a string as a service name.
11483
11484 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11485
11486         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11487
11488 2005-11-23  Dave Love  <fx@gnu.org>
11489
11490         Add pop3s, pop3/starttls.
11491
11492         * pop3.el (pop3-authentication-scheme): Clarify doc.
11493         (open-tls-stream, starttls-open-stream): Autoload.
11494         (pop3-stream-type): New.
11495         (pop3-open-server): Use it.
11496
11497         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11498         for POP.
11499         (mail-source-keyword-map): Add :stream for POP.
11500         (mail-source-fetch-pop): Use pop3-stream-type.
11501
11502 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11505         of current-time-string.
11506
11507 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11508
11509         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11510         date header.
11511
11512 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11513
11514         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11515         it can seriously impact performance as it bypasses the agent's
11516         local caches.
11517
11518 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11519
11520         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11521         must be explicitly online rather than "not explicitly offline" for
11522         its flags to be synchronized.
11523
11524         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11525         that gnus-uu-unmark-thread will function correctly.
11526
11527         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11528         1024K is instead displayed as 1M.
11529
11530 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11531
11532         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11533
11534 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11535
11536         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11537
11538 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11539
11540         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11541         error message to display actual error condition.
11542         (gnus-agent-save-local): Avoid saving symbols that are bound to
11543         nil as they simply result in a warning message in
11544         gnus-agent-read-local.
11545
11546 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11549         rather than make-variable-buffer-local for file-precious-flag.
11550
11551 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11552
11553         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11554         for duplicates which are removed.  The invalid sort check then
11555         triggers a rescan after the sort as sorting may have moved
11556         duplicate entries such that they can be cheaply detected.
11557
11558 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11561
11562 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11563
11564         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11565         internal variable to a custom variable.  Changed default value
11566         from compressed(2) to uncompressed(1).
11567         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11568         support for uncompressed agentview files.  Taken together, reading
11569         the agentview file should now be 6-7 times faster.
11570
11571 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11572
11573         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11574         as a buffer-local variable.  This avoids creating truncated
11575         dribble files as a result of a hang up, eg.
11576
11577 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11578
11579         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11580         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11581         XEmacs.
11582
11583 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * gnus-start.el (gnus-start-draft-setup): Enforce
11586         `gnus-draft-mode' for nndraft:drafts at startup.
11587
11588         * gnus.el (gnus-splash): Change custom group.
11589         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11590         allow-list argument.
11591
11592         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11593         string.
11594
11595 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * gnus-art.el (gnus-default-article-saver): Add user-defined
11598         `function' to custom type.
11599
11600 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11601
11602         * imap.el (imap-open): Handle case where buffer is a buffer
11603         object.
11604
11605 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11608         long lines.
11609         (gnus-cache-delete-group): Wrap doc strings.
11610
11611         * gnus-agent.el (gnus-agent-rename-group)
11612         (gnus-agent-delete-group): Wrap doc strings.
11613
11614 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * messagexmas.el (message-use-toolbar): Change the valid values
11617         into default, top, bottom, left, and right.
11618         (message-toolbar-thickness): New variable.
11619         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11620         well.
11621         (message-setup-toolbar): Make it work.
11622
11623         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11624         (gnus-use-toolbar): Change the valid values into default, top,
11625         bottom, left, and right.
11626         (gnus-toolbar-thickness): New variable.
11627         (gnus-xmas-setup-toolbar): New function.
11628         (gnus-xmas-setup-group-toolbar): Use it.
11629         (gnus-xmas-setup-summary-toolbar): Use it.
11630
11631 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11632
11633         * gnus-start.el (gnus-1): Add "native" to
11634         gnus-predefined-server-alist.
11635
11636         * gnus.el (gnus-method-to-server): Don't add "native" to the
11637         lists here, because that leads to problems when
11638         gnus-select-method is bound.
11639
11640 2005-11-09  Simon Josefsson  <jas@extundo.com>
11641
11642         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11643         use (not sort-by-date) instead.
11644
11645 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11646
11647         * gnus-delay.el (gnus-delay-group): Don't autoload.
11648         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11649         to be re-loaded when customizing the `gnus-delay' group.
11650
11651 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11652
11653         * message.el: Revert last changes.
11654         (message-insert-citation-line): Use newlines.
11655
11656 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11657
11658         * message.el (message-courtesy-message)
11659         (message-mark-insert-begin, message-mark-insert-end)
11660         (message-elide-ellipsis, message-cancel-message)
11661         (message-add-header, message-change-subject)
11662         (message-cross-post-followup-to-header)
11663         (message-cross-post-insert-note, message-reduce-to-to-cc)
11664         (message-widen-reply, message-delete-not-region)
11665         (message-kill-to-signature, message-insert-signature)
11666         (message-insert-importance-high, message-insert-importance-low)
11667         (message-insert-or-toggle-importance)
11668         (message-insert-disposition-notification-to)
11669         (message-indent-citation, message-yank-original)
11670         (message-cite-original-without-signature, message-cite-original)
11671         (message-insert-citation-line, message-position-on-field)
11672         (message-fix-before-sending, message-send-mail-partially)
11673         (message-send-mail, message-send-mail-with-sendmail)
11674         (message-send-mail-with-qmail, message-send-news)
11675         (message-check-news-header-syntax, message-generate-headers)
11676         (message-insert-courtesy-copy, message-fill-address)
11677         (message-fill-header, message-shorten-references)
11678         (message-setup-1, message-cancel-news)
11679         (message-forward-make-body-plain, message-forward-make-body-mime)
11680         (message-forward-make-body-mml, message-encode-message-body)
11681         (message-forward-make-body-digest-plain)
11682         (message-forward-make-body-digest-mime)
11683         (message-use-alternative-email-as-from): Insert `hard-newline'
11684         instead of ordinary newlines.
11685
11686 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * message.el (message-generate-headers): Downcase the argument
11689         given to message-check-element.
11690
11691 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11692
11693         * nntp.el (nntp-authinfo-rejected): New error condition.
11694         (nntp-wait-for): Use new error condition to signal authentication
11695         error.
11696         (nntp-retrieve-data): Rethrow new error condition to break out of
11697         recursive call to nntp-send-authinfo.
11698
11699 2005-11-08  Romain Francoise  <romain@orebokech.com>
11700
11701         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11702         (gnus-summary-exit-map): Bind to `Z p'.
11703         (gnus-summary-make-menu-bar): Add menu item.
11704
11705 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11708         (gnus-treat-*): Add `first' in all doc strings.
11709
11710         * gnus-group.el (gnus-group-compact-group): Fix typo.
11711
11712 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * gnus.el (gnus-parameters-case-fold-search): New variable.
11715         (gnus-parameters-get-parameter): Use it.
11716
11717         * gnus-score.el (gnus-home-score-file): Doc fix.
11718
11719 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11720
11721         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11722
11723 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * mm-util.el (mm-special-display-p): New function.
11726
11727         * mml.el (mml-preview): Use it; doc fix.
11728
11729 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11730
11731         * imap.el (imap-open): Handle case where buffer is a buffer object.
11732
11733 2005-10-29  Romain Francoise  <romain@orebokech.com>
11734
11735         * message.el (message-fix-before-sending): Fix comment.
11736
11737 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11738
11739         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11740
11741 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11742
11743         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11744         Used in gnus-score.el.
11745
11746 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11749
11750 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11753         whitespace removed in revision 7.8.  Use concatenated string to
11754         protect trailing whitespace.
11755
11756 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11757
11758         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11759         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11760         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11761         Courier IMAP ("some version from 2004").  Mostly based on similar
11762         code in the same function.
11763
11764 2005-10-26  Didier Verna  <didier@xemacs.org>
11765
11766         * gnus-group.el (gnus-group-compact-group): Invalidate original
11767         article buffer.
11768         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11769         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11770         NOV database and in article itself.
11771         Invalidate article backlog.
11772
11773 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11776
11777 2005-10-26  Simon Josefsson  <jas@extundo.com>
11778
11779         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11780         part of 2004-07-25 change.
11781
11782 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * message.el (message-display-completion-list): New function.
11785         (message-expand-group): Use it; make sure the Completions buffer
11786         is modifiable.
11787 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11788
11789         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11790         user-mail-name is an empty string.
11791
11792 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11795         depending on gnus-score-decay-constant.
11796
11797         * encrypt.el (encrypt-insert-file-contents)
11798         (encrypt-write-file-contents): Don't use `gnus-message'.
11799
11800         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11801         arguments.
11802         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11803         arguments to mm-uu-verbatim-marks-extract.
11804         (mm-uu-hide-markers): New variable.
11805         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11806
11807         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11808         (gnus-convert-image-to-face-command): Use "convert" by default to
11809         allow other input image formats.
11810         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11811         accordingly.
11812
11813 2005-10-23  Simon Josefsson  <jas@extundo.com>
11814
11815         * imap.el (imap-gssapi-program): Align command line parameters
11816         with latest GNU SASL.
11817         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11818
11819 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11820
11821         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11822         HTML.
11823         (nnslashdot-request-article): Ditto.
11824
11825         * lpath.el (featurep): Add nobreak-char-display.
11826
11827 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11828
11829         * mail-source.el (mail-source-fetch-pop): Require pop3.
11830         (mail-source-check-pop): Ditto.
11831
11832 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11835         errors.
11836
11837 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11840         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11841
11842         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11843
11844         * mm-bodies.el (mm-decode-string): Call
11845         `mm-charset-to-coding-system' with allow-override argument.
11846
11847 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11850         (rfc2047-charset-to-coding-system): New function.
11851         (rfc2047-decode-encoded-words): New function.
11852         (rfc2047-decode-region): Use them.
11853         (rfc2047-decode-cte): Remove.
11854         (rfc2047-parse-and-decode): Remove.
11855         (rfc2047-decode): Remove.
11856
11857 2005-10-15  Kenichi Handa  <handa@m17n.org>
11858
11859         * rfc2047.el (rfc2047-decode-cte): New function.
11860         (rfc2047-decode-region): Change the way to decode successive
11861         encoded-words: decode B- or Q-encoding in each encoded-word,
11862         concatenate them, and decode it as charset.
11863
11864 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * lpath.el: Fbind codepage-setup for XEmacs.
11867
11868 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11869
11870         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11871         widget-move-and-invoke.
11872         (gnus-custom-mode): Use gnus-custom-map.
11873
11874 2005-10-15  Bill Wohler  <wohler@newt.com>
11875
11876         * message.el (message-tool-bar-map): Renamed image file from
11877         mail_send to mail/send.
11878
11879 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11880
11881         * message.el (message-expand-group): Pass the common
11882         prefix substring of completion to `display-completion-list'.
11883
11884 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11885
11886         * mml-sec.el (mml-secure-method): New internal variable.
11887         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11888         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11889         functions using mml-secure-method.
11890
11891         * mml.el (mml-mode-map): Add key bindings for those functions.
11892         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11893         Harder <harder@myrealbox.com>.
11894         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11895         end of message if point is the headers of the message.
11896
11897         * message.el (message-in-body-p): New function.
11898
11899         * assistant.el: Autoload gnus-util and netrc.
11900
11901         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11902         Use `mm-charset-override-alist' only when decoding.
11903
11904         * mm-bodies.el (mm-decode-body): Call
11905         `mm-charset-to-coding-system' with allow-override argument.
11906
11907         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11908         `filename' from Content-Disposition if Content-Type doesn't
11909         provide `name'.
11910         (gnus-mime-view-part-as-type): Set default instead of
11911         initial-input.
11912
11913 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11914
11915         * format-spec.el (format-spec): Propagate text properties of % spec.
11916
11917 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * gnus-art.el (gnus-treat-predicate): Add `first'.
11920
11921 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11924         (mm-charset-override-alist): New variable.
11925         (mm-charset-to-coding-system): Use it.
11926         (mm-codepage-setup): New helper function.
11927         (mm-charset-eval-alist): New variable.
11928         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11929         about unknown charsets.
11930
11931         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11932
11933 2005-10-04  David Hansen  <david.hansen@gmx.net>
11934
11935         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11936         (nnrss-check-group): Ditto.
11937
11938 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11941         Rename x-gnus-verbatim to x-verbatim.
11942         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11943
11944         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11945         x-verbatim.
11946
11947         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11948
11949         * gnus-util.el (gnus-remove-duplicates): Remove.
11950
11951         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11952         instead of gnus-remove-duplicates.
11953
11954         * message.el (message-remove-duplicates): Remove.
11955         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11956         message-remove-duplicates.
11957
11958         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11959         available, else use implementation from `delete-dups'.
11960
11961         * message.el (message-insert-expires): New function.
11962         (message-mode-map): Add key binding.
11963         (message-mode-field-menu): Add menu entry.
11964         (message-mode): Document it.
11965         (message-make-expires-date): Use `message-make-date'.
11966
11967 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11968
11969         * message.el (message-make-expires-date): New function.
11970
11971 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * Makefile.in (list-installed-shadows): New entry.
11974         (install): Use it.
11975         (remove-installed-shadows): New entry.
11976
11977         * dgnushack.el (dgnushack-default-load-path): New variable.
11978         (dgnushack-find-lisp-shadows): New function.
11979         (dgnushack-remove-lisp-shadows): New function.
11980
11981 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * Makefile.in (install-el-elc): New entry.
11984         (install): Use it so that .el files are necessarily installed.
11985
11986 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11989
11990 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11991
11992         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11993         function rather than the diff-mode.el package.
11994         (mm-display-external): Use with-current-buffer.
11995         (mm-viewer-completion-map, mm-viewer-completion-map):
11996         Move initialization inside declaration.
11997
11998 2005-09-29  Simon Josefsson  <jas@extundo.com>
11999
12000         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12001         autoload mail-check-payment.
12002         (spam-check-hashcash): Define unconditionally, since hashcash.el
12003         is part of Gnus now.  Ignore errors from payment checking.
12004
12005 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * message.el (message-bold-region, message-unbold-region): Rename
12008         from `bold-region' and `unbold-region'.
12009
12010         * message.el: Remove useless autoloads.
12011
12012 2005-09-28  Simon Josefsson  <jas@extundo.com>
12013
12014         * message.el (message-use-idna): Default to t.
12015         (message-use-idna): Test whether encoding works too.  Doc fix.
12016
12017 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * nntp.el (nntp-warn-about-losing-connection): Remove.
12020
12021 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12024         customizable.  Change default value.
12025         (mm-uu-diff-groups-regexp): Change default value.
12026         (mm-uu-type-alist): Add doc string.
12027         (mm-uu-configure): Add doc string.  Make it interactive.
12028         (mm-uu-tex-groups-regexp): New variable.
12029         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12030         (mm-uu-type-alist): Add LaTeX documents.
12031         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12032         of "text/verbatim".
12033         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12034
12035         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12036         instead of "text/verbatim".
12037
12038         * message.el (message-mark-inserted-region)
12039         (message-mark-insert-file): Use slrn style marks when called with
12040         prefix argument.
12041
12042 2005-09-27  Simon Josefsson  <jas@extundo.com>
12043
12044         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12045
12046 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12047
12048         * message.el (message-remove-duplicates): New function.
12049         Implementation borrowed from `gnus-remove-duplicates'.
12050         (message-idna-to-ascii-rhs): Also encode idna addresses in
12051         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12052         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12053         only ask about the same idna domain once per header and also tell
12054         in what header to replace the idna domain.
12055
12056         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12057         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12058         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12059         a header is decoded and not just the last one.
12060
12061 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12064         has been decoded.
12065
12066         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12067         (mm-insert-part): Don't modify text if it has been decoded.
12068
12069         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12070         decoded.
12071
12072         * mm-view.el (mm-inline-text): Don't strip text props unless
12073         decoding enriched or richtext parts.
12074
12075 2005-09-25  Romain Francoise  <romain@orebokech.com>
12076
12077         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12078         * gnus-start.el (gnus-subscribe-interactively):
12079         * gnus-uu.el (gnus-uu-grab-articles):
12080         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12081         space.
12082
12083 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12084
12085         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12086         * mm-view.el (mm-view-pkcs7-decrypt):
12087         * gnus-sum.el (gnus-summary-limit-to-extra)
12088         (gnus-summary-respool-article, gnus-read-move-group-name):
12089         * gnus-score.el (gnus-summary-increase-score):
12090         * gnus-util.el (gnus-completing-read-with-default):
12091         * gnus-art.el (gnus-read-save-file-name)
12092         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12093         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12094         * message.el (message-check-news-header-syntax):
12095         Follow convention for reading with the minibuffer.
12096
12097 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12098
12099         * spam-report.el (spam-report-url-ping-plain):
12100         Use gnus-extended-version as User-Agent.
12101
12102         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12103         default value is nil.
12104
12105         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12106         (mm-uu-verbatim-marks-extract): New function.
12107         (mm-uu-extract): New face.
12108         (mm-uu-copy-to-buffer): Use it.
12109
12110         * spam-report.el (spam-report-gmane-ham): Renamed from
12111         `spam-report-gmane-unspam'.
12112         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12113         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12114
12115         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12116         Autoload.
12117         (spam-report-gmane-unregister-routine): Renamed
12118         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12119
12120 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12121
12122         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12123         (spam-report-gmane-unregister-routine): Add support for gmane
12124         unregistration.
12125
12126         * spam-report.el (spam-report-gmane-unspam)
12127         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12128         (spam-report-gmane): Change to take a single article and do unspam
12129         registration.
12130
12131 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * mm-url.el (mm-url-decode-entities): Fix regexp.
12134
12135 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12136
12137         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12138         default to nil, to be able to use Gnus at all.  If the default
12139         switches to something else, then the function should be fixed not
12140         be exceedingly slow.
12141
12142 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12143
12144         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12145         fail hard.
12146
12147         * spam-report.el: Add better Keywords line.
12148
12149         * spam.el: Add Maintainer and better Keywords line.
12150
12151 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * gnus-art.el (gnus-article-replace-part)
12154         (gnus-mime-replace-part): New functions.
12155         (gnus-mime-action-alist, gnus-mime-button-commands)
12156         (gnus-mime-save-part-and-strip): Added file argument.
12157         (gnus-article-part-wrapper): Added interactive argument.
12158
12159         * gnus-sum.el (gnus-summary-mime-map): Add
12160         `gnus-article-replace-part'.
12161
12162 2005-09-19  Didier Verna  <didier@xemacs.org>
12163
12164         The nnml compaction feature:
12165         * nnml.el (nnml-request-compact-group): New function.
12166         * nnml.el (nnml-request-compact): New function.
12167         * gnus-int.el (gnus-request-compact-group): New function.
12168         * gnus-int.el (gnus-request-compact): New function.
12169         * gnus-group.el (gnus-group-compact-group): New function.
12170         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12171         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12172         * gnus-srvr.el (gnus-server-compact-server): New function.
12173         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12174         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12175
12176 2005-09-18  Deepak Goel  <deego@gnufans.org>
12177
12178         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12179         format spec.
12180
12181 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12184
12185 2005-09-15  Romain Francoise  <romain@orebokech.com>
12186
12187         * message.el (message-fill-paragraph): Clarify docstring.
12188
12189 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-art.el (gnus-mime-display-part): Protect against broken
12192         MIME messages.
12193
12194 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12197         before parsing header.
12198
12199 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12200
12201         * html2text.el (html2text-replace-list): Add new entities.
12202
12203 2005-09-11  Romain Francoise  <romain@orebokech.com>
12204
12205         * message.el (message-alternative-emails): Improve docstring.
12206         (message-setup-1): Call `message-use-alternative-email-as-from'
12207         after `message-setup-hook' to give it precedence over posting
12208         styles, etc.
12209         (message-use-alternative-email-as-from): Add docstring.  Remove
12210         the original From header if present.
12211
12212         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12213         (nnml-save-mail): Use it.
12214
12215         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12216         articles.  Add new argument `silent'.
12217         (gnus-uu-mark-all): Report the total number of marked articles.
12218
12219 2005-09-10  Romain Francoise  <romain@orebokech.com>
12220
12221         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12222         (gnus-uu-mark-series): Likewise.
12223
12224 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12225
12226         * spam-report.el (spam-report-gmane): Fix generation of spam
12227         report URL.
12228
12229 2005-09-10  Simon Josefsson  <jas@extundo.com>
12230
12231         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12232         t, based on discussion on the ding list with Robert Epprecht
12233         <epprecht@solnet.ch>.
12234
12235 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12236
12237         * spam-report.el (spam-report-gmane): Make it work without
12238         X-Report-Spam header.  Gmane now only provides Archived-At.
12239         This is only used if `spam-report-gmane-use-article-number' is nil.
12240         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12241
12242         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12243         make `gnus-summary-sort-by-recipient' work with threading.
12244
12245         * nnweb.el (nnweb-google-wash-article): Print a message if article
12246         is not available.
12247
12248 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12249
12250         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12251         change.  Decode text/* parts content before displaying.
12252
12253 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12254
12255         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12256
12257 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12260
12261         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12262         url-package-name, url-package-version,
12263         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12264         w3m-display-inline-images, and w3m-minor-mode-map.
12265
12266 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12267
12268         * message.el (message-tab-body-function): Fix mismatched custom type.
12269
12270         * gnus.el (gnus-group-change-level-function): Ditto.
12271
12272         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12273
12274         * gnus-art.el (gnus-signature-limit)
12275         (gnus-article-mime-part-function): Ditto.
12276
12277 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * mml.el (mml-mode): Silence the byte compiler.
12280
12281         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12282         using `(sit-for 0)' before moving the point to the specified part;
12283         skip unbuttonized parts.
12284         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12285         return to the summary window if gnus-auto-select-part is non-nil.
12286
12287 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12290         variables.
12291         (mml-dnd-attach-file, mml-mode): Use them.
12292
12293         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12294         Make fetching article by MID work again for Google Groups.  Added
12295         FIXME concerning gnus-group-make-web-group.
12296
12297         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12298         Don't depend on Gnus by using mail-extract-address-components if
12299         gnus-extract-address-components is not bound.
12300
12301 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12302
12303         * gnus-art.el (gnus-mime-display-security): Don't display the
12304         signature, but only the signed part.
12305
12306 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12309
12310         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12311         list, not listp.
12312
12313 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12314
12315         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12316         when encoding.
12317
12318         * mm-bodies.el (mm-decode-content-transfer-encoding):
12319         De-canonicalize CRLF for all text content types, not just
12320         text/plain.
12321
12322 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12325         valid article; point arrow and cursor at the MIME button.
12326
12327 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12330         Suggested by Dan Christensen <jdc@uwo.ca>.
12331
12332         * mm-decode.el (mm-save-part): Enable change of prompt.
12333
12334 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12335
12336         * gnus-msg.el (gnus-inews-add-send-actions): Made
12337         `message-post-method' lambda parameter ARG `&optional'.
12338
12339 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * gnus-sum.el (gnus-summary-mime-map): Added
12342         gnus-article-save-part-and-strip, gnus-article-delete-part and
12343         gnus-article-jump-to-part.
12344
12345         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12346         (gnus-article-edit-part): Use it.
12347         (gnus-article-part-wrapper): Added no-handle argument.
12348         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12349         functions.
12350
12351 2005-08-29  Romain Francoise  <romain@orebokech.com>
12352
12353         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12354         docstring.
12355         (gnus-face-from-file): Likewise.
12356
12357 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12360         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12361         non-nil.
12362         (gnus-auto-select-part): New variable.
12363         (gnus-article-jump-to-part): New function.
12364         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12365         (gnus-mime-delete-part): Allow selecting specified part after
12366         deleting or stripping parts.
12367         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12368         part if argument is bogus.
12369
12370 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12371
12372         * gnus-art.el (w3m-minor-mode-map):
12373         * gnus-spec.el (gnus-newsrc-file-version):
12374         * gnus-util.el (nnmail-active-file-coding-system)
12375         (gnus-original-article-buffer, gnus-user-agent):
12376         * gnus.el (gnus-ham-process-destinations)
12377         (gnus-parameter-ham-marks-alist)
12378         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12379         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12380         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12381         * mm-decode.el (gnus-current-window-configuration):
12382         * mm-extern.el (gnus-article-mime-handles):
12383         * mm-url.el (url-current-object, url-package-name)
12384         (url-package-version):
12385         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12386         (smime-keys, w3m-cid-retrieve-function-alist)
12387         (w3m-current-buffer, w3m-display-inline-images)
12388         (w3m-minor-mode-map):
12389         * mml-smime.el (gnus-extract-address-components):
12390         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12391         (gnus-newsrc-hashtb, message-default-charset)
12392         (message-deletable-headers, message-options)
12393         (message-posting-charset, message-required-mail-headers)
12394         (message-required-news-headers):
12395         * mml1991.el (mc-pgp-always-sign):
12396         * mml2015.el (mc-pgp-always-sign):
12397         * nnheader.el (nnmail-extra-headers):
12398         * rfc1843.el (gnus-decode-encoded-word-function)
12399         (gnus-decode-header-function, gnus-newsgroup-name):
12400         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12401
12402 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12403
12404         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12405         the end of the date treatments.
12406
12407 2005-08-15  Simon Josefsson  <jas@extundo.com>
12408
12409         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12410         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12411         Capello and Romain Francoise.
12412         (pgg-fetch-key-function): Removed, not used?
12413         (pgg-insert-url-with-w3): Require url, to get
12414         url-insert-file-contents regardless of where it is defined.
12415
12416 2005-08-13  Romain Francoise  <romain@orebokech.com>
12417
12418         * message.el (message-cite-original-1): New function.
12419         (message-cite-original): Use it.
12420         (message-cite-original-without-signature): Ditto.
12421
12422 2005-08-08  Romain Francoise  <romain@orebokech.com>
12423
12424         * message.el (message-yank-empty-prefix): New variable.
12425         (message-indent-citation): Use it.
12426         (message-cite-original-without-signature): Respect X-No-Archive.
12427
12428 2005-08-08  Simon Josefsson  <jas@extundo.com>
12429
12430         * pgg.el: Autoload url-insert-file-contents instead of loading
12431         w3/url.
12432         (pgg-insert-url-with-w3): Don't load url here.
12433
12434 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12435
12436         * message.el (message-kill-to-signature): Don't insert newline at
12437         bol.
12438         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12439
12440 2005-08-06  Romain Francoise  <romain@orebokech.com>
12441
12442         * message.el (message-user-fqdn): Fix typo in docstring.
12443
12444 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12445
12446         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12447
12448         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12449
12450 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * mm-bodies.el (mm-encode-body): Use coding system rather than
12453         charset to encode text.
12454
12455         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12456         number of charsets if utf-8 is available (XEmacs).
12457
12458 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12461         taken from `gnus-button-mid-or-mail-regexp'.
12462         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12463         (gnus-button-alist): Improve regexp for domain part of the MIDs
12464         for news:localpart@domain buttons.
12465         (gnus-button-ctan-directory-regexp): Update.
12466
12467 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * sieve-manage.el (sieve-manage-interactive-login): Use
12470         make-local-variable rather than make-variable-buffer-local.
12471         (sieve-manage-open): Ditto.
12472         (sieve-manage-authenticate): Ditto.
12473
12474         * mml.el (mml-generate-mime-1): Make the content type default to
12475         text/plain if the filename is not specified.
12476
12477 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12480         instead of insert-buffer.
12481
12482         * message.el (message-yank-original): Ditto; set the mark at the
12483         end of the yanked message.
12484
12485 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12488         lines to scroll rather than to stop it.
12489
12490         * mml.el (mml-generate-default-type): Add doc string.
12491         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12492         default to application/octet-stream when determining the content
12493         type if it is not specified for the part or the mml contents; add
12494         a comment about mml-generate-default-type.
12495
12496 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12499         make it default to application/octet-stream when determining the
12500         content type if it is not specified for the external contents.
12501
12502 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12505         segmented parameter but also other parameters might be there.
12506
12507 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * mm-decode.el (mm-display-external): Delete temp file, directory
12510         and buffer immediately if the external process is exited.
12511
12512 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12515         fewer lines than that of scroll-margin.
12516         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12517
12518 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-art.el (gnus-article-next-page): Revert.
12521         (gnus-article-beginning-of-window): New macro.
12522         (gnus-article-next-page-1): Use it.
12523         (gnus-article-prev-page): Ditto.
12524         (gnus-article-edit-part): Use insert-buffer-substring instead of
12525         insert-buffer.
12526         (gnus-article-edit-exit): Ditto.
12527
12528         * gnus-util.el (gnus-beginning-of-window): Remove.
12529         (gnus-end-of-window): Remove.
12530
12531         * lpath.el: Don't bind header-line-format and scroll-margin.
12532
12533 2005-07-25  Simon Josefsson  <jas@extundo.com>
12534
12535         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12536         to have the url package without w3.  Reported by Daiki Ueno
12537         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12538
12539 2005-07-20  Didier Verna  <didier@xemacs.org>
12540
12541         * gnus-diary.el: Remove the description comment (nndiary is now
12542         properly documented in the Gnus manual).
12543         Fix the spelling of "Back End".
12544         * nndiary.el: Ditto.
12545         Fix the copyright notice.
12546
12547 2005-07-18  Romain Francoise  <romain@orebokech.com>
12548
12549         * gnus-sum.el (gnus-summary-to-prefix)
12550         (gnus-summary-newsgroup-prefix): New variables.
12551         (gnus-summary-from-or-to-or-newsgroups): Use them.
12552
12553 2005-07-17  Romain Francoise  <romain@orebokech.com>
12554
12555         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12556         space as it's generally not especially interesting to the user.
12557
12558 2005-07-16  Romain Francoise  <romain@orebokech.com>
12559
12560         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12561         nil to avoid prompting and file modification if one of the
12562         messages at the top of the nnfolder file contains a copyright
12563         notice.
12564         Update copyright notice.
12565
12566         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12567         instead of `current-time-string' as the latter creates a time
12568         string that is not RFC 2822 compliant (it lacks the zone).
12569         Update copyright notice.
12570
12571 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12572
12573         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12574         for text/rtf.  Display default in prompt.  Pass default for M-n.
12575
12576         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12577
12578 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12579
12580         * gnus-msg.el (gnus-button-mailto): Remove
12581         save-selected-window-window hackery because it relies on
12582         save-selected-window internals.
12583
12584 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12587         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12588         (gnus-article-prev-page): Ditto.
12589
12590         * gnus-util.el (gnus-beginning-of-window): New function.
12591         (gnus-end-of-window): New function.
12592
12593         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12594
12595 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12596
12597         * gnus-score.el (gnus-score-edit-all-score): Set
12598         gnus-score-edit-exit-function to gnus-score-edit-done and call
12599         gnus-message.
12600
12601 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12602
12603         * gnus-msg.el (gnus-button-mailto): Remove
12604         save-selected-window-window hackery because it relies on
12605         save-selected-window internals.
12606
12607 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12610         add-minor-mode.
12611         (gnus-binary-mode): Ditto.
12612
12613         * gnus-topic.el (gnus-topic-mode): Ditto.
12614
12615 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12616
12617         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12618         (gnus-article-prev-page): Take scroll-margin into consideration.
12619
12620 2005-07-04  Lute Kamstra  <lute@gnu.org>
12621
12622         Update FSF's address in GPL notices.
12623
12624 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12625
12626         * gnus.el (gnus-exit):
12627         * gnus-group.el (gnus-group-icons):
12628         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12629
12630         * gnus-nocem.el (gnus-nocem):
12631         * message.el (message-various, message-buffers, message-sending)
12632         (message-interface, message-forwarding, message-insertion)
12633         (message-headers, message-news, message-mail):
12634         * pgg-gpg.el (pgg-gpg):
12635         * pgg-parse.el (pgg-parse):
12636         * pgg-pgp.el (pgg-pgp):
12637         * pgg-pgp5.el (pgg-pgp5):
12638         * pop3.el (pop3): Finish `defgroup' description with period.
12639
12640 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-art.el (article-display-face): Improve the efficiency.
12643         (article-display-x-face): Ditto; remove grey x-face stuff.
12644
12645 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus-art.el (article-display-face): Correct the position in
12648         which Faces are inserted.
12649
12650 2005-06-29  Didier Verna  <didier@xemacs.org>
12651
12652         * gnus-art.el (article-display-face): Display faces in correct
12653         order.
12654
12655 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12658         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12659         (gnus-nocem-check-article): Fetch the Type header.
12660         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12661         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12662         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12663         make sure gnus-nocem-hashtb is initialized.
12664         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12665         (gnus-nocem-unwanted-article-p): Ditto.
12666
12667         * pgg.el (pgg-verify): Return the verification result.
12668
12669 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12670
12671         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12672         is ascii.
12673
12674 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12675
12676         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12677         `show-nonbreak-escape'.
12678
12679 2005-06-23  Lute Kamstra  <lute@gnu.org>
12680
12681         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12682
12683         * dig.el (dig-mode):
12684         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12685
12686 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12687
12688         * nnimap.el (nnimap-split-download-body): Fix spellings.
12689
12690 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12691
12692         * gnus-art.el (gnus-article-encrypt-body):
12693         * gnus-cus.el (gnus-score-customize):
12694         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12695         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12696
12697 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12698
12699         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12700         header by looking for magic "MII" at the beginnig.
12701
12702 2005-06-16  Miles Bader  <miles@gnu.org>
12703
12704         * gnus-xmas.el (gnus-xmas-group-startup-message):
12705         Use renamed gnus-splash face.
12706
12707         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12708         (assistant-field-face): New backward-compatibility alias for renamed
12709         face.
12710         (assistant-render-text): Use renamed assistant-field face.
12711
12712         * spam.el (spam): Remove "-face" suffix from face name.
12713         (spam-face): New backward-compatibility alias for renamed face.
12714         (spam-face, spam-initialize): Use renamed spam face.
12715
12716         * message.el (message-header-to, message-header-cc)
12717         (message-header-subject, message-header-newsgroups)
12718         (message-header-other, message-header-name)
12719         (message-header-xheader, message-separator, message-cited-text)
12720         (message-mml): Remove "-face" suffix from face names.
12721         (message-header-to-face, message-header-cc-face)
12722         (message-header-subject-face, message-header-newsgroups-face)
12723         (message-header-other-face, message-header-name-face)
12724         (message-header-xheader-face, message-separator-face)
12725         (message-cited-text-face, message-mml-face):
12726         New backward-compatibility aliases for renamed faces.
12727         (message-font-lock-keywords): Use renamed message faces.
12728
12729         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12730         (sieve-test-commands, sieve-tagged-arguments):
12731         Remove "-face" suffix from face names.
12732         (sieve-control-commands-face, sieve-action-commands-face)
12733         (sieve-test-commands-face, sieve-tagged-arguments-face):
12734         New backward-compatibility aliases for renamed faces.
12735         (sieve-control-commands-face, sieve-action-commands-face)
12736         (sieve-test-commands-face, sieve-tagged-arguments-face):
12737         Use renamed sieve faces.
12738
12739         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12740         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12741         (gnus-group-news-3-empty, gnus-group-news-4)
12742         (gnus-group-news-4-empty, gnus-group-news-5)
12743         (gnus-group-news-5-empty, gnus-group-news-6)
12744         (gnus-group-news-6-empty, gnus-group-news-low)
12745         (gnus-group-news-low-empty, gnus-group-mail-1)
12746         (gnus-group-mail-1-empty, gnus-group-mail-2)
12747         (gnus-group-mail-2-empty, gnus-group-mail-3)
12748         (gnus-group-mail-3-empty, gnus-group-mail-low)
12749         (gnus-group-mail-low-empty, gnus-summary-selected)
12750         (gnus-summary-cancelled, gnus-summary-high-ticked)
12751         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12752         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12753         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12754         (gnus-summary-low-undownloaded)
12755         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12756         (gnus-summary-low-unread, gnus-summary-normal-unread)
12757         (gnus-summary-high-read, gnus-summary-low-read)
12758         (gnus-summary-normal-read, gnus-splash):
12759         Remove "-face" suffix from face names.
12760         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12761         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12762         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12763         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12764         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12765         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12766         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12767         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12768         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12769         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12770         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12771         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12772         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12773         (gnus-summary-normal-ticked-face)
12774         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12775         (gnus-summary-normal-ancient-face)
12776         (gnus-summary-high-undownloaded-face)
12777         (gnus-summary-low-undownloaded-face)
12778         (gnus-summary-normal-undownloaded-face)
12779         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12780         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12781         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12782         (gnus-splash-face):
12783         New backward-compatibility aliases for renamed faces.
12784         (gnus-group-startup-message): Use renamed gnus faces.
12785
12786         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12787         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12788         (gnus-server-agent): Remove "-face" suffix from face names.
12789         (gnus-server-agent-face, gnus-server-opened-face)
12790         (gnus-server-closed-face, gnus-server-denied-face)
12791         (gnus-server-offline-face):
12792         New backward-compatibility aliases for renamed faces.
12793         (gnus-server-agent-face, gnus-server-opened-face)
12794         (gnus-server-closed-face, gnus-server-denied-face)
12795         (gnus-server-offline-face): Use renamed gnus faces.
12796
12797         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12798         Remove "-face" suffix from face names.
12799         (gnus-picon-xbm-face, gnus-picon-face):
12800         New backward-compatibility aliases for renamed faces.
12801
12802         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12803         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12804         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12805         (gnus-cite-11): Remove "-face" suffix from face names.
12806         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12807         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12808         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12809         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12810         New backward-compatibility aliases for renamed faces.
12811         (gnus-cite-attribution-face, gnus-cite-face-list)
12812         (gnus-article-boring-faces): Use renamed gnus faces.
12813
12814         * gnus-art.el (gnus-signature, gnus-header-from)
12815         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12816         (gnus-header-content): Remove "-face" suffix from face names.
12817         (gnus-signature-face, gnus-header-from-face)
12818         (gnus-header-subject-face, gnus-header-newsgroups-face)
12819         (gnus-header-name-face, gnus-header-content-face):
12820         New backward-compatibility aliases for renamed faces.
12821         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12822
12823         * gnus-sum.el (gnus-summary-selected-face)
12824         (gnus-summary-highlight): Use renamed gnus faces.
12825         * gnus-group.el (gnus-group-highlight): Likewise.
12826
12827 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12828
12829         * gnus-sieve.el (gnus-sieve-article-add-rule):
12830         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12831         * spam-stat.el (spam-stat-buffer-change-to-spam)
12832         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12833
12834         * message.el (message-is-yours-p):
12835         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12836
12837 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * mm-view.el (mm-inline-text): Withdraw the last change.
12840
12841 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12844         executing enriched-decode.
12845
12846 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12849         charset of tar files.
12850
12851 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12852
12853         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12854
12855 2005-06-04  Lute Kamstra  <lute@gnu.org>
12856
12857         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12858         information is never recorded.
12859
12860 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12861
12862         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12863
12864 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * pop3.el (pop3-apop): Run md5 in the binary mode.
12867
12868         * starttls.el (starttls-set-process-query-on-exit-flag):
12869         Use eval-and-compile.
12870
12871 2005-05-31  Simon Josefsson  <jas@extundo.com>
12872
12873         * smime.el (smime-replace-in-string): Define.
12874         (smime-cert-by-ldap-1): Use it.
12875
12876 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * gnus-art.el (article-display-x-face): Replace
12879         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12880
12881         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12882         set-process-query-on-exit-flag or process-kill-without-query.
12883
12884         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12885         loop instead of replace-regexp.
12886
12887         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12888         instead of process-kill-without-query if it is available.
12889
12890         * lpath.el: Fbind ldap-search-entries.
12891
12892         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12893         instead of find-file-hooks if it is available.
12894
12895         * mml1991.el: Bind pgg-default-user-id when compiling.
12896
12897         * mml2015.el: Bind pgg-default-user-id when compiling.
12898
12899         * nndraft.el (nndraft-request-associate-buffer):
12900         Use write-contents-functions instead of write-contents-hooks if it is
12901         available.
12902
12903         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12904         instead of find-file-hooks if it is available.
12905
12906         * nntp.el (nntp-open-connection): Replace
12907         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12908         (nntp-open-ssl-stream): Ditto.
12909         (nntp-open-tls-stream): Ditto.
12910
12911         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12912         set-process-query-on-exit-flag or process-kill-without-query.
12913         (starttls-open-stream-gnutls): Use it instead of
12914         process-kill-without-query.
12915         (starttls-open-stream): Ditto.
12916
12917 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12918
12919         * smime.el (smime-cert-by-ldap-1): Don't use
12920         replace-regexp-in-string.
12921
12922 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12923
12924         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12925
12926         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12927         in PEM format.  Adjust to the XEmacs compability.
12928
12929 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12932         by `string-to-number'.
12933         * gnus-agent.el (gnus-agent-regenerate-group)
12934         (gnus-agent-fetch-articles): Ditto.
12935         * gnus-art.el (gnus-button-fetch-group): Ditto.
12936         * gnus-cache.el (gnus-cache-generate-active)
12937         (gnus-cache-articles-in-group): Ditto.
12938         * gnus-group.el (gnus-group-set-current-level)
12939         (gnus-group-insert-group-line): Ditto.
12940         * gnus-score.el (gnus-score-set-expunge-below)
12941         (gnus-score-set-mark-below, gnus-summary-score-effect)
12942         (gnus-summary-score-entry): Ditto.
12943         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12944         (gnus-soup-pack): Ditto.
12945         * gnus-spec.el (gnus-xmas-format): Ditto.
12946         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12947         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12948         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12949         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12950         * nndb.el (nndb-get-remote-expire-response): Ditto.
12951         * nndiary.el (nndiary-parse-schedule-value)
12952         (nndiary-string-to-number, nndiary-request-replace-article)
12953         (nndiary-request-article): Ditto.
12954         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12955         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12956         * nneething.el (nneething-make-head): Ditto.
12957         * nnfolder.el (nnfolder-request-article)
12958         (nnfolder-retrieve-headers): Ditto.
12959         * nnheader.el (nnheader-file-to-number): Ditto.
12960         * nnkiboze.el (nnkiboze-request-article): Ditto.
12961         * nnmail.el (nnmail-process-unix-mail-format)
12962         (nnmail-process-babyl-mail-format): Ditto.
12963         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12964         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12965         (nnmh-request-create-group, nnmh-request-list-1)
12966         (nnmh-request-group, nnmh-request-article): Ditto.
12967         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12968         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12969         * nnsoup.el (nnsoup-make-active): Ditto.
12970         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12971         * nntp.el (nntp-find-group-and-number)
12972         (nntp-retrieve-headers-with-xover): Ditto.
12973         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12974         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12975         (pgg-format-key-identifier): Ditto.
12976         * pop3.el (pop3-last, pop3-stat): Ditto.
12977         * qp.el (quoted-printable-decode-region): Ditto.
12978
12979         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12980         of concat.
12981
12982 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12985
12986         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12987
12988         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12989
12990         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12991
12992         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12993
12994         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12995
12996         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12997         (gnus-carpal-mode): Ditto.
12998
12999         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13000         (gnus-browse-mode): Ditto.
13001
13002         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13003
13004         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13005
13006 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13007
13008         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13009
13010 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-util.el (gnus-run-mode-hooks): New function.
13013
13014         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13015
13016         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13017         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13018
13019 2005-05-27  Lute Kamstra  <lute@gnu.org>
13020
13021         * dns-mode.el (dns-mode): Specify customization group.
13022
13023 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13024
13025         * gnus-agent.el (gnus-agent-make-mode-line-string):
13026         Use mode-line-highlight as mouse-face.
13027
13028 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * canlock.el (canlock): Change the parent group to news.
13031
13032         * deuglify.el (gnus-outlook-deuglify): Add :group.
13033
13034         * dig.el (dig): Add :group.
13035
13036         * dns-mode.el (dns-mode): Add :group.
13037
13038         * encrypt.el (encrypt): Add :group.
13039
13040         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13041         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13042         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13043         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13044         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13045
13046         * gnus-diary.el (gnus-diary): Add :group.
13047
13048         * gnus.el (gnus-group-news-1-face): Add :group.
13049         (gnus-group-news-1-empty-face): Ditto.
13050         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13051         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13052         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13053         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13054         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13055         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13056         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13057         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13058         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13059         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13060         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13061         (gnus-summary-high-ticked-face): Ditto.
13062         (gnus-summary-low-ticked-face): Ditto.
13063         (gnus-summary-normal-ticked-face): Ditto.
13064         (gnus-summary-high-ancient-face): Ditto.
13065         (gnus-summary-low-ancient-face): Ditto.
13066         (gnus-summary-normal-ancient-face): Ditto.
13067         (gnus-summary-high-undownloaded-face): Ditto.
13068         (gnus-summary-low-undownloaded-face): Ditto.
13069         (gnus-summary-normal-undownloaded-face): Ditto.
13070         (gnus-summary-high-unread-face): Ditto.
13071         (gnus-summary-low-unread-face): Ditto.
13072         (gnus-summary-normal-unread-face): Ditto.
13073         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13074         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13075
13076         * hashcash.el (hashcash): New custom group.
13077         (hashcash-default-payment): Add :group.
13078         (hashcash-payment-alist): Ditto.
13079         (hashcash-default-accept-payment): Ditto.
13080         (hashcash-accept-resources): Ditto.
13081         (hashcash-path): Ditto.
13082         (hashcash-extra-generate-parameters): Ditto.
13083         (hashcash-double-spend-database): Ditto.
13084         (hashcash-in-news): Ditto.
13085
13086         * message.el (message-minibuffer-local-map): Add :group.
13087
13088         * netrc.el (netrc): Add :group.
13089
13090         * sieve-manage.el (sieve-manage-log): Add :group.
13091         (sieve-manage-default-user): Diito.
13092         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13093         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13094         (sieve-manage-authenticators): Ditto.
13095         (sieve-manage-authenticator-alist): Ditto.
13096         (sieve-manage-default-port): Ditto.
13097
13098         * sieve-mode.el (sieve-control-commands-face): Add :group.
13099         (sieve-action-commands-face): Ditto.
13100         (sieve-test-commands-face): Ditto.
13101         (sieve-tagged-arguments-face): Ditto.
13102
13103         * smime.el (smime): Add :group.
13104
13105         * spam-report.el (spam-report): Add :group.
13106
13107         * spam.el (spam, spam-face): Add :group.
13108
13109 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110
13111         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13112         return \n.\n.\n at the end of articles.  Protect against that.
13113         (nntp-with-open-group): Allow debugging.
13114
13115         * nnheader.el (mail-header-set-extra): Make into a function
13116         because I just could't understand how to quote the list properly.
13117
13118         * dns.el (query-dns-cached): New function.
13119
13120 2005-05-26  Lute Kamstra  <lute@gnu.org>
13121
13122         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13123
13124 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13127
13128         * gnus-art.el: Don't autoload mail-extract-address-components.
13129
13130         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13131         eval-and-compile to evaluate it.
13132
13133         * hashcash.el: Don't autoload executable-find.
13134
13135         * nndb.el: Don't declare the nndb back end two or more times; don't
13136         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13137
13138         * nntp.el: Autoload format-spec instead of format; use
13139         eval-and-compile to evaluate autoload forms.
13140
13141 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13142
13143         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13144
13145 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13146
13147         * gnus.el (gnus-version-number): Bump version.
13148
13149 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13150
13151         * gnus.el: No Gnus v0.3 is released.
13152
13153 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13154
13155         * lpath.el (featurep): Bind show-nonbreak-escape.
13156
13157 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-art.el (gnus-article-edit-part): Disable undo.
13160
13161 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13164         gnus-article-date-lapsed-new-header is t if date timer is active;
13165         skip headers in which the original date value is empty.
13166         (gnus-article-save-original-date): Redefine it as a macro.
13167         (gnus-display-mime): Use it.
13168
13169 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gnus-art.el (article-date-ut): Support converting date in
13172         forwarded parts as well.
13173         (gnus-article-save-original-date): New function.
13174         (gnus-display-mime): Use it.
13175
13176 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13177
13178         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13179         enclosure element of <item>.
13180
13181 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * message.el (message-kill-buffer-query): Renamed from
13184         `message-kill-buffer-query-if-modified'.  Added :version.
13185
13186 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13189         window layout.
13190
13191 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * mml.el: Autoload dnd when compiling.
13194
13195 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13196
13197         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13198         x-dnd-*.
13199
13200 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * qp.el (quoted-printable-encode-region): Save excursion.
13203
13204 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13205
13206         * message.el (message-kill-buffer-query-if-modified): Add new variable
13207         so the user can kill a modified message buffer quickly.
13208         (message-kill-buffer): Use it.
13209
13210 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * lpath.el: Fbind display-time-event-handler; don't fbind
13213         string-to-multibyte.
13214
13215         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13216
13217 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13220         contained in text because xml.el decodes entities) with LFs.
13221
13222 2005-04-11  Lute Kamstra  <lute@gnu.org>
13223
13224         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13225         differently.
13226
13227 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13228
13229         * mm-util.el (mm-detect-coding-region): Typo.
13230
13231 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13234
13235 2005-04-06  Deepak Goel  <deego@gnufans.org>
13236
13237         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13238         user-function allow user modifications of the scores.
13239         (spam-stat-score-buffer-user): New function, to allow
13240         user-computed modifications to the score.
13241         (spam-stat-score-buffer-user-functions): List of additional
13242         scoring functions.
13243         (spam-stat-error-holder): Global temporary error holder.
13244         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13245         variable.
13246
13247 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13248
13249         * gnus-registry.el (gnus-registry-clean-empty-function)
13250         (gnus-registry-trim, gnus-registry-fetch-groups)
13251         (gnus-registry-delete-group): Groups that match
13252         `gnus-registry-ignored-groups' are removed from the registry
13253         entries, not just ignored for splitting.  This helps clean up the
13254         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13255         to get all the groups a message ID is in.
13256
13257         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13258         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13259         (spam-stat-score-buffer-user-functions): Add :number custom type.
13260
13261 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13264         argument in XEmacs.
13265
13266         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13267         (nnrss-request-group): Decode group name first.
13268         (nnrss-request-article): Make a text/plain article if mml-to-mime
13269         failed.
13270         (nnrss-get-encoding): Return a compatible encoding according to
13271         nnrss-compatible-encoding-alist.
13272         (nnrss-find-el): Use consp instead of listp.
13273         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13274
13275 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13278         which Emacs 20 doesn't support.
13279         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13280
13281 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13284         silence the byte compiler inside the defun.
13285
13286         * gnus-demon.el (parse-time-string): Add autoload.
13287
13288         * gnus-delay.el (parse-time-string): Add autoload.
13289
13290         * gnus-art.el (parse-time-string): Add autoload.
13291
13292         * nnultimate.el (parse-time): Require for `parse-time-string'.
13293
13294 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13297
13298         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13299
13300         * smime.el (smime-ldap-host-list): Add :version.
13301
13302 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13305         pass it to `gnus-browse-read-group'.
13306         (gnus-browse-read-group): Add NUMBER argument and pass it to
13307         `gnus-group-read-ephemeral-group'.
13308
13309         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13310         argument and pass it to `gnus-group-read-group'.
13311
13312 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13313
13314         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13315         mm-xemacs-find-mime-charset-1 if we have the mule feature
13316         available at runtime.
13317
13318 2005-03-25  Werner Lemberg  <wl@gnu.org>
13319
13320         * nnmaildir.el: Replace `illegal' with `invalid'.
13321
13322 2005-03-23  Lute Kamstra  <lute@gnu.org>
13323
13324         * time-date.el: Add comment on time value formats.
13325         Don't require parse-time.
13326         (with-decoded-time-value): New macro.
13327         (encode-time-value): New function.
13328         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13329         (days-to-time): Return a valid time value when arg is huge.
13330         (time-since): Use time-subtract.
13331         (time-to-number-of-days): Use time-to-seconds.
13332
13333 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13334
13335         * gnus-start.el (gnus-display-time-event-handler):
13336         Check display-time-timer at runtime rather than only at load time
13337         in case display-time-mode is turned off in the mean time.
13338
13339 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13342         used.
13343
13344         * nneething.el (nneething-map-file-directory): Derive from
13345         `gnus-directory'.
13346
13347         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13348         the To/Cc button.
13349
13350 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * nnmaildir.el (nnmaildir-request-accept-article):
13353         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13354
13355 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13356
13357         * gnus-async.el: Require timer-funcs at compile time when in
13358         XEmacs for `run-with-idle-timer'.
13359
13360 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13361
13362         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13363         autoloaded function.
13364
13365 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13366
13367         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13368
13369 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13370
13371         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13372
13373 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13374
13375         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13376         gnus-expert-user to default.
13377
13378 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13379
13380         * nnimap.el (nnimap-open-server): Ditto.
13381
13382         * imap.el (imap-authenticate): Fix typo.
13383
13384 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13385
13386         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13387         buffer (since IMAP server might return FETCH response out of
13388         order, and the nntp buffer must be sorted).
13389
13390 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13391
13392         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13393         comparison on string.
13394
13395         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13396         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13397         (gnus-agent-summary-fetch-series): Modified to protect against
13398         gnus-agent-summary-fetch-group clearing processable flags.
13399         (gnus-agent-synchronize-group-flags): Update live group buffer as
13400         synchronization may occur due to the user toggle the plugged
13401         status.
13402         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13403         successfully downloaded.
13404         (gnus-agent-expire-group-1): Avoid using markers when the overview
13405         is in ascending order; greatly improves performance.
13406         (gnus-agent-regenerate-group): Use
13407         gnus-agent-synchronize-group-flags to reset read status in both
13408         gnus and server.
13409         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13410
13411 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * message.el: Don't autoload former message-utils variables.
13414         (message-strip-subject-trailing-was): Change doc string.
13415
13416         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13417         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13418         (nnweb-google-search): Add "hl=en" here.
13419         (nnweb-google-parse-1, nnweb-google-create-mapping):
13420         Don't hardcode URL.
13421
13422 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * message.el (message-get-reply-headers, message-followup):
13425         Mention related variables `message-use-followup-to' and
13426         `message-use-mail-followup-to', in the information buffer.
13427
13428         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13429         of broken groups(-beta).google.com.
13430
13431 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13432
13433         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13434         parameter to invoked gnus-request-move-article; remove the
13435         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13436         all at once instead of once per article.
13437         (gnus-summary-remove-process-mark): Accept a list of articles as
13438         well as a single article for processing.
13439
13440         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13441         parameter.
13442
13443         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13444
13445         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13446
13447         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13448         parameter.
13449
13450         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13451         parameter.
13452
13453         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13454         parameter and remove the gnus-sum-hint-move-is-internal variable.
13455
13456         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13457         parameter.
13458
13459         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13460         parameter.
13461
13462         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13463         parameter.
13464
13465         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13466
13467         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13468         parameter.
13469
13470         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13471         parameter.
13472
13473 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13474
13475         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13476         a more conservative way.
13477
13478 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13479
13480         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13481         buffer, so it moves the window's cursor.
13482
13483 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13484
13485         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13486         `mm-dissect-multipart' and receive the from field as an (optional)
13487         argument from `mm-dissect-multipart'.
13488         (mm-dissect-multipart): Receive the from field as an argument and
13489         pass it on when we call `mm-dissect-buffer' on MIME parts.
13490         Fixes verification/decryption of signed/encrypted MIME parts.
13491
13492 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13493
13494         * gnus-sum.el (gnus-summary-move-article): Set
13495         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13496         whatever it calls (right now, only nnimap-request-move article
13497         respects it).
13498
13499         * nnimap.el (nnimap-request-move-article): When
13500         gnus-sum-hint-move-is-internal is set, don't do the extra
13501         nnimap-request-article.
13502
13503 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13506
13507         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13508         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13509
13510         * gnus-sum.el (gnus-summary-caesar-message):
13511         Apply `gnus-treat-article' after rotation.
13512
13513         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13514         doc string.
13515
13516 2005-02-22  Simon Josefsson  <jas@extundo.com>
13517
13518         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13519         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13520         <arne@arnested.dk>.
13521         (encrypt): Add password-cache and password-cache-expiry as group
13522         members.
13523
13524 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13525
13526         * smime.el (smime-ldap-host-list): Doc fix.
13527         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13528         cache) password.
13529         (smime-sign-region): Use it.
13530         (smime-decrypt-region): Use it.
13531         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13532         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13533         fails.
13534         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13535         certificate from DER to PEM format rather than calling openssl.
13536
13537         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13538
13539         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13540         for signing/encryption.
13541
13542         * mml.el (mml-parse-1): Use them.
13543
13544 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13545
13546         * nnrss.el (nnrss-verbose): Removed.
13547         (nnrss-request-group): Use `nnheader-message' instead.
13548
13549 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13550
13551         * nnrss.el (nnrss-verbose): New variable.
13552         (nnrss-request-group): Make it say nnrss is requesting a group.
13553
13554 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13557         Handle news URL with given port correctly.
13558
13559 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13562         containing special characters.
13563
13564         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13565
13566         * mml.el (mime-to-mml): Ditto.
13567
13568         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13569         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13570         (rfc2047-decode-region): Quote decoded words containing special
13571         characters when rfc2047-quote-decoded-words-containing-tspecials
13572         is non-nil.
13573
13574 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13575
13576         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13577
13578         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13579
13580 2005-02-15  Simon Josefsson  <jas@extundo.com>
13581
13582         * nnimap.el (nnimap-debug): Doc fix.
13583
13584         * imap.el (imap-debug): Doc fix.
13585
13586 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13589
13590 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13591
13592         * gnus.el (spam-contents): Improve docs for spam-contents
13593         parameter in its variable incarnation.
13594
13595 2005-02-14  Simon Josefsson  <jas@extundo.com>
13596
13597         * smime-ldap.el: Use require instead of load-library for ldap.
13598         (smime-ldap-search): Indent.
13599         (smime-ldap-search-internal): Shorten line.
13600
13601         * smime.el (smime-cert-by-dns): Add doc-string.
13602         (smime-cert-by-ldap-1): Indent.
13603
13604         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13605         mml-smime-get-dns-ldap.
13606         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13607
13608 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13609
13610         * smime.el: Require smime-ldap.
13611         (smime-ldap-host-list): New variable.
13612         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13613
13614         * mml-smime.el (mml-smime-encrypt-query): New function.
13615         (mml-smime-encrypt-query): Use it.
13616
13617         * smime-ldap.el: New file.
13618
13619 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13622
13623 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13626         argument in doc string.  Make query for type more clear.
13627
13628 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus.el (gnus-group-startup-message): Search for gnus images in
13631         etc/images/gnus.
13632         * mm-util.el (mm-image-load-path): Likewise.
13633         * smiley.el (smiley-data-directory): Search for smilies in
13634         etc/images/smilies.
13635
13636 2005-02-09  Kim F. Storm  <storm@cua.dk>
13637
13638         Change Emacs release version from 21.4 to 22.1 throughout.
13639         Change Emacs development version from 21.3.50 to 22.0.50.
13640
13641 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13644
13645         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13646         non-Mule XEmacs as well.
13647         (mm-decompress-buffer): Signal an error intentionally if it does
13648         not decompress compressed data because auto-compression-mode is
13649         disabled.
13650
13651 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13652
13653         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13654         an ID in the registry even if it has no groups.
13655
13656 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13659         merge it into mm-decompress-buffer.
13660         (gnus-mime-copy-part): Use the MIME part charset, the value which
13661         a user specified or gnus-newsgroup-charset for decoding, like
13662         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13663         save-buffer what was used.  Suggested by Kevin Ryde
13664         <user42@zip.com.au>.
13665         (gnus-mime-inline-part): Allow the name parameter as well as the
13666         filename parameter; force decompressing of compressed data; always
13667         display contents being not decoded as unibyte.
13668
13669         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13670         as well as the filename parameter.
13671
13672         * mm-util.el (mm-decompress-buffer): Merge
13673         gnus-mime-jka-compr-maybe-uncompress.
13674         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13675         of compressed data.
13676
13677 2005-02-08  Simon Josefsson  <jas@extundo.com>
13678
13679         * imap.el (imap-log): Doc fix.
13680
13681 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13684         the coding cookies; decompress compressed parts.
13685
13686         * mml.el (mml-generate-mime-1): Add the charset parameter according
13687         to the value which a user specified manually or the coding cookie.
13688
13689         * mm-util.el (mm-string-to-multibyte): New function.
13690         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13691         (mm-coding-system-to-mime-charset): New function.
13692         (mm-decompress-buffer): New function.
13693         (mm-find-buffer-file-coding-system): New function.
13694
13695         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13696         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13697         parts.
13698
13699 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13700
13701         * mm-view.el (mm-display-inline-fontify): Decode a part according
13702         to the charset parameter.
13703
13704 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13707         prefix arg is neither nil nor a number, as info specifies.
13708
13709 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13712         timestamps.
13713
13714 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13715
13716         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13717         groups error checking and notify user.
13718
13719 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13720
13721         * message.el (message-send-mail-function): Check existence of
13722         sendmail-program first before using default value
13723         `message-send-mail-with-sendmail'.  Otherwise use more generic
13724         `smtpmail-send-it'.
13725
13726 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * nntp.el (nntp-request-update-info): Always return nil.
13729
13730 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13731
13732         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13733
13734 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13735
13736         * message.el (message-beginning-of-line): Change the behavior when
13737         invoked between BOL and : so that it first moves backward.
13738
13739 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13742         article buffer when editing of the article is discarded.
13743         (gnus-article-prepare): Revert.
13744
13745 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * gnus-art.el (gnus-article-prepare):
13748         Remove message-strip-forbidden-properties from the local hook.
13749
13750 2005-01-27  Simon Josefsson  <jas@extundo.com>
13751
13752         * password.el (password-cache-add): Only start one timer per key.
13753         Reported by Derek Atkins <warlord@MIT.EDU>.
13754
13755 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13756
13757         * run-at-time.el: Removed.  It is no longer needed as
13758         timer-funcs.el in the xemacs-base package has a working version of
13759         `run-at-time'.
13760
13761         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13762
13763         * password.el: Require timer-funcs instead of run-at-time in
13764         XEmacs.
13765         Remove `password-run-at-time' macro.
13766         (password-cache-add): Use `run-at-time' instead of
13767         `password-run-at-time'.
13768
13769         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13770         Remove `nnheader-cancel-function-timers' alias,
13771         `cancel-function-timers' exists in XEmacs in timer-funcs.
13772
13773         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13774         for `run-with-idle-timer'.
13775
13776         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13777         for `run-at-time'.
13778
13779         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13780         for `with-timeout'.
13781
13782         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13783         the same as for XEmacs 21.4.
13784         No need to ignore `run-with-idle-timer', this function exists in
13785         XEmacs now in timer-funcs.el in the xemacs-base package.
13786         (dgnushack-compile): No need to delete
13787         run-at-time.el from the list of files to compile because it
13788         doesn't exist anymore.
13789
13790 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13793         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13794
13795 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13796
13797         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13798         sensitively.
13799
13800 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13801
13802         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13803
13804 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13807         which will be inserted according to the multibyteness of a buffer
13808         rather than the type of contents.  Suggested by ARISAWA Akihiro
13809         <ari@mbf.ocn.ne.jp>.
13810
13811         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13812         of string which old xml.el may return rather than a string.
13813
13814 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13817
13818 2005-01-16  Simon Josefsson  <jas@extundo.com>
13819
13820         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13821         idn/idna.el isn't available.
13822         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13823         <michael@waxrat.com>.
13824
13825         * hashcash.el: Remove non-FSF copyright header.
13826
13827         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13828         (hashcash-generate-payment): Use it.
13829         (hashcash-generate-payment-async): Use it.
13830
13831 2005-01-15  Simon Josefsson  <jas@extundo.com>
13832
13833         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13834         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13835
13836         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13837         gnus-summary-idna-message.
13838         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13839         (gnus-summary-idna-message): New function.
13840
13841 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13844         gnus-novice-user.
13845
13846 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * nnrss.el (nnrss-request-delete-group): Delete entries in
13849         nnrss-group-alist as well.
13850         (nnrss-save-server-data): Insert newline.
13851
13852 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13853
13854         * gnus.el (gnus-user-agent): Use list of symbols instead of
13855         symbols.  Display full version number for (S)XEmacs.  Optionally
13856         display (S)XEmacs codename.
13857
13858         * gnus-util.el (gnus-emacs-version): Update for new
13859         `gnus-user-agent'.
13860
13861         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13862         Gnus version.
13863
13864 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13867         which is unreadable in some setups.
13868
13869 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * gnus-spec.el (gnus-update-format-specifications): Flush the
13872         group format spec cache if it doesn't support decoded group names.
13873
13874 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13877         Allow to apply decay on score files matching a regexp.
13878
13879 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13882         compatibility in %g and %c.
13883
13884 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13887         name for only %g and %c.
13888         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13889         of gnus-tmp-group to decoded group name.
13890         (gnus-group-make-rss-group): Exclude `/'s from group names.
13891
13892 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * nnrss.el (nnrss-get-encoding): Fix regexp.
13895
13896 2004-12-27  Simon Josefsson  <jas@extundo.com>
13897
13898         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13899         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13900         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13901
13902 2004-12-17  Kim F. Storm  <storm@cua.dk>
13903
13904         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13905
13906         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13907
13908 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13909
13910         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13911
13912 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * nnrss.el: Require rfc2047 and mml.
13915         (nnrss-file-coding-system): New variable.
13916         (nnrss-format-string): Redefine it as an inline function.
13917         (nnrss-decode-group-name): New function.
13918         (nnrss-string-as-multibyte): Remove.
13919         (nnrss-retrieve-headers): Decode group name; don't use
13920         nnrss-format-string.
13921         (nnrss-request-group): Decode group name.
13922         (nnrss-request-article): Decode group name; allow a Message-ID as
13923         well as an article number; don't use nnrss-format-string; encode a
13924         Message-ID string which may contain non-ASCII characters; use
13925         mml-to-mime to compose a MIME article.
13926         (nnrss-request-expire-articles): Decode group name.
13927         (nnrss-request-delete-group): Decode group name.
13928         (nnrss-fetch): Clarify error message.
13929         (nnrss-read-server-data): Use insert-file-contents instead of load;
13930         bind file-name-coding-system; use multibyte buffer.
13931         (nnrss-save-server-data): Bind coding-system-for-write to the
13932         value of nnrss-file-coding-system; bind file-name-coding-system;
13933         add coding cookie.
13934         (nnrss-read-group-data): Use insert-file-contents instead of load;
13935         bind file-name-coding-system; use multibyte buffer.
13936         (nnrss-save-group-data): Bind coding-system-for-write to the
13937         value of nnrss-file-coding-system; bind file-name-coding-system.
13938         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13939         make it work with non-ASCII text.
13940         (nnrss-find-el): Make it work with old xml.el as well.
13941
13942 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13943
13944         * nnrss.el (nnrss-get-encoding): New function.
13945         (nnrss-fetch): Use unibyte buffer initially; bind
13946         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13947         decode contents according to the encoding attribute.
13948         (nnrss-save-group-data): Add coding cookie.
13949         (nnrss-mime-encode-string): New function.
13950         (nnrss-check-group): Use it to encode subject and author.
13951
13952 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13953
13954         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13955         imaginary variable.
13956
13957 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13960         correctly even if there are wide characters.
13961
13962 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13963
13964         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13965         downcased symbol names; make a new cache instead of reusing
13966         bbdb-hashtable.
13967
13968 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13971         concatenating segments rather than before concatenating them.
13972         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13973
13974         * message.el (message-get-reply-headers): Bind `extra'.
13975
13976 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13977
13978         * message.el (message-extra-wide-headers): New variable.
13979         (message-get-reply-headers): Use it.
13980
13981 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13984         (gnus-agent-group-pathname): Ditto.
13985
13986         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13987
13988         * gnus-group.el (gnus-group-make-group): Decode group name.
13989         (gnus-group-make-rss-group): Register the group data after opening
13990         the nnrss group.
13991
13992 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13993
13994         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13995         by expiry now get marked as read.
13996
13997 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14000
14001 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14002
14003         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14004         unify Latin characters in XEmacs.
14005         (mm-find-mime-charset-region): Use it.
14006
14007 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * gnus-util.el (gnus-delete-directory): New function.
14010
14011         * gnus-agent.el (gnus-agent-delete-group): Use it.
14012
14013         * gnus-cache.el (gnus-cache-delete-group): Use it.
14014
14015 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14018         names.
14019
14020 2004-12-16  Simon Josefsson  <jas@extundo.com>
14021
14022         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14023
14024 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14027
14028         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14029         (gnus-group-set-current-level): Decode group name.
14030
14031 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14032
14033         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14034         failed.
14035
14036 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * gnus-group.el (gnus-group-delete-group): Decode group name.
14039         (gnus-group-make-rss-group): Encode group name.
14040         (gnus-group-catchup-current): Decode group name.
14041         (gnus-group-kill-group): Decode group name.
14042
14043 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14044
14045         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14046
14047 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-group.el (gnus-group-make-rss-group):
14050         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14051
14052         * gnus-start.el (gnus-setup-news): Honor user's setting to
14053         gnus-message-archive-method.  Suggested by Lute Kamstra
14054         <lute@gnu.org>.
14055
14056 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14057
14058         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14059         global counterparts of the buffer-local variables.
14060
14061 2004-11-16  Romain Francoise  <romain@orebokech.com>
14062
14063         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14064         counterparts of the buffer-local variables.
14065
14066 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14067
14068         * message.el (message-forbidden-properties): Fixed typo in doc
14069         string.
14070
14071 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus-util.el (gnus-replace-in-string): Added doc string.
14074
14075         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14076         to avoid problems when splitting mails with many recipients.
14077
14078 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14079
14080         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14081         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14082
14083 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14084
14085         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14086         if there is no hashtable in memory or file modification time is
14087         newer than cached timestamp.
14088
14089 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14092         not-matching option.
14093
14094 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14097         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14098         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14099         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14100         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14101         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14102
14103 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * message.el (message-forward-make-body-mml): Remove headers
14106         according to message-forward-ignored-headers if a message is decoded.
14107
14108 2004-12-02  Romain Francoise  <romain@orebokech.com>
14109
14110         * message.el (message-forward-make-body-plain): Always remove
14111         headers according to message-forward-ignored-headers.
14112
14113 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14114
14115         * spam.el (spam-summary-prepare-exit): Remove the
14116         gnus-summary-limit pop for now, it has problems with ham marks for
14117         me.
14118
14119 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14120
14121         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14122         correctly.
14123
14124 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14125
14126         * format-spec.el (format-spec): Message the char.
14127
14128 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14129
14130         * gnus-art.el (gnus-split-methods): Reformat comments.
14131
14132         * spam.el (spam-summary-prepare-exit): Remove article limits
14133         before exiting the summary buffer.
14134
14135 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14138         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14139
14140         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14141         order to silence the byte compiler.
14142
14143         * spam.el: Fix the way to silence the byte compiler, which
14144         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14145         bbdb-search-simple, spam-BBDB-register-routine,
14146         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14147         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14148         spam-stat-buffer-is-spam, spam-stat-load,
14149         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14150         spam-stat-save and spam-stat-split-fancy.
14151
14152 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14155         which may confuse users.
14156         (canlock-password-for-verify): Ditto.
14157
14158         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14159
14160         * gnus-art.el (gnus-emphasis-alist): Ditto.
14161
14162         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14163
14164         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14165
14166         * gnus-start.el (gnus-save-killed-list): Ditto.
14167
14168         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14169         (gnus-sum-thread-tree-root): Ditto.
14170         (gnus-sum-thread-tree-false-root): Ditto.
14171         (gnus-sum-thread-tree-single-indent): Ditto.
14172
14173         * message.el (message-courtesy-message): Ditto.
14174         (message-archive-note): Ditto.
14175         (message-subscribed-address-file): Ditto.
14176         (message-user-fqdn): Ditto.
14177
14178         * spam-report.el (spam-report-gmane-regex): Ditto.
14179
14180         * spam.el (spam-blackhole-good-server-regex): Ditto.
14181
14182 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * mml.el (mml-preview): Widen the message buffer before copying
14185         the contents to the preview buffer; sort headers before previewing.
14186
14187         * message.el (message-hidden-headers): Fix the way to avoid a bug
14188         in the `repeat' widget in Emacs 21.3 or earlier.
14189
14190 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * message.el (message-hidden-headers): Default to "^References:".
14193         Improve customization type.  Suggested by Reiner Steib
14194         <Reiner.Steib@gmx.de>.
14195
14196 2004-11-25  Romain Francoise  <romain@orebokech.com>
14197
14198         * message.el (message-strip-forbidden-properties): Remove check for
14199         obsolete `message-hidden' text property, hidden headers are not
14200         accessible in the buffer anymore.
14201
14202 2004-11-22  Romain Francoise  <romain@orebokech.com>
14203
14204         * message.el (message-header-format-alist): Add `From' in list
14205         so that it can be sorted.
14206         (message-fix-before-sending): Widen and sort headers before
14207         sending.
14208         (message-hide-headers): Use narrowing to hide headers by moving
14209         them to the top of the buffer and narrowing to the region
14210         underneath.
14211
14212 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14213
14214         * message.el (message-strip-forbidden-properties): Bind
14215         buffer-read-only (etc) to nil.
14216
14217 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14220         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14221
14222 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14223
14224         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14225
14226 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14227
14228         * dns.el (query-dns): Use sit-for to time instead of
14229         accept-process-output, since that doesn't seem to work on udp
14230         sockets.
14231
14232 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14235
14236 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14237
14238         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14239         doc string.  Improve doc string.
14240
14241 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * nntp.el (nntp-request-update-info): Return nil if
14244         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14245         may not call gnus-activate-group which uselessly issues the GROUP
14246         commands for all nntp groups and wastes time.  Reported by Romain
14247         Francoise <romain@orebokech.com>.
14248
14249         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14250
14251 2004-11-15  Simon Josefsson  <jas@extundo.com>
14252
14253         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14254         headers separately.
14255         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14256         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14257
14258 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14259
14260         * gnus-start.el (gnus-convert-old-newsrc):
14261         Assign legacy-gnus-agent to 5.10.7.
14262
14263 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14264
14265         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14266         start of the lines.
14267
14268 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14269
14270         * hashcash.el (hashcash-default-payment): Change default to 20.
14271         (hashcash-default-accept-payment): Change default to 20.
14272         (hashcash-process-alist): New variable.
14273         (hashcash-generate-payment-async): Add.
14274         (hashcash-already-paid-p): Add.
14275         (hashcash-insert-payment): Don't generate payments twice.
14276         (hashcash-insert-payment-async): Add.
14277         (hashcash-insert-payment-async-2): Add.
14278         (hashcash-cancel-async): Add.
14279         (hashcash-wait-async): Add.
14280         (hashcash-processes-running-p): Add.
14281         (hashcash-wait-or-cancel): Add.
14282         (mail-add-payment): New optional argument.  Conditionally start
14283         asynchronous calculation.
14284         (mail-add-payment-async): Add.
14285
14286         * message.el (message-send-mail): Wait for asynchronous hashcash
14287         results.  Don't clobber existing X-Hashcash headers.
14288         (message-setup-1): Call mail-add-payment-async when
14289         message-generate-hashcash is non-nil.
14290
14291 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14292
14293         * message.el (message-use-alternative-email-as-from): Examine the
14294         From header as well; use message-make-from in order to include a
14295         user's full name.
14296
14297 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14300         default; improve customization type.
14301         (gnus-emphasis-custom-with-format): New macro.
14302         (gnus-emphasis-custom-value-to-external): New function.
14303         (gnus-emphasis-custom-value-to-internal): New function.
14304
14305 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14306
14307         * dns.el (query-dns): Resolve reverse addresses.
14308
14309 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14310
14311         * gnus-group.el (gnus-group-get-new-news): Use it.
14312
14313         * gnus-start.el (gnus-check-reasonable-setup): New function.
14314
14315 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14318         "Args out of range" error.  Reported by Arnaud Giersch
14319         <arnaud.giersch@free.fr>.
14320
14321 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14322
14323         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14324
14325 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14326
14327         * spam.el (spam group): Add :version.
14328
14329         * pgg-def.el (pgg group): Add :version.
14330
14331 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-art.el (gnus-article-edit-article): Don't associate the
14334         article buffer with a draft file.  This is a temporary measure
14335         against the 2004-08-22 change to gnus-article-edit-mode.
14336
14337 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14340         (html2text-format-tags): Remove unused variable `attr'.
14341
14342 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14345
14346         * tls.el (tls-process-connection-type, tls-success)
14347         (tls-certtool-program): Add :version.
14348
14349         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14350         (starttls-extra-arguments, starttls-process-connection-type)
14351         (starttls-connect, starttls-failure, starttls-success): Add :version.
14352
14353         * spam-stat.el (spam-stat): Add :version.
14354
14355         * sieve.el (sieve): Add :version.
14356
14357         * sha1.el (sha1): Add :version.
14358         (sha1-use-external): Remove redundant version.
14359
14360         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14361         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14362         (nnmail-split-fancy-match-partial-words)
14363         (nnmail-split-lowercase-expanded): Add :version.
14364
14365         * nndiary.el (nndiary): Add :version.
14366
14367         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14368
14369         * mml-sec.el (mml-default-sign-method)
14370         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14371         Add :version.
14372
14373         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14374
14375         * mm-url.el (mm-url-use-external, mm-url-program)
14376         (mm-url-arguments): Add :version.
14377
14378         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14379         (mm-attachment-file-modes, mm-decrypt-option)
14380         (mm-w3m-safe-url-regexp): Add :version.
14381
14382         * message.el (message-cite-prefix-regexp)
14383         (message-sendmail-envelope-from, message-minibuffer-local-map)
14384         (message-user-fqdn, message-completion-alist): Add :version.
14385
14386         * gnus-win.el (gnus-configure-windows-hook)
14387         (gnus-use-frames-on-any-display): Add :version.
14388
14389         * gnus-art.el (gnus-article-address-banner-alist)
14390         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14391         (gnus-treat-from-picon, gnus-treat-mail-picon)
14392         (gnus-treat-x-pgp-sig): Add :version.
14393
14394         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14395         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14396         (gnus-summary-article-delete-hook)
14397         (gnus-summary-display-while-building): Add :version.
14398
14399         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14400         (gnus-get-top-new-news-hook): Add :version.
14401
14402         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14403         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14404
14405         * gnus-registry.el (gnus-registry): Add :version.
14406
14407         * gnus-spec.el (gnus-use-correct-string-widths)
14408         (gnus-make-format-preserve-properties): Add :version.
14409
14410         * gnus.el (gnus-group-charter-alist)
14411         (gnus-group-fetch-control-use-browse-url)
14412         (gnus-install-group-spam-parameters): Add :version.
14413
14414         * gnus-diary.el (gnus-diary): Add :version.
14415
14416         * gnus-delay.el (gnus-delay): Add :version.
14417
14418         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14419         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14420         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14421         Add :version.
14422
14423         * gnus-agent.el (gnus-agent-max-fetch-size)
14424         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14425         (gnus-agent-prompt-send-queue): Add :version.
14426
14427         * deuglify.el (gnus-outlook-deuglify): Add :version.
14428
14429         * html2text.el: Beautify code.  Improve doc strings.  Some
14430         checkdoc cleanup.
14431         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14432
14433 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14434
14435         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14436
14437 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14438
14439         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14440         when package is loaded.
14441
14442         * spam.el (spam-summary-score-preferred-header): Add global preference
14443         for people who want to override the default SpamAssassin over
14444         Bogofilter preference (when both are set).
14445         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14446         (spam-user-format-function-S): Check
14447         spam-summary-score-preferred-header.
14448         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14449         (spam-user-format-function-S): Format the score correctly.
14450
14451 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14454         signature file.  Suggested by Manoj Srivastava
14455         <srivasta@golden-gryphon.com>.
14456
14457         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14458         iso-2022-jp even in the Japanese language environment.
14459         Suggested by Jason Rumney <jasonr@gnu.org>.
14460
14461 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14464         use the same characters as the dummy marks; make it free from
14465         getting affected by the language environment.
14466         (gnus-summary-read-group-1): Update mark positions only when the
14467         format spec is updated.
14468
14469         * gnus-spec.el (gnus-update-format-specifications): Return a list
14470         of updated types.
14471
14472 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14475         of boundp to check if display-warning is available.
14476
14477 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14478
14479         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14480
14481 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * nnspool.el (nnspool-spool-directory): Use news-path if the
14484         news-directory variable is not bound.
14485
14486         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14487         function instead of display-warning if it is not available.
14488
14489 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14492         v5-10: Use `point-at-bol'.
14493
14494 2004-10-26  Simon Josefsson  <jas@extundo.com>
14495
14496         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14497         <chenggao@gmail.com>.
14498
14499 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14502         instead.
14503
14504 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14505
14506         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14507         to remove a server from the nnimap-server-buffer-alist.
14508         (nnimap-open-connection, nnimap-close-server): Use it.
14509
14510         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14511
14512 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14515         running the major-mode function.
14516
14517 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14520         dummy marks in the right way.
14521
14522 2004-10-18  David Edmondson  <dme@dme.org>
14523
14524         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14525         excessively.
14526
14527 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14528
14529         * gnus-util.el (gnus-split-references): Accept a nil references
14530         string and go on blissfully.
14531
14532         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14533         cases where the references string is non-nil but has no references.
14534
14535         * encrypt.el: Add autoload tags.
14536
14537         * spam.el (spam-resolve-registrations-routine): Remove article
14538         from unregistration list too.  Reported by David Hanak
14539         <dhanak@isis.vanderbilt.edu>
14540
14541 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14544         nil.  Changed custom type.
14545
14546 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14547
14548         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14549
14550         * gnus-sum.el (gnus-summary-move-article): Use it.
14551
14552 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14553
14554         * encrypt.el: Add autoload cookies.
14555
14556         * spam.el (spam-backend-article-list-property)
14557         (spam-backend-get-article-todo-list)
14558         (spam-backend-put-article-todo-list)
14559         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14560         Resolve registrations separately.
14561         (spam-register-routine): Format comments.
14562         (spam-unregister-routine, spam-register-routine): Always call with
14563         specific-articles, no default list.
14564         (spam-summary-prepare-exit): Use the spam-classifications function.
14565
14566         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14567         gnus-encrypt.el.
14568
14569         * encrypt.el: Copied from gnus-encrypt.el.
14570
14571         * gnus-encrypt.el: Commented that it's obsolete.
14572
14573 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14574
14575         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14576         (gnus-score-save): Use it.
14577
14578         * message.el (message-bury): Use `window-dedicated-p'.
14579
14580 2004-10-15  Simon Josefsson  <jas@extundo.com>
14581
14582         * pop3.el (top-level): Don't require nnheader.
14583         (pop3-read-timeout): Add.
14584         (pop3-accept-process-output): Add.
14585         (pop3-read-response, pop3-retr): Use it.
14586
14587 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14588
14589         * spam.el (spam-register-routine): Move comment.
14590         (spam-verify-bogofilter): Use 'unknown for the initial
14591         spam-bogofilter-valid state, not 'never.
14592
14593         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14594         for netrc-machine.
14595
14596         * nnimap.el (nnimap-open-connection): Use
14597         netrc-machine-user-or-password.
14598
14599 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14600
14601         * gnus-registry.el (gnus-registry-unload-hook):
14602         Set as a variable with add-hook.
14603
14604         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14605         of news-path.
14606
14607         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14608
14609         * spam.el: Delete duplicate `provide'.
14610         (spam-unload-hook): Set as a variable with add-hook.
14611
14612 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14615         in the doc string.
14616
14617         * message.el (message-ignored-news-headers)
14618         (message-ignored-supersedes-headers)
14619         (message-ignored-resent-headers)
14620         (message-forward-ignored-headers): Improve custom type.
14621
14622 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * message.el (message-tokenize-header): Fix 2004-09-06 change
14625         which used point-min in the wrong place.
14626
14627 2004-10-12  Simon Josefsson  <jas@extundo.com>
14628
14629         * tls.el (tls-certtool-program): New variable.
14630         (tls-certificate-information): New function, based on
14631         ssl-certificate-information.
14632
14633 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * compface.el: Move the version of ELisp-based uncompface program
14636         to the contrib directory because of the copyright problem.
14637
14638 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * message.el (message-kill-buffer): Raise the current frame.
14641
14642 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14643
14644         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14645
14646         * gnus.el (message-y-or-n-p): Autoload.
14647
14648         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14649         (pop3-password-required, pop3-authentication-scheme)
14650         (pop3-leave-mail-on-server): Made customizable.
14651         (pop3): New custom group.
14652         (pop3-retr): Remove `sleep-for' statements.
14653         Suggested by Dave Love <fx@gnu.org>.
14654
14655         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14656         Windows/DOS.
14657
14658         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14659         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14660         Dave Love <fx@gnu.org>.
14661
14662         * mml.el (mml-minibuffer-read-disposition): Require match.
14663         Suggested by Dave Love <fx@gnu.org>.
14664
14665 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14668         doc string.
14669
14670 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14673
14674 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14675
14676         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14677         instead of calling `mm-insert-inline', to decode text/* parts
14678         before displaying them.
14679
14680 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * mm-uu.el (mm-uu-text-plain-type): New variable.
14683         (mm-uu-pgp-signed-extract-1): Use it.
14684         (mm-uu-pgp-encrypted-extract-1): Use it.
14685         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14686         bind mm-uu-text-plain-type with that value.
14687         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14688         mm-uu-dissect.
14689
14690 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-group.el (gnus-update-group-mark-positions):
14693         * gnus-sum.el (gnus-update-summary-mark-positions):
14694         * message.el (message-check-news-body-syntax):
14695         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14696         of string-as-multibyte.
14697
14698 2004-10-05  Juri Linkov  <juri@jurta.org>
14699
14700         * gnus-group.el (gnus-update-group-mark-positions):
14701         * gnus-sum.el (gnus-update-summary-mark-positions):
14702         * message.el (message-check-news-body-syntax):
14703         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14704         8-bit unibyte values to a multibyte string for search functions.
14705
14706 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14709         (mm-uu-dissect-text-parts): New function.
14710
14711         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14712         dissect text parts.
14713
14714         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14715         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14716
14717         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14718
14719         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14720         gnus-current-topics instead of gnus-current-topic.
14721
14722 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14723
14724         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14725
14726 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14727
14728         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14729         where approriate.
14730
14731         * nnml.el (nnml-generate-active-info): do.
14732
14733         * nndiary.el (nndiary-generate-active-info): do.
14734
14735         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14736         (gnus-topic-move): do.
14737
14738         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14739         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14740
14741         * gnus-srvr.el (gnus-server-prepare)
14742         (gnus-server-open-all-servers): do.
14743
14744         * gnus-msg.el (gnus-summary-cancel-article)
14745         (gnus-summary-resend-message)
14746         (gnus-summary-mail-crosspost-complaint): do.
14747
14748         * gnus-move.el (gnus-change-server): do.
14749
14750         * gnus-group.el (gnus-group-unmark-all-groups)
14751         (gnus-group-set-current-level): do.
14752
14753 2004-10-04  Simon Josefsson  <jas@extundo.com>
14754
14755         * message.el (message-generate-hashcash): Doc fix.
14756
14757 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14758
14759         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14760         avoid infinite recursion via gnus-get-function.
14761
14762 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14763
14764         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14765
14766         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14767
14768         * nnmail.el (nnmail-split-history): do.
14769
14770         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14771         (nnml-request-delete-group): do.
14772
14773         * nnslashdot.el (nnslashdot-read-groups): do.
14774
14775         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14776         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14777
14778         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14779         (nnspool-sift-nov-with-sed): Use last.
14780         (nnspool-retrieve-headers-with-nov): Use mapc.
14781         (nnspool-request-newgroups): Use dolist.
14782         (nnspool-request-group): Use last.
14783
14784         * nntp.el (nntp-read-server-type): Use dolist.
14785
14786         * nnvirtual.el (nnvirtual-create-mapping)
14787         (nnvirtual-update-read-and-marked): Use dolist.
14788         (nnvirtual-convert-headers): Simplify.
14789
14790 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14791
14792         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14793         support for sync'ing tick marks.
14794
14795 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14798         there's no visible header.
14799
14800 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14801
14802         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14803         necessary, pass full group name to gnus-request-set-marks.
14804
14805 2004-10-01  Simon Josefsson  <jas@extundo.com>
14806
14807         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14808         acroread.
14809
14810 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14811
14812         * spam-report.el (spam-report-gmane): Fix interactive.
14813
14814         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14815
14816         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14817         when writing file.
14818         (gnus-agent-synchronize-flags): Don't default to being
14819         interactive.
14820
14821 2004-09-30  Simon Josefsson  <jas@extundo.com>
14822
14823         * message.el (message-generate-hashcash): Add.
14824         (message-send-mail): Use it, call mail-add-payment.
14825
14826 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14827
14828         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14829
14830 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14831
14832         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14833         gnus-requst-update-info with explicit code to sync the in-memory
14834         info read flags with the marks being sync'd to the backend.
14835
14836         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14837
14838 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14839
14840         * spam.el (spam-verify-bogofilter): Add new function.
14841         (spam-check-bogofilter)
14842         (spam-bogofilter-register-with-bogofilter): Use it.
14843         (spam-verify-bogofilter): Add small fixes.
14844
14845 2004-09-28  Simon Josefsson  <jas@extundo.com>
14846
14847         * hashcash.el (hashcash-generate-payment): Revert.
14848
14849 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14850
14851         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14852         gnus-extract-references instead of gnus-split-references.
14853
14854         * gnus-util.el (gnus-extract-references): Add new function, analogous
14855         to gnus-split-references but extracts only the message-ID without
14856         anything extra.
14857
14858         * hashcash.el (hashcash-generate-payment)
14859         (hashcash-check-payment): Do the right thing if hashcash-path is
14860         nil (because the hashcash program could not be found).
14861
14862         * spam.el (spam-use-hashcash): Remove comment.
14863
14864 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14865
14866         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14867         (gnus-cache-enter-article, gnus-cache-remove-article)
14868         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14869
14870         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14871
14872         * gnus-art.el (article-hide-boring-headers)
14873         (article-translate-strings, article-display-face)
14874         (gnus-article-mime-match-handle-first)
14875         (gnus-article-highlight-headers)
14876         (gnus-article-add-buttons-to-head): do.
14877
14878 2004-09-27  Simon Josefsson  <jas@extundo.com>
14879
14880         * hashcash.el: New version, from
14881         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14882         ../contrib/.
14883
14884 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14887
14888 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14889
14890         * gnus-dup.el (gnus-dup-open): Use mapc.
14891         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14892
14893         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14894         Reported by Stefan Wiens <s.wi@gmx.net>.
14895
14896         * gnus.el (gnus-shutdown): Use dolist.
14897
14898         * gnus-undo.el (gnus-undo): Use mapc.
14899
14900         * nnrss.el (nnrss-generate-active): do.
14901
14902         * message.el (message-cite-original-without-signature)
14903         (message-cite-original): Use mapc.
14904         (message-do-actions, message-make-forward-subject): Use dolist.
14905
14906 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14907
14908         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14909         deletion to remove entire duplicate line.  Fixes merged article
14910         number bug.
14911
14912 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14913
14914         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14915         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14916         first ask if you want to open a server and then, even when you
14917         responded with no, asking if you want to synchronize the server's
14918         flags.
14919         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14920         multi-line expressions.
14921         (gnus-agent-synchronize-group-flags): New internal function.
14922         Updates marks in memory (in the info structure) AND in the
14923         backend.
14924
14925         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14926
14927         * nnagent.el (nnagent-request-set-mark): Use
14928         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14929         method, to ensure that synchronization updates marks in the
14930         backend and in the info (in memory) structure.
14931
14932 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14935         convention fully; don't miss the root article of a thread; make
14936         the X-Draft-From header with correct article numbers.
14937
14938 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14939
14940         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14941         unless plugged.  Disable the agent so that an open failure causes
14942         an error.
14943
14944         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14945         Reverted 2004-09-21 change.  The backend must be opened while
14946         synchronizing flags even when the backend stores the flags
14947         locally.
14948
14949 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14950
14951         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14952         in `header' match.  Reported by Svend Tollak Munkejord.
14953
14954         * message.el (message-cite-original): Fix use of
14955         `message-cite-articles-with-x-no-archive'.
14956
14957 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14960         (gnus-window-to-buffer): Ditto.
14961
14962         * mml.el (mml-preview-buffer): New variable.
14963         (mml-preview): Manage window layout with gnus-buffer-configuration.
14964
14965         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14966         X-Draft-From header even if those articles aren't quoted.
14967
14968 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14969
14970         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14971         (gnus-request-set-mark, gnus-request-update-mark): Use new
14972         g-s-t-u-l-m to decide to use backend even when unplugged.
14973
14974 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14977         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14978
14979 2004-09-20  Simon Josefsson  <jas@extundo.com>
14980
14981         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14982         "utf-16-le".
14983
14984 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14985
14986         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14987
14988 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14989
14990         * uudecode.el (uudecode-use-external): Add :version.
14991
14992         * smime.el (smime-CA-file, smime-encrypt-cipher)
14993         (smime-dns-server): Add :version.
14994
14995         * smiley.el (gnus-smiley-file-types): Add :version.
14996
14997         * sha1.el (sha1-use-external): Add :version.
14998
14999         * pgg-def.el (pgg-query-keyserver): Add :version.
15000
15001         * nnmail.el (nnmail-fancy-expiry-targets)
15002         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15003         Add :version.
15004
15005         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15006         (nnimap-retrieve-groups-asynchronous): Add :version.
15007         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15008
15009         * mml.el (mml-content-disposition-parameters)
15010         (mml-insert-mime-headers-always): Add :version.
15011
15012         * mm-util.el (mm-coding-system-priorities): Add :version.
15013
15014         * mm-decode.el (mm-inline-text-html-with-images)
15015         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15016         (mm-verify-option): Add :version.
15017         (mm-text-html-renderer): Change :version.
15018
15019         * message.el (message-fcc-externalize-attachments)
15020         (message-required-headers, message-draft-headers)
15021         (message-subject-trailing-was-query)
15022         (message-subject-trailing-was-ask-regexp)
15023         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15024         (message-mark-insert-end, message-archive-header)
15025         (message-archive-note, message-cross-post-default)
15026         (message-cross-post-note, message-followup-to-note)
15027         (message-cross-post-note-function, message-use-mail-followup-to)
15028         (message-subscribed-address-functions)
15029         (message-subscribed-address-file, message-subscribed-addresses)
15030         (message-subscribed-regexps, message-allow-no-recipients)
15031         (message-yank-cited-prefix, message-signature-insert-empty-line)
15032         (message-hidden-headers, message-hierarchical-addresses)
15033         (message-mail-user-agent, message-use-idna)
15034         (message-valid-fqdn-regexp)
15035         (message-strip-special-text-properties, message-header-synonyms)
15036         (message-beginning-of-line, message-tab-body-function): Add :version.
15037         (message-insert-canlock, message-wide-reply-confirm-recipients):
15038         Change :version.
15039
15040         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15041         and :version.
15042         (mail-source-delete-old-incoming-confirm)
15043         (mail-source-movemail-program): Add :version.
15044
15045         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15046         (gnus-agent-cache, gnus-agent): Change :version.
15047
15048         * gnus-util.el (gnus-use-byte-compile): Change :version.
15049
15050         * gnus-sum.el (gnus-summary-make-false-root-always)
15051         (gnus-summary-default-high-score)
15052         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15053         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15054         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15055         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15056         (gnus-sum-thread-tree-single-indent)
15057         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15058         (gnus-sum-thread-tree-leaf-with-other)
15059         (gnus-sum-thread-tree-single-leaf): Add :version.
15060         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15061         (gnus-article-loose-mime): Change :version.
15062
15063         * gnus-start.el (gnus-backup-startup-file)
15064         (gnus-save-startup-file-via-temp-buffer): Add :version.
15065
15066         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15067         (gnus-server-offline-face): Add :version.
15068
15069         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15070
15071         * gnus-msg.el (gnus-gcc-externalize-attachments)
15072         (gnus-debug-files, gnus-debug-exclude-variables)
15073         (gnus-discouraged-post-methods): Change :version.
15074         (gnus-confirm-mail-reply-to-news)
15075         (gnus-confirm-treat-mail-like-news): Add :version.
15076
15077         * gnus-int.el (gnus-server-unopen-status): Add :version.
15078
15079         * gnus-group.el (gnus-group-jump-to-group-prompt)
15080         (gnus-large-ephemeral-newsgroup)
15081         (gnus-fetch-old-ephemeral-headers): Add :version.
15082
15083         * gnus-fun.el (gnus-x-face-directory)
15084         (gnus-convert-pbm-to-x-face-command)
15085         (gnus-convert-image-to-x-face-command)
15086         (gnus-convert-image-to-face-command): Add :version.
15087
15088         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15089
15090         * gnus-cite.el (gnus-cite-blank-line-after-header)
15091         (gnus-article-boring-faces): Add :version.
15092
15093         * gnus-art.el (gnus-buttonized-mime-types)
15094         (gnus-inhibit-mime-unbuttonizing)
15095         (gnus-treat-display-face)
15096         (gnus-treat-body-boundary): Change :version.
15097         (gnus-body-boundary-delimiter, gnus-picon-databases)
15098         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15099         (gnus-treat-date-english, gnus-treat-fold-headers)
15100         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15101         (gnus-treat-mail-picon, gnus-treat-wash-html)
15102         (gnus-article-encrypt-protocol)
15103         (gnus-use-idna, gnus-article-over-scroll)
15104         (gnus-mime-display-multipart-alternative-as-mixed)
15105         (gnus-mime-display-multipart-related-as-mixed)
15106         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15107         (gnus-ctan-url, gnus-button-ctan-handler)
15108         (gnus-button-handle-ctan-bogus-regexp)
15109         (gnus-button-ctan-directory-regexp)
15110         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15111         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15112         (gnus-button-man-level, gnus-button-emacs-level)
15113         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15114
15115         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15116         (gnus-agent-go-online): Change :version.
15117         (gnus-agent-expire-unagentized-dirs)
15118         (gnus-agent-auto-agentize-methods): Add :version.
15119
15120         * flow-fill.el (fill-flowed-display-column)
15121         (fill-flowed-encode-column): Add :version.
15122
15123         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15124         (gnus-outlook-deuglify-unwrap-max)
15125         (gnus-outlook-deuglify-cite-marks)
15126         (gnus-outlook-deuglify-unwrap-stop-chars)
15127         (gnus-outlook-deuglify-no-wrap-chars)
15128         (gnus-outlook-deuglify-attrib-cut-regexp)
15129         (gnus-outlook-deuglify-attrib-verb-regexp)
15130         (gnus-outlook-deuglify-attrib-end-regexp)
15131         (gnus-outlook-display-hook): Add :version.
15132
15133         * binhex.el (binhex-use-external): Add :version.
15134
15135 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15138         and `invisible'.
15139
15140 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15141
15142         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15143         in gnus-registry-trim.
15144
15145 2004-09-13  Simon Josefsson  <jas@extundo.com>
15146
15147         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15148
15149         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15150
15151         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15152         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15153         <yamaoka@jpl.org>.
15154         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15155         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15156         <yamaoka@jpl.org>.
15157
15158         * sieve.el (sieve-manage-mode): Ditto.
15159
15160 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15161
15162         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15163
15164 2004-09-11  Simon Josefsson  <jas@extundo.com>
15165
15166         * dns-mode.el: Add.
15167
15168         * mm-view.el (mm-display-dns-inline): Add.
15169
15170         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15171         (mm-automatic-display): Ditto.
15172
15173         * mailcap.el (mailcap-mime-data): Add text/dns.
15174         (mailcap-mime-extensions): Map .soa to text/dns.
15175
15176 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15177
15178         * gnus-art.el (article-decode-mime-words, article-babel)
15179         (gnus-article-highlight-signature, gnus-article-add-buttons)
15180         (gnus-signature-toggle): Remove unnecessary bindings of
15181         `inhibit-read-only' inherited from v5.10 merge.
15182
15183 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15184
15185         * nntp.el (nntp): New customization group.
15186         (nntp-authinfo-file): Add customization group.
15187
15188         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15189
15190         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15191
15192         * gnus.el (to-address, to-list, subscribed)
15193         (large-newsgroup-initial): Ditto.
15194
15195         * flow-fill.el (fill-flowed-display-column)
15196         (fill-flowed-encode-column): Ditto.
15197
15198 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15199
15200         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15201         Use point-min rather than 1.
15202         (message-send-mail): Use buffer-size rather than point-max.
15203
15204         * gnus-sum.el (gnus-summary-search-article-forward):
15205         Signal a specific `search-failed' rather than a generic `error'.
15206
15207         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15208         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15209         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15210
15211 2004-09-10  Simon Josefsson  <jas@extundo.com>
15212
15213         * nndb.el (require): Remove tcp and duplicate cl.
15214
15215 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus-agent.el (directory-files-and-attributes): Move forward.
15218
15219 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15220
15221         * gnus-agent.el (directory-files-and-attributes): Optionally
15222         defined to support XEmacs.
15223
15224 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15225
15226         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15227         to avoid run-time CL dependencies.
15228         (gnus-agent-unfetch-articles): New function.
15229         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15230         article numbers even when local .overview file is missing.
15231         (gnus-agent-read-article-number): New function.  Only accepts
15232         27-bit article numbers.
15233         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15234         gnus-agent-read-article-number.
15235         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15236         from backend while recognizing that article numbers in .overview
15237         must be valid.
15238         (gnus-agent-update-files-total-fetched-for): Use
15239         directory-files-and-attributes to improve performance.
15240         * gnus-int.el (gnus-request-move-article): Use
15241         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15242         improve performance.
15243
15244         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15245         some users confused by references to .newsrc when they only have a
15246         .newsrc.eld file.
15247         (gnus-convert-mark-converter-prompt)
15248         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15249         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15250         New function.  Used internally to only display 'gnus converting
15251         files' message when actually necessary.
15252
15253         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15254         methods now autoloaded.
15255
15256 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15259         identifiers.
15260
15261 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15262
15263         * gnus-picon.el: Fix indentation and closing parenthesis.
15264
15265 2004-09-01  Simon Josefsson  <jas@extundo.com>
15266
15267         * message.el (message-canlock-generate): Require sha1, not
15268         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15269         to require within a function.  Sadly, if sha1.el isn't loaded, the
15270         let binding in m-c-g will hide the defcustom definition, which is
15271         bad.)
15272
15273         * canlock.el: Require sha1, not sha1-el.
15274
15275         * message.el: Don't autoload sha1 (there is a autoload cookie in
15276         sha1.el).
15277
15278         * sha1-el.el: Renamed to sha1.el.
15279
15280 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15281
15282         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15283
15284 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15285
15286         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15287
15288 2004-08-30  Kim F. Storm  <storm@cua.dk>
15289
15290         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15291
15292         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15293         Add :group 'nnimap.
15294
15295 2004-08-30  Andreas Schwab  <schwab@suse.de>
15296
15297         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15298         ?* and ?\;.
15299
15300         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15301         and ?\' to symbol instead of whitespace.
15302
15303 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15306
15307         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15308         instead of re-search-forward.
15309
15310         * gnus-uu.el (gnus-uu-save-article): Ditto.
15311         (gnus-uu-post-encode-uuencode): Ditto.
15312
15313         * html2text.el (html2text-clean-list-items): Ditto.
15314         (html2text-clean-dtdd): Ditto.
15315         (html2text-format-tags): Ditto.
15316
15317         * message.el (message-send-mail-with-sendmail): Fix regexp.
15318         (message-fill-field-general): Use search-forward instead of
15319         re-search-forward.
15320         (unbold-region): Ditto.
15321
15322         * nnrss.el (nnrss-request-article): Ditto.
15323
15324         * nnslashdot.el (nnslashdot-request-article): Ditto.
15325
15326         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15327
15328         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15329         "Unrecognized menu descriptor" error in XEmacs.
15330
15331 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15332
15333         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15334         parent article of a sparse article in the thread hashtb.
15335
15336 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15337
15338         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15339         (nnmail-expand-newtext): Lowercase expanded entries if
15340         nnmail-split-lowercase-expanded is non-nil.
15341
15342 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15345
15346         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15347         of gnus-tmp-news-method into string under XEmacs.  It will be
15348         passed to gnus-correct-length which takes only a string argument.
15349
15350 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * gnus-util.el (gnus-bind-print-variables): New macro.
15353         (gnus-prin1): Use it.
15354         (gnus-prin1-to-string): Use it.
15355         (gnus-pp): New function.
15356         (gnus-pp-to-string): New function.
15357
15358         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15359         Replace pp-to-string with gnus-pp-to-string.
15360         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15361         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15362         * gnus-msg.el (gnus-debug): Ditto.
15363         * gnus-score.el (gnus-score-save): Ditto.
15364         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15365         gnus-pp-to-string.
15366         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15367         with gnus-pp.
15368         * score-mode.el (gnus-score-pretty-print): Ditto.
15369         * webmail.el (webmail-debug): Ditto.
15370
15371 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * gnus-art.el (article-display-face, article-display-x-face):
15374         Use buffer-read-only.
15375
15376 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * gnus-art.el (article-hide-list-identifiers):
15379         Bind inhibit-read-only as t.
15380
15381 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15382
15383         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15384
15385 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15386
15387         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15388         (gnus-narrow-to-page): Don't assume point-min == 1.
15389         (gnus-article-edit-mode): Derive from message-mode.
15390
15391         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15392         point-min == 1.
15393
15394         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15395         Disable incorrect use of `assert'.
15396
15397         * message.el (message-mode): Set comment-start-skip.
15398
15399
15400 2004-08-22  Sam Steingold  <sds@gnu.org>
15401
15402         * pop3.el (pop3-leave-mail-on-server): New user variable.
15403         (pop3-movemail): Delete mail only when it is nil.
15404
15405 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15408
15409         * mml.el (mml-preview): Use `pop-to-buffer'.
15410
15411         * message.el (message-goto-mail-followup-to): Insert after "To".
15412         (message-carefully-insert-headers): Add comment.
15413
15414         * gnus.el: Remove unused variable `gnus-article-check-size'.
15415
15416         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15417
15418         * gnus-art.el (gnus-button-alist): Improve
15419         `gnus-button-handle-library' entry.
15420
15421 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15422
15423         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15424         downcase, since XEmacs capitalizes error messages differently.
15425
15426 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15427
15428         * nntp.el: Add (require 'gnus) due to reference to
15429         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15430
15431 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15432
15433         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15434         `mm-fill-flowed'.
15435
15436         * mm-decode.el (mm-dissect-singlepart): Check it.
15437
15438 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15439
15440         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15441         'imap' for netrc parsing.
15442
15443 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * mailcap.el (mailcap-mime-data): Mark as risky.
15446
15447 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15450         may be included in the encoded word.
15451         (rfc2047-encode): Don't append a space if the encoded word
15452         includes close parenthesis.
15453
15454 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15457         of text within parentheses.
15458
15459 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15460
15461         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15462         (gnus-encrypt-write-file-contents): Make the password key the file
15463         name PLUS the cipher, not just the cipher.  Also remove failed
15464         passwords from the cache.
15465
15466 2004-08-06  Simon Josefsson  <jas@extundo.com>
15467
15468         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15469         fix.
15470
15471 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15474         LWSP.
15475
15476 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15477
15478         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15479         to append in-reply-to: data to the references: header.
15480
15481         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15482         (netrc-parse): Use gnus-encrypt.el functions.
15483
15484         * gnus-encrypt.el: Add new file for encryption support; currently
15485         does only a few GPG ciphers and an internal XOR cipher.
15486
15487         * password.el: Add comments on using password-read-and-add.
15488         (password-read-and-add): Add function to read and add the
15489         password to the cache at once.
15490
15491 2004-07-28  Simon Josefsson  <jas@extundo.com>
15492
15493         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15494         parameter (but don't use it, for now).
15495
15496         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15497         instead of hard coding to nil.
15498
15499 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15502         as mm-inline-image-xemacs does.
15503
15504 2004-07-26  Simon Josefsson  <jas@extundo.com>
15505
15506         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15507         Revert part of 2004-07-17 change below.
15508
15509 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15512         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15513
15514 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15515
15516         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15517         quotes that actually start with ">" at the beginning of the
15518         lines.
15519
15520 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * rfc2047.el (rfc2047-encode-region): Fix last change.
15523         (rfc2047-encode-parameter): Remove useless concat.
15524
15525 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15528         encode special characters; fix some kind of misconfigured headers;
15529         signal a real error if debug-on-quit or debug-on-error is non-nil.
15530         (rfc2047-encode-max-chars): New variable.
15531         (rfc2047-encode-1): Use it.
15532         (rfc2047-encode-parameter): New function.
15533
15534         * mml.el (mml-insert-parameter): Remove an excessive space.
15535
15536 2004-07-17  Simon Josefsson  <jas@extundo.com>
15537
15538         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15539         Kai Grossjohann <kai@emptydomain.de>.
15540         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15541         (gnus-group-make-menu-bar): Ditto.
15542
15543         * gnus-util.el (gnus-group-server): Add.
15544
15545 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15546
15547         * message.el (message-clone-locals): Clone sendmail and smtp
15548         variables.
15549
15550 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * rfc2047.el (rfc2047-encode-region): Fix last change.
15553
15554 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15557         characters as non-special.
15558
15559 2004-07-09  Simon Josefsson  <jas@extundo.com>
15560
15561         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15562         Users will lose all flag changes made while unplugged with
15563         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15564         good default.  See numerous reports on ding mailing list.
15565
15566 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15569         add generate-head-function and generate-article-function to the
15570         rfc822-forward entry.
15571         (nndoc-rfc822-forward-generate-article): New function.
15572         (nndoc-rfc822-forward-generate-head): New function.
15573
15574         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15575
15576 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15577
15578         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15579         respect display group parameter and gnus-summary-expunge-below.
15580         (gnus-articles-to-read): Remove unused reference to display group
15581         parameter.
15582
15583 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15584
15585         * nnheader.el (nnheader-uniquify-message-id): New experimental
15586         variable.
15587         (nnheader-nov-read-message-id): Use it.
15588
15589         * spam-report.el (spam-report-gmane): Add interactive.
15590
15591 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15594         qp-or-base64 for the application/* types.
15595
15596 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15597
15598         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15599
15600 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15601
15602         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15603         trim value.
15604
15605 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15606
15607         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15608         New macro and function.
15609         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15610
15611 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15614         after-load-alist.
15615
15616 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15617
15618         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15619         update info that isn't there.
15620
15621 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15622
15623         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15624         entry.
15625
15626 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * mm-view.el (mm-inline-render-with-function): Use multibyte
15629         buffer; decode html source by charset.
15630
15631         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15632
15633         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15634         Mule-UCS is loaded under XEmacs.
15635         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15636
15637 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15638
15639         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15640
15641 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * mm-util.el (mm-coding-system-p): Return a coding-system.
15644         (mm-mime-mule-charset-alist): Use shift_jis instead of
15645         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15646         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15647         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15648         instead of japanese-shift-jis and iso-latin-1 respectively in
15649         order to share the default value with both Emacs and XEmacs-mule.
15650         (mm-mule-charset-to-mime-charset): Make
15651         mm-coding-system-priorities effective.
15652         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15653         while predicating of candidates upon the priorities.
15654
15655 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15656
15657         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15658         gnus-uu-invert-processable.
15659
15660         * gnus.el: Autoload gnus-uu-invert-processable.
15661
15662 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * mm-util.el (mm-with-multibyte-buffer): New macro.
15665
15666         * rfc2047.el (rfc2047-encode-string): Use it.
15667         (rfc2047-encode-region): Move point to the end of the region after
15668         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15669
15670 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15673         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15674
15675 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15678         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15679         Karl Chen <quarl@nospam.quarl.org>.
15680
15681 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15682
15683         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15684         invalid addresses.
15685
15686 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15687
15688         * spam.el: Change section markers, revise TODO list.
15689         (spam-backends): Make new master list of all installed backends.
15690         (spam-summary-exit-behavior): Add new variable to determine how
15691         messages moves are done at summary exit.
15692         (spam-move-spam-nonspam-groups-only)
15693         (spam-process-ham-in-nonham-groups)
15694         (spam-process-ham-in-spam-groups): Remove variables, the
15695         spam-summary-exit-behavior variable should be used to manage this
15696         behavior.
15697         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15698         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15699         and spam-old-spam-articles.
15700         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15701         Add empty variables, placeholders for the backends they represent.
15702         (spam-set-difference): Move, unchanged.
15703         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15704         unless the user has a processor variable.
15705         (spam-classifications, spam-classification-valid-p)
15706         (spam-backend-properties, spam-backend-property-valid-p)
15707         (spam-backend-function-type-valid-p)
15708         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15709         (spam-report-articles-gmane, spam-report-articles-resend):
15710         Remove functions, they are not needed.
15711         (spam-install-backend-super, spam-backend-list)
15712         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15713         (spam-backend-function, spam-backend-ham-registration-function)
15714         (spam-backend-spam-registration-function)
15715         (spam-backend-ham-unregistration-function)
15716         (spam-backend-spam-unregistration-function)
15717         (spam-backend-statistical-p, spam-backend-mover-p)
15718         (spam-install-backend-alias, spam-install-checkonly-backend)
15719         (spam-install-mover-backend, spam-install-nocheck-backend)
15720         (spam-install-backend, spam-install-statistical-backend)
15721         (spam-install-statistical-checkonly-backend): Add backend installation
15722         support.
15723         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15724         (spam-group-processor-p): Use the new backend code and respect the
15725         summary exit behavior.
15726         (spam-mark-spam-as-expired-and-move-routine): Remove.
15727         (spam-summary-prepare): Change to use the new spam-old-articles
15728         variable.
15729         (spam-copy-or-move-routine, spam-copy-spam-routine)
15730         (spam-move-spam-routine, spam-copy-ham-routine)
15731         (spam-move-ham-routine): Add code to copy/move ham or spam.
15732         (spam-fetch-field-fast): Improve doc and code, plus allow the
15733         'number request.
15734         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15735         variables.
15736         (spam-split, spam-find-spam): Use the new backend code.
15737         (spam-registration-functions): Remove variable.
15738         (spam-unregister-routine): Add convenience wrapper.
15739         (spam-log-undo-registration, spam-register-routine)
15740         (spam-log-processing-to-registry)
15741         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15742         where possible.
15743         (spam-check-gmane-xref, spam-check-regex-headers)
15744         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15745         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15746         (spam-check-bogofilter-headers, spam-check-spamoracle)
15747         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15748         (spam-check-crm114-headers): Use the spam-split-group that
15749         spam-split prepares, no need to determine it every time.
15750
15751         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15752         to the nnheader-parse-naked-head call.
15753
15754         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15755
15756         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15757         the nnheader-nov-read-message-id call.
15758
15759 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15760
15761         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15762         gnus-activate-group twice.  Suggested by Markus Peter
15763         <warp@spin.de>.
15764
15765 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * gnus-art.el (gnus-article-time-format): Exchange the order of
15768         day and month in the default value; fix customization type.
15769         (article-date-ut): Use add-text-properties.
15770         (article-make-date-line): Use message-make-date instead of
15771         current-time-string.
15772
15773         * message.el (message-fetch-field): Don't use set-text-properties.
15774         (message-make-date): Simplify.
15775
15776         * messagexmas.el (message-xmas-make-date): New function.
15777         (message-xmas-redefine): Defalias message-make-date to it.
15778
15779 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15782         (rfc2047-encode-region): Treat text within parentheses as special;
15783         show the original text when error has occurred.
15784
15785         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15786         already-computed method to gnus-activate-group.
15787
15788         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15789         same select-methods identical Lisp objects.
15790
15791         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15792         object when modifying the info.
15793
15794 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15797         gnus-opened-servers since it has never been opened with the new
15798         configuration yet.
15799
15800 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15803         arg to nnheader-generate-fake-message-id.
15804
15805 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15806
15807         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15808         number and build a fake message ID localized to a group and
15809         article number (so it's repeatable from that point on).
15810         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15811         ID format.
15812
15813         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15814         nnheader-generate-fake-message-id with the article number.
15815
15816 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15817
15818         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15819         end-of-buffer.
15820
15821 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15822
15823         * message.el (message-ignored-supersedes-headers): Add Approved.
15824
15825 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15828         goto-char.
15829         (rfc2047-encode): Fold the line before encoding.
15830
15831 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15832
15833         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15834         folding -- not all headers can be folded, and this should be done
15835         by the message composition mode.  Probably.  I think.
15836
15837 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15840         fast.
15841
15842         * gnus-ems.el (gnus-remove-image): Don't use
15843         message-text-with-property; remove only the image found first.
15844
15845         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15846         found first.
15847
15848 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15849
15850         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15851
15852 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * message.el (message-text-with-property): Make it fast and accept
15855         optional arguments.
15856         (message-strip-forbidden-properties): Use it.
15857         (message-fix-before-sending): Follow the m-t-w-p change.
15858
15859         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15860
15861 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-art.el (article-hide-headers): Don't change the buffer
15864         mistakenly when performing mml-preview even if
15865         gnus-single-article-buffer is nil.
15866
15867 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15868
15869         * message.el (message-expand-name-databases): New user option.
15870         (message-expand-name): Use it.
15871
15872 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15873
15874         * spam.el (spam-report-articles-resend)
15875         (spam-report-resend-register-routine): Allow ham reporting.
15876         (spam-report-resend-register-ham-routine): Add wrapper.
15877         (spam-registration-functions): Add ham resending functions.
15878         (spam-list-of-processors): Add ham resend processor.
15879
15880         * gnus.el (ham-resend-to): Add new group parameter.
15881         (spam-process): Add ham resend option.
15882
15883         * spam-report.el (spam-report-resend): Allow reporting ham.
15884         (spam-report-resend-ham): Add wrapper.
15885
15886 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15887
15888         * message.el (message-cite-articles-with-x-no-archive): New
15889         variable.
15890         (message-cite-original): Use it.
15891
15892 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15893
15894         * message.el (message-cite-original): Respect X-No-Archive.
15895
15896 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gnus-art.el (article-hide-headers): Refer to the values for
15899         gnus-ignored-headers and gnus-visible-headers in the summary
15900         buffer since a user may have set them as group parameters.
15901
15902 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15903
15904         * assistant.el (assistant-node-name): Add convenience function.
15905         (assistant-render-text, assistant-render-node): Add error handling,
15906         plus handle multiple next nodes.
15907         (assistant-find-next-node): Comment out for now.
15908         (assistant-find-next-nodes): Add function, returns list of next
15909         nodes.
15910
15911 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * mail-source.el (mail-source-directory): Fix doc-string.
15914
15915 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15916
15917         * assistant.el (assistant-render-text, assistant-eval): Add :set
15918         widget type, which is different because it takes and returns a
15919         list.  Much hilarity ensues.
15920
15921 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15922
15923         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15924
15925         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15926         doc-string.
15927
15928         * gnus-start.el (gnus-activate-group): Added doc-string.
15929
15930 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15933
15934 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15935
15936         * assistant.el (assistant-render-text): Try to add a :set
15937         widget, more to come.
15938
15939         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15940         strings.
15941         (spam-report-articles-resend)
15942         (spam-register-routine): Do registration iff any articles warrant
15943         it.
15944         (spam-summary-prepare-exit): Change log message for nil group
15945         destinations.
15946
15947 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15948
15949         * spam.el (spam-report-resend-register-routine): Allow
15950         spam-report-resend-to to be a group parameter or a global value.
15951
15952 2004-05-26  Simon Josefsson  <jas@extundo.com>
15953
15954         * starttls.el: Merge with my GNUTLS based starttls.el.
15955         (starttls-gnutls-program, starttls-use-gnutls)
15956         (starttls-extra-arguments, starttls-process-connection-type)
15957         (starttls-connect, starttls-failure, starttls-success): New
15958         variables.
15959         (starttls-program, starttls-extra-args): Doc fix.
15960         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15961         functions.
15962         (starttls-negotiate, starttls-open-stream): Check
15963         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15964         function if it is set.
15965
15966 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15969         structured fields.
15970
15971 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15974
15975 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15976
15977         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15978         variable.
15979         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15980         assigning the spam-mark to new messages.
15981
15982 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15983
15984         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15985
15986 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15989
15990         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15991         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15992         default.
15993
15994 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15995
15996         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15997         correct data.
15998
15999 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16000
16001         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16002         (spam-group-processor-p): Fix function.
16003         (spam-group-processor-multiple-p)
16004         (spam-group-spam-processor-report-gmane-p)
16005         (spam-group-spam-processor-report-resend-p)
16006         (spam-group-spam-processor-bogofilter-p)
16007         (spam-group-spam-processor-blacklist-p)
16008         (spam-group-spam-processor-ifile-p)
16009         (spam-group-ham-processor-ifile-p)
16010         (spam-group-spam-processor-spamoracle-p)
16011         (spam-group-spam-processor-crm114-p)
16012         (spam-group-ham-processor-bogofilter-p)
16013         (spam-group-spam-processor-stat-p)
16014         (spam-group-ham-processor-stat-p)
16015         (spam-group-ham-processor-whitelist-p)
16016         (spam-group-ham-processor-BBDB-p)
16017         (spam-group-ham-processor-spamoracle-p)
16018         (spam-group-ham-processor-copy-p): Remove functions with some
16019         prejudice against unneeded code.
16020         (spam-report-articles-resend)
16021         (spam-report-resend-register-routine): Allow the group/topic
16022         spam-resend-to value to override spam-report-resend-to.
16023         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16024         properly now.
16025
16026         * gnus.el (spam-resend-to): Add group/topic parameter.
16027         (spam-process): Move the OBSOLETE processors to the end of the
16028         choices.
16029
16030 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16031
16032         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16033         with resend-to set to nil, and then ask the user if necessary.
16034         (spam-report-resend): spam-report-resend takes a list of articles, not
16035         separate article numbers.
16036
16037 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16040         addition to emacs-w3m.
16041
16042 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16043
16044         * assistant.el (assistant-authinfo-data): New function.
16045         (assistant-eval): Eval for entire assistant.
16046
16047         * netrc.el (netrc-services-file): New variable.
16048         (netrc-parse-services): New function.
16049         (netrc-find-service-name): New function.
16050         (netrc-find-service-number): New function.
16051         (netrc-port-equal): New function.
16052         (netrc-machine): Use it.
16053
16054         * nnimap.el (nnimap-open-connection): Use netrc.
16055
16056         * gnus-util.el (gnus-netrc-get): Remove aliases.
16057
16058         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16059
16060         * assistant.el (wid-edit): Fix compilation.
16061
16062         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16063
16064 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16065
16066         * gnus-util.el (gnus-set-file-modes): New function.  (small
16067         patch).
16068
16069 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16070
16071         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16072
16073         * assistant.el (assistant-render-node): Fix up rendering and
16074         read-only text.
16075         (assistant-render-node): Reset.
16076         (assistant-make-read-only): Not sticky.
16077
16078 2004-05-20  Danny Siu  <dsiu@adobe.com>
16079
16080         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16081         centered even when gnus-auto-center-summary is t.
16082
16083 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16084
16085         * dns.el (dns-get-txt-answer): New function.
16086         (dns-read-txt): Ditto.
16087         (query-dns): Use it.
16088
16089 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16092         active for foreign groups even if the group level is higher than
16093         the specified value.
16094
16095 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16096
16097         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16098         non-active groups.
16099
16100         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16101
16102 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16103
16104         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16105
16106 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16107
16108         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16109         (spam-crm114-header, spam-crm114-spam-switch)
16110         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16111         (spam-crm114-positive-spam-header)
16112         (spam-crm114-database-directory, spam-list-of-processors)
16113         (spam-group-spam-processor-crm114-p)
16114         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16115         (spam-generic-score, spam-list-of-checks)
16116         (spam-list-of-statistical-checks, spam-registration-functions)
16117         (spam-check-crm114-headers, spam-crm114-score)
16118         (spam-check-crm114, spam-crm114-register-with-crm114)
16119         (spam-crm114-register-spam-routine)
16120         (spam-crm114-unregister-spam-routine)
16121         (spam-crm114-register-ham-routine)
16122         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16123         asjo@koldfront.dk (Adam Sjøgren).
16124
16125         * gnus.el: Add spam-use-crm114.
16126
16127         * spam.el (spam-list-of-processors, spam-registration-functions):
16128         Add spam-use-resend.
16129         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16130         (spam-report-articles-gmane): Add doc fix.
16131         (spam-report-articles-resend, spam-report-resend-register-routine):
16132         Add wrappers around spam-report-resend-to.
16133
16134         * spam-report.el (spam-report-resend-to, spam-report-resend):
16135         Add support for resending spam.
16136         (spam-report-gmane): Fix line length >80.
16137
16138         * gnus.el (spam-process): Add spam-use-resend.
16139
16140 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16141
16142         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16143         number of processed spam messages.
16144         (spam-ham-copy-or-move-routine): Return the number of processed
16145         ham messages.
16146         (spam-summary-prepare-exit): Use the above values to decide
16147         whether status messages shouled be displayed.
16148
16149 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16152         `rfc2047-encoding-function-alist' in order to avoid conflicting
16153         with the old version.
16154         (rfc2047-encode-region): Concatenate words containing non-ASCII
16155         characters in structured fields; don't encode space-delimited
16156         ASCII words even in unstructured fields; don't break words at
16157         char-category boundaries.
16158         (rfc2047-encode-1): New function.
16159         (rfc2047-encode): Use it; encode text so that it occupies the
16160         maximum width within 76-column; work correctly on Q encoding for
16161         iso-2022-* charsets.
16162         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16163         sure not to break a line just after the header name.
16164         (rfc2047-b-encode-region): Removed.
16165         (rfc2047-b-encode-string): New function.
16166         (rfc2047-q-encode-region): Removed.
16167         (rfc2047-q-encode-string): New function.
16168
16169         * mm-util.el (mm-replace-in-string): New function.
16170
16171 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16172
16173         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16174         get it right.
16175         (gnus-inews-make-draft): Really.
16176
16177 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16178
16179         * nnmh.el (nnmh-request-list-1): Don't check the link count
16180         before descending.  (small patch)
16181
16182 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16183
16184         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16185         stuff.
16186
16187         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16188         on real group name.
16189
16190         * gnus-art.el (gnus-signature-limit): Doc fix.
16191
16192         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16193
16194         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16195
16196 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16197
16198         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16199         isn't a string.
16200
16201 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16202
16203         * gnus-draft.el (gnus-draft-send): Bind
16204         rfc2047-encode-encoded-words.
16205
16206         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16207         (rfc2047-encodable-p): Say that =? needs encoding.
16208         (rfc2047-encode-encoded-words): New variable.
16209
16210         * gnus-group.el (gnus-group-select-group): Doc fix.
16211
16212         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16213
16214         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16215         to nil.
16216
16217         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16218
16219         * nnheader.el (nnheader-get-lines-and-char): New function.
16220
16221 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16222
16223         * gnus-msg.el (gnus-summary-followup-with-original): Document
16224         yanking of region when active.
16225
16226 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16229         groups if the group level is higher than the specified value.
16230
16231 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16234         (gnus-group-jump-to-group): Added prefix argument using
16235         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16236         non-active group.
16237
16238         * compface.el (uncompface): Be verbose when changing
16239         `uncompface-use-external'.
16240
16241         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16242         handle manual section.
16243
16244 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16245
16246         * gnus-art.el (gnus-button-alist): Revert previous change.
16247
16248 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16249
16250         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16251
16252 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16253
16254         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16255         whether backend can accept message.
16256
16257         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16258
16259 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16260
16261         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16262         Avoid creating directory when nntp-marks-is-evil is true.
16263         Reported by Reiner Steib.
16264
16265 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * gnus-picon.el (gnus-picon-style): New variable.
16268         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16269         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16270         Jesper Harder <harder@ifa.au.dk>.
16271
16272 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16273
16274         * message.el (message-fill-field): Return point.
16275         (message-generate-headers): Go to end of field.
16276
16277         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16278         stuff for non-living groups.
16279
16280 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16281
16282         * gnus-art.el (gnus-article-followup-with-original)
16283         (gnus-article-reply-with-original): gnus-mark-active-p ->
16284         gnus-region-active-p.
16285
16286 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16287
16288         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16289         only when there is spam or ham to be processed.
16290
16291 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16292
16293         * mail-source.el (mail-source-delete-crash-box): Refactor.
16294         (mail-source-fetch): Use it.
16295         (mail-source-fetch-file): Ditto.
16296         (mail-source-fetch-directory): Run postscript in loop.
16297         (mail-source-fetch-pop): Delete.
16298         (mail-source-fetch-maildir): Ditto.
16299         (mail-source-fetch-imap): Ditto.
16300
16301         * imap.el (imap-authenticators): Comment out sasl.
16302
16303         * message.el (message-skip-to-next-address): New function.
16304         (message-fill-header-address): Refactor.
16305         (message-fill-address): Use it.
16306         (message-delete-address): Use it.
16307         (message-fill-header-general): Refactor.
16308         (message-fill-field-address): Rename.
16309         (message-narrow-to-field): Find the start of the header.
16310         (message-header-format-alist): Don't pre-fill.
16311         (message-fill-header): Removed.
16312         (message-insert-header): New function.
16313         (message-shorten-references): Use it.
16314
16315         * rfc2047.el (rfc2047-field-value): Strip props.
16316
16317         * mail-parse.el (mail-header-make-address): New alias.
16318
16319         * ietf-drums.el (ietf-drums-make-address): New function.
16320
16321         * imap.el: Add compiler directives.
16322
16323         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16324
16325         * gnus-art.el (article-decode-idna-rhs): Don't use
16326         message-idna-inside-rhs-p.
16327
16328 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16329
16330         * message.el (message-idna-inside-rhs-p): Removed.
16331         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16332
16333         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16334         false positives.
16335
16336 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16337
16338         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16339
16340 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16341
16342         * nneething.el (nneething-file-name): Don't create spurious
16343         files.
16344
16345         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16346         (gnus-inews-do-gcc): Remove sleep.
16347
16348         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16349         part under point.
16350
16351         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16352         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16353
16354 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16355
16356         * spam.el (spam-summary-prepare-exit): Fixed (length).
16357
16358 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16359
16360         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16361         as expired without moving it" message when there are spam
16362         messages left.
16363
16364 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16365
16366         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16367         header is not nil.
16368
16369 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16370
16371         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16372         nntp-possibly-create-directory, not nntp-possibly-change-group.
16373         (nntp-marks-changed-p): New arg SERVER.
16374         (nntp-request-update-info): Adjust caller.
16375
16376 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16377
16378         * nntp.el (nntp-save-marks): Pass missing arg.
16379
16380 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16381
16382         * nntp.el: Support marks.
16383         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16384         (nntp-marks-modtime, nntp-marks-directory): New variables.
16385         (nntp-request-set-mark, nntp-request-update-info)
16386         (nntp-possibly-create-directory, nntp-marks-changed-p)
16387         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16388         functions.
16389
16390 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16391
16392         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16393         (gnus-xmas-redefine): Rename.
16394
16395         * gnus-score.el (gnus-score-insert-help): Use
16396         gnus-select-lowest-window.
16397
16398         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16399         appt-select-lowest-window and rename to gnus-select-lowest-window.
16400
16401         * gnus.el: do.
16402
16403 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16404
16405         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16406         encodings of MIME-encoded words, in order to improve
16407         interoperability with several broken MUAs.
16408
16409 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16410
16411         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16412         tags, only when charsets are not specified in headers.
16413         (mm-inline-text-html-render-with-w3m): Ditto.
16414
16415         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16416         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16417
16418 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16419
16420         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16421         instead of MIME-decoded from fields when checking
16422         `gnus-article-address-banner-alist'.
16423
16424 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16425
16426         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16427         description rather than subject.
16428
16429 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16430
16431         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16432
16433 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16434
16435         * gnus.el (gnus-version-number): Bump.
16436
16437 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16438
16439         * gnus.el: No Gnus v0.2 is released.
16440
16441 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16442
16443         * gnus-agent.el (gnus-agent-read-agentview): Inline
16444         gnus-uncompress-range.
16445
16446 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16447
16448         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16449         `exec-installed-p'.
16450
16451 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16452
16453         * gnus.el (spam-process, spam-autodetect-methods): Add
16454         bsfilter and bsfilter-headers.
16455
16456         * spam.el (spam-bsfilter): New customize group.
16457         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16458         (spam-bsfilter-header, spam-bsfilter-probability-header)
16459         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16460         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16461         (spam-bsfilter-database-directory): New options.
16462         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16463         (spam-list-of-statistical-checks, spam-registration-functions):
16464         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16465         (spam-bsfilter-score): New command.
16466         (spam-check-bsfilter-headers, spam-check-bsfilter)
16467         (spam-bsfilter-register-with-bsfilter)
16468         (spam-bsfilter-register-spam-routine)
16469         (spam-bsfilter-unregister-spam-routine)
16470         (spam-bsfilter-register-ham-routine)
16471         (spam-bsfilter-unregister-ham-routine): New functions.
16472         (spam-generic-score): Support bsfilter; Accept an optional argument
16473         to recalcurate spam score even if scoring header has already been
16474         added.
16475         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16476         optional argument to recalcurate spam score even if scoring header
16477         has already been added.
16478
16479 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16480
16481         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16482         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16483         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16484         link is missing.
16485
16486 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16487
16488         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16489         (html2text-get-attr): Rewrite.
16490
16491         * message.el (message-setup-1): Remove redundant put-text-property
16492         on mail-header-separator.
16493
16494 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16495
16496         * gnus-registry.el (gnus-registry-cache-whitespace)
16497         (gnus-registry-action, gnus-registry-spool-action)
16498         (gnus-registry-split-fancy-with-parent): Change message levels
16499         from 5 to 3 or 7, as needed.
16500
16501         * spam.el (spam-summary-prepare-exit)
16502         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16503         (spam-split, spam-find-spam, spam-log-undo-registration)
16504         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16505         level from 5 to 6.
16506
16507 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16510         2004-03-04 change).
16511
16512 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16513
16514         * sieve-manage.el (sieve-manage-open):
16515         * nnweb.el (nnweb-insert-html):
16516         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16517         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16518         * nnspool.el (nnspool-request-group):
16519         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16520         * nnml.el (nnml-request-update-info):
16521         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16522         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16523         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16524         (nnimap-request-set-mark):
16525         * nnfolder.el (nnfolder-request-update-info):
16526         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16527         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16528         * gnus-uu.el (gnus-uu-find-articles-matching):
16529         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16530         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16531         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16532         * gnus-nocem.el (gnus-nocem-scan-groups):
16533         * gnus-int.el (gnus-start-news-server):
16534         * gnus-group.el (gnus-group-make-kiboze-group)
16535         (gnus-group-browse-foreign-server):
16536         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16537         Use mapc when appropriate.
16538
16539 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16540
16541         FIXME: Make separate entries for each person.
16542
16543         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16544         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16545         <shields@msrl.com>:
16546
16547         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16548         may need for spam sorting and scoring.
16549         (spam-user-format-function-S): Add user format function suitable for
16550         general use.
16551         (spam-article-sort-by-spam-status): Add sorting function for summary
16552         sorting.
16553         (spam-extra-header-to-number): Add function to get a score from a
16554         header.
16555         (spam-summary-score): Add function to get a numeric score from the
16556         headers.
16557         (spam-generic-score): Fix function doc, was in wrong place.
16558         (spam-initialize): Take symbols when it's run, and install the
16559         extra headers that spam-necessary-extra-headers thinks we need.
16560
16561 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16562
16563         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16564         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16565
16566 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16567
16568         * gnus-sum.el (gnus-set-global-variables)
16569         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16570         (gnus-article-get-xrefs, gnus-summary-best-group)
16571         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16572         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16573         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16574         Use with-current-buffer.
16575
16576 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * spam.el (spam-summary-prepare-exit): Simplify logic.
16579         (spam-fetch-article-header): Read the article header if it's not
16580         available.
16581         (spam-list-articles): Simplify logic.
16582         (spam-filelist-register-routine): Fix bug with unregister-list.
16583
16584         * gnus-registry.el: Fix comments at beginning.
16585
16586 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * message.el (message-cater-to-broken-inn): Remove.
16589         (message-shorten-references): Make sure the total folded length of
16590         References is shorter than 998 characters to cater to a bug in INN
16591         2.3.  Also, don't pretend that references aren't folded -- this
16592         hasn't worked for a while.
16593
16594 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16595
16596         * gnus-agent.el (gnus-agentize):
16597         gnus-agent-send-mail-real-function no longer set to current value
16598         of message-send-mail-function but rather a lambda that calls
16599         message-send-mail-function.  The change makes the agent real-time
16600         responsive to user changes to message-send-mail-function.
16601
16602 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16603
16604         * legacy-gnus-agent.el
16605         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16606         help from Florian Weimer <fw@deneb.enyo.de>
16607
16608 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * nnmail.el (nnmail-cache-insert): Revert last change.
16611
16612 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * nnmail.el (nnmail-cache-insert): Always check whether
16615         nnmail-cache-ignore-groups matches a group name.
16616
16617 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16618
16619         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16620         (spam-find-spam, spam-log-processing-to-registry)
16621         (spam-log-registered-p, spam-log-unregistration-needed-p)
16622         (spam-log-undo-registration): Use gnus-message instead of
16623         gnus-error, none of these errors are fatal.
16624
16625         * gnus-registry.el (gnus-registry-clean-empty-function)
16626         (gnus-registry-clean-empty): Remove only empty entries without
16627         extra data.
16628
16629 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16630
16631         * spam-stat.el (spam-stat-buffer-change-to-spam)
16632         (spam-stat-buffer-change-to-non-spam): Change (error) to
16633         (gnus-message 8) invocation.
16634
16635 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * nntp.el (nntp-via-netcat-command): New variable.
16638         (nntp-via-netcat-switches): New variable.
16639         (nntp-open-via-rlogin-and-netcat): New function.
16640         (nntp-open-connection-function): Doc fix.
16641         (nntp-telnet-command): Doc fix.
16642         (nntp-end-of-line): Doc fix.
16643         (nntp-via-rlogin-command): Doc fix.
16644         (nntp-via-user-name): Doc fix.
16645         (nntp-via-address): Doc fix.
16646
16647 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16650         error in Emacs 21.1.
16651
16652 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16655
16656 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16657
16658         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16659         (gnus-agent-with-refreshed-group): New macro.
16660         (gnus-agent-rename-group): New function.
16661         (gnus-agent-delete-group): New function.
16662         (gnus-agent-save-group-info): Use gnus-command-method when
16663         `method' parameter is nil.  Don't write nil entries into the
16664         active file.
16665         (gnus-agent-get-group-info): New function.
16666         (gnus-agent-fetch-articles): Use
16667         gnus-agent-update-files-total-fetched-for to increment disk space
16668         used.
16669         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16670         gnus-agent-update-view-total-fetched-for to increment disk space
16671         used.
16672         (gnus-agent-get-local): Added optional parameters to avoid calling
16673         gnus-group-real-name and gnus-find-method-for-group.
16674         (gnus-agent-set-local): Delete stored entry if either min, or max,
16675         are nil.
16676         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16677         quit, use gnus-agent-regenerate-group to record existance of any
16678         articles fetched to disk before the quit occurred.
16679         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16680         gnus-agent-update-view-total-fetched-for, and
16681         gnus-agent-update-files-total-fetched-for to decrement disk space
16682         used.
16683         (gnus-agent-retrieve-headers): Use
16684         gnus-agent-update-view-total-fetched-for to increment disk space
16685         used.
16686         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16687         with gnus-agent-update-files-total-fetched-for to decrement disk
16688         space and fresh group buffer.
16689         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16690         (gnus-agent-need-update-total-fetched-for): New variable.
16691         (gnus-agent-update-files-total-fetched-for): New function.
16692         (gnus-agent-update-view-total-fetched-for): New function.
16693         (gnus-agent-total-fetched-for): New function.
16694
16695         * gnus-cache.el (gnus-cache-save-buffers): Use
16696         gnus-cache-update-overview-total-fetched-for to change disk space
16697         used by this group.
16698         (gnus-cache-possibly-enter-article): Use
16699         gnus-cache-update-file-total-fetched-for to increment disk space
16700         used by this group.
16701         (gnus-cache-possibly-remove-article): Use
16702         gnus-cache-update-file-total-fetched-for to decrement disk space
16703         used by this group.
16704         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16705         (gnus-cache-rename-group): New function.
16706         (gnus-cache-delete-group): New function.
16707         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16708         (gnus-cache-need-update-total-fetched-for): New variable.
16709         (gnus-cache-with-refreshed-group): New macro.
16710         (gnus-cache-update-file-total-fetched-for): New function.
16711         (gnus-cache-update-overview-total-fetched-for): New function.
16712         (gnus-cache-rename-group-total-fetched-for): New function.
16713         (gnus-cache-delete-group-total-fetched-for): New function.
16714         (gnus-cache-total-fetched-for): New function.
16715
16716         * gnus-group.el: Require gnus-sum and autoload functions to
16717         resolve warnings when gnus-group.el compiled alone.
16718         (gnus-group-line-format): Documented new %F.
16719         (size of Fetched data) group line format; identifies disk space
16720         used by agent and cache.
16721         (gnus-group-line-format-alist): Defined new F format.
16722         (gnus-total-fetched-for): New function.
16723         (gnus-group-delete-group): No longer update
16724         gnus-cache-active-altered as gnus-request-delete-group now keeps
16725         the cache in sync.
16726         (gnus-group-list-active): Let the agent store a server's active
16727         list if currently plugged.
16728
16729         * gnus-int.el (gnus-request-delete-group):
16730         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16731         local disk in sync with the server.
16732         (gnus-request-rename-group):
16733         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16734         local disk in sync with the server.
16735
16736         * gnus-start.el (gnus-get-unread-articles):
16737         Cosmetic simplification to logic.
16738
16739         * gnus-util.el (gnus-rename-file): New function.
16740
16741 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16742
16743         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16744
16745 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16746
16747         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16748         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16749
16750 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16751
16752         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16753         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16754
16755 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16756
16757         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16758
16759 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16760
16761         * spam.el (spam-set-difference): Add function to replace
16762         gnus-set-difference in spam.el.
16763         (spam-summary-prepare-exit): Use spam-set-difference.
16764
16765 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16766
16767         * gnus-registry.el (gnus-registry-cache-file): Update to use
16768         gnus-dribble-directory OR gnus-home-directory OR ~.
16769         (gnus-registry-split-fancy-with-parent): Fix doc.
16770
16771 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * message.el (message-exchange-point-and-mark): Use
16774         message-mark-active-p.  Suggested by Jesper Harder
16775         <harder@ifa.au.dk>.
16776
16777 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * message.el (message-exchange-point-and-mark): Don't activate
16780         region if it was inactive.  Suggested by Hiroshi Fujishima
16781         <pooh@nature.tsukuba.ac.jp>.
16782
16783 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * gnus-art.el (article-display-face): Display Faces in the same
16786         order as X-Faces.
16787
16788 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16791
16792 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16795         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16796         (gnus-article-mime-hierarchy): Remove.
16797         (gnus-article-mime-hierarchy-next): Remove.
16798         (gnus-article-mode): Revert 2004-03-19 change.
16799         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16800         (gnus-insert-mime-button): Revert 2004-03-19 change.
16801         (gnus-mime-accumulate-hierarchy): Remove.
16802         (gnus-mime-enter-multipart): Remove.
16803         (gnus-mime-leave-multipart): Remove.
16804         (gnus-mime-display-part): Revert 2004-03-19 change.
16805         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16806
16807         * mml.el (mml-preview): Revert 2004-03-19 change.
16808
16809 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16810
16811         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16812
16813 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16816         t while entering a file name using the mm-with-multibyte macro.
16817         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16818
16819         * mm-util.el (mm-with-multibyte): New macro.
16820
16821 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16824         user option.
16825         (gnus-mime-multipart-functions): Doc and customization fix.
16826         (gnus-article-mime-hierarchy): New variable.
16827         (gnus-article-mime-hierarchy-next): New variable.
16828         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16829         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16830         gnus-article-mime-hierarchy-next to nil.
16831         (gnus-insert-mime-button): Show hierarchy numbers.
16832         (gnus-mime-accumulate-hierarchy): New function.
16833         (gnus-mime-enter-multipart): New function.
16834         (gnus-mime-leave-multipart): New function.
16835         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16836         (gnus-mime-display-alternative): Show hierarchy numbers.
16837
16838         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16839         gnus-article-mime-hierarchy-next to nil.
16840
16841 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16842
16843         * dns.el: Don't require gnus-xmas.
16844
16845 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16846
16847         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16848         inline PGP.
16849         (mml-menu): Disable mml-quote-region if mark is inactive.
16850
16851 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16854         when the group's active is not available.
16855
16856 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16859         error.
16860
16861 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16862
16863         * imap.el (imap-store-password): New variable.
16864         (imap-interactive-login): Use it.
16865         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16866
16867 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16870         window-start and hscroll to summary window.
16871
16872 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16873
16874         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16875         conversion message to newsrc-dribble when an actual conversion is
16876         performed.
16877
16878 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16879
16880         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16881
16882 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * mm-decode.el (mm-complicated-handles): New function reviving
16885         former definition of mm-multiple-handles.
16886
16887         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16888         (gnus-mime-delete-part): Use it.
16889
16890 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16891
16892         * gnus-agent.el (gnus-agent-read-local): Bind
16893         nnheader-file-coding-system to gnus-agent-file-coding-system to
16894         avoid the implicit assumption that they will always be equal.
16895         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16896         coding-system-for-write, as the with-temp-file macro first prints
16897         to a buffer then saves the buffer.
16898
16899 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * gnus-art.el (gnus-article-edit-part): New function.
16902         (gnus-mime-save-part-and-strip): Use it; do query instead of
16903         signaling an error; don't use mm-multiple-handles.
16904         (gnus-mime-delete-part): Ditto.
16905
16906 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16907
16908         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16909         old file versions.
16910         (gnus-group-prepare-hook): Removed function that converted list
16911         form of gnus-agent-expire-days to group properties.
16912
16913         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16914         (gnus-request-accept-article): Re-indented.
16915
16916         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16917         converters to handle old agent file formats.  Added logic for a
16918         "backup before upgrading warning".
16919         (gnus-convert-mark-converter-prompt): Developers can mark
16920         functions as needing (default), or not needing,
16921         gnus-convert-old-newsrc's "backup before upgrading warning".
16922         (gnus-convert-converter-needs-prompt): Tests whether the user
16923         should be protected from potentially irreversable changes by the
16924         function.
16925
16926         * legacy-gnus-agent.el: New.  Provides converters that are only
16927         loaded when gnus-convert-old-newsrc needs to call them.
16928
16929 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * mail-source.el (mail-source-touch-pop): Doc fix.
16932
16933         * message.el (message-smtpmail-send-it): Doc fix.
16934
16935 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16936
16937         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16938
16939         * nnmail.el (nnmail-split-fancy): do.
16940
16941         * gnus-kill.el (gnus-kill, gnus-execute): do.
16942
16943 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16944
16945         * gnus-sum.el (gnus-widget-reversible-match)
16946         (gnus-widget-reversible-to-internal)
16947         (gnus-widget-reversible-to-external): New functions.
16948         (gnus-widget-reversible): New widget.
16949         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16950
16951 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16952
16953         * gnus-sum.el (gnus-thread-sort-functions)
16954         (gnus-article-sort-functions): Document `(not F)' items.
16955
16956 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16957
16958         * spam.el (spam-use-gmane-xref): Add new backend.
16959         (spam-gmane-xref-spam-group): Add variable to control the name of the
16960         Gmane spam group.
16961         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16962         (spam-regex-headers-spam, spam-regex-headers-ham)
16963         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16964         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16965         backends and checks.
16966         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16967
16968         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16969         an autodetect method.
16970
16971 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16972
16973         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16974         articles are being added to a group.
16975         (gnus-request-replace-article): Inform the agent that articles
16976         need to be uncached as the cached contents are no longer valid.
16977
16978 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * binhex.el: Don't autoload executable-find.
16981
16982         * canlock.el: Don't autoload mail-fetch-field.
16983
16984         * dgnushack.el: Autoload c-mode for XEmacs.
16985
16986         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16987
16988         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16989         rmail-dont-reply-to and rmail-output.
16990
16991         * gnus-score.el: Don't autoload ffap-string-at-point.
16992
16993         * gnus-setup.el: Don't autoload sc-cite-original.
16994
16995         * imap.el: Don't autoload base64-decode-string,
16996         base64-encode-string and md5.
16997
16998         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16999         and rmail-msg-restore-non-pruned-header.
17000
17001         * mm-decode.el: Don't autoload executable-find.
17002
17003         * mm-url.el: Don't autoload executable-find.
17004
17005         * mm-view.el: Don't autoload diff-mode.
17006
17007         * nndb.el: Don't autoload news-reply-mode, news-setup,
17008         cancel-timer and telnet.
17009
17010         * password.el: Don't autoload run-at-time for Emacs.
17011
17012         * sha1-el.el: Don't autoload executable-find.
17013
17014         * sieve-mode.el: Don't autoload c-mode.
17015
17016         * uudecode.el: Don't autoload executable-find.
17017
17018 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17019
17020         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17021         (gnus-agent-possibly-alter-active): Avoid null in numeric
17022         comparison.
17023         (gnus-agent-set-local): Refuse to save null in local object table.
17024         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17025         list of articles that will be marked as unread.
17026
17027 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17030
17031 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17032
17033         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17034         language tags.
17035
17036 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17037
17038         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17039         Don't bind "obarray".
17040
17041         * gnus-sum.el (gnus-thread-sort-functions): Added
17042         `gnus-thread-sort-by-most-recent-number' and
17043         `gnus-thread-sort-by-most-recent-date'.
17044         Reported by Kai Grossjohann <kai@emptydomain.de>.
17045
17046 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17049
17050 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17051
17052         * gnus-cus.el (gnus-agent-customize-category): Removed
17053         ignore-errors macro reference that required cl to be loaded at
17054         run-time.
17055
17056         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17057         single-interval range of the form (min . max).  Previously the
17058         range had to look like ((min . max)).  Likewise, return
17059         (min . max) rather than ((min . max)).
17060         (gnus-range-map): Use gnus-range-normalize to accept
17061         single-interval range.
17062
17063         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17064         the cache, but not the agent, now appear with their usual face.
17065
17066         * dgnushack.el (loaddir): New variable that is bound to the
17067         directory containing the dgnushack.el file. Use loaddir, rather
17068         than srcdir, to update load-path. Change lets dgnushack compile
17069         code in directories other than GNUS/lisp.
17070
17071 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * lpath.el: Don't bind w3m-safe-url-regexp.
17074
17075         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17076         w3m-safe-url-regexp variable buffer-local.
17077
17078         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17079
17080 2004-02-27  Simon Josefsson  <jas@extundo.com>
17081
17082         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17083         gnus-group-real-prefix.
17084         (gnus-summary-move-article): Use it, instead of
17085         gnus-group-real-prefix.
17086
17087 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * lpath.el: Bind w3m-safe-url-regexp.
17090
17091         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17092         w3m-safe-url-regexp variable buffer-local and set it as the value
17093         of mm-w3m-safe-url-regexp.
17094
17095         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17096
17097         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17098         parsing gnus-posting-styles when the message is not for replying.
17099
17100         * dgnushack.el: Autoload sgml-mode for XEmacs.
17101
17102         * nnrss.el (nnrss-opml-export): Use
17103         mm-set-buffer-file-coding-system instead of
17104         set-buffer-file-coding-system.
17105
17106 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17107
17108         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17109         of checkdoc.el).
17110         * nnrss.el: do.
17111         * gnus-mlspl.el: do.
17112         * gnus-ml.el: do.
17113         * gnus-srvr.el: do.
17114
17115         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17116
17117 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17118
17119         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17120         Corrections to custom-manual links.
17121
17122         * gnus-art.el (gnus-article): Ditto.
17123
17124         * mm-decode.el (mime-display, mime-security): Ditto.
17125
17126 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17127
17128         * flow-fill.el: Typo.
17129
17130 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17131
17132         * spam-wash.el: New file.
17133
17134 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17135
17136         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17137
17138 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17139
17140         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17141         to be run with new-articles as LIST1, not LIST2.
17142         (spam-registration-functions): Add spam-use-ham-copy as a nil
17143         registration backend.
17144
17145 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17146
17147         * spam-stat.el (spam-stat-washing-hook): New option.
17148         (spam-stat-buffer-words): Use it.
17149         (spam-stat-process-directory, spam-stat-test-directory): Use
17150         insert-file-contents-literally.
17151         (spam-stat-coding-system): New variable.
17152         (spam-stat-load, spam-stat-save): Use it.
17153
17154 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * spam-report.el (spam-report-plug-agent): Quote
17157         spam-report-url-to-file and spam-report-url-ping-plain.
17158
17159 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17162         / in mailto URLs.
17163
17164 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17165
17166         * spam-report.el (spam-report-process-queue): Fix interactive use.
17167         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17168         (spam-report-unplug-agent): Doc fixes.
17169         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17170         (spam-report-agentize, spam-report-deagentize): Autoload.
17171
17172 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17175
17176         * message.el (message-setup-fill-variables): Add mml tags to
17177         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17178         <ajk@iu.edu>.
17179         (message-mode): Don't modify paragraph-separate there.
17180
17181 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * compface.el (uncompface-use-external): Default to undecided.
17184         (uncompface-use-external-threshold): New variable.
17185         (uncompface-float-time): New macro.
17186         (uncompface): Determine whether to use the external decoder if
17187         uncompface-use-external is undecided.
17188
17189 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17190
17191         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17192         after images.
17193
17194         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17195
17196 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17197
17198         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17199
17200         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17201
17202         * gnus-sum.el (gnus-summary-limit-to-age)
17203         (gnus-summary-limit-children): do.
17204
17205         * gnus-int.el (gnus-request-scan): do.
17206
17207         * gnus-group.el (gnus-group-suspend): do.
17208
17209         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17210
17211         * gnus-cite.el (gnus-cite-parse-attributions): do.
17212
17213         * gnus-agent.el (gnus-summary-set-agent-mark)
17214         (gnus-agent-regenerate-group): do.
17215
17216         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17217
17218         * binhex.el (binhex-decode-region-internal): do.
17219
17220 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-fun.el (gnus-face-properties-alist): New user option.
17223         (gnus-display-x-face-in-from): Use it.
17224
17225         * gnus-art.el (article-display-face): Ditto.
17226
17227         * compface.el (uncompface-use-external): Default to nil.
17228
17229 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17230
17231         * nntp.el (nntp-erase-buffer): New function.
17232         (nntp-retrieve-data, nntp-send-command)
17233         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17234         (nntp-possibly-change-group): Use it.
17235
17236         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17237         with-current-buffer.
17238
17239 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17240
17241         * compface.el: Merge the ELisp-based uncompface program.
17242         (compface): New customization group.
17243         (uncompface-use-external): New user option.
17244         (uncompface): Call uncompface-internal if uncompface-use-external
17245         is nil.
17246         (uncompface-internal): New function.  Note that there are also
17247         some other functions and variables added for this function.
17248
17249 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17250
17251         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17252         if necessary.
17253
17254 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17255
17256         * spam-report.el (spam-report-unplug-agent)
17257         (spam-report-plug-agent, spam-report-deagentize)
17258         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17259         Add support for the Agent in spam-report: when unplugged, report to a
17260         file; when plugged, submit all the requests.
17261
17262         * spam.el (spam-register-routine): Fix message about
17263         registration.
17264
17265 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17266
17267         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17268         dependencies.
17269         (rfc2047-encode): Use it.
17270
17271         * gnus-art.el (gnus-button-marker-list): Move before first
17272         reference.
17273
17274         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17275         (imap-parse-body): Fix format string mismatch.
17276
17277         * gnus-score.el (gnus-summary-increase-score): do.
17278
17279         * nnrss.el (nnrss-close): New function.
17280
17281 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17282
17283         * nnrss.el (nnrss-make-filename): New function.
17284         (nnrss-request-delete-group, nnrss-read-server-data)
17285         (nnrss-save-server-data, nnrss-read-group-data)
17286         (nnrss-save-group-data): Use it.
17287         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17288         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17289         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17290
17291 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17292
17293         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17294
17295 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17296
17297         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17298         files.
17299
17300         * message.el (message-generate-headers-first): Don't quote nil
17301         and t in docstrings.
17302
17303         * imap.el (imap-id): do.
17304
17305         * gnus-agent.el (gnus-agent-consider-all-articles)
17306         (gnus-agent-queue-mail): do.
17307
17308 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * spam-report.el (spam-report-process-queue): New function.
17311         Process requests from `spam-report-requests-file'.
17312         (spam-report-process-queue): Doc fix.
17313
17314 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17315
17316         * spam.el (spam-register-routine)
17317         (spam-log-processing-to-registry, spam-log-registered-p)
17318         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17319         Change "check" to "spam-check" for semi-clarity.
17320
17321 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17322
17323         * pop3.el: Require nnheader.
17324
17325         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17326
17327         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17328
17329         * gnus-picon.el: Require cl.
17330
17331         * gnus-fun.el: Require gnus-ems and gnus-util.
17332
17333         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17334
17335         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17336
17337         * gnus-art.el (gnus-article-edit-mode): Define before first
17338         reference.
17339
17340 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17341
17342         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17343         (gnus-uu-post-encoded): Use point-at-bol.
17344
17345         * gnus-topic.el (gnus-group-active-topic-p): do.
17346
17347         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17348
17349         * gnus-group.el (gnus-group-kill-region): do.
17350
17351         * gnus-art.el (article-date-ut): do.
17352
17353         * message.el (message-fetch-field): Remove redundant
17354         case-fold-search binding.
17355         (message-narrow-to-field): Simplify.
17356
17357 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * spam.el (spam-directory): Derive from `gnus-directory'.
17360
17361         * spam-report.el (spam-report-url-to-file)
17362         (spam-report-requests-file): New function and variable for offline
17363         reporting.
17364         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17365         and user defined function.
17366         (spam-report-url-ping-mm-url): Remove doubled slash.
17367
17368 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17369
17370         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17371
17372 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17373
17374         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17375         format string mismatch.
17376
17377         * sieve.el (sieve-deactivate-all): do.
17378
17379         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17380
17381         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17382
17383         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17384
17385         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17386
17387 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17388
17389         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17390         the list of checks.
17391
17392 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17393
17394         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17395         padding.
17396
17397 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17398
17399         * mm-view.el (mm-fill-flowed): New variable.
17400         (mm-inline-text): Use it.
17401
17402 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17403
17404         * spam.el (spam-spamassassin-register-ham-routine)
17405         (spam-spamassassin-register-spam-routine): Fix function names.
17406
17407 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gnus.el (gnus-tmp-grouplens): Remove.
17410         (gnus-summary-line-format): Remove grouplens.
17411
17412         * gnus-group.el (gnus-group-line-format): Ditto.
17413
17414         * gnus-spec.el (gnus-format-specs): Ditto.
17415         (gnus-update-format-specifications): Flush the group format spec
17416         cache if there's the grouplens stuff.
17417         (gnus-parse-simple-format): Replace %l with the empty string.
17418
17419 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17420
17421         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17422         omission.
17423
17424 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17427         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17428
17429 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17430
17431         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17432         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17433         New macros and functions.
17434         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17435         Handle > NLINK_MAX messages.
17436         * nnmaildir.el (nnmaildir-request-set-mark): Use
17437         nnmaildir--emlink-p and nnmaildir--eexist-p.
17438
17439 2004-01-25  Alex Schroeder  <alex@gnu.org>
17440
17441         * spam-stat.el (spam-stat-process-directory-age): New option.
17442         (spam-stat-process-directory): Use it.
17443
17444 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17445
17446         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17447         (spam-stat-save): Accept prefix argument.
17448
17449 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17450
17451         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17452         links" error.
17453
17454 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17457         the rest of the and/or forms.
17458
17459 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17460
17461         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17462         compatibility with old .newsrc.eld files.
17463
17464         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17465
17466         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17467
17468         * gnus-start.el (gnus-1): do.
17469
17470         * gnus-group.el (gnus-group-line-format-alist): do.
17471
17472         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17473
17474         * gnus-gl.el: Remove.
17475
17476 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17477
17478         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17479         marks consisting of a single range {for example, (3 . 5)} rather
17480         than a list of a single range { ((3 . 5)) }.
17481
17482 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17483
17484         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17485         with-current-buffer.
17486         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17487         avoid consing a string.
17488
17489         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17490         Remove obsolete entries for big5 and gb2312.
17491
17492 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17493
17494         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17495         uncompressed list.
17496
17497 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17498
17499         * spam-stat.el (spam-stat-strip-xref): New function.
17500         (spam-stat-process-directory): Use it.
17501
17502         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17503         here -- it's done in message-fetch-field.
17504
17505 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17506
17507         * gnus-agent.el (gnus-agent-queue-mail)
17508         (gnus-agent-prompt-send-queue): New variables.
17509         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17510         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17511         "nndraft:queue" along to gnus-draft-send.  Use
17512         gnus-agent-prompt-send-queue.
17513         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17514         is "nndraft:queue".  Suggested by Gaute Strokkenes
17515         <gs234@srcf.ucam.org>
17516
17517         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17518         (agent-enable-undownloaded-faces): Added.
17519         (gnus-agent-cat-groups): Use eval-and-compile, not
17520         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17521         method of gnus-agent-cat-groups even when the buffer has been
17522         evaled.
17523         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17524         delete gnus-agent-save-active-1.
17525         (gnus-agent-save-groups): Deleted.  Identical to
17526         gnus-agent-save-active.
17527         (gnus-agent-write-active): No longer adjust agent's copy of active
17528         file as agent's adjustments are now stored in their own
17529         file.  Removed optional parameter.
17530         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17531         servers.  Add use of min/max range limits from server's local
17532         file.
17533         (gnus-agent-save-alist): Removed unused optional argument.
17534         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17535         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17536         (gnus-agent-set-local): A per-server file that keeps min/max range
17537         limits for articles known to the agent.  Provides a fast mechanism
17538         for altering many active ranges.
17539         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17540         active file (local makes it unnecessary).
17541         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17542
17543         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17544         (agent-enable-undownloaded-faces): Added.
17545
17546         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17547         disable it when sending to "nndraft:queue".
17548         (gnus-group-send-queue): Add safety check to avoid sending queue
17549         when unplugged.
17550
17551         * gnus-group.el (gnus-group-catchup): Use new
17552         gnus-sequence-of-unread-articles, not
17553         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17554         numbers of articles.  Use gnus-range-map to avoid having to
17555         uncompress the unread list.
17556         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17557         Fixed invalid ange-ftp reference.
17558
17559         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17560         (gnus-sorted-range-intersection): Intersection of two ranges
17561         without requiring that they first be uncompressed.
17562
17563         * gnus-start.el (gnus-activate-group): Unless blocked by the
17564         caller, possibly expand the active range to include both cached
17565         and agentized articles.
17566         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17567         multiple version-dependent converters.
17568         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17569         gnus-agent-save-active.
17570         (gnus-save-newsrc-file): Save dirty agent range limits.
17571
17572         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17573         gnus-agent-possibly-alter-active.
17574         (gnus-adjust-marked-articles): Faster handling of simple lists.
17575
17576 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17577
17578         * spam-stat.el (spam-stat-test-directory): New optional argument
17579         displays a list of files detected.  Suggested by Andrew Cohen
17580         <cohen@andy.bu.edu>.
17581         (spam-stat-buffer-words-with-scores): Don't narrow and change
17582         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17583
17584 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17585
17586         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17587         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17588         (spam-spamassassin-arguments)
17589         (spam-spamassassin-spam-flag-header)
17590         (spam-spamassassin-positive-spam-flag-header)
17591         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17592         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17593         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17594         (spam-list-of-processors, spam-list-of-checks)
17595         (spam-list-of-statistical-checks, spam-registration-functions)
17596         (spam-check-spamassassin-headers, spam-check-spamassassin)
17597         (spam-spamassassin-score)
17598         (spam-spamassassin-register-with-sa-learn)
17599         (spam-spamassassin-register-spam-routine)
17600         (spam-spamassassin-register-ham-routine)
17601         (spam-assassin-register-spam-routine)
17602         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17603         (spam-bogofilter-score): Fix to show article before scoring.
17604
17605 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17606
17607         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17608         default scoring function.
17609         (spam-generic-score): Call spam-spamassassin-score if
17610         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17611         spam-bogofilter-score otherwise.
17612
17613         * gnus.el (spam-process, spam-autodetect-methods): Add
17614         spamassassin and spamassassin-headers.
17615
17616 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17617
17618         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17619         Suppress unnecessary messages.
17620
17621 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17622
17623         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17624         make-hash-table.
17625
17626 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * canlock.el (base64-encode-string): Don't autoload it.
17629
17630 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * run-at-time.el: Remove useless (require 'itimer),
17633         eval-and-compile and (featurep 'xemacs).
17634
17635 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17636
17637         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17638         GROUP is a virtual group.
17639
17640 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17641
17642         * gnus.el: Autoload `message-y-or-n-p'.
17643
17644 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17645
17646         * pgg-parse.el: Remove unnecessary (require 'custom).
17647
17648         * pgg-def.el: do.
17649
17650         * nnmail.el: do.
17651
17652         * gnus-undo.el: do.
17653
17654         * gnus-picon.el: do.
17655
17656         * gnus-util.el: do.
17657
17658 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17659
17660         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17661
17662 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17665         handle, as well as a list.
17666
17667         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17668         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17669         (mm-w3m-cid-retrieve): Simplify.
17670
17671 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17672
17673         * message.el (message-kill-to-signature): Allow prefix arg to
17674         specify number of lines to keep before signature.
17675
17676 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17677
17678         * message.el (message-kill-to-signature): Change docstring.
17679
17680 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * canlock.el: Always require sha1-el.
17683         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17684
17685         * message.el: Autoload sha1 only when compiling.
17686
17687         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17688         eudc-expand-inline for XEmacs.
17689
17690 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * message.el (message-canlock-generate): Require sha1-el.
17693
17694 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17695
17696         * message.el (message-expand-name): Silence the byte compiler.
17697
17698         * lpath.el: Add detect-coding-system.
17699
17700         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17701         cus-edit.
17702
17703 2004-01-13  Simon Josefsson  <jas@extundo.com>
17704
17705         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17706         Invoke gnus-score-mode.  Reported by
17707         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17708
17709         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17710         Jim Blandy <jimb@redhat.com> (tiny change).
17711
17712 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17713
17714         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17715
17716 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17717
17718         * spam.el (spam-get-article-as-string): Update to use
17719         gnus-request-article-this-buffer, much simpler.
17720         (spam-get-article-as-buffer): Remove.
17721
17722 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17723
17724         * message.el (message-expand-name): Use EUDC if the user uses that.
17725
17726 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17727
17728         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17729         character for the encoding to avoid consing a string.
17730
17731         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17732         unnecessarily.
17733
17734         * mm-util.el (mm-replace-chars-in-string): Remove.
17735
17736         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17737         of mm-replace-chars-in-string.
17738
17739 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17740
17741         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17742
17743         * mm-util.el (mm-subst-char-in-string): Support inplace.
17744
17745         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17746         a new string in every iteration.  Use shy groups.
17747
17748 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17749
17750         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17751         * gnus-soup.el (gnus-soup-group-brew):
17752         * gnus-msg.el (gnus-put-message):
17753         * gnus-move.el (gnus-group-move-group-to-server):
17754         * gnus-kill.el (gnus-batch-score):
17755         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17756         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17757         (gnus-group-update-group, gnus-group-read-group)
17758         (gnus-group-make-group, gnus-group-make-help-group)
17759         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17760         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17761         (gnus-group-sort-by-unread, gnus-group-catchup)
17762         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17763         (gnus-group-yank-group, gnus-group-set-info)
17764         (gnus-group-list-groups):
17765         * gnus.el (gnus-generate-new-group-name):
17766         * gnus-delay.el (gnus-delay-send-queue):
17767         * nnvirtual.el (nnvirtual-catchup-group):
17768         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17769         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17770         (gnus-group-prepare-topics, gnus-topic-check-topology):
17771         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17772         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17773         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17774         (gnus-group-make-articles-read):
17775         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17776         (gnus-group-change-level, gnus-kill-newsgroup)
17777         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17778         (gnus-get-unread-articles, gnus-make-articles-unread)
17779         (gnus-make-ascending-articles-unread): Use accessor
17780         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17781         to get group information for improved readability.
17782
17783
17784 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17785
17786         * gnus-art.el (article-decode-mime-words, article-babel)
17787         (gnus-article-highlight-signature, gnus-article-add-buttons)
17788         (gnus-signature-toggle): Use gnus-with-article-buffer.
17789
17790         * gnus-art.el (gnus-article-highlight-headers)
17791         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17792
17793         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17794         (gnus-article-set-globals, gnus-request-article-this-buffer)
17795         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17796         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17797         (gnus-mime-display-alternative): Use with-current-buffer.
17798
17799 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17800
17801         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17802         also under 80 char limit, and call gnus-error if needed.
17803         (spam-fetch-article-header): Fix - it was a
17804         buffer-local variable (gnus-newsgroup-data).
17805         (spam-find-spam): Use spam-generate-fake-headers, forget about
17806         spam-insert-fake-headers.
17807         (spam-insert-fake-headers): Remove.
17808
17809 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17810
17811         * deuglify.el (gnus-article-outlook-unwrap-lines)
17812         (gnus-outlook-rearrange-article)
17813         (gnus-outlook-repair-attribution-outlook)
17814         (gnus-outlook-repair-attribution-block)
17815         (gnus-outlook-repair-attribution-other): Remove redundant
17816         save-excursion.
17817
17818 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17819
17820         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17821         (spam-fetch-field-subject-fast)
17822         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17823         (spam-fetch-article-header): Add functions to deal with Gnus
17824         internals for fast retrieval of article header data.
17825         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17826
17827 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17828
17829         * pop3.el (pop3-md5): Remove.
17830         (pop3-apop): Replace pop3-md5 with md5.
17831
17832         * mm-bodies.el: base64 is always built-in.
17833
17834         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17835         with-current-buffer.
17836
17837 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * canlock.el (canlock-insert-header): Remove excessive grouping in
17840         regexp.
17841
17842         * gnus-sum.el (gnus-summary-read-document): Ditto.
17843
17844         * gnus-uu.el (gnus-uu-part-number): Ditto.
17845
17846         * html2text.el (html2text-remove-tags): Ditto.
17847         (html2text-format-tags): Ditto.
17848         (html2text-format-single-elements): Ditto.
17849
17850         * mml.el (mml-parse-1): Ditto.
17851
17852 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17853
17854         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17855
17856         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17857
17858         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17859
17860         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17861
17862 2003-11-15  Simon Josefsson  <jas@extundo.com>
17863
17864         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17865         (pgg-gpg-lookup-key): Use regexp match instead of
17866         split-string (split-string is different between emacs 21.2 and
17867         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17868
17869 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17870
17871         * gnus-art.el (gnus-mime-view-all-parts)
17872         (gnus-article-part-wrapper, gnus-article-view-part): Use
17873         with-current-buffer.
17874
17875 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17876
17877         * spam.el (spam-disable-spam-split-during-ham-respool)
17878         (spam-spamoracle-database, spam-cache-lookups)
17879         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17880         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17881         (spam-group-ham-marks, spam-group-spam-marks)
17882         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17883         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17884         also add spam-use-blackholes to the statistical checks.
17885         (spam-fetch-field-fast): Add interface to fetching fields, may
17886         become a macro.
17887         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17888         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17889         (spam-insert-fake-headers): Fake an article when needed.
17890         (spam-find-spam): Fake article when possible.
17891         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17892         (spam-check-bogofilter-headers): Use message-fetch-field instead
17893         of nnmail-fetch-field.
17894
17895 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17896
17897         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17898
17899 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17900
17901         * spam.el (spam-split): Do not require spam-use-CHECK to be
17902         enabled if that check is passed to spam-split explicitly; also
17903         fix so 'spam doesn't get converted to spam-split-group when
17904         spam-split-symbolic-return is t.
17905         (spam-find-spam): Find registrations of the article and use those
17906         instead of re-running spam-split to find the spam/ham
17907         classification of the article.
17908         (spam-log-processing-to-registry, spam-log-registered-p)
17909         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17910         Use gnus-error instead of gnus-message.
17911         (spam-log-registration-type): Add function to determine the
17912         classification of a message based on registry entries; will
17913         return nil if both 'spam and 'ham are found.
17914         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17915         a reasonably fast local cache without the loading errors.
17916         (spam-cache-lookups): Set to t by default.
17917         (spam-find-spam): Don't try to guess spam-cache-lookups.
17918         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17919         spam-caches entry.
17920         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17921         caching of whitelist/blacklist entries.
17922         (spam-check-whitelist, spam-check-blacklist): Invoke
17923         spam-from-listed-p with a type, not a cache variable.
17924         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17925
17926 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17927
17928         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17929
17930         * nnmail.el (nnmail-split-fancy): do.
17931
17932         * mml.el (mml-parse): do.
17933
17934         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17935         (gnus-score-adaptive): do.
17936
17937 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17940         (gnus-mime-button-map): Don't set keymap parent.
17941         (gnus-button-ctan-directory-regexp): Use shy grouping.
17942         (gnus-prev-page-map): Don't set keymap parent.
17943         (gnus-prev-page-map): Remove duplicated one.
17944         (gnus-next-page-map): Don't set keymap parent.
17945         (gnus-mime-security-button-map): Ditto.
17946
17947         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17948         version number.
17949
17950         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17951
17952 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * canlock.el (canlock-sha1-function): Remove.
17955         (canlock-sha1-function-for-verify): Remove.
17956         (canlock-openssl-program): Remove.
17957         (canlock-openssl-args): Remove.
17958         (canlock-ignore-errors): Remove.
17959         (canlock-sha1-with-openssl): Remove.
17960         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17961         (canlock-verify): Don't use canlock-ignore-errors.
17962
17963         * sha1-el.el (sha1-string-external): Make it can return a string
17964         in binary form.
17965         (sha1-region-external): Ditto.
17966         (sha1-string-internal): Ditto.
17967         (sha1-region-internal): Ditto.
17968         (sha1-region): Ditto.
17969         (sha1-string): Ditto.
17970         (sha1): Ditto.
17971
17972 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17973
17974         * spam.el (spam-report-articles-gmane): New command.
17975
17976 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17979
17980         * run-at-time.el (run-at-time-saved): Remove.
17981         (run-at-time): Doc fix.
17982
17983 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17984
17985         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17986         (gnus-summary-limit-map): Add it.
17987         (gnus-summary-make-menu-bar): do.
17988
17989 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17990
17991         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17992         Make attempt at some caching support (done for BBDB only now).
17993         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17994         addresses to be checked.
17995         (spam-clear-cache-BBDB): Add function, to be invoked by
17996         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17997         (spam-check-BBDB): Check and use the caches, if
17998         spam-cache-lookups is on, remove superfluous (provide).
17999
18000 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18001
18002         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18003
18004 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18005
18006         * run-at-time.el (run-at-time-saved): Move to after the definition
18007         of `run-at-time'.
18008
18009         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18010
18011 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18014         mm-w3m-local-map-property.
18015
18016         * mm-view.el (mm-w3m-mode-map): Remove.
18017         (mm-w3m-local-map-property): Remove.
18018         (mm-inline-text-html-render-with-w3m): Don't use
18019         mm-w3m-local-map-property.
18020
18021 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18022
18023         * run-at-time.el: New file.
18024
18025         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18026         under Emacs.
18027
18028         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18029         of gnus-set-text-properties.
18030
18031         * gnus-uu.el (gnus-uu-save-article): Ditto.
18032
18033         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18034
18035         * gnus-cite.el (gnus-cite-parse): Ditto.
18036
18037         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18038         of gnus-.
18039
18040         * gnus-xmas.el (run-at-time): Require run-at-time.
18041
18042         * gnus.el: Changed calls to nnheader-run-at-time and
18043         password-run-at-time throughout to use run-at-time directly.
18044
18045         * password.el: Removed definition of run-at-time.
18046
18047         * nnheaderxm.el: Remove definition of run-at-time.
18048
18049 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18050
18051         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18052         in prompt.
18053
18054 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18055
18056         * messagexmas.el (message-xmas-redefine): Alias
18057         `message-make-caesar-translation-table' to
18058         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18059         version.
18060
18061         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18062         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18063         `gnus-xmas-set-text-properties'.
18064         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18065         `gnus-xmas-completing-read'.
18066         (gnus-xmas-completing-read): Removed.
18067         (gnus-xmas-open-network-stream): Removed.
18068
18069         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18070         XEmacs version.
18071
18072         * dns.el (dns-make-network-process): Use `open-network-stream'
18073         instead of `gnus-xmas-open-network-stream'.
18074
18075         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18076
18077         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18078
18079 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18080
18081         * gnus-art.el (gnus-mime-display-alternative)
18082         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18083         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18084         Don't use gnus-local-map-property.
18085
18086         * gnus-util.el (gnus-local-map-property): Remove.
18087
18088         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18089         gnus-completing-read-maybe-default with completing-read.
18090
18091         * gnus-util.el (gnus-completing-read): do.
18092         (gnus-completing-read-maybe-default): Remove.
18093
18094 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18095
18096         * password.el: Only autoload `run-at-time' if not XEmacs.
18097         Only autoload the itimer functions if XEmacs.
18098
18099 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18100
18101         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18102         XEmacsen.
18103
18104         * dgnushack.el: Autoload executable-find for XEmacs.
18105
18106 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18107
18108         * gnus-art.el (gnus-read-string): Remove.
18109         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18110         read-string.
18111
18112 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18113
18114         * netrc.el: Autoload password-read.
18115         (netrc): Add configuration group.
18116         (netrc-encoding-method, netrc-openssl-path): Add
18117         variables for encoding and decoding of files with symmetric
18118         ciphers.
18119         (netrc-encode): Add assistant function to encode a file with
18120         netrc-encoding-method.
18121         (netrc-parse): Add interactive parameter, added optional
18122         decoding if netrc-encoding-method is non-nil but otherwise
18123         behavior is standard.
18124         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18125         Do s/encode/encrypt/ everywhere.
18126
18127         * spam.el: Remove executable-find autoload.
18128
18129 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18130
18131         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18132
18133         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18134
18135 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18136
18137         * gnus-art.el (gnus-treat-ansi-sequences)
18138         (article-treat-ansi-sequences): New variable and function.
18139         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18140
18141         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18142         Use it.
18143
18144 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18145
18146         * mm-util.el (mm-quote-arg): Remove.
18147
18148         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18149         shell-quote-argument.
18150
18151         * gnus-uu.el (gnus-uu-command): do.
18152
18153         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18154
18155         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18156         with make-char.
18157
18158         * mm-util.el (mm-make-char): Remove.
18159
18160         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18161         add-minor-mode.
18162
18163         * gnus-undo.el (gnus-undo-mode): do.
18164
18165         * gnus-topic.el (gnus-topic-mode): do.
18166
18167         * gnus-sum.el (gnus-dead-summary-mode): do.
18168
18169         * gnus-start.el (gnus-slave-mode): do.
18170
18171         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18172
18173         * gnus-ml.el (gnus-mailing-list-mode): do.
18174
18175         * gnus-gl.el (gnus-grouplens-mode): do.
18176
18177         * gnus-draft.el (gnus-draft-mode): do.
18178
18179         * gnus-dired.el (gnus-dired-mode): do.
18180
18181         * gnus-ems.el (gnus-add-minor-mode): Remove.
18182
18183         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18184         Replace gnus-char-width with char-width.
18185
18186         * gnus-ems.el (gnus-char-width): Remove.
18187
18188         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18189         Replace gnus-char-width with char-width.
18190
18191         * gnus-ems.el (gnus-char-width): Remove.
18192
18193         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18194         definition.
18195         Remove Emacs 20 hash table compatibility code.
18196
18197         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18198         20 compatibility code.
18199
18200         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18201
18202         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18203
18204         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18205         with point-at-{eol,bol}.
18206
18207         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18208
18209         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18210
18211         * flow-fill.el (fill-flowed-point-at-bol)
18212         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18213
18214         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18215         Replace with point-at-{eol,bol} throughout all files.
18216
18217 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * ntlm.el (ntlm-string-as-unibyte): New macro.
18220         (ntlm-build-auth-response): Use it.
18221
18222         Remove Emacs 20 stuff:
18223         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18224         (butlast, mapc, remove): Remove the compiler macros.
18225         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18226         of delq and copy-sequence.
18227         * gnus-art.el (popup-menu): Remove the compiler macro.
18228         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18229         Emacs 20.
18230
18231 2004-01-05  Simon Josefsson  <jas@extundo.com>
18232
18233         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18234         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18235         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18236         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18237         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18238         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18239         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18240         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18241         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18242         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18243         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18244         string-xor into ntlm-string-xor.  Suggested by
18245         Jesper Harder <harder@myrealbox.com>.
18246
18247         * ntlm.el: Don't include poem.
18248
18249         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18250         Jesper Harder <harder@myrealbox.com>.
18251
18252         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18253
18254         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18255         probably breaks emacs with DL patch, but do we care? Is anyone
18256         still using the DL stuff?)
18257
18258         * sieve-manage.el: Use the password package.
18259         (sieve-manage-read-passwd): Remove.
18260         (sieve-manage-interactive-login): Use password.  Re-add
18261         condition-case around loop.
18262
18263         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18264         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18265         the password package.
18266
18267 2003-02-19  Simon Josefsson  <jas@extundo.com>
18268
18269         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18270         token.
18271
18272 2002-08-07  Simon Josefsson  <jas@extundo.com>
18273
18274         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18275         (sieve-manage-authenticators):
18276         (sieve-manage-authenticator-alist): Add some SASL mechs.
18277         (sieve-sasl-auth): New function.
18278         (sieve-manage-cram-md5-auth):
18279         (sieve-manage-plain-auth): Rewrite using SASL library.
18280         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18281         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18282         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18283         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18284
18285 2004-01-05  Simon Josefsson  <jas@extundo.com>
18286
18287         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18288         New files.
18289
18290 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18291
18292         * gnus-group.el (gnus-no-groups-message): Update.
18293
18294         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18295
18296 2003-11-09  Simon Josefsson  <jas@extundo.com>
18297
18298         * imap.el: Support for ID IMAP extension (RFC 2971).
18299         (imap-local-variables): Add imap-id.
18300         (imap-id): New variable.
18301         (imap-id): New function.
18302         (imap-parse-response): Parse untagged ID response.
18303         * nnimap.el (nnimap-id): New variable.
18304         (nnimap-open-connection): Use it.
18305
18306 2003-12-28  Simon Josefsson  <jas@extundo.com>
18307
18308         * gnus-score.el (gnus-score-edit-all-score): New.
18309         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18310
18311 2004-01-04  Simon Josefsson  <jas@extundo.com>
18312
18313         * password.el: Add.
18314
18315 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18316
18317         * dns.el (dns-query-types): Fix typo.
18318         (dns-query-types): New function.
18319         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18320         PTR and SOA replies, see RFC 1035.
18321
18322 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18323
18324         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18325
18326         * Moved to Changelog.2.
18327
18328 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18329
18330         * gnus.el (gnus-version-number): Bump version.
18331
18332 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18333
18334         * gnus.el: No Gnus v0.1 is released.
18335
18336 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18337
18338         * gnus.el: No Gnus v0.0 is released.
18339
18340 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18341
18342         * gnus.el (gnus-version-number): Bump.
18343         (gnus-version): No.
18344
18345 See ChangeLog.2 for earlier changes.
18346
18347     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18348       Free Software Foundation, Inc.
18349
18350   This file is part of GNU Emacs.
18351
18352   GNU Emacs is free software: you can redistribute it and/or modify
18353   it under the terms of the GNU General Public License as published by
18354   the Free Software Foundation, either version 3 of the License, or
18355   (at your option) any later version.
18356
18357   GNU Emacs is distributed in the hope that it will be useful,
18358   but WITHOUT ANY WARRANTY; without even the implied warranty of
18359   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18360   GNU General Public License for more details.
18361
18362   You should have received a copy of the GNU General Public License
18363   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18364
18365 ;; Local Variables:
18366 ;; coding: utf-8
18367 ;; fill-column: 79
18368 ;; add-log-time-zone-rule: t
18369 ;; End: