Don't have point move to the previous line on `M-g'
[gnus] / lisp / ChangeLog
1 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2
3         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4         move to the previous line on `M-g'.
5
6 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9         *-request-group, which seems unnecessary.
10
11         * nnimap.el (nnimap-quote-specials): Function copied over from
12         imap.el.
13         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
14         they support that.  Suggested by Tom Regner.
15
16 2010-10-29  Julien Danjou  <julien@danjou.info>
17
18         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
19         defalias.
20         (gnus-summary-delete-marked-with): Remove obsolete defalias.
21
22         * gnus.el: Remove `gnus-nntp-service' variable.
23         (gnus-secondary-servers): Make obsolete.
24         (gnus-nntp-server): Make obsolete.
25
26         * gnus-start.el (gnus-1): Remove x-splash calls.
27
28         * gnus-ems.el (gnus-x-splash): Remove.
29
30         * gnus.el (gnus-group-startup-message): Simplify/update code.
31
32         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
33         definition.
34
35         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
36         capability before doing anything.
37         (gnus-group-insert-group-line): Remove useless
38         gnus-group-remove-excess-properties.
39
40 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
43
44 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
47         config after reselecting.
48
49 2010-10-28  Julien Danjou  <julien@danjou.info>
50
51         * shr.el (shr-put-image): Use point even if only inserting text.
52         (shr-put-image): Save excursion when inserting alt text on non-graphic
53         display, so the behaviour is the same when we are on a graphic display.
54
55         * nnir.el (nnir-run-swish-e): Remove hyrex support.
56
57 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
60         (gnus-mime-copy-part): Check coding system, not charset.
61         (gnus-mime-view-part-externally): Never remove part.
62         (gnus-mime-view-part-internally): Don't remove part here.
63         (gnus-article-part-wrapper): Make sure MIME tag is visible.
64         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
65         multipart/alternative.
66
67         * mm-decode.el (mm-display-part): Take optional arg `force'.
68
69 2010-10-26  Julien Danjou  <julien@danjou.info>
70
71         * gnus-group.el (gnus-group-default-list-level): Add this function to
72         compute the default list level.
73         (gnus-group-default-list-level): Add possibility to use a function.
74
75 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
78
79         * gnus-group.el (gnus-group-completing-read)
80         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
81         gnus-replace-in-string.
82
83 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * shr.el (shr-tag-div): Added.
86
87         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
88
89 2010-10-25  Julien Danjou  <julien@danjou.info>
90
91         * gnus-util.el: Remove `gnus-with-local-quit'.
92
93         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
94
95 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
98         the original article buffer.
99
100 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
101
102         * nnimap.el (nnimap-request-head): New function.
103         (nnimap-request-move-article): Try to be slighly faster by not
104         requesting the entire message when moving.
105         (nnimap-transform-headers): Don't bug out on bodiless articles.
106         (nnimap-send-command): Have no outstanding messages if the IMAP server
107         doesn't support streaming.
108         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
109
110 2010-10-24  Julien Danjou  <julien@danjou.info>
111
112         * message.el (message-default-headers): Fix type.
113
114 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
117         prefetching images.
118
119         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
120         backend for unknown groups.  This is mainly useful for nnimap groups.
121
122         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
123         group isn't covered by the agent.
124
125 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
126
127         * nnir.el (nnir-method-default-engines): new variable.
128         (nnir-run-query): use it.
129         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
130         (gnus-summary-nnir-goto-thread): change group if needed.
131
132         * gnus-group.el (gnus-group-group-map): add key binding for
133         gnus-group-make-nnir-group.
134
135 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * shr.el (shr-tag-object): Added.
138
139         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
140         original article buffer live.
141         (gnus-summary-select-article-buffer): Mention
142         gnus-widen-article-buffer.
143
144 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * shr.el (shr-tag-strong): Added.
147
148 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
151         group names.  They mess up the group buffer badly.
152
153         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
154
155         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
156         instead of the summary one.
157
158 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * mml.el (mml-preview): Work properly when editing article.
161
162         * gnus-start.el (gnus-read-active-file-1): Don't add method to
163         gnus-have-read-active-file if it's already been in.
164
165 2010-10-22  Tom Tromey  <tromey@redhat.com>
166
167         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
168         gnus-group-completing-read.
169
170 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * message.el (message-mode-map): Don't bind M-; to comment region, to
173         allow the global comment-dwim to work.
174
175 2010-10-21  Julien Danjou  <julien@danjou.info>
176
177         * message.el (message-setup-1): Allow message-default-headers to be a
178         function.
179
180 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * shr.el (shr-tag-table): Simplify.
183
184 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
187         to avoid trying to snarf invalid stuff.
188
189         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
190
191         * gnus.el (gnus-message-archive-group): Quote value.
192         (gnus-message-archive-group): Mark as changed.
193
194         * shr.el (shr-add-font): Don't put the font properties on the newline
195         or the indentation.
196
197         * message.el (message-fix-before-sending): Change options when sending
198         non-printable characters.
199
200         * gnus.el (gnus-message-archive-method): Change the default to
201         monthly outgoing groups.
202
203         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
204         that have gotten new numbers.
205
206         * nnimap.el (nnimap-request-replace-article): New function.
207
208 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
211         (nnrss-request-article): Don't use special html washing code.
212
213 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * shr.el (shr-tag-table): Remove useless nconc.
216
217 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * gnus-art.el (article-wash-html): Simplify and remove the charset
220         stuff.  Use the normal html rendering code instead of the special html
221         washing code.
222
223         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
224         `gnus-w3m' symbols.
225         (mm-text-html-washer-alist): Removed.
226
227         * mm-decode.el (mm-inline-text-html-renderer): Removed.
228         (mm-inline-media-tests): Removed use.
229         (mm-text-html-renderer): Change default to the `shr' symbol.
230
231         * mm-view.el (mm-inline-text-html): Removed use.
232
233         * gnus-art.el (gnus-blocked-images): New function.  Allow the
234         `gnus-blocked-images' to be a function.
235         (gnus-article-wash-function): Removed.
236
237 2010-10-20  Julien Danjou  <julien@danjou.info>
238
239         * spam.el (spam-list-of-processors): Mark as obsolete.
240
241         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
242         (nnimap-insert-partial-structure): Fix boundary detection.
243
244 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
245
246         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
247         run file-truename on remote files.  This can be expensive and even
248         prevent one from editing drafts if some unrelated buffer has a stale
249         connection.
250
251 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
254         kinsoku-eol regardless of shr-kinsoku-shorten.
255         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
256         (shr-tag-table): Support caption, thead, and tfoot.
257
258 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
261         lines.
262         (shr-save-contents): New command and keystroke.
263
264         * nndoc.el (nndoc-type-alist): Add git support.
265         (nndoc-git-type-p): New function.
266         (nndoc-transform-git-article): Ditto.
267         (nndoc-transform-git-headers): Ditto.
268         (nndoc-transform-git-headers): Generate Subject headers.
269
270         * shr.el (shr-parse-style): New function.
271         (shr-tag-span): Ditto.
272
273         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
274         to `G G' to avoid collisions.
275
276 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * shr.el: Load kinsoku if necessary.
279         (shr-kinsoku-shorten): New internal variable.
280         (shr-find-fill-point): Make kinsoku shorten text line if
281         shr-kinsoku-shorten is bound to non-nil.
282         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
283         shr-indentation too when testing if table is wider than frame width.
284         (shr-insert-table): Use `string-width' instead of `length' to measure
285         text width.
286         (shr-insert-table-ruler): Make sure indentation is done at bol.
287
288 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
289
290         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
291         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
292         undecoded network data.
293
294 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
297         name in the mode line spec so that the mode line menu works
298         (bug #2431).
299
300         * message.el (message-get-reply-headers): If we're fed `to-address',
301         then always use that.
302
303         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
304         aren't so wide as to need to switch off the edit menu.
305
306         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
307         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
308
309         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
310         `M-g'.
311         (nnimap-update-info): Update flags/read marks even if \* isn't part of
312         the permanent marks.
313
314 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
315
316         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
317         Splitting according to references/in-reply-to obeys the ignore-groups
318         variable, while splitting by sender and subject do not.
319
320 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
323         alist, so that we can look for non-Unicode chars.
324         (article-translate-strings): Allow both character and string maps.
325
326 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * shr.el (shr-insert): Don't insert space behind a wide character
329         categorized as kinsoku-bol, or between characters both categorized as
330         nospace.
331
332 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
333
334         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
335         headers to gnus-newsgroup-headers.
336
337 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * shr.el (shr-tag-img): Don't align images -- since we're not
340         rescaling, this often leads to ugly displays.
341
342 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
343
344         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
345         duplicates.
346
347 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
348
349         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
350         call.
351
352 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus.el: Autoload gnus-html-show-images.
355
356         * nnimap.el: Use nnheader-message throughout.
357
358         * shr.el (shr-tag-img): Ignore images with no data.
359
360 2010-10-15  Julien Danjou  <julien@danjou.info>
361
362         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
363         a possibility to disable format=flow encoding when using hard newlines.
364
365 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * shr.el (shr-insert): Remove space inserted before or after a
368         breakable character or at the beginning or the end of a line.
369         (shr-find-fill-point): Do kinsoku; find the second best point or give
370         it up if there's no breakable point.
371
372 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * nnimap.el (nnimap-open-connection): Message when opening connection
375         for debugging purposes.
376
377         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
378         on every setup buffer call to allow this to change from article to
379         article.
380
381         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
382         buffers where we have a wide table.
383
384 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
385
386         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
387         uses *-request-thread.
388
389 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * nnimap.el (nnimap-open-connection): Remove %s from openssl
392         incantation, which is no longer valid.
393
394 2010-10-14  Julien Danjou  <julien@danjou.info>
395
396         * shr.el: Fix defcustom type (char -> character).
397
398 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * nnimap.el (nnimap-open-connection): tls-program should be a list of
401         programs.
402
403 2010-10-14  Julien Danjou  <julien@danjou.info>
404
405         * shr.el (shr-tag-a): Use url-link as widget type.
406
407         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
408         `gnus-group-get-icon'.
409
410 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
413         This should make server editing work better.
414
415         * shr.el (shr-find-fill-point): Don't inloop on indented text.
416
417         * tls.el (tls-program): Remove spurious %s from openssl.
418
419         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
420         (nnimap-parse-flags): Fix regexp.
421
422         * shr.el (shr-find-fill-point): Use a filling algorithm that should
423         probably work for CJVK text, too.
424
425         * nnimap.el (nnimap-extend-tls-programs): Removed.
426         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
427
428         * tls.el (tls-starttls-switches): Remove starttls hack.
429         (open-tls-stream): Ditto.
430         (tls-find-starttls-argument): Ditto.
431
432 2010-10-13  Julien Danjou  <julien@danjou.info>
433
434         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
435         responses.
436
437 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
440
441         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
442         anything in Emacs.
443
444         * shr.el (shr-current-column): Remove buggy and unnecessary function.
445
446 2010-10-13  Julien Danjou  <julien@danjou.info>
447
448         * shr.el (shr-width): Make shr-width a defcustom with default to
449         fill-column.
450         (shr-tag-img): Use shr-width rather than fill-column.
451
452 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * dgnushack.el (byte-optimize-apply)
455         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
456
457         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
458         position when (X-)Faces exist.
459         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
460         avatars when called interactively.
461
462 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
465         gnus-article-x-face-too-ugly is bound.
466
467 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
470
471         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
472         mailbox that doesn't exist.
473
474 2010-10-12  Julien Danjou  <julien@danjou.info>
475
476         * shr.el (shr-tag-img): Encode URL properly when retrieving.
477         (shr-get-image-data): Encode URL properly when fetching from cache.
478         (shr-tag-img): Use aligned-to spaces to align correctly images.
479
480         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
481         before inserting the Gravatar.
482
483         * shr.el (shr-tag-img): Add align attribute support for <img>.
484
485 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486
487         * gnus-gravatar.el (gnus-art): Required.
488
489         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
490         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
491         Remove long obsoleted functions.
492
493 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
496
497         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
498
499         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
500         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
501         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
502         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
503         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
504         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
505         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
506
507 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * nnimap.el (nnimap-request-rename-group): Select group read-only
510         before renaming it.
511
512         * shr.el (shr-insert): Fix up the white space only regexp.
513
514         * nnimap.el (nnimap-transform-split-mail): Not all articles have
515         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
516
517         * shr.el (shr-current-column): New function.
518         (shr-find-fill-point): New function.
519
520 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
521
522         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
523         numbers.
524
525 2010-10-11  Julien Danjou  <julien@danjou.info>
526
527         * shr.el (shr-hr-line): Add.
528         (shr-tag-hr): Use shr-hr-line to specify which character to use to
529         display hr lines.
530         (shr-max-columns): Do not change state to nil if we just inserting
531         spaces.
532
533 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * gnus-topic.el (gnus-topic-read-group): If after the last group,
536         select the last group.
537
538 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
539
540         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
541
542 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
543
544         * dig.el (dig-mode-map): Declare and define in one step.
545
546 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
549         for Gnus.
550         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
551         (nnimap-update-qresync-info): Mark \Seen articles as read.
552
553         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
554         non-variable, too.
555
556         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
557         available.
558         (nnimap-update-info): Rely more on the current active than the param
559         active to avoid marking articles as read too much.
560
561         * auth-source.el (auth-source-create): Use (user-login-name) for the
562         user name default.
563
564         * nnimap.el (nnimap-update-info): If the server doesn't return any
565         useful info, just use the previous info.
566         (nnimap-update-info): Prefer old info over start-article.
567         (nnimap-update-qresync-info): Finish implementing QRESYNC.
568
569 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
570
571         * nnir.el (autoload): Clean up autoloads.
572         (nnir-imap-default-search-key): Renamed from
573         nnir-imap-search-field. Use key rather than value.
574         (nnir-imap-search-other): New variable.
575         (nnir-read-parm): Use it.
576         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
577         (gnus-summary-nnir-goto-thread): Modify to work with imap.
578
579 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
580
581         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
582         the process, too.
583
584 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
587         Allbery.
588
589         * shr.el: Rework the way things are indented by <li> slightly.
590
591         * gnus.el (gnus-group-set-parameter): Fix typo.
592
593         * nnimap.el: Start implementing QRESYNC support.
594
595 2010-10-09  Julien Danjou  <julien@danjou.info>
596
597         * nnir.el (nnir-engines): Fix too many arguments.
598
599 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600
601         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
602         group is the "last", so that the backends like nnfolder actually save
603         their folders.
604
605         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
606         try to use that for the tls stream.
607         (nnimap-retrieve-group-data-early): Rework the marks code to heed
608         UIDVALIDITY and find out which groups are read-only and not.
609         (nnimap-get-flags): Use the same marks parsing code as the rest of
610         nnimap.
611
612 2010-10-09  Julien Danjou  <julien@danjou.info>
613
614         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
615
616         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
617         retrieving gravatars.
618
619         * shr.el (shr-table-corner): Add.
620         (shr-table-line): Add.
621         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
622
623 2010-10-08  Julien Danjou  <julien@danjou.info>
624
625         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
626
627 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
628
629         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
630
631         * gnus-sum.el (gnus-mark-article-as-unread)
632         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
633         (gnus-summary-set-bookmark): Use it.
634
635         * gnus-msg.el (gnus-setup-message): Use it.
636
637         * gnus-demon.el (gnus-demon-remove-handler): Use it.
638
639         * gnus.el (gnus-group-remove-parameter): Use it.
640
641         * gnus-group.el (gnus-group-make-web-group): Use it.
642
643         * gnus-demon.el (gnus-demon-remove-handler): Use it.
644
645         * nnregistry.el: Update docs to mention manual.
646
647         * gnus-registry.el: Update docs to mention nnregistry.el.
648         (gnus-registry-initialize): Don't install nnregistry refer method
649         automatically.
650         (gnus-registry-install-nnregistry): Remove it.
651
652 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653
654         * shr.el (shr-insert): Don't insert double spaces.
655
656 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * gnus-gravatar.el (gnus-treat-from-gravatar)
659         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
660         called interactively.
661
662         * gnus-art.el (gnus-mime-view-part-externally)
663         (gnus-mime-view-part-internally): Make predicate function passed to
664         gnus-mime-view-part-as-type assume argument is a mime type, not a list
665         of a mime type.
666
667         * shr.el (shr-table-widths): Don't use cl function `reduce'.
668
669 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * shr.el (require): Require cl when compiling.
672         (shr-tag-hr): New function.
673
674         * nnimap.el (nnimap-update-info): Remove double setting of high.
675         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
676         makes nnimap work properly on Courier again.
677
678         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
679         the variable for backwards compatability.
680
681         * mm-decode.el (mm-save-part): If given a non-directory result, expand
682         the file name before using to avoid setting mm-default-directory to
683         nil.
684
685         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
686         bidning gnus-agent variables.
687
688         * shr.el (shr-render-td): Use a cache for the table rendering function
689         to avoid getting an exponential rendering behaviour in nested tables.
690         (shr-insert): Rework the line-breaking algorithm.
691         (shr-insert): Don't leave trailing spaces.
692         (shr-insert-table): Also insert empty TDs.
693         (shr-tag-blockquote): Ensure paragraphs after </ul>.
694
695 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
696
697         * gnus-sum.el (gnus-number): Rename from `number'.
698         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
699         (gnus-summary-limit-children): Update uses correspondingly.
700
701 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
704         (gnus-gravatar-transform-address): Don't show avatars of people of
705         which mail addresses match gnus-gravatar-too-ugly.
706
707 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * shr.el (shr-table-widths): Expand TD elements to fill available
710         space.
711
712 2010-10-07  Julien Danjou  <julien@danjou.info>
713
714         * nnimap.el (nnimap-request-rename-group): Add this method.
715
716 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
717
718         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
719         name from XEmacs' function-arglist.
720
721         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
722         gravatar under XEmacs.
723
724 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
725
726         * auth-source.el: Update docs with TODO items.
727
728         * gnus-sync.el: Update docs to explain state and plans.
729
730         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
731         Hooks for mark updates.
732         (gnus-request-set-mark, gnus-request-update-mark): Use them.
733
734         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
735         hooks with arguments, which is needed for mark update hooks.
736
737 2010-10-06  Julien Danjou  <julien@danjou.info>
738
739         * gnus.el (gnus-expand-group-parameter): Only return and act on what
740         was matched.
741
742         * sieve-manage.el: Update example in `Commentary'.
743
744         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
745
746         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
747         not 2000.
748         (sieve-manage-authenticate): Re-add function.
749
750 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * shr.el (shr-insert): Get 'space transition right.
753         (shr-render-td): Only delete space at the end of the TD.
754
755         * nnimap.el (nnimap-open-connection): Prepare to support
756         open-gnutls-stream.
757
758         * shr.el: Rearrange function order to be more logical.
759
760 2010-10-06  Julien Danjou  <julien@danjou.info>
761
762         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
763         (nnrss-discover-feed): Remove 404 URL in docstring.
764
765         * nnir.el: Fix Swish-E URL.
766         Fix Namazu URL.
767
768         * message.el (message-change-subject): Remove 404 URL in a comment.
769
770 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
773         called interactively.
774
775         * gnus-util.el (gnus-remove-if): Allow hash table.
776         (gnus-remove-if-not): New function.
777
778         * gnus-art.el (gnus-mime-view-part-as-type)
779         * gnus-score.el (gnus-summary-score-effect)
780         * gnus-sum.el (gnus-read-move-group-name):
781         Replace remove-if-not with gnus-remove-if-not.
782
783         * gnus-group.el (gnus-group-completing-read):
784         Regard collection as a hash table if it is not a list.
785
786 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * shr.el (shr-render-td): Allow blank/missing <TD>s.
789
790         * shr.el: Document the table-rendering algorithm.
791
792 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
795         for Emacsen having no `libxml-parse-html-region' support.
796
797 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
800         invalid URLs.
801
802         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
803         line-broken.
804         (shr-tag-img): Ignore image fetching errors.
805         (shr-overlays-in-region): Compute overlay positions correctly.
806
807         * mm-decode.el (mm-shr): Require shr.
808
809         * gnus-art.el (gnus-blocked-images): Move variable here.
810
811         * shr.el (shr-insert-table): Bind free variable.
812
813         * mm-decode.el (mm-shr): Bind shr-content-function.
814
815         * shr.el (shr-content-function): New variable.
816
817         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
818         added for symmetry.
819
820         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
821
822         * gnus-group.el (gnus-group-make-group): Doc fix.
823
824         * nnimap.el (nnimap-request-newgroups): Return success.
825
826         * shr.el (shr-find-elements): New function.
827         (shr-tag-table): Put all the images after the table.
828         (shr-tag-table): Really inhibit images inside the table.
829         (shr-collect-overlays): Copy over overlays from the TD elements to the
830         main document.
831
832         * mm-decode.el (mm-shr): Bind shr-blocked-images to
833         gnus-blocked-images.
834
835 2010-10-05  Julien Danjou  <julien@danjou.info>
836
837         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
838
839         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
840         (gnus-html-maximum-image-size): Add this function.
841         (gnus-html-put-image): Use gnus-html-maximum-image-size.
842
843         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
844         server-value of the capability is nil.
845
846 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * shr.el (shr-tag-em): Add <EM> tag.
849
850 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
851
852         * sieve-manage.el (sieve-manage-default-stream): Make default stream
853         customizable.
854
855         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
856         handing broken links to browse-url.
857
858 2010-10-05  Julien Danjou  <julien@danjou.info>
859
860         * gnus-util.el (gnus-emacs-completing-read)
861         (gnus-iswitchb-completing-read): Use autoload rather than require.
862
863 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
866         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
867         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
868         iswitchb-temp-buflist for XEmacs.
869
870         * gnus-util.el (gnus-completing-read-function): Exclude
871         gnus-icompleting-read and gnus-ido-completing-read from candidates for
872         XEmacs since iswitchb.el is very old and ido.el is unavailable in
873         XEmacs.
874
875         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
876         not to use `delete-dups' that is unavailable in XEmacs 21.4.
877
878         * gnus-html.el: Don't require help-fns under XEmacs.
879         (gnus-html-schedule-image-fetching): Work for XEmacs.
880
881         * mm-decode.el (mm-shr): Decode contents by charset.
882
883 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
886         unknown.
887
888         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
889         (shr-get-image-data): Ensure against the cache file missing.
890
891         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
892         for data.
893
894         * spam-report.el (spam-report-url-ping-plain): Don't query about
895         killing the process.
896
897         * shr.el (shr-render-td): Protect against too-wide text.
898
899 2010-10-04  Julien Danjou  <julien@danjou.info>
900
901         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
902         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
903
904         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
905         retrieved.
906
907 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * shr.el (browse-url): Required.
910         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
911         lines.
912         (shr-show-alt-text, shr-browse-image): New commands.
913         (shr-browse-url, shr-copy-url): New commands.
914
915         * gnus-sum.el (gnus-widen-article-window): New variable.
916         (gnus-summary-select-article-buffer): Use it.
917
918         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
919         without @ signs.
920
921 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
922
923         * nnir.el (nnir-run-imap): Remove spurious space in search string.
924
925 2010-10-04  Julien Danjou  <julien@danjou.info>
926
927         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
928         for XEmacs.
929
930 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
933
934         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
935         (nnimap-close-server): Implement.
936
937         * dgnushack.el (iswitchb): Require to shut up the compiler.
938
939         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
940         (shr-insert): Tweak line breaking.
941         (shr-insert): Handle <pre> better.
942         (shr-tag-li): Get <li> indentation right.
943         (shr-tag-li): Get <li> indentation even righter.
944         (shr-tag-blockquote): Ensure paragraph start.
945         (shr-make-table): Tweak table generation.
946         (shr-make-table): Fix typo.
947
948         * shr.el: Implement table rendering.
949
950 2010-10-04  Julien Danjou  <julien@danjou.info>
951
952         * gnus-html.el (gnus-html-put-image): Fix resize image code.
953
954 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * shr.el (shr-insert): Use string anchors instead of line anchors.
957
958 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * shr.el: Add headings.
961         (shr-ensure-paragraph): Actually work.
962         (shr-tag-li): Make <ul> prettier.
963         (shr-insert): Get white space at the beginning/end of elements right.
964         (shr-tag-p): Collapse subsequent <p>s.
965         (shr-ensure-paragraph): Don't insert double line feeds after blank
966         lines.
967         (shr-insert): \t is also space.
968         (shr-tag-s): Fix "s" tag name function.
969         (shr-tag-s): Fix face prop name.
970
971 2010-10-03  Julien Danjou  <julien@danjou.info>
972
973         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
974
975         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
976         gnus-window-inside-pixel-edges.
977
978         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
979         gnus-ems.
980
981         * mm-view.el (mm-inline-image-emacs): Support image resizing.
982
983         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
984         function.
985
986         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
987         resize choice.
988
989 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
992         beginning of the buffer.
993
994         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
995         article buffer again.
996
997         * shr.el (shr-tag-p): Don't insert newlines at the start of the
998         buffer.
999
1000         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1001         when it's at the start of the buffer.
1002
1003         * shr.el (shr-tag-blockquote): Convert name.
1004         (shr-rescale-image): Use the right image-size variant.
1005
1006         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1007         buffer isn't shown, then select the current article first instead of
1008         bugging out.
1009         (gnus-summary-select-article-buffer): Show both the article and summary
1010         buffers again.
1011
1012         * shr.el (shr-fontize-cont): Protect against regions with no text.
1013         Rename tag functions to shr-tag-* for enhanced security.
1014         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1015
1016 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1017
1018         * shr.el (shr-insert):
1019         * pop3.el (pop3-movemail):
1020         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1021         loaded.
1022
1023 2010-10-03  Glenn Morris  <rgm@gnu.org>
1024
1025         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1026
1027         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1028
1029         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1030
1031         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1032
1033         * gnus-util.el (gnus-make-local-hook): Simplify.
1034
1035 2010-10-02  Julien Danjou  <julien@danjou.info>
1036
1037         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1038         (gnus-ido-completing-read): New function.
1039         (gnus-emacs-completing-read): New function.
1040         (gnus-completing-read): Use gnus-completing-read-function.
1041         Add gnus-completing-read-function.
1042
1043 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * shr.el (shr-insert-document): Autoload.
1046         (shr-img): Be silent.
1047         (shr-insert): Add a newline after every picture before text.
1048         (shr-add-font): Use overlays for combining faces.
1049         (shr-insert): Pass upwards the text start point.
1050
1051         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1052         possible.
1053         (mm-shr): New function.
1054
1055 2010-10-02  Julien Danjou  <julien@danjou.info>
1056
1057         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1058         should go backward.
1059
1060 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1061
1062         * shr.el (shr): Fix typo in provide call.
1063
1064 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * shr.el: New file.
1067
1068         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1069
1070         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1071         completing read.
1072
1073 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1076         we're being queried about.  Suggested by Dan Jacobson.
1077
1078         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1079         by Jason Eisner.
1080
1081         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1082         table, too.  Suggested by Stefan Wiens.
1083         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1084         the table unnecessary.  Suggested by Stefan Wiens.
1085
1086         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1087         longer needed, and probably doesn't work either, as pointed out by
1088         Stefan Wiens.
1089         (gnus-summary-exit): Remove call to the clearing function.
1090         (gnus-summary-exit-no-update): Ditto.
1091
1092         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1093         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1094         Reported by Stefan Monnier.
1095         (gnus-summary-save-in-rmail): Ditto.
1096
1097         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1098         article buffer, instead of both the article buffer and the summary
1099         buffer.  Sort of suggested by Dan Jacobson.
1100
1101         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1102
1103         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1104         Suggested by Dan Jacobson.
1105
1106         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1107         documentation clearer.
1108
1109         * message.el (message-shorten-references): Comment on the number "21".
1110         Suggested by Stefan Monnier.
1111
1112         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1113         Suggested by Dan Jacobson.
1114
1115         * gnus.el (gnus-large-newsgroup): Mention
1116         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1117
1118         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1119         externalize attachments.  Bug reported by Steve Wen.
1120
1121         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1122         really message anything to the user.
1123
1124         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1125         directly.
1126
1127         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1128         messages in empty groups.
1129
1130 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1131
1132         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1133         non-UIDNEXT group.
1134
1135 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1138         not the value from the collection.
1139
1140         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1141         values.  This sometimes happens on some groups that have no info.
1142         (nnimap-request-newgroups): New function.
1143
1144 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1145
1146         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1147         check into `gnus-registry-initialize'.
1148         (gnus-registry-initialize): Ditto.
1149         Fix and extend header docs.
1150
1151 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1154         regexp backtrace overflows.
1155
1156         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1157         for starttls that tls.el implements; i.e. openssl.
1158
1159         * tls.el (tls-starttls-switches): Give up on using starttls with
1160         gnutls-cli.
1161         (tls-program): Add --insecure to be consistent with the defaults from
1162         openssl s_client.  Now all three commands are insecure.
1163
1164 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * lpath.el: Bind completion-styles-alist for XEmacs.
1167
1168         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1169         (gravatar-create-image): New function that's an alias to
1170         gnus-xmas-create-image, gnus-create-image, or create-image.
1171         (gravatar-data->image): Use it.
1172
1173 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1174
1175         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1176         install the nnregistry refer method.
1177         (gnus-registry-install-hooks): Use it.
1178         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1179         unfollowed groups.
1180
1181 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1182
1183         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1184         expanding threads.
1185
1186 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * nnir.el: Use the server names without suffixes (bug #7009).
1189
1190         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1191         unencrypted to STARTTLS, if possible.
1192
1193 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1194
1195         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1196         headers before superseding.
1197
1198 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * nnrss.el (nnrss-use-local): Add documentation.
1201
1202         * nnimap.el (nnimap-extend-tls-programs): New function.
1203         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1204         (nnimap-wait-for-connection): Accept the greeting from the stupid
1205         output from openssl s_client -starttls, too.
1206
1207         * tls.el (tls-starttls-switches): New variable.
1208         (tls-find-starttls-argument): Use it.
1209         (open-tls-stream): Ditto.
1210
1211         * netrc.el (netrc-credentials): Return the value of the "default"
1212         entry.
1213         (netrc-machine): Ditto.
1214
1215         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1216         article number.
1217         (nnimap-split-fancy): New variable.
1218         (nnimap-split-incoming-mail): Use it.
1219
1220         * nntp.el (nntp-server-list-active-group): Document.
1221
1222         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1223         SELECT to get the message-id.
1224
1225         * mail-source.el (mail-sources): Removed webmail support.
1226         (defvar): Ditto.
1227         (mail-source-fetcher-alist): Ditto.
1228         (mail-source-fetch-webmail): Removed.
1229
1230         * webmail.el: Removed -- doesn't seem relevant any more.
1231
1232         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1233
1234         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1235         the \r.
1236
1237 2010-09-30  Julien Danjou  <julien@danjou.info>
1238
1239         * gnus-agent.el (gnus-agent-add-group): Fix call to
1240         gnus-completing-read.
1241
1242 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * nndoc.el (nndoc-retrieve-groups): New function.
1245
1246         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1247         `default', use nnmail-split-methods.
1248         (nnimap-request-article): Downcase the NILs so that they are nil.
1249
1250         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1251         symbol.
1252
1253         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1254         code, since if the user has requested network, that's what they ought
1255         to get.
1256         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1257         (nnimap-split-rule): Mark as obsolete.
1258
1259         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1260         variable.
1261
1262         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1263         correct slot, too.
1264
1265 2010-09-29  Julien Danjou  <julien@danjou.info>
1266
1267         * gnus.el (gnus-local-domain): Declare variable obsolete.
1268
1269         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1270         computing.
1271         (gnus-ido-completing-read): Require ido.
1272
1273 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1276         build Gnus.
1277
1278         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1279         when interpreting the structures.
1280         (nnimap-request-accept-article): Add \r\n to the lines to make this
1281         work with Cyrus.
1282
1283         * nndraft.el (nndraft-request-expire-articles): Use the group name
1284         instead if "nndraft".  Fix found by Nils Ackermann.
1285
1286 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1287
1288         * nnregistry.el: Added.
1289
1290 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1291
1292         * nnmail.el (group, group-art-list, group-art):
1293         Remove unneeded directives.
1294
1295 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1298         (mm-mime-charset)
1299         * rfc2047.el (rfc2047-syntax-table)
1300         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1301
1302         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1303         rather than `insert-file-contents' and `eval-region'.
1304
1305         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1306         construction.
1307
1308         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1309
1310         * time-date.el: No need to require cl for Emacs 21.
1311
1312 2010-09-29  Julien Danjou  <julien@danjou.info>
1313
1314         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1315         replacement of `gnus-gravatar-relief' to mimic
1316         `gnus-faces-properties-alist'.
1317         Add :version property.
1318
1319 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * mail-source.el (mail-source-report-new-mail)
1322         * message.el (message-default-mail-headers)
1323         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1324
1325         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1326
1327 2010-09-28  Julien Danjou  <julien@danjou.info>
1328
1329         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1330         mail-address contains the same string as real-name.
1331
1332         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1333         non-blank in header, otherwise it'll get stripped.
1334
1335         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1336         real-name, and then for mail address rather than doing : or , search.
1337
1338 2010-09-27  Julien Danjou  <julien@danjou.info>
1339
1340         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1341         (gnus-server-goto-server): Use gnus-completing-read.
1342
1343         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1344
1345         * mm-util.el (defalias): Use gnus-completing-read.
1346         (mm-codepage-setup): Use gnus-completing-read.
1347
1348         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1349         (smime-decrypt-buffer): Use gnus-completing-read.
1350
1351         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1352
1353         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1354         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1355         (mml-insert-multipart): Use gnus-completing-read.
1356
1357         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1358
1359         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1360
1361         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1362
1363         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1364
1365         * gnus.el (gnus-read-method): Use gnus-completing-read.
1366
1367         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1368
1369         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1370         (gnus-mime-action-on-part): Use gnus-completing-read.
1371         (gnus-article-encrypt-body): Use gnus-completing-read.
1372
1373         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1374         (gnus-topic-move-matching): Use gnus-completing-read.
1375         (gnus-topic-copy-matching): Use gnus-completing-read.
1376         (gnus-topic-sort-topics): Use gnus-completing-read.
1377         (gnus-topic-move): Use gnus-completing-read.
1378
1379         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1380         (gnus-agent-add-group): Use gnus-completing-read.
1381
1382         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1383         gnus-completing-read.
1384         (nnmairix-update-groups): Use gnus-completing-read.
1385         (nnmairix-get-server): Use gnus-completing-read.
1386         (nnmairix-backend-to-server): Use gnus-completing-read.
1387         (nnmairix-goto-original-article): Use gnus-completing-read.
1388         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1389
1390         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1391
1392         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1393         (gnus-group-make-useful-group): Use gnus-completing-read.
1394         (gnus-group-make-web-group): Use gnus-completing-read.
1395         (gnus-group-add-to-virtual): Use gnus-completing-read.
1396         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1397
1398         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1399         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1400         (gnus-summary-execute-command): Use gnus-completing-read.
1401         (gnus-summary-respool-article): Use gnus-completing-read.
1402         (gnus-read-move-group-name): Use gnus-completing-read.
1403
1404         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1405         (gnus-summary-score-effect): Use gnus-completing-read.
1406
1407         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1408
1409         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1410         right completing-read function.
1411         (gnus-use-ido): New variable
1412         (gnus-completing-read-with-default): Remove.
1413
1414 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1417         x-focus-frame.
1418
1419         * nnimap.el (auth-source-forget-user-or-password)
1420         (auth-source-user-or-password): Autoload.
1421
1422         * message.el (message-from-style, message-interactive)
1423         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1424         (message-yank-prefix, message-indentation-spaces, message-signature)
1425         (message-signature-file): Add comment.
1426
1427 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1430         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1431         new articles.
1432
1433         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1434         parts.
1435         (nnimap-request-article): Work with the t setting, too.
1436
1437         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1438         that you don't get flashes of other buffers.
1439         (gnus-summary-show-complete-article): Intern before setting.
1440
1441 2010-09-27  David Engster  <dengste@eml.cc>
1442
1443         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1444         well as HEADERS.
1445         (nnmairix-retrieve-headers): Provide new argument for the above.
1446
1447 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-sum.el (gnus-summary-move-article): Don't alter
1450         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1451         group.
1452
1453         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1454
1455         * message.el (message-cite-prefix-regexp): Revert my last edit.
1456
1457         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1458         variable instead of the Gnus variable.
1459
1460         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1461
1462         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1463         again.
1464
1465         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1466         since some servers don't like it.
1467         (nnimap-open-connection): Forget credentials if the server says the
1468         password was wrong.
1469         (nnimap-parse-line): Protect against invalid data.
1470
1471         * gnus-sum.el (gnus-summary-move-article): Add comment.
1472         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1473         nothing alters it while scanning for new messages.
1474
1475         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1476         which may or may not help.
1477         (nnimap-open-connection): If we're doing a stream connection, and then
1478         discover we're on a STARTTLS-capable server, then open a STARTTLS
1479         connection instead.
1480
1481 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * nnimap.el (utf7): Required.
1484
1485         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1486         prefix.
1487
1488 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1489
1490         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1491
1492 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * nnimap.el (nnimap-request-accept-article): Message the error on
1495         error.
1496
1497 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1500
1501 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * nndoc.el (nndoc-request-list): Return success always.
1504
1505         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1506         `fetch-old' -- we only want to fetch the articles we've requested.  The
1507         rest are in the agent, probably.
1508         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1509         disappeared server" to something low.  It's not important.
1510
1511         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1512         arrived before the FETCH data.
1513
1514         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1515         target here, because we don't know the Gnus name of the group.
1516
1517         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1518         for the correct group.
1519
1520         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1521
1522         * gnus.el (gnus): Give a final warning after startup.
1523
1524         * gnus-util.el (gnus-action-message-log): New variable.
1525         (gnus-message): Use it.
1526         (gnus-final-warning): New function.
1527
1528         * nnimap.el (nnimap-open-connection): Record the greeting.
1529         (nnimap): Add greeting.
1530
1531 2010-09-26  Julien Danjou  <julien@danjou.info>
1532
1533         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1534         arguments.
1535         (gnus-html-wash-images): Fix spec computing to include start/end.
1536
1537         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1538
1539 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1542         deletion.
1543         (nnimap-retrieve-headers): Don't select the group, because that's
1544         already done by nnimap-possibly-change-group.
1545
1546         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1547         (gnus-picon-transform-address): Use it.
1548
1549         * mail-source.el (mail-source-value): Revert previous patch.
1550
1551         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1552         on failure.
1553         (nnimap-open-connection): Look up both virtual and physical server name
1554         credentials.
1555
1556         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1557
1558 2009-02-07  Dave Love  <fx@gnu.org>
1559
1560         * tls.el (open-tls-stream): Don't query killing process.
1561
1562 2009-02-08  Dave Love  <fx@gnu.org>
1563
1564         * gnus-win.el (gnus-window-to-buffer-helper,
1565         gnus-all-windows-visible-p): Function needn't be a symbol.
1566
1567         * mail-source.el (mail-source-value): Function needn't be a symbol.
1568
1569 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * message.el (message-cite-prefix-regexp): Remove } from the cite
1572         prefix.
1573
1574         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1575         highlight again, so that the highlight is correct.
1576
1577         * gnus-picon.el (gnus-picon): Remove again.
1578         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1579
1580         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1581         doing the header highlightling, so that the background colour of the
1582         picon is correct.
1583
1584         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1585         (gnus-picon): Ditto.
1586         (gnus-picon): Reinstate.  The background colour for picons is white.
1587         (gnus-picon-insert-glyph): Make the background white.
1588
1589         * nnml.el (nnml-open-nov): Don't return dead buffers.
1590
1591         * auth-source.el (auth-source-create): Query the user for whether to
1592         store the credentials.
1593
1594         * netrc.el (netrc-store-data): New function.
1595
1596         * auth-source.el (auth-source-user-or-password): Use the existing auth
1597         sources, if any, for creation.
1598
1599         * gnus.el (gnus-group-fast-parameter): Return the last matching
1600         parameter instead of the first matching parameter.
1601
1602 2010-09-26  Julien Danjou  <julien@danjou.info>
1603
1604         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1605
1606 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * mml2015.el (mml2015-use): Remove gpg support.
1609
1610         * mml1991.el (mml1991-function-alist): Remove gpg function.
1611         (mml1991-gpg-sign): Removed.
1612
1613 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1614
1615         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1616         (gnus-browse-unsubscribe-current-group): Document it.
1617         (gnus-browse-unsubscribe-group): Use it.
1618
1619 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1622         address to the To list for easier response.
1623
1624         * gnus.el (gnus-play-startup-jingle): Removed.
1625         (gnus-splash): Don't play jingle.
1626         (gnus): Silence gnus-load message.
1627
1628         * gnus-art.el (gnus-treat-play-sounds): Removed.
1629
1630         * gnus.el (gnus-play-jingle): Remove audio support.
1631
1632         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1633
1634         * earcon.el: Removed -- no users.
1635
1636         * gnus-audio.el: Removed -- no users of this package.
1637
1638         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1639
1640         * gnus-start.el (gnus-setup-news): Remove nocem support.
1641
1642         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1643
1644         * gnus.el (gnus-use-nocem): Removed.
1645
1646         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1647         Removed.
1648
1649         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1650         uses NoCeM any more.
1651
1652         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1653         (gnus-button-ctan-handler): Ditto.
1654         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1655         (gnus-button-ctan-directory-regexp): Ditto.
1656         (gnus-button-handle-ctan): Ditto.
1657         (gnus-button-tex-level): Ditto.
1658         (gnus-button-alist): Removed CTAN stuff.
1659
1660 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1663         nnimap-streaming test.
1664
1665         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1666         servers twice.
1667
1668         * nnimap.el (nnimap-open-connection): Add more error reporting when
1669         nnimap fails early.
1670
1671         * nnheader.el (nnheader-get-report-string): New function.
1672         (nnheader-get-report): Use it.
1673
1674         * gnus-int.el (gnus-check-server): Say what the error was when opening
1675         failed.
1676
1677         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1678         using streaming.
1679
1680 2010-09-25  Julien Danjou  <julien@danjou.info>
1681
1682         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1683         gnus-window-inside-pixel-edges.
1684
1685 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1688
1689         * mm-decode.el (mm-save-part): Allow saving to other directories the
1690         normal Emacs way.
1691
1692         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1693         by Jay Berkenbilt.
1694
1695         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1696         there isn't a single byte.
1697
1698         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1699         just do it.  It doesn't really seem to matter what the user responds
1700         here, I think, so it's just a confusing question.
1701
1702         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1703         non-streaming case.
1704
1705         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1706         (gnus-article-encrypt-body): Use it.
1707
1708         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1709         keystroke.
1710
1711         * nnimap.el (nnimap-find-wanted-parts-1): Use
1712         gnus-fetch-partial-articles.
1713
1714         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1715
1716         * nnimap.el (nnimap-insert-partial-structure): New function.
1717         (nnimap-get-partial-article): New function.
1718         (nnimap-request-article): Use it.
1719         (nnimap-wait-for-response): Return whether the wait was successful.
1720         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1721         retrieval wasn't successful.
1722         (nnimap-retrieve-group-data-early): Allow throttling servers.
1723         (nnimap-streaming): New variable.
1724         (nnimap-fetch-partial-articles): Removed.
1725
1726         * mm-decode.el (mm-with-part): Protect against killed buffers.
1727
1728         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1729         for prettier summary display.
1730
1731 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1732
1733         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1734         directly.
1735
1736 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1739         apparently third-party libraries depend on it.
1740
1741         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1742         before starting negotiation.
1743
1744         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1745         privacy reasons.
1746         (gnus-treat-mail-gravatar): Ditto.
1747
1748         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1749         buffer when inserting images.  Inserting text into the headers, for
1750         instance, can make them invalid.
1751
1752 2010-09-25  Julien Danjou  <julien@danjou.info>
1753
1754         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1755         variables.
1756
1757         * nnheader.el: Remove useless variables news-reply-yank-from and
1758         news-reply-yank-message-id.
1759
1760         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1761         variables.
1762
1763         * mml1991.el: Remove useless mml1991-verbose.
1764
1765         * gnus.el: Remove useless variable gnus-use-generic-from.
1766         Remove obsolete variable gnus-topic-indentation.
1767
1768         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1769
1770         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1771
1772         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1773
1774         * gnus-group.el: Remove useless gnus-group-icon-cache.
1775         Remove useless gnus-ephemeral-group-server.
1776
1777         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1778
1779         * mml2015.el: Remove useless mml2015-verbose.
1780
1781         * mml-smime.el: Remove useless mml-smime-verbose.
1782
1783         * gnus.el: Remove useless gnus-local-domain.
1784
1785         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1786         gnus-gravatar-size.
1787
1788         * gnus-art.el: Remove useless gnus-treat-translate.
1789
1790 2010-09-24  Julien Danjou  <julien@danjou.info>
1791
1792         * gnus-sum.el: Add support for Gravatars.
1793
1794         * gnus-art.el: Add support for Gravatars.
1795
1796         * gnus-gravatar.el: Add this file.
1797
1798         * gravatar.el: Add this file.
1799
1800 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1803
1804         * gnus-group.el (gnus-group-fetch-faq): Removed.
1805
1806         * gnus.el (gnus-group-faq-directory): Removed.
1807
1808         * gnus-group.el (gnus-group-fetch-charter): Removed.
1809
1810         * gnus.el (gnus-group-charter-alist): Removed.
1811
1812         * gnus-group.el (gnus-group-archive-directory): Removed.
1813         (gnus-group-recent-archive-directory): Ditto.
1814         (gnus-group-make-archive-group): Removed.
1815
1816         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1817
1818         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1819         use the same article number for all the cached articles.
1820
1821         * nnimap.el (nnimap-command): Register the last command time so
1822         that we can use it for idling NOOPs.
1823         (nnimap-open-connection): Start the keeplive timer.
1824         (nnimap-make-process-buffer): Store all the process buffers.
1825         (nnimap-keepalive): New function.
1826
1827         * starttls.el: (starttls-open-stream): Add autoload cookie.
1828
1829 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1830
1831         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1832         handling.
1833
1834 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1837         its data structures.
1838
1839         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1840         instead of the cl.el copy-list.
1841         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1842         equalp.
1843
1844 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1847         and tool-bar-local-item-from-menu.
1848
1849         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1850         mode-line-highlight face for Emacs.
1851
1852         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1853         loading gnus-sum.elc; fix comment for canlock-verify.
1854         (gnus-article-jump-to-part): Use read-number.
1855         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1856         Emacs pre-21 compatible code for help-echo.
1857         (gnus-article-next-page-1): No need to adjust the number of lines.
1858         (gnus-article-describe-bindings): Always use help-buffer.
1859
1860         * gnus-audio.el (gnus-audio-inline-sound)
1861         * gnus-cus.el (gnus-custom-mode)
1862         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1863
1864         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1865
1866         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1867         compatible code.
1868
1869 2010-09-24  Glenn Morris  <rgm@gnu.org>
1870
1871         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1872         visiting the fcc file in rmail-mode.
1873
1874         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1875
1876 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * nnir.el: Silence the byte compiler.
1879
1880         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1881         alias to browse-url-url-encode-chars if any.
1882         (gnus-html-encode-url): Use it.
1883
1884 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * gnus-start.el (gnus-use-backend-marks): New variable.
1887         (gnus-get-unread-articles-in-group): Use it.
1888
1889         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1890         makeover.
1891
1892 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1893
1894         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1895
1896 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1899         Removed.
1900         (gnus-setup-news-hook): Removed
1901         gnus-fixup-nnimap-unread-after-getting-new-news.
1902
1903         * gnus-int.el (gnus-request-update-info): Protect against backends not
1904         having the function.
1905
1906         * nnimap.el (nnimap-stream): Mention starttls.
1907         (nnimap-open-connection): Add starttls support.
1908
1909 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1910
1911         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1912
1913 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1916         BODYSTRUCTUREs.
1917         (nnimap-transform-headers): Unfold quoted {42} headers.
1918
1919         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1920         the info.
1921         (gnus-get-unread-articles): Only call updatep on backends that support
1922         it.
1923
1924         * nnweb.el (nnweb-request-update-info): NOOP.
1925
1926         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1927
1928         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1929         since it only deals with marks.
1930
1931         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1932         gnus-request-marks, and make a new gnus-request-update-info.
1933
1934         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1935         the active instead of the high number, which is usually too low.
1936
1937 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1938
1939         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1940         * encrypt.el: Removed.
1941
1942 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1945         server in symbolic form.
1946
1947         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1948         0.9.
1949
1950 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1953         (nnimap-update-info): Fix up code slightly.
1954
1955         * gnus-int.el (gnus-open-server): Add tracing for performance
1956         debugging.
1957
1958         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1959         (gnus-group-insert-group-line): Pass the real group name so that it
1960         gets the right data.
1961
1962         * gnus-start.el (gnus-get-unread-articles): Don't have
1963         `gnus-get-unread-articles-in-group' update info, since that can be
1964         really slow and doesn't seem to be needed?
1965
1966 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1967
1968         * time-date.el (date-to-time): Try using parse-time-string first before
1969         using the slower timezone-make-date-arpa-standard.
1970
1971 2010-09-22  Julien Danjou  <julien@danjou.info>
1972
1973         * gnus-group.el (gnus-group-insert-group-line): Call
1974         gnus-group-highlight-line.
1975         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1976         default hook list.
1977         (gnus-group-update-eval-form): Add new function.
1978         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1979         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1980
1981 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1984         immediate, then expire all articles.
1985         (nnimap-update-info): Fix off-by-one errors.
1986         (nnimap-flags-to-marks): Would return no marks lists for group with no
1987         flags.  Instead return the other data.
1988
1989 2010-09-22  Julien Danjou  <julien@danjou.info>
1990
1991         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1992         Only return an icon.
1993         (gnus-group-insert-group-line): Compute icon to return.
1994
1995         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1996         variable.
1997         (gnus-html-image-fetched): Only cache if
1998         gnus-html-image-automatic-caching is set.
1999         (gnus-html-image-fetched): Check for errors.
2000
2001 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2004         once per method on `g'.  This ensures that backends like nnfolder don't
2005         open all their folders.
2006
2007         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2008         (nnimap-request-list): Nix out group in the correct buffer.
2009         (nnimap-parse-flags): Implement by using `read' instead of
2010         hand-parsing.
2011         (nnimap-flags-to-marks): Pass on permanent-flags.
2012         (nnimap-make-process-buffer): Record the server name.
2013         (nnimap-parse-flags): Fix typo.
2014         (nnimap-request-scan): Run split on the server in general, not just a
2015         single group.
2016
2017         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2018         parameter, and propagate this downwards.
2019
2020         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2021         since EXAMINE changes it on the server.
2022
2023         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2024         this command might take a while.
2025
2026 2010-09-22  Julien Danjou  <julien@danjou.info>
2027
2028         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2029         harmful if you have 2 images side-by-side, they can't be properly
2030         update on text deletion.  Using text-property is safer here.
2031         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2032         data.
2033
2034 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * nnimap.el (nnimap-expunge-inbox): Removed.
2037         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2038         (nnimap-expunge): Flip default to t.
2039
2040         * gnus.el (gnus-method-to-server): Don't push things to the cache
2041         unless it's unique.
2042         (gnus-server-to-method): Ditto.
2043
2044 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2045
2046         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2047
2048 2010-09-22  Julien Danjou  <julien@danjou.info>
2049
2050         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2051         get the start of data.
2052         (gnus-html-encode-url): Add this function to encode special chars in
2053         URL.
2054         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2055         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2056
2057         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2058         default.
2059         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2060
2061         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2062         images alt-text.
2063         (gnus-html-put-image): Put alt-text as help-echo.
2064
2065 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2068         * mm-util.el (mm-decompress-buffer)
2069         * nnir.el (nnir-run-find-grep)
2070         * pop3.el (pop3-list): Use 3rd arg of split-string.
2071
2072         * time-date.el (format-seconds): Comment fix.
2073
2074         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2075         and byte-optimize-form-code-walker.
2076         (dgnushack-make-auto-load): Don't advise make-autoload.
2077
2078         * lpath.el: Remove Emacs 21 stuff.
2079
2080 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2083         outside the active range.  Suggested by Dan Christensen.
2084
2085         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2086         slightly later to avoid double-getting it.
2087
2088         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2089         previous patch.
2090
2091         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2092
2093 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2094
2095         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2096
2097 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * gnus-int.el (gnus-open-server): Give a better error message in the
2100         "go offline" case.
2101
2102         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2103         marks for nnimap, which is seldom the right thing to do.
2104
2105         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2106         (gnus-same-method-different-name): New function.
2107
2108         * nnimap.el (parse-time): Require.
2109
2110         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2111         method in the presence of many similar methods.
2112
2113         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2114
2115         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2116         nnml-inhibit-expiry.
2117
2118         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2119         find out whether methods are equal.
2120
2121         * nnimap.el (nnimap-find-expired-articles): New function.
2122         (nnimap-process-expiry-targets): New function.
2123         (nnimap-request-move-article): Request the article before looking at
2124         what the Message-ID is.  Fix found by Andrew Cohen.
2125         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2126
2127         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2128         for oldness in addition to being a predicate.
2129
2130         * nnimap.el (nnimap-request-group): When we have zero articles, return
2131         the right data to Gnus.
2132         (nnimap-request-expire-articles): Only delete articles immediately if
2133         the target is 'delete.
2134
2135         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2136         method, this would bug out.
2137
2138         * gnus-group.el (gnus-group-expunge-group): Renamed from
2139         gnus-group-nnimap-expunge, and implemented as a normal interface
2140         function.
2141
2142         * gnus-int.el (gnus-request-expunge-group): New function.
2143
2144         * nnimap.el (nnimap-request-create-group): Implement.
2145         (nnimap-request-expunge-group): New function.
2146
2147 2010-09-21  Julien Danjou  <julien@danjou.info>
2148
2149         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2150         (gnus-html-cache-expired): Add new function.
2151         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2152         wethever we should display image for fetch it.
2153         Compute alt-text earlier to pass it to the fetching function too.
2154         (gnus-html-schedule-image-fetching): Change function argument to only
2155         get one image at a time, not a list.
2156         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2157         cache.
2158         (gnus-html-get-image-data): New function to retrieve image data from
2159         cache.
2160         (gnus-html-put-image): Change buffer argument to use image data rather
2161         than file, and place image above region rather than inserting a new
2162         one. Do not take alt-text as argument, since it's useless now: we place
2163         the image above alt-text.
2164         (gnus-html-prune-cache): Remove.
2165         (gnus-html-show-images): Start to fetch image when we find one, do not
2166         push into a temporary list.
2167         (gnus-html-prefetch-images): Only fetch image if they have expired.
2168         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2169         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2170
2171 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2174
2175 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2178         spec inser "*" if the group isn't active instead of 0.
2179
2180         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2181         opening the server.
2182         (nnimap-request-delete-group): Implement group deletion.
2183         (nnimap-transform-headers): Return the size of the entire message in
2184         the Bytes header, not just the size of the first part.
2185         (nnimap-request-move-article): When moving an article from nnimap,
2186         request the article first so the accepting form has an article to
2187         accept.  Reported by Dan Christensen.
2188         (nnimap-command): Make sure that the error message doesn't error out.
2189
2190 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2191
2192         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2193         we haven't requested anything.
2194
2195 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2198         "".  Fix found by Andrew Cohen.
2199
2200         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2201         instead of -encode-string.
2202
2203 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2206
2207         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2208         by mm-subst-char-in-string.
2209
2210 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2213         waiting for the connection string.
2214
2215         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2216         arriving.
2217
2218         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2219         bogus characters.  This allows selecting certain Gmail groups.
2220
2221         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2222         (nnimap-fetch-partial-articles): New variable.
2223         (nnimap-open-connection): When looking for credentials, also use the
2224         nnimap-server-port.
2225         (nnimap-request-article): Return the group/article number, so that Gnus
2226         `^' works as expected.
2227         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2228         them.
2229
2230         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2231         comments.
2232         (gnus-methods-sloppily-equal): New function.
2233         (gnus): When using the development version of Gnus, load the gnus-load
2234         file.
2235
2236         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2237         `gnus-open-server' on each method before trying to scan them etc.  This
2238         ensures that all the backend parameters are set correctly.
2239
2240         * nnimap.el (nnimap-authenticator): New variable.
2241         (nnimap-open-connection): Allow anonymous login.
2242         (nnimap-transform-headers): The chars header is called Chars not
2243         Bytes.
2244         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2245         drops.
2246
2247         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2248         patch, found by Knut Anders Hatlen.
2249
2250 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2251
2252         * gnus-agent.el (gnus-agent-batch-confirmation)
2253         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2254         to gnus-message.
2255         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2256         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2257         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2258         * gnus-int.el (gnus-open-server): Likewise.
2259         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2260         (gnus-score-check-syntax): Likewise.
2261         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2262         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2263         Likewise.
2264         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2265
2266 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2269         calling conventions so that prefetch doesn't bug out.
2270
2271 2010-09-19  Julien Danjou  <julien@danjou.info>
2272
2273         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2274         rather than `subst-char-in-region' in order to be able to replace ASCII
2275         char by UTF-8 ones.
2276
2277         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2278         than curl.
2279         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2280         the right URL and ALT text on images.
2281         (gnus-html-wash-tags): Fix tag case.
2282         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2283         (gnus-article-html): Add -o display_ins_del=2 option.
2284         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2285
2286 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2289         the extra mail headers, which sometimes seem to happen for unknown
2290         reasons.
2291
2292         * mail-parse.el (mail-header-encode-parameter): Define as
2293         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2294         (or most, perhaps?) mail readers don't understand the latter, but do
2295         understand the former.
2296
2297         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2298         to nil, so that no methods are automatically agentized.  I think this
2299         is probably what most users want.
2300
2301         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2302         from url-retrieve, for instance about invalid URLs.
2303
2304         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2305         groups that have no articles.
2306         (nnimap-request-article): Check that we really got an article when we
2307         requested one.
2308
2309         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2310         doesn't exist.
2311
2312         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2313         nntp buffer so the agent can save it.
2314         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2315         that CRLF doesn't get translated to \n.
2316         (nnimap-open-connection): Don't make 'shell commands only send \n.
2317
2318 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2319
2320         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2321         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2322         Update var name.
2323         (nnml-generate-nov-file): Use dolist.
2324         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2325         Use with-current-buffer.
2326
2327 2010-09-18  Julien Danjou  <julien@danjou.info>
2328
2329         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2330         parallel.
2331
2332 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2335         the range update right.
2336         (nnimap-request-group): Don't make `M-g' bug out on group with no
2337         marks.
2338         (nnoo): Required, so that other packages can require nnimap.
2339         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2340         command we're looking for.  This helps when the server sends more
2341         responses after we've gotten everything we expected.
2342         (nnimap): Add a `newlinep' field to keep track of end-of-line
2343         conventions.
2344         Don't send CRLF to things that don't want it.
2345         (nnimap-request-accept-article): Ditto.
2346
2347 2010-09-18  Julien Danjou  <julien@danjou.info>
2348
2349         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2350         than curl to retrieve images.
2351
2352 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2355         the marks.
2356         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2357         (nnimap-wait-for-connection): New function.
2358         (nnimap-open-connection): If we have PREAUTH, don't query for login
2359         credentials.
2360         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2361         when doing a partial update.
2362
2363 2010-09-18  Julien Danjou  <julien@danjou.info>
2364
2365         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2366         tags.
2367
2368 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369
2370         * nnimap.el (nnimap-credentials): New function.
2371         (nnimap-open-connection): Use the new function to look for credentials
2372         also on the numeric equivalents of "imap" and "imaps".
2373
2374         * gnus-start.el (gnus-activate-group): Send the info to
2375         gnus-request-group.
2376
2377         * nnimap.el (nnimap-request-group): Have the "check" version of the
2378         function parse flags and update the info, so that a `M-g' get a total
2379         resync of all flags from the group.
2380
2381         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2382         to allow backends to alter the info on group selection.  Also alter all
2383         the backend -request-group functions to take the parameter.
2384
2385         * nnimap.el (nnimap-store-info): New function.
2386         (nnimap-update-info): Store the info for later usage.
2387         (nnimap-request-group): Use the stored info for the dont-check case, so
2388         that we don't retrieve all marks when we enter a group.
2389
2390         * nnimap.el: Use deffoo instead of defun for interface functions.
2391
2392         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2393         update the group info.  This makes the nndraft groups, for instance, go
2394         back to their old behaviour.
2395
2396         * gnus-sum.el (gnus-select-newsgroup): Indent.
2397
2398         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2399         in.
2400         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2401         nothing.
2402
2403         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2404         from methods that are denied.
2405
2406         * gnus-int.el (gnus-method-denied-p): New function.
2407
2408         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2409         store the password instead of netrc.
2410         (nnimap-open-connection): Don't error out when we can't make a
2411         connections.
2412
2413         * auth-source.el (auth-source-create): In the password prompt, say what
2414         we're querying for.  Also prompt for user name if that hasn't been
2415         given.
2416
2417         * nnimap.el (nnimap-with-process-buffer): Removed.
2418
2419 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2422         method when we're reading from the agent.
2423
2424         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2425
2426         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2427         that's probably most useful for users.
2428
2429         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2430         "failed" all the time.
2431
2432         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2433         ...)) with (with-current-buffer ... ).
2434
2435         * nntp.el (nntp-open-server): Return whether the open was successful or
2436         not.
2437
2438         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2439         select an unread unseen article first.
2440
2441         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2442         /etc/services, supply some sensible port defaults.
2443
2444         * dgnushack.el: Define netrc-credentials.
2445
2446 2010-09-17  Julien Danjou  <julien@danjou.info>
2447
2448         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2449
2450 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2451
2452         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2453         doesn't have any parameters.
2454
2455 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2458         only upcased checks.
2459
2460         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2461
2462         * nnimap.el (nnimap-open-shell-stream): New function.
2463         (nnimap-open-connection): Use it.
2464         (nnimap-transform-headers): Get the number of lines in each message.
2465         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2466         number of lines.
2467         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2468         problem.
2469
2470         * utf7.el (utf7-encode): Autoload.
2471
2472         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2473         to allow the mail splitting to not return a default group.  This is
2474         useful for nnimap, which will leave unmatched mail in the inbox.
2475
2476         * nnimap.el: Rewritten.
2477
2478         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2479         nnimap usage.
2480
2481         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2482         if the move is internal, so that nnimap can do fast internal moves.
2483
2484         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2485         data.
2486         (gnus-read-active-for-groups): Support finishing the early retrieval of
2487         data.
2488
2489         * gnus-range.el (gnus-range-nconcat): New function.
2490
2491         * gnus-int.el (gnus-finish-retrieve-group-infos)
2492         (gnus-retrieve-group-data-early): New functions.
2493
2494 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2495
2496         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2497         (nnrss-retrieve-groups):
2498         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2499         (pop3-quit): Use with-current-buffer.
2500
2501 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2504         instead of nnheader-accept-process-output.
2505
2506         * dgnushack.el (dgnushack-compile): Add comment.
2507
2508         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2509
2510         * gnus-html.el (gnus-html-schedule-image-fetching)
2511         (gnus-html-prefetch-images): Replace process-kill-without-query by
2512         gnus-set-process-query-on-exit-flag.
2513
2514 2010-09-16  Romain Francoise  <romain@orebokech.com>
2515
2516         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2517
2518 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2521         parameter to unintern is mandatory-ish in Emacs 24.
2522
2523         * gnus-html.el (gnus-html-schedule-image-fetching)
2524         (gnus-html-prefetch-images): Check for curl before using it.
2525
2526         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2527         depend on curl, which isn't essential.
2528
2529         * imap.el: Revert back to version
2530         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2531         seem problematic.
2532
2533 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2534
2535         * gnus-registry.el (gnus-registry-install-shortcuts):
2536         Explicitly pass `obarray' to `unintern' to avoid a warning.
2537
2538 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2541         change.
2542
2543         * nnrss.el (nnrss-request-list): Removed this function and related
2544         functions, including the moreover stuff.
2545
2546 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * nnrss.el (nnrss-retrieve-groups): New function.
2549
2550 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2551
2552         * .dir-locals.el: Add no-byte-compile cookie.
2553
2554 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * time-date.el (format-seconds): Comment fix.
2557
2558         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2559         for back end that doesn't support request-scan.
2560
2561 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2564         then do request scans from the backends.
2565
2566         * netrc.el (netrc-credentials): New conveniency function.
2567
2568         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2569         avoid running a hook per line, since this takes a lot of time,
2570         profiling shows.
2571         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2572         directly if gnus-visual-p is true.
2573
2574 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2577         groups; replace mapcar with dolist which is a bit faster; pass groups
2578         info to gnus-read-active-file-1.
2579         (gnus-read-active-file-1): Scan only specified groups if the new
2580         optional arg `infos' is given.
2581
2582 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2585
2586         * pop3.el (pop3-movemail): Removed.
2587         (pop3-streaming-movemail): Renamed to pop3-movemail.
2588
2589         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2590         don't restrict end-tag searches to the end of the line.
2591
2592 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2595         articles of every unchecked group to t, which means unknown since the
2596         server has never been opened.
2597
2598 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * gnus-html.el (gnus-html-show-alt-text): New command.
2601         (gnus-html-browse-image): Ditto.
2602         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2603         to browse the image directly.
2604         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2605         better.
2606
2607         * gnus-async.el (gnus-async-article-callback): Call
2608         `gnus-html-prefetch-images' unconditionally.
2609
2610         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2611         before feeding URLs to curl.
2612
2613 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2616         internal images as deletable by `W D D'.
2617
2618         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2619         (gnus-async-article-callback): Fix typo.
2620
2621 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2624         current line to work around bugs in the output from w3m.
2625
2626         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2627         for groups that want that.
2628
2629         * nntp.el (nntp-wait-for-string): Supply a timeout for
2630         accept-process-output to ensure progress.
2631
2632         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2633         level to get unread articles from, then use that for foreign groups,
2634         too.
2635
2636         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2637         confuses the rest of the function.
2638
2639         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2640         for the methods that support -retrieve-groups, too.
2641
2642         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2643
2644 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2647         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2648
2649         * pop3.el: Require cl when compiling.
2650         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2651
2652 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2655         that aren't going to be activated.
2656         (gnus-get-unread-articles): Fix up the last commit.
2657
2658         * gnus-html.el (gnus-article-html): Allow calling without specifying
2659         the handle.  In that case, dissect the buffer first.
2660
2661         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2662
2663         * nnimap.el (nnimap-open-connection): Revert the change that would look
2664         into authinfo for imaps instead of imap.
2665
2666         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2667         say that you don't want to call gnus-request-group with don-check, but
2668         do check the reponse.  This is for virtual groups only.
2669         (gnus-get-unread-articles): Count the archive groups as secondary, so
2670         that they're activated the same way as before.
2671
2672         * imap.el (imap-message-map): Removed optional buffer parameter, since
2673         no callers use it.
2674         (imap-message-get): Ditto.
2675         (imap-message-put): Ditto.
2676         (imap-mailbox-map): Ditto.
2677         (imap-mailbox-put): Ditto.
2678         (imap-mailbox-get): Ditto.
2679         (imap-mailbox-get): Revert last change for this function.
2680
2681         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2682         case-insensitively.
2683         (nnimap-debug): Removed.
2684
2685         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2686         to use `imap-fetch' instead.  According to the comments, this should be
2687         safe, since all other IMAP clients use the 1:* syntax.
2688         (imap-enable-exchange-bug-workaround): Removed.
2689         (imap-debug): Removed -- doesn't seem very useful.
2690
2691         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2692         mail from a file, and the file doesn't exist.
2693
2694         * imap.el (imap-log): New convenience function used throughout instead
2695         of repeating the same code all over the place.
2696
2697         * pop3.el (pop3-streaming-movemail): Return t for success.
2698
2699         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2700         .authinfo if we're using ssl connection.
2701
2702         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2703         already have if we're in a main Gnus `g' run.
2704
2705         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2706
2707 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2710
2711         * nnmh.el (nnmh-request-list-1): Bind `file'.
2712
2713         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2714         alias to set-process-query-on-exit-flag or process-kill-without-query.
2715         (pop3-open-server): Use it.
2716
2717 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2720         box to the Incoming file.  Fixes mistake in previous checkin.
2721
2722         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2723         request loop (for debugging purposes) removed.
2724
2725         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2726         culprit is more visible.
2727         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2728         (nnml-add-incremental-nov): New functions to do "incremental" nov
2729         updates, where we just append to the end of the existing nov files
2730         without reading/writing them in full.
2731
2732         * mail-source.el (mail-source-delete-crash-box): Really only check the
2733         incoming files once in a while.
2734
2735         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2736
2737         * mail-source.el (mail-source-delete-crash-box): Only check the
2738         incoming files for deletion once per day to save a lot of file
2739         accesses.
2740
2741         * pop3.el (pop3-logon): Fix up unbound variable typo.
2742
2743         * mail-source.el (pop3-streaming-movemail): Autoload.
2744
2745         * pop3.el (pop3-streaming-movemail): Respect
2746         pop3-leave-mail-on-server.
2747
2748         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2749         retrieval.
2750
2751         * pop3.el (pop3-process-filter): Removed unused function.
2752         (pop3-streaming-movemail, pop3-send-streaming-command)
2753         (pop3-wait-for-messages, pop3-write-to-file)
2754         (pop3-number-of-responses): New functions for streaming pop3
2755         retrieval.
2756
2757         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2758         come from no known methods.
2759         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2760         list.
2761
2762         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2763         message sizes.
2764         (pop3-movemail): Use erase-buffer instead of looping and deleting
2765         regions, which seems rather odd.
2766
2767         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2768         file once per `g' run.
2769
2770         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2771         directories.  This makes the draft queue directory work.
2772
2773         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2774         data from the backends, so that we only request the list of groups from
2775         each method once.  This should speed things up considerably.
2776
2777         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2778         detect that it's not implemented.
2779
2780         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2781         we actually do recurse down into the tree, but don't stat all leaf
2782         nodes.
2783
2784         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2785         then say so instead of bugging out.
2786
2787         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2788         files exist before trying to read them.
2789
2790         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2791         around <pre_int>.
2792
2793         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2794
2795         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2796
2797 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * mm-util.el (mm-image-load-path): Just return the image directories,
2800         not all directories in the path in addition to the image directories.
2801         (mm-image-load-path): Maintain a cache of the image directories so that
2802         the `g' command in Gnus doesn't have to stat dozens of directories each
2803         time.
2804
2805         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2806         (gnus-html-wash-tags): Add a new `i' command to insert images.
2807         (gnus-html-insert-image): New command and keystroke.
2808         (gnus-html-redisplay-with-images): New command and keystroke.
2809         (gnus-html-show-images): Renamed command.
2810         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2811         spacers.
2812         (gnus-html-wash-tags): Decode entities at the end, so that entities
2813         inside the tags don't mess up the rest of the "parsing".
2814
2815         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2816         so that nnimap methods aren't agentized by default.  There's apparently
2817         many problems related to agent/imap behaviour.
2818
2819         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2820
2821         * gnus-html.el: Doc fix.
2822
2823 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2826         specifier-spec-list for Emacs 21.
2827
2828         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2829         glyph-width and glyph-height instead of display-graphic-p and
2830         image-size; make avoidance of displaying small images work for XEmacs.
2831
2832         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2833         for XEmacs.
2834
2835         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2836         of symbol that holds plist data.
2837         (gnus-process-plist): Remove plist of process after getting it.
2838
2839 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * message.el (message-generate-hashcash): Change default to
2842         'opportunistic if hashcash is installed.
2843
2844         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2845         (gnus-html-put-image): Only call image-size once, since it's somewhat
2846         time-consuming on remote X servers.
2847
2848 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2851         type on data, not a file name.
2852
2853         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2854         window-pixel-edges for Emacs 21.
2855
2856         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2857         decoded contents.
2858         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2859
2860 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2863         group line format, since it isn't very interesting.
2864
2865         * gnus-agent.el (gnus-agent-short-article),
2866         (gnus-agent-long-article): Increase values for these two variables,
2867         since most people are likely to have more network connection and
2868         storage than before.
2869
2870         * gnus.el (gnus-refer-article-method): Change default to 'current.
2871         When referring an article, the common behaviour is to refer it from the
2872         current select method, not the native select method.  The chances of
2873         the native select method having the message in question is rather slim
2874         these days.
2875
2876         * gnus-sum.el (gnus-auto-select-subject): Change default to
2877         `unseen-or-unread'.  I think it's likely that most people want to
2878         select an unseen article over a previously seen, but unread one.
2879
2880         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2881         means that in the article buffer none of the minor mode elements will
2882         be shown, usually, and this is not desirable in most cases.
2883
2884         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2885         that commands like `d' (and the like) go to the next line in the
2886         buffer, instead of the next unread article.  I think this is the
2887         behaviour that is most natural for most users.
2888         (gnus-single-article-buffer): Change default to nil, so that people can
2889         have as many article buffers open as they have summary buffer.  I think
2890         this is the most natural way for the groups to behave.
2891
2892         * message.el (message-generate-new-buffers): Change default to
2893         `unsent', so that all new message buffers start their names with the
2894         string "*unsent", and it's easier to find the buffers if you move from
2895         them.
2896
2897 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2900         small.  They're probably tracking images.
2901         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2902         (gnus-html-rescale-image): Yet another try at getting the image sizing
2903         right.
2904
2905         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2906         nntp-marks-file-name is nil.
2907
2908 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2909
2910         * gnus-html.el (gnus-html-wash-tags)
2911         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2912         Better logging.
2913
2914 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2917
2918         * gnus-html.el (gnus-html-wash-tags): Check the value of
2919         gnus-blocked-images in the summary buffer.
2920
2921 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2922
2923         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2924
2925 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2928         like "a", it seems like.
2929         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2930         since it needs to be picked from the correct buffer.
2931
2932         * nnwfm.el: Removed.
2933
2934         * nnlistserv.el: Removed.
2935
2936 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2937
2938         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2939         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2940
2941 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * nnkiboze.el: Removed.
2944
2945         * nndb.el: Removed.
2946
2947         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2948         alt text.
2949         (gnus-html-rescale-image): Try to get the rescaling logic right for
2950         images that are just wide and not tall.
2951
2952         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2953         overshadow variable bindings.
2954
2955 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2956
2957         * gnus-html.el (gnus-html-wash-tags)
2958         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2959         extra logging.
2960
2961 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2964         (gnus-max-image-proportion): New variable.
2965         (gnus-html-rescale-image): New function.
2966         (gnus-html-put-image): Rescale images.
2967
2968 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2969
2970         Fix up some byte-compiler warnings.
2971         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2972         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2973         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2974         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2975         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2976         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2977         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2978
2979 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * gnus-html.el (gnus-article-html): Decode contents by charset.
2982
2983 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2986         (gnus-html-frame-width, gnus-blocked-images)
2987         * message.el (message-prune-recipient-rules): Add custom version.
2988         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2989
2990         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2991         functions.
2992
2993         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2994         gnus-process-get.
2995
2996 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2997
2998         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2999         instead of lsub directly.
3000
3001 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * nnwarchive.el: Removed.
3004
3005         * gnus-soup.el: Removed.
3006
3007         * nnsoup.el: Removed.
3008
3009         * nnultimate.el: Removed.
3010
3011         * gnus-html.el (gnus-blocked-images): New variable.
3012
3013         * message.el (message-prune-recipients): New function.
3014         (message-prune-recipient-rules): New variable.
3015
3016         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3017         guess whether a long line is natural text or not.
3018
3019         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3020         gnus-process-plist and friends for compatibility.
3021
3022 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3023
3024         * gnus-html.el: Require packages that define macros used in this file.
3025         (gnus-article-mouse-face): Declare to silence byte-compiler.
3026         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3027         process-get.
3028         (gnus-html-put-image): Use plist-get to avoid getf.
3029         (gnus-html-prefetch-images): Use with-current-buffer.
3030
3031 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-ems.el: Provide compatibility functions for
3034         gnus-set-process-plist.
3035
3036         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3037         header-line-format for XEmacs 21.4.
3038
3039         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3040         * gnus.el (gnus-valid-select-methods)
3041         * message.el (message-send-mail-partially-limit)
3042         * mm-decode.el (mm-text-html-renderer)
3043         * mml.el (mml-insert-mime-headers-always)
3044         * smiley.el (smiley-regexp-alist): Bump custom version.
3045
3046 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * gnus-html.el: require mm-url.
3049         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3050         with the url to `url'.
3051         (gnus-html-wash-tags): Support cid: URLs/images.
3052
3053 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3056         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3057         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3058
3059         * gnus-move.el: Removed file, since it doesn't really work.
3060
3061         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3062         UTF-8.  This seems to fix problems with some German web feeds.
3063
3064         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3065         at the top so that the proper colours are applied.
3066
3067         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3068         don't have dots in their names.
3069
3070         * gnus-art.el (gnus-article-view-part): Doc fix.
3071
3072         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3073         XEmacs-compatible.
3074         (gnus-html-put-image): Don't do images on non-graphic displays.
3075
3076         * nnslashdot.el: Removed this unused backend.
3077
3078         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3079         actions.
3080         (gnus-undo-register-1): Revert last change.
3081
3082         * gnus-group.el (gnus-group-completing-read): Protect against not
3083         having completion-styles bound.
3084
3085         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3086         make broken recipients happier.
3087
3088         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3089
3090         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3091         point parameter.
3092
3093         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3094
3095         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3096         completion-styles for group selection.
3097
3098 2009-02-04  Andreas Schwab  <schwab@suse.de>
3099
3100         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3101         headers and regexp-quote the match if necessary.
3102
3103 2009-03-24  Miles Bader  <miles@gnu.org>
3104
3105         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3106         the blinking smiley.
3107
3108 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3109
3110         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3111         blink smiley.
3112
3113 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3116         where the dribbel file lives exists.
3117
3118         * message.el (message-send-mail-partially-limit): Change the default to
3119         nil, since most people don't want this.
3120
3121         * mm-url.el (mm-url-decode-entities): Also decode entities like
3122         &#x3212.
3123
3124 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3125
3126         * gnus-sum.el (gnus-summary-idna-message):
3127         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3128         Hyperlink urls in docstrings with URL `...'.
3129
3130 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3131
3132         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3133         functions.
3134
3135 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3138         say what the mouseover text should be.
3139
3140         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3141         version of the mm-w3m-safe-url-regexp variable to only download images
3142         in the groups where we want that to happen.
3143
3144         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3145
3146         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3147         easier debugging.
3148         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3149         big pictures in the article buffer.
3150
3151         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3152         gnus-article-html.
3153         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3154         w3m.
3155
3156         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3157
3158 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3161         which doesn't exist.
3162
3163         * message.el (message-inhibit-ecomplete): New variable to allow some
3164         function to inhibit ecomplete address storage.
3165         (message-resend): Disable ecomplete message storage when resending
3166         messages.
3167
3168         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3169
3170 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3173         Save excursion while copying, moving, and deleting articles in order to
3174         prevent the cursor from jumping to unforeseen place.
3175
3176 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * lpath.el: No need to bind bookmark-current-buffer,
3179         bookmark-yank-point and bookmark-make-record-function.
3180
3181 2010-08-17  Glenn Morris  <rgm@gnu.org>
3182
3183         * gnus-sync.el: Require gnus components whose functions are used.
3184
3185         * gnus-art.el (bookmark-make-record-function):
3186         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3187         Declare for compiler.
3188
3189         * mm-url.el (mml-compute-boundary): Autoload.
3190
3191 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3194
3195 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3196
3197         Typo fix "hoo4a" -> "hook".
3198
3199         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3200
3201 2010-08-14  Glenn Morris  <rgm@gnu.org>
3202
3203         * gnus-sync.el (gnus-sync): Fix defgroup version.
3204
3205 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3206
3207         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3208
3209         * gnus-sync.el: Fix docs.
3210         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3211         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3212
3213 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         Optimizations for gnus-sync.el.
3216
3217         * gnus-sync.el: Add docs about gnus-sync-backend
3218         possibilities.
3219         (gnus-sync-save): Remove unnecessary message.
3220         (gnus-sync-read): Optimize and show what groups were skipped.
3221
3222 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3223
3224         Minor bug fixes for gnus-sync.el.
3225
3226         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3227         read the sync on get-new-news.
3228
3229         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3230         quiet.
3231
3232         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3233
3234 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3235
3236         Make saving and restoring of hidden threads work with overlays.
3237         Patch applied by Ted Zlatanov.
3238
3239         * gnus-sum.el (gnus-hidden-threads-configuration)
3240         (gnus-restore-hidden-threads-configuration): Update to deal with text
3241         properties, rather than searching for a magic character.
3242
3243 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3244
3245         New gnus-sync.el library for synchronization of marks.
3246
3247         * gnus-sync.el: New library for synchronization of marks.
3248
3249         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3250         renamed from `gnus-registry-grep-in-list'.
3251
3252         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3253
3254         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3255
3256 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3259         determining charset of text fails.
3260
3261 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * nnmail.el (nnmail-get-new-mail-1): Revert.
3264
3265         * nnml.el (nnml-active-number): Make sure names of newly created groups
3266         in nnml-group-alist are encoded.
3267
3268 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3271         containing non-ASCII characters in active file for nnml back end.
3272
3273 2010-07-24  David Engster  <dengste@eml.cc>
3274
3275         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3276         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3277
3278 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3279
3280         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3281         tag (Bug#6654).
3282
3283 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3286         the article buffer, not the summary buffer.
3287
3288 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3291         Emacs 23 as well.
3292
3293 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3296         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3297
3298 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3299
3300         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3301         Patch applied by Karl Fogel.
3302
3303         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3304         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3305
3306 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3307
3308         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3309         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3310         C-w still not working correctly from Article buffers; Thierry's
3311         patch to fix that will be applied after this.
3312
3313         * gnus-art.el (bookmark-make-record-function): New local variable.
3314
3315         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3316         article buffer.
3317         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3318
3319 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3320
3321         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3322         on changes in bookmark.el.
3323
3324 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3327         `no-log' instead of message not to log prompt string.
3328
3329 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3330
3331         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3332         the *other* type of HTML form submission.
3333
3334 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3335
3336         * auth-source.el (auth-source-pick): If choice does not contain a
3337         questioned keyword, set the check to t.
3338
3339 2010-06-12  Romain Francoise  <romain@orebokech.com>
3340
3341         * gnus-util.el (gnus-date-get-time): Move up before first use.
3342
3343 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3346         (gnus-article-edit-part): Bind it to make last part that is substituted
3347         or deleted visible.
3348         (gnus-mime-display-single): Buttonize part of which id equals to
3349         gnus-mime-buttonized-part-id.
3350
3351 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3352
3353         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3354         (gnus-dd-mmm): Use gnus-date-get-time.
3355         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3356         simplify logic.
3357         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3358         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3359
3360 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3361
3362         * auth-source.el (top): Autoload `secrets-list-collections',
3363         `secrets-create-item', `secrets-delete-item'.
3364         (auth-sources): Fix tag string.
3365         (auth-get-source, auth-source-retrieve, auth-source-create)
3366         (auth-source-delete): New defuns.
3367         (auth-source-pick): Rewrite in order to avoid 2 passes.
3368         (auth-source-forget-user-or-password): New parameter USERNAME.
3369         (auth-source-user-or-password): New parameters CREATE-MISSING and
3370         DELETE-EXISTING.  Retrieve password interactively, if needed.
3371
3372 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3373
3374         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3375         deleting unused directories when gnus-expert-user is t.
3376
3377 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3380         for each temp file when gnus-article-browse-delete-temp is ask.
3381
3382 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3383
3384         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3385         Lisp calls to delete-backward-char by calls to delete-char.
3386
3387 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3388
3389         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3390
3391 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3392
3393         * password-cache.el (password-cache-remove): Fix docstring.
3394
3395 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3398         article unless decoding article to be saved.
3399
3400 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3403         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3404         generated within the mm-with-unibyte-current-buffer macro.
3405
3406 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3409         to nil when we're in a mml-preview buffer and no group is selected.
3410
3411 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3412
3413         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3414         when catching the `C-g'.  Reported by "Leo".
3415
3416 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * message.el (message-forward-make-body-plain)
3419         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3420         multibyte-string-p.
3421
3422         * lpath.el: Revert.
3423
3424 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * message.el (message-forward-make-body-mml): Assume original message
3427         is multibyte string; error on unibyte.
3428         (message-forward-make-body-plain): Ditto; don't add excessive newline
3429         in body end.
3430
3431         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3432
3433 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3434
3435         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3436         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3437
3438 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * mm-extern.el (mm-extern-url): Don't use
3441         mm-with-unibyte-current-buffer.
3442         (mm-extern-cache-contents): Use with-current-buffer instead of
3443         save-excursion + set-buffer.
3444
3445 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * mm-util.el (mm-emacs-mule): Remove.
3448
3449 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3450
3451         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3452         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3453         change.
3454
3455 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3458         bind the default value of enable-multibyte-characters to nil.
3459
3460 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * message.el (message-forward-make-body-plain)
3463         (message-forward-make-body-mml):
3464         Don't use mm-with-unibyte-current-buffer.
3465
3466 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3467
3468         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3469
3470 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3471
3472         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3473         (Bug#5592).
3474
3475 2010-05-07  Julien Danjou  <julien@danjou.info>
3476
3477         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3478         it to mm-pipe-part.
3479
3480         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3481         it is given.
3482
3483 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * binhex.el (binhex-decode-region-internal)
3486         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3487         (dns-query)
3488         * nnweb.el (nnweb-gmane-search)
3489         * pgg-parse.el (pgg-parse-armor)
3490         * pgg.el (pgg-verify-region)
3491         * sha1.el (sha1-string-external)
3492         * uudecode.el (uudecode-decode-region-internal)
3493         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3494         XEmacs.
3495
3496         * gnus-art.el (gnus-article-browse-html-parts)
3497         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3498         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3499         make-temp-file.
3500
3501         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3502         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3503         compiling.
3504
3505         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3506         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3507         XEmacs when compiling.
3508
3509         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3510         gnus-pick-mode-off-hook for XEmacs when compiling.
3511         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3512         gnus-binary-mode-off-hook for XEmacs when compiling.
3513
3514         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3515         nil if char-charset is not available.
3516
3517         * imap.el (imap-disable-multibyte)
3518         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3519         macros.
3520
3521         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3522         instead of encode-coding-string.
3523
3524         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3525         'xemacs) instead of mm-emacs-mule to switch function definitions.
3526         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3527
3528         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3529         bind temporary-file-directory for XEmacs;
3530         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3531         timer-set-function for XEmacs 21.4 and SXEmacs;
3532         bind timer-list for XEmacs 21.4 and SXEmacs;
3533         fbind char-charset and find-charset-region for non-Mule XEmacs;
3534         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3535         encode-coding-region and encode-coding-string for XEmacs having no
3536         file-coding feature.
3537
3538 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3539
3540         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3541
3542 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3545         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3546
3547 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3548
3549         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3550         alias `jka-compr-delete-temp-file' no longer exists.
3551
3552 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3553
3554         Use define-minor-mode in Gnus where applicable.
3555         * mml.el (mml-mode): Use define-minor-mode.
3556         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3557         (gnus-undo-mode): Use define-minor-mode.
3558         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3559         (gnus-dead-summary-mode): Use define-minor-mode.
3560         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3561         Initialize in declaration.
3562         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3563         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3564         (gnus-mailing-list-mode): Use define-minor-mode.
3565         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3566         (gnus-draft-mode): Use define-minor-mode.
3567         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3568         (gnus-dired-mode): Use define-minor-mode.
3569
3570 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3571
3572         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3573         handles on recursive mml-to-mime translation and check them for
3574         boundary delimiter collisions.  Reported by Greg Troxel.
3575
3576 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3579
3580 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3581
3582         * mm-util.el (mm-find-buffer-file-coding-system):
3583         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3584
3585 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3586
3587         * message.el (message-generate-headers): Record insertion of optional
3588         headers as well.  Otherwise the check to prevent repeated insertion of
3589         optional headers is a no-op.
3590
3591 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3592
3593         * smime.el: Don't mention CVS.
3594
3595         * nnrss.el (nnrss-fetch): Don't mention CVS.
3596
3597         * nnir.el: Don't mention CVS.
3598
3599 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3600
3601         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3602
3603 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * lpath.el: Fbind bookmark-default-handler,
3606         bookmark-get-bookmark-record, bookmark-make-record-default,
3607         bookmark-prop-get for Emacs <23 and XEmacs.
3608
3609 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3610
3611         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3612         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3613         Use with-current-buffer to silence the byte-compiler.
3614         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3615         bother to require `gnus'.
3616         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3617
3618 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3619
3620         * gnus-sum.el (gnus-summary-bookmark-make-record)
3621         (gnus-summary-bookmark-jump): New functions.
3622         (gnus-summary-mode): Setup bookmark support.
3623
3624 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3625
3626         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3627         if set.
3628
3629 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3632         gnus-article-browse-html-save-cid-image; make it work recursively for
3633         forwarded messages as well.
3634         (gnus-article-browse-html-parts): Work when prefix arg is given.
3635         (gnus-article-browse-html-article): Doc fix.
3636
3637 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3638
3639         * message.el (message-default-mail-headers):
3640         (message-default-headers): Carry the value mail-default-headers over
3641         into message-default-mail-headers, rather than message-default-headers.
3642
3643 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3644
3645         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3646         charset.
3647
3648         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3649         charset into the <meta> tag when the article is encoded to utf-8.
3650
3651 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3654         directories as well.
3655         (gnus-article-browse-html-parts): Work for images that do not specify
3656         file names; delete temp directory when quitting; insert header at the
3657         right place; use file: scheme for image files.
3658
3659 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3660
3661         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3662         (gnus-article-browse-html-parts): Use it to make temporary cid image
3663         files in addition to html file so that browser may display them.
3664
3665 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3666
3667         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3668
3669 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3670
3671         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3672
3673 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3676         about Secret Service API sources.  Improve Customize options.
3677         (auth-source-pick): Change to accept any number of search parameters.
3678         Implement fallbacks iteratively, not recursively.  Add scoring on the
3679         second pass and sort by score.  Call Secret Service API when needed.
3680         (auth-source-user-or-password): Use it.  Call Secret Service API
3681         directly when needed to get the user name and the password.
3682
3683 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3684
3685         * message.el (message-interactive): Doc fix.
3686         (message-qmail-inject-args): Reflow.
3687         (message-kill-to-signature): Fix typo in docstring.
3688
3689         * smiley.el (smiley-buffer): Fix typo in docstring.
3690
3691 2010-03-24  Glenn Morris  <rgm@gnu.org>
3692
3693         * mail-source.el (gnus-message): Declare.
3694         (mail-source-delete-old-incoming): Require gnus-util.
3695
3696 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3699
3700         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3701
3702         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3703         password-cache's default if it is not bound.
3704         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3705         password-cache-expiry's default if it is not bound.
3706
3707         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3708         available in Emacs 21.
3709
3710         * lpath.el: Suppress compiler warnings for:
3711         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3712         XEmacs;
3713         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3714         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3715         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3716
3717 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * auth-source.el (auth-sources): Fix up definition so extra parameters
3720         are always inline.
3721
3722 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3723
3724         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3725         wasn't updated after mismatch.  Clear cached mailbox info correctly
3726         when uidvalidity changes.
3727         (nnimap-group-prefixed-name): New function to avoid some code
3728         duplication.
3729         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3730         (nnimap-request-group): Use it.
3731         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3732         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3733         with many imap folders.  This is done by caching the group status from
3734         the imap server persistently in a group parameter `imap-status'.  (This
3735         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3736         but not persistently, so every Gnus startup was still very slow.)
3737
3738 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3739
3740         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3741         delete the extra newline.  Otherwise editing of :string and :number
3742         types don't work.
3743
3744 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3745
3746         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3747         secrets.el dependency.
3748         (auth-sources): Add optional user name.  Add secrets.el configuration
3749         choice (unused right now).
3750
3751 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3752
3753         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3754         `gnus-registry-install-shortcuts' fill in the functions.
3755
3756         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3757         warnings.
3758         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3759         (gnus-registry-install-shortcuts): Populate and use it in a
3760         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3761
3762 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3763
3764         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3765         In-place substitutions for the group name encoding/decoding.
3766         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3767         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3768         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3769         (nnimap-update-unseen, nnimap-request-list)
3770         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3771         (nnimap-request-set-mark, nnimap-split-to-groups)
3772         (nnimap-split-articles, nnimap-request-newgroups)
3773         (nnimap-request-create-group, nnimap-request-accept-article)
3774         (nnimap-request-delete-group, nnimap-request-rename-group)
3775         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3776         `encoded-mbx' for consistency.
3777         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3778         variable `imap-current-mailbox'.
3779
3780         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3781         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3782
3783 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3784
3785         * pop3.el (pop3-display-message-size-flag): Display message size byte
3786         counts during POP3 download.
3787         (pop3-movemail): Use it.
3788         (pop3-list): Implement listing of available messages.
3789
3790 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3791
3792         * nnir.el (nnir-get-article-nov-override-function): New function to
3793         override the normal NOV retrieval.
3794         (nnir-retrieve-headers): Use it.
3795
3796 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3797
3798         * auth-source.el (netrc-machine-user-or-password): Autoload.
3799
3800 2010-03-19  Glenn Morris  <rgm@gnu.org>
3801
3802         Stop message.el from loading about 40 libraries it doesn't always need.
3803         The general approach is to autoload rather than require, and to
3804         require in the specific functions rather than the file.  (Bug#5642)
3805
3806         * gmm-utils.el: Don't require wid-edit.
3807         (widget-create-child-value, widget-convert, widget-default-get):
3808         Autoload.
3809
3810         * gnus-util.el: Don't require time-date, netrc.
3811         (message-fetch-field, gnus-group-name-decode): Declare rather than
3812         autoloading.
3813         (gnus-fetch-field): Require message.
3814         (gnus-decode-newsgroups): Require gnus-group.
3815
3816         * ietf-drums.el: Don't require time-date.
3817
3818         * message.el: Don't require hashcash, canlock, ecomplete.
3819         Do require mail-utils.  Require nnheader only when compiling.
3820         (smtpmail-default-smtp-server): Remove declaration.
3821         (message-send-mail-function): Check smtpmail-default-smtp-server
3822         is bound rather than requiring smtpmail.
3823         (message-auto-save-directory, message-insert-signature): Use
3824         expand-file-name rather than nnheader-concat.
3825         (nnheader-insert-file-contents): Autoload.
3826         (hashcash-wait-async): Declare.
3827         (message-send-mail): Only call gnus-setup-posting-charset if
3828         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3829         (message-send-mail-with-sendmail): Require sendmail.
3830         (canlock-password, canlock-password-for-verify): Declare.
3831         (message-canlock-password): Require canlock.
3832         (nnheader-get-report): Autoload.
3833         (gnus-setup-posting-charset): Declare.
3834         (message-send-news): Require gnus-msg.
3835         (message-make-references, message-make-in-reply-to): Use mail-header-id
3836         rather than the alias mail-header-message-id.
3837         (ecomplete-add-item, ecomplete-save): Declare.
3838         (message-put-addresses-in-ecomplete): Require ecomplete.
3839         (ecomplete-display-matches): Autoload.
3840
3841         * mm-decode.el: Don't require mailcap, gnus-util.
3842         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3843         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3844         Autoload.
3845         (mailcap-mime-extensions): Declare.
3846
3847         * mm-encode.el: Don't require mailcap.
3848         (mailcap-extension-to-mime): Autoload.
3849
3850         * mml-sec.el: Don't require password-cache.
3851
3852         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3853         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3854         (mml-minibuffer-read-type): Require mailcap.
3855         (mml-preview): Require gnus-msg.
3856
3857         * mml1991.el: Require password-cache.
3858         (password-cache-expiry): Remove declaration.
3859
3860         * mml2015.el: Require password-cache.
3861         (password-cache-expiry): Remove declaration.
3862
3863         * nneething.el (mailcap): Require mailcap.
3864
3865         * nnheader.el (declare-function): Add compatibility stub.
3866         (message-remove-header): Declare rather than autoload.
3867         (nnheader-replace-header): Require message.
3868
3869         * nnimap.el (declare-function): Add compatibility stub.
3870         (netrc-parse, netrc-machine-user-or-password): Declare.
3871         (nnimap-open-connection): Require netrc.
3872
3873         * nntp.el (declare-function): Add compatibility stub.
3874         (netrc-parse, netrc-machine, netrc-get): Declare.
3875         (nntp-send-authinfo): Require netrc.
3876
3877         * rfc2047.el: Don't require qp.
3878         (quoted-printable-encode-region, quoted-printable-decode-string):
3879         Autoload.
3880
3881         * sieve-mode.el: Don't require easymenu.
3882         (easy-menu-add-item): Autoload it.
3883
3884         * spam-stat.el (time-to-number-of-days): Autoload it.
3885
3886 2010-03-19  Glenn Morris  <rgm@gnu.org>
3887
3888         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3889
3890 2010-03-18  Glenn Morris  <rgm@gnu.org>
3891
3892         * hashcash.el (declare-function): Remove duplicate definition.
3893
3894 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3895
3896         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3897         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3898         value if any backslash escapes).
3899
3900 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3903         if it is available.  (bug#5647)
3904
3905         * lpath.el: Suppress compiler warning for coding-system-from-name for
3906         Emacs 21 and XEmacs.
3907
3908 2010-03-14  Juri Linkov  <juri@jurta.org>
3909
3910         * hmac-def.el:
3911         * hmac-md5.el:
3912         * netrc.el: Fix keywords.
3913
3914 2010-02-26  Glenn Morris  <rgm@gnu.org>
3915
3916         * message.el (message-send-mail-function): Change the default, so that
3917         it inherits from a customized send-mail-function.  (Bug#5643)
3918
3919 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3920
3921         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3922         shell-command-to-string signals an error (bug#5299).
3923
3924 2010-02-24  Glenn Morris  <rgm@gnu.org>
3925
3926         * message.el (message-smtpmail-send-it)
3927         (message-send-mail-with-mailclient): Doc fixes.
3928
3929 2010-02-16  Glenn Morris  <rgm@gnu.org>
3930
3931         * message.el (message-default-mail-headers): Change the default value
3932         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3933
3934 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3937         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3938
3939 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3940
3941         * time-date.el (date-to-time): Doc fix (Bug#5408).
3942
3943 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3944
3945         * message.el (message-mail): Just pass yank-action on to message-setup.
3946         (message-setup): Handle (FUN . ARGS) form of yank-action.
3947         (message-with-reply-buffer, message-widen-reply)
3948         (message-yank-original): Handle non-buffer values of
3949         message-reply-buffer (Bug#4080).
3950         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3951
3952 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3953
3954         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3955         Fix typo in docstring.
3956
3957 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3958
3959         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3960         response.
3961
3962 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3965
3966         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3967
3968         * message.el (message-check-news-header-syntax): Protect against a
3969         string that `rfc822-addresses' returns when parsing fails.
3970
3971 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3974         (gnus-previous-char-property-change): New functions.
3975
3976         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3977
3978 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3979
3980         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3981         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3982
3983 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3984
3985         * message.el (message-exchange-point-and-mark): Rework last change to
3986         avoid using optional arg of exchange-point-and-mark, for backward
3987         compatibility.
3988
3989 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3990
3991         * message.el (message-exchange-point-and-mark): Call
3992         exchange-point-and-mark with an argument rather than setting
3993         mark-active by hand (Bug#5175).
3994
3995 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * nntp.el (nntp-service-to-port): Work for service expressed with
3998         numeric string; replace [:digit:] with [0-9] for XEmacs.
3999
4000 2009-12-17  Glenn Morris  <rgm@gnu.org>
4001
4002         * gnus-group.el (gnus-bug-group-download-format-alist):
4003         Change emacs entry to debbugs.gnu.org.  Bump :version.
4004
4005 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4006
4007         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4008
4009 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * message.el (message-info): Explain why we use `Info-goto-node'.
4012
4013 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4016
4017 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4018
4019         * message.el (message-completion-in-region): New compatibility function.
4020         (message-expand-group): Use it.
4021
4022 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4025         with no unread article should be listed if the 2nd arg `predicate' is
4026         given.
4027
4028 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4031
4032 2009-11-29  Juri Linkov  <juri@jurta.org>
4033
4034         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4035         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4036         on `gnus-recenter'. (Bug#4698, Bug#4981)
4037
4038 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4039
4040         * sha1.el (sha1-string-external): default-directory "/" in case
4041         otherwise non-existent.  process-connection-type pipe for touch of
4042         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4043
4044 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4045
4046         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4047         it's comms related and sgml-mode.el has "comm" on that basis too.
4048
4049 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4052         containing tspecial characters if they have been already quoted.
4053
4054 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4055
4056         * dns-mode.el (auto-mode-alist): Purecopy string.
4057
4058 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4059
4060         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4061
4062 2009-10-24  Glenn Morris  <rgm@gnu.org>
4063
4064         * gnus-art.el (help-xref-stack-item): Define for compiler.
4065
4066 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4067
4068         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4069
4070 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4073
4074 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4077         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4078
4079 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4082         (gnus-overlays-in): New alias to overlays-in.
4083
4084         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4085         gnus-overlay-get, and gnus-delete-overlay.
4086         (gnus-summary-show-thread): Make it work as well for systems in which
4087         next-single-char-property-change is not available.
4088         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4089
4090         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4091         (gnus-overlay-get): New alias to extent-property.
4092         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4093
4094         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4095         SXEmacs.
4096
4097         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4098         SXEmacs.
4099
4100 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4101
4102         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4103
4104 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4105
4106         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4107         and XEmacs that don't have `remove-overlays'.
4108
4109 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4110
4111         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4112         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4113         selective display.  Use overlays instead.
4114
4115 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4116
4117         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4118
4119 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4120
4121         * spam-stat.el (spam-stat-load): Fix typo in message.
4122
4123 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4124
4125         * dig.el (dig-invoke): Fix typo in docstring.
4126         (query-dig): Reflow docstring.
4127
4128 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4129
4130         * gnus-art.el (gnus-article-encrypt-body):
4131         * message.el (message-check-recipients):
4132         * mm-util.el (mm-codepage-setup):
4133         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4134         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4135
4136 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4137
4138         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4139         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4140         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4141         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4142         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4143
4144 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4145
4146         * dig.el: Add "Keywords: comm", as per net-utils.el.
4147
4148 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4149
4150         * dig.el (dig-mode): Use define-derived-mode.
4151
4152 2009-09-19  Glenn Morris  <rgm@gnu.org>
4153
4154         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4155
4156 2009-09-18  Glenn Morris  <rgm@gnu.org>
4157
4158         * gnus-diary.el (gnus-diary-check-message):
4159         * message.el (message-insert-formatted-citation-line):
4160         * nnbabyl.el (top-level):
4161         * nndiary.el (nndiary-schedule):
4162         Fix typos in condition-case handlers.
4163
4164 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4167         configuration that provides the sole article window in a frame;
4168         position point correctly after deleting a part.
4169
4170 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4171
4172         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4173         (spam-resolve-registrations-routine): Use it to unregister articles
4174         that change status.
4175
4176 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4179         with XEmacs.
4180         (parse-time-string-chars): Use it.
4181
4182 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4183
4184         * imap.el (imap-interactive-login): Better messages.
4185         (imap-open): Fix bug with renamed buffer on reconnect.
4186         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4187         for easier debugging and cleaner code.  On successful (guessed based on
4188         server capabilities) secondary authentication, set imap-state
4189         correctly.
4190         (imap-last-authenticator): Define imap-last-authenticator as a variable
4191         to avoid warnings.
4192
4193 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * nnrss.el (nnrss-request-article): Remove binding of
4196         default-enable-multibyte-characters that has gotten needless by
4197         the 2007-07-13 change in rfc2047-encode-message-header.
4198
4199         * mml.el (mml-insert-multipart): Error on the message header.
4200         (mml-insert-part): Error on the message header; position point at
4201         the end of a MIME tag.
4202
4203 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * time-date.el (autoload): Expand define-obsolete-function-alias into
4206         defalias and make-obsolete for old Emacsen that Gnus supports.
4207         (with-no-warnings): Define it for old Emacsen.
4208         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4209         is available.
4210         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4211         float-time is available; suppress compile warning for time-to-seconds.
4212
4213         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4214         (gnus-float-time): Alias to float-time if it exists.
4215
4216         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4217         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4218         float-time is available; suppress compile warning for time-to-seconds.
4219
4220         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4221         XEmacs.
4222
4223 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4224
4225         * imap.el (imap-message-map): Docstring fix.
4226
4227 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4230         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4231         Add the optional argument `encoding' that overrides the default.
4232
4233         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4234         mm-encode-buffer.
4235
4236 2009-09-04  Glenn Morris  <rgm@gnu.org>
4237
4238         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4239         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4240         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4241         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4242         * mm-util.el (mm-with-unibyte-current-buffer)
4243         (mm-find-buffer-file-coding-system):
4244         * yenc.el (yenc-decode-region): Use default-value rather than
4245         default-enable-multibyte-characters.
4246
4247 2009-09-03  Glenn Morris  <rgm@gnu.org>
4248
4249         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4250         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4251         than default-enable-multibyte-characters.
4252
4253 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4254
4255         * gnus-art.el (gnus-article-read-summary-keys):
4256         Fix gnus-buffer-configuration's value temporarily used.
4257
4258 2009-09-02  Glenn Morris  <rgm@gnu.org>
4259
4260         * gnus-util.el (gnus-float-time): New function.
4261         * gnus-delay.el (gnus-delay-article):
4262         * gnus-sum.el (gnus-thread-latest-date):
4263         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4264         * nnspool.el (nnspool-request-newgroups):
4265         Use gnus-float-time rather than time-to-seconds.
4266         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4267
4268         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4269         (gnus-header-subject-face, gnus-header-newsgroups-face)
4270         (gnus-header-name-face, gnus-header-content-face):
4271         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4272         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4273         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4274         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4275         (gnus-cite-face-11):
4276         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4277         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4278         (gnus-server-closed-face, gnus-server-denied-face)
4279         (gnus-server-offline-face):
4280         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4281         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4282         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4283         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4284         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4285         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4286         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4287         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4288         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4289         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4290         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4291         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4292         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4293         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4294         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4295         (gnus-summary-high-undownloaded-face)
4296         (gnus-summary-low-undownloaded-face)
4297         (gnus-summary-normal-undownloaded-face)
4298         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4299         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4300         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4301         (gnus-splash-face):
4302         * message.el (message-header-to-face, message-header-cc-face)
4303         (message-header-subject-face, message-header-newsgroups-face)
4304         (message-header-other-face, message-header-name-face)
4305         (message-header-xheader-face, message-separator-face)
4306         (message-cited-text-face, message-mml-face):
4307         * sieve-mode.el (sieve-control-commands-face)
4308         (sieve-action-commands-face, sieve-test-commands-face)
4309         (sieve-tagged-arguments-face):
4310         * spam.el (spam-face):
4311         Mark face aliases with "-face" in the name as obsolete.
4312
4313 2009-09-01  Glenn Morris  <rgm@gnu.org>
4314
4315         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4316         than goto-line.
4317
4318 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4321         Don't move point if the command is invoked inside the message header.
4322
4323 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4324
4325         * imap.el (imap-send-command): Simplify.
4326         (imap-wait-for-tag): point-max -> buffer-size.
4327
4328 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4329
4330         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4331         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4332         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4333         * nnir.el (nnir-swish-e-index-file):
4334         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4335         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4336         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4337         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4338         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4339         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4340
4341 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4344         Don't save excursion.
4345
4346 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4347
4348         * nnheader.el (nnheader-find-file-noselect):
4349         * mm-util.el (mm-insert-file-contents):
4350         Use (default-value 'major-mode) instead of default-major-mode.
4351
4352 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4353
4354         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4355
4356 2009-08-26  Glenn Morris  <rgm@gnu.org>
4357
4358         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4359         than placing in files.el.
4360
4361 2009-08-25  Glenn Morris  <rgm@gnu.org>
4362
4363         * nnir.el (top-level): Don't require cl at run-time.
4364         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4365         Replace cl-function substitute with gnus-replace-in-string.
4366         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4367         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4368         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4369         simplified expansions.
4370
4371 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4372
4373         * dig.el (dig): Add autoload cookie.
4374
4375 2009-08-22  Glenn Morris  <rgm@gnu.org>
4376
4377         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4378         goto-line.
4379
4380 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4381
4382         * parse-time.el (parse-time-string-chars): Save match data.
4383
4384 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4385
4386         * parse-time.el (parse-time-string-chars): Compute using character
4387         classes, to handle non-ascii characters (Bug#3190).
4388
4389 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4392
4393         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4394         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4395         (gnus-mm-display-part, gnus-mime-display-single)
4396         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4397         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4398
4399         * gnus-sum.el
4400         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4401         (gnus-summary-move-article): Add expirable mark to articles copied or
4402         moved to group that has auto-expire turned on if the option is non-nil.
4403
4404 2009-07-24  Glenn Morris  <rgm@gnu.org>
4405
4406         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4407         Fix typo.  (Bug#3903)
4408
4409 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4412         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4413         that should not be used for draft articles.
4414         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4415         that has no concern in minor mode keys.
4416         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4417         Abolish.
4418
4419 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4422         article without making inquiry to a user for unknown encoding.
4423
4424         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4425         (nnmaildir--scan): Assume i-node and device number that file-attributes
4426         returns might be cons-cell.
4427
4428         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4429
4430         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4431
4432 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * auth-source.el: Remove docs now in auth.texi.  Don't use
4435         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4436         `auth-source-hide-passwords' and use them.
4437
4438 2009-07-15  Glenn Morris  <rgm@gnu.org>
4439
4440         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4441
4442 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4445         excessive whitespace from the default values of title and description.
4446
4447 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4450         mail-fetch-field to fetch Content-Description header in order to
4451         exclude newlines.
4452
4453 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4454
4455         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4456         format used by GnuPG 2.0.11.
4457
4458 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4461         to deleted part.
4462
4463 2009-05-30  David Engster  <dengste@eml.cc>
4464
4465         * nnmairix.el: Remove old documentation in the commentary block.
4466         (nnmairix-request-group): Do not update active file for nnml back ends.
4467         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4468         end so that overview files are ignored.
4469         (nnmairix-update-groups): Make updating the groups more robust by using
4470         marks.
4471         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4472         with dollar characters in message-id.
4473
4474 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4475
4476         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4477         2008-12-25 in dns.el.
4478
4479 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4480
4481         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4482         could happen if the text is only composed of spaces and/or tabs.
4483
4484 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4485
4486         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4487         when sending a queued message to avoid extra mml tags.
4488
4489 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4492
4493 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4496         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4497         rmail-toggle-header for XEmacs;
4498         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4499
4500 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-dired.el: Remove autoload for gnus-setup-message.
4503         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4504         displaying Gnus logo; always use compose-mail.
4505
4506 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4509
4510 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4513         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4514         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4515         available.
4516         (gnus-nocem-epg-verify): New function.
4517
4518 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4519
4520         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4521
4522 2009-02-15  Glenn Morris  <rgm@gnu.org>
4523
4524         * gnus-util.el (rmail-insert-rmail-file-header)
4525         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4526         autoloads.
4527         (rmail-default-rmail-file): Remove unnecessary declaration.
4528         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4529
4530 2009-02-14  Glenn Morris  <rgm@gnu.org>
4531
4532         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4533         variable (only used in gnus-util, which declares it anyway).
4534         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4535         which was only needed by gnus-art (changed to not use it any more).
4536         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4537         only used in gnus-util, which autoloads it itself.
4538         (rmail-update-summary): Fix autoload.
4539
4540         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4541         rather than rmail-output-to-rmail-file.
4542
4543 2009-02-07  Glenn Morris  <rgm@gnu.org>
4544
4545         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4546         autoload of function that no longer exists.
4547         (rmail-toggle-header): Declare.
4548         (message-forward-rmail-make-body): Handle mbox Rmail.
4549
4550 2009-01-31  Glenn Morris  <rgm@gnu.org>
4551
4552         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4553         2009-01-09 change.
4554
4555 2009-01-31  Dave Love  <fx@gnu.org>
4556
4557         * imap.el (imap-fetch-safe): Bind debug-on-error.
4558         (imap-debug): Add imap-fetch-safe.
4559
4560 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4561
4562         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4563         (auth-source-forget-all-cached): New convenience function.
4564         (auth-source-user-or-password): Accept list of modes or a single mode.
4565
4566         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4567         auth-source modes.
4568
4569         * netrc.el (netrc-machine-user-or-password): Use list of
4570         auth-source modes.
4571
4572         * nnimap.el (nnimap-open-connection): Use list of
4573         auth-source modes.
4574
4575         * nntp.el (nntp-send-authinfo): Use list of
4576         auth-source modes.
4577
4578 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4579
4580         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4581         now.
4582
4583 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4586         coding system in XEmacs; add a workaround for XEmacs.
4587
4588         * lpath.el: Fbind coding-system-aliasee.
4589
4590 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4593         of current-language-environment.
4594
4595 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4596
4597         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4598         available at runtime.
4599
4600 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4603
4604 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4605
4606         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4607         the greatest positive fixnum value doesn't work under an XEmacs with
4608         bignum support; use the most-positive-fixnum constant instead,
4609         available since Emacs 21.1 with cl and XEmacs 21.1.
4610
4611 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4614         XEmacs gets not to work.
4615
4616 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * mm-util.el (mm-coding-system-priorities): Allow the value like
4619         "Japanese (UTF-8)" of current-language-environment.
4620
4621 2009-01-09  Glenn Morris  <rgm@gnu.org>
4622
4623         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4624         with last-command-event.
4625
4626 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4627
4628         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4629         in the doc string.
4630
4631         * message.el (message-fix-before-sending): Amend comment.
4632
4633 2009-01-08  Dave Love  <fx@gnu.org>
4634
4635         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4636
4637 2009-01-07  David Engster  <dengste@eml.cc>
4638
4639         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4640         simplified server definitions by converting it via
4641         gnus-server-to-method.
4642
4643 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4646         parameter's operands.
4647
4648 2009-01-06  David Engster  <dengste@eml.cc>
4649
4650         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4651         primary select method (for gnus-group-mark-article-as-read).
4652
4653 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4654
4655         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4656         `(gnus)Face', not `(gnus)X-Face'.
4657
4658 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * mm-util.el (mm-ucs-to-char): New function.
4661
4662         * mm-url.el (mm-url-decode-entities): Use it.
4663
4664         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4665         unicode-to-char.
4666
4667 2009-01-05  Dave Love  <fx@gnu.org>
4668
4669         * time-date.el: Require cl for `declare'.
4670
4671 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4672
4673         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4674         Dave Love.
4675
4676 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * message.el (message-fix-before-sending): Add `eight-bit' to
4679         illegible-text check.
4680
4681 2009-01-03  Michael Olson  <mwolson@gnu.org>
4682
4683         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4684         `headers' is nil.  This can occur if the IMAP server does not have
4685         permissions to read messages from a folder, but can write new messages
4686         to the folder.
4687         (nnimap-request-article-part): Do not insert `data' if it is nil.
4688
4689         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4690         characters which will confuse `read', so skip past them.
4691
4692 2009-01-01  Dave Love  <fx@gnu.org>
4693
4694         * imap.el (imap-string-to-integer): Fix typo.
4695         (imap-fetch-safe): New function.
4696         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4697
4698         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4699
4700         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4701         (imap-parse-greeting): Fix doc strings.
4702         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4703         (imap-parse-flag-list): Make messages unique.
4704         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4705
4706         * nnimap.el: Fix author email.
4707         (nnimap-split-rule): Add FIXME comment.
4708         (nnimap-debug): Fix doc string.
4709
4710 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4711
4712         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4713
4714 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4715
4716         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4717         nslookup if resolv.conf isn't available.
4718         (dns-query): Rename from query-dns.
4719         (dns-query-cached): Rename from query-dns-cached.
4720
4721 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4724         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4725         to check if those variables exist (first appeared in Emacs 18.50).
4726
4727 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * mm-util.el (mm-line-number-at-pos): New function.
4730
4731         * spam-report.el (spam-report-process-queue): Use it.
4732
4733 2008-12-24  David Engster  <dengste@eml.cc>
4734
4735         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4736         parameters that haven't existed as variables as buffer-local variables.
4737
4738 2008-12-23  Dave Love  <fx@gnu.org>
4739
4740         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4741         cadar.
4742
4743         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4744         imap-starttls-p.
4745         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4746
4747 2008-12-22  Dave Love  <fx@gnu.org>
4748
4749         * imap.el: Fix author email.  Doc fixes.
4750         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4751         reply.
4752
4753 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4754
4755         * spam-report.el (spam-report-gmane-max-requests): New constant.
4756         (spam-report-gmane-wait): New variable.
4757         (spam-report-gmane-ham, spam-report-gmane-spam)
4758         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4759         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4760         the server.
4761
4762         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4763         Add explanations.
4764
4765         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4766         nnheader-accept-process-output and nnheader-read-timeout if available.
4767         (pop3-movemail): Use it.
4768
4769         * message.el (message-check-news-body-syntax): Fix signature check if
4770         there's an attachment.
4771
4772 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * mm-util.el: Add comments to the mm- emulating functions.
4775
4776 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4777
4778         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4779         by Stephen Berman <stephen.berman@gmx.net>.
4780
4781 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * mm-util.el (mm-substring-no-properties): New function.
4784         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4785         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4786         (mm-string-to-multibyte): Doc fix.
4787
4788         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4789
4790 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4791
4792         * mml.el (mml-attach-file): Strip text properties from file name.
4793         (Bug#1574)
4794
4795 2008-12-16  Glenn Morris  <rgm@gnu.org>
4796
4797         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4798
4799 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4802         knows since the charset specified might be a bogus alias that
4803         mm-charset-synonym-alist provides.
4804
4805 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4806
4807         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4808         "ISO_8859-1".
4809
4810         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4811
4812 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * mm-util.el (mm-charset-eval-alist):
4815         Define it before mm-charset-to-coding-system.
4816         (mm-charset-to-coding-system): Add optional argument `silent';
4817         define it before mm-charset-override-alist.
4818         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4819         default value if it can be used in Emacs currently running;
4820         silence mm-charset-to-coding-system.
4821
4822 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4825         `allow-override' which says whether to use `mm-charset-override-alist'.
4826         (rfc2047-decode-encoded-words): Use it.
4827
4828         * mm-util.el (mm-charset-override-alist): Fix custom type;
4829         add `(gb2312 . gbk)' to choices.
4830
4831 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4834         fast.
4835
4836         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4837
4838         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4839
4840 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4841
4842         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4843         on links.
4844
4845         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4846
4847 2008-12-03  Lute Kamstra  <lute@gnu.org>
4848
4849         * sha1.el: Remove leading * from docstrings of defcustoms,
4850         deffaces, defconsts and defuns.
4851
4852 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4855         users' addresses that don't have domain parts.
4856         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4857         rather than message-narrow-to-head since there will be the message
4858         header separator.
4859
4860 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4861
4862         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4863         since the result is inserted in a unibyte buffer anyway.
4864         (nnimap-demule-use-string-to-multibyte): Remove.
4865         (nnimap-demule): Alias it to mm-string-to-multibyte.
4866
4867 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4868
4869         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4870         variable for debugging bug#464 and bug#1174.
4871         (nnimap-demule): Use it.
4872
4873 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4874
4875         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4876         score calculation correctly.
4877
4878 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4879
4880         * message.el (message-send-mail): Just set the buffer to unibyte
4881         rather than use mm-with-unibyte-current-buffer which does a lot more.
4882         (message-send-mail-partially): Don't bother with
4883         mm-with-unibyte-current-buffer since it's already been made unibyte by
4884         message-send-mail.
4885
4886 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4887
4888         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4889
4890 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4891
4892         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4893
4894 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4897         require itself and to remove `with-no-warnings'.
4898
4899 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4900
4901         * starttls.el (starttls-any-program-available): Get the name of the
4902         available TLS layer program.
4903         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4904         well as the host name in the "opening" message.
4905
4906         * auth-source.el (auth-source-cache, auth-source-do-cache)
4907         (auth-source-user-or-password): Cache passwords and logins by default,
4908         allow override with `auth-source-do-cache'.
4909         (auth-source-forget-user-or-password): Allow users to remove cache
4910         entries if needed.
4911
4912 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4913
4914         * md4.el (md4-buffer): Fix typo in docstring.
4915         (md4, md4-64): Doc fixes.
4916         (md4-pack-int32): Reflow docstring.
4917
4918 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4919
4920         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4921         condition-case to only the forward-sexp call.
4922
4923 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4924
4925         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4926         quotes contained.  Make it more robust regardless by an extra
4927         condition-case wrapper.
4928
4929 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4932
4933 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * nnml.el (nnml-request-expire-articles): Check if the function set to
4936         `nnmail-expiry-target' returns the symbol `delete'.
4937
4938         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4939
4940         * nnmail.el (nnmail-expiry-target): Fix custom type.
4941
4942 2008-10-02  Glenn Morris  <rgm@gnu.org>
4943
4944         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4945         Silence compiler warning.
4946
4947 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4948
4949         * tls.el (open-tls-stream): Show the actual command being
4950         executed, instead of the format string.
4951
4952 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * lpath.el: Fbind codepage-setup for Emacs 23.
4955
4956 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4957
4958         * mml.el (mml-menu): Don't assume mml2015 is bound.
4959
4960 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4963         exists.
4964
4965 2008-09-27  Glenn Morris  <rgm@gnu.org>
4966
4967         * gnus-util.el (mail-header-remove-comments): Autoload it.
4968
4969 2008-09-27  Andreas Schwab  <schwab@suse.de>
4970
4971         * gnus-util.el (gnus-split-references): Strip comments.
4972         (gnus-parent-id): Likewise.
4973
4974 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4975
4976         * message.el (message-confirm-send): Fix version.
4977
4978 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * message.el (message-idna-to-ascii-rhs-1): Use
4981         mail-extract-address-components rather than mail-header-parse-addresses
4982         that is an alias by default to ietf-drums-parse-addresses that does not
4983         support non-ASCII names in headers' contents.
4984
4985 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4986
4987         * message.el (message-confirm-send): Fixed variable documentation to
4988         avoid the "y/n" wording.
4989
4990 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4991
4992         * message.el (message-set-auto-save-file-name): Save to a different
4993         filename so multiple messages (especially drafts) can be recovered.
4994
4995 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4996
4997         * message.el (message-confirm-send): Add appropriate version.
4998
4999 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5000
5001         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5002         defvar.
5003
5004 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5005
5006         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5007         (mm-pkcs7-enveloped-magic): Ditto.
5008
5009 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5010
5011         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5012         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5013
5014 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5017         default, it's better.
5018
5019 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5020
5021         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5022         summary line gnus-number property and ignore them (with a warning
5023         message).
5024
5025 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5028         macro caddr in the interactive form since it won't be expanded.
5029
5030 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5033         `charset'; fix name of function called recursively.
5034         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5035
5036 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5039         (gnus-mime-set-charset-parameters): New function.
5040         (gnus-mime-view-part-as-charset): Use it to correctly display part
5041         specifying wrong charset.
5042
5043 2008-09-08  David Engster  <dengste@eml.cc>
5044
5045         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5046         in completing-read for back end server.
5047
5048 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5049
5050         * message.el (message-confirm-send): New variable to confirm sending a
5051         message.
5052         (message-send): Use it.
5053
5054 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5055
5056         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5057
5058 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5061
5062 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5065         prevent tracking too many groups.
5066         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5067         Use it.
5068
5069 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5070
5071         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5072         moving point to the bottom of the window in order to avoid recentering.
5073
5074 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5077
5078         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5079         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5080         (gnus-article-beginning-of-window): Fix calculation.
5081
5082 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-msg.el (gnus-summary-supersede-article)
5085         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5086         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5087         message header.
5088
5089 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5090
5091         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5092         pending output coming after the status change.
5093
5094 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5095
5096         * message.el:
5097         * gnus-start.el:
5098         * gnus-registry.el: Remove VMS support.
5099
5100 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5103         macro.
5104         (rfc2104-hash): Use it.
5105
5106 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5107
5108         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5109         (gnus-summary-sort-by-most-recent-date): New commands.
5110         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5111         and menu entries.
5112
5113 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5116         don't redisplay article for raw contents; remove plural articles stuff.
5117
5118         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5119         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5120         on gnus-summary-save-article; display results properly.
5121
5122 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * lpath.el: No need to fbind ns-focus-frame.
5125
5126 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5129
5130 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5133         gnus-save-all-headers.
5134
5135 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5136
5137         * gnus-util.el (ns-focus-frame): Remove declaration.
5138         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5139         like x.
5140
5141 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5142
5143         * rfc2104.el (rfc2104-zero): Delete defconst.
5144         (rfc2104-hex-alist): Likewise.
5145         (rfc2104-hex-to-int): Delete func.
5146         (rfc2104-hexstring-to-bitstring): Likewise.
5147         (rfc2104-nybbles): New defconst.
5148         (rfc2104-hash): Rewrite for speed.
5149
5150 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * tls.el (open-tls-stream): Make it work with the 2nd argument
5153         BUFFER that is a string but does not exist as a buffer object, as
5154         mentioned in the doc-string.
5155
5156 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5159         SXEmacs.
5160
5161 2008-07-16  Glenn Morris  <rgm@gnu.org>
5162
5163         * gnus-util.el (ns-focus-frame): Declare for compiler.
5164
5165 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5168         set as a group parameter.
5169         (gnus-summary-save-in-pipe): Work when it is called independently.
5170         (gnus-summary-pipe-to-muttprint): Don't modify
5171         gnus-summary-pipe-output-default-command.
5172
5173 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5174
5175         * message.el (message-send-mail-with-sendmail):
5176         Display the error message.
5177
5178 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus-art.el (gnus-default-article-saver):
5181         Add gnus-summary-save-in-pipe to choices.
5182         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5183         gnus-summary-pipe-output-default-command as the default command.
5184         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5185         instead of gnus-last-shell-command.
5186
5187         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5188         New user option.
5189         (gnus-summary-muttprint-program): Mention the value will be changed.
5190         (gnus-summary-save-article): Force showing of all headers.
5191         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5192
5193 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5194
5195         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5196
5197 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5198
5199         * nnimap.el (nnimap-id):
5200         * sieve-manage.el (sieve-manage-open): Doc fixes.
5201
5202 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5203
5204         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5205         if available.
5206
5207 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5208
5209         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5210
5211         * nnkiboze.el (nnkiboze-generate-group):
5212         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5213
5214         * nnmairix.el: Require CL.
5215
5216 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * dgnushack.el: Autoload get-display-table and put-display-table for
5219         XEmacs 21.5.
5220
5221         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5222         21.4 and SXEmacs.
5223
5224 2008-06-15  David Engster  <dengste@eml.cc>
5225
5226         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5227
5228 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5229
5230         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5231         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5232         runtime choice under XEmacs.
5233
5234         * gnus-sum.el (gnus-summary-set-display-table):
5235         Use `gnus-put-display-table', `gnus-get-display-table',
5236         `gnus-set-display-table' for the display table, instead of `aset'.
5237
5238         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5239         Use `gnus-put-display-table', `gnus-get-display-table',
5240         `gnus-set-display-table' for the display table.
5241
5242 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5243
5244         * nnmairix.el: Add autoloads.
5245
5246 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5247
5248         * nnmairix.el (nnmairix-delete-recreate-group)
5249         (nnmairix-update-and-clear-marks): Fix error messages.
5250
5251 2008-06-14  David Engster  <dengste@eml.cc>
5252
5253         * nnmairix.el: Upgrade to version 0.6.
5254         (nnmairix-group-toggle-propmarks-this-group)
5255         (nnmairix-group-toggle-readmarks-this-group)
5256         (nnmairix-group-delete-recreate-this-group)
5257         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5258         (nnmairix-remove-tick-mark-original-article): New commands.
5259         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5260         (nnmairix-propagate-marks-to-nnmairix-groups)
5261         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5262         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5263         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5264         functions needed for marks propagation and manipulation of read marks.
5265         (nnmairix-update-groups): New function.
5266         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5267         (nnmairix-determine-original-group-from-registry)
5268         (nnmairix-determine-original-group-from-path)
5269         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5270         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5271         New helper functions.
5272         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5273         keystrokes for new commands.
5274         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5275         (nnmairix-request-group): Check allow-fast group parameter.
5276         (nnmairix-request-create-group): Set allow-fast group parameter if
5277         nnmairix-allowfast-default is set.
5278         (nnmairix-close-group): Propagate marks upon closing if needed.
5279         (nnmairix-group-toggle-threads-this-group): Use new.
5280         nnmairix-group-toggle-parameter helper function.
5281         (nnmairix-search): Better check for empty search result.
5282         (nnmairix-goto-original-article): Use new helper functions for
5283         determining original article.
5284         (nnmairix-show-original-article): Make sure message-id is in brackets.
5285         (nnmairix-call-mairix-binary): Change variable name.
5286         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5287         helper function.
5288         (nnmairix-widget-toggle-activate): Fix doc string.
5289
5290 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * nnir.el: Require edmacro when compiling with XEmacs.
5293         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5294         available in Emacs 21.
5295
5296 2008-06-11  Glenn Morris  <rgm@gnu.org>
5297
5298         * gnus-util.el (x-focus-frame):
5299         * gnus.el (image-size):
5300         * mm-decode.el (image-size): Declare.
5301
5302         * gnus-picon.el (declare-function): Add compat definition.
5303         (image-size): Declare.
5304
5305         * gnus-group.el (tool-bar-map):
5306         * gnus-sum.el (tool-bar-map): Define for compiler.
5307
5308         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5309
5310         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5311
5312         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5313         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5314         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5315         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5316         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5317         * sieve-manage.el, spam-report.el, spam.el:
5318         Remove unnecessary eval-and-compile of autoloads.
5319
5320 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5321
5322         * auth-source.el: Precise Tramp doc.
5323
5324 2008-06-07  Glenn Morris  <rgm@gnu.org>
5325
5326         * nnmairix.el: Remove unnecessary eval-when-compile.
5327
5328 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * lpath.el: Fbind propertize for XEmacs 21.4.
5331
5332 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5333
5334         * nnir.el: Move here from ../contrib.
5335
5336 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5337
5338         * gnus-util.el (gnus-read-shell-command): New function.
5339         * mm-decode.el (mm-pipe-part):
5340         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5341
5342 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5345
5346 2008-06-03  Glenn Morris  <rgm@gnu.org>
5347
5348         * pop3.el (nnheader-accept-process-output): Autoload it.
5349
5350 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5353         are not 2-digit hexadecimal characters that follow `%'s.
5354
5355 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * message.el (message-bogus-recipient-p): Fix type in doc string.
5358         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5359         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5360         Improve custom options.
5361         (message-bogus-recipient-p): Adjust accordingly.
5362
5363 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5364
5365         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5366         long-form month and day names.
5367
5368 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * dgnushack.el: Autoload debug, eudc-expand-inline and
5371         pgg-snarf-keys-region for XEmacs.
5372
5373         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5374
5375         * nnmairix.el: Require edmacro when compiling with XEmacs.
5376
5377 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5378
5379         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5380         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5381
5382 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5383
5384         * auth-source.el: Add more docs.
5385
5386         * netrc.el (netrc-machine): Always match if the port is not given.
5387
5388 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389
5390         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5391         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5392         retrieval faster in some cases, but might make CPU usage larger.  If
5393         this has any bad side effects, we might revert this change.
5394
5395         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5396         seems to make mail retrieval much, much faster.
5397         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5398         unconditionally.
5399
5400         * gnus-draft.el (gnus-group-send-queue): Bind
5401         message-send-mail-partially-limit to nil to avoid being prompted.
5402
5403 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5406
5407         * message.el (message-bogus-address-regexp): Fix and improve custom
5408         type.
5409         (message-setup-hook): Add message-check-recipients as custom option.
5410
5411 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * message.el (message-cite-function): Remove bogus autoload which crept
5414         in during merge from v5-10.
5415
5416 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5417
5418         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5419
5420         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5421
5422         * auth-source.el: Preliminary Tramp docs.
5423         (auth-sources): Change the default auth-sources to use
5424         EPA .gpg files.
5425
5426 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5427
5428         * nntp.el: Autoload `auth-source-user-or-password'.
5429         (nntp-send-authinfo): Use it.
5430
5431         * nnimap.el: Autoload `auth-source-user-or-password'.
5432         (nnimap-open-connection): Use it.
5433
5434         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5435         for the gnus-message function.
5436         (auth-source-user-or-password): Use it.
5437
5438 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5439
5440         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5441         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5442         (rfc2104-hash): Use it.
5443
5444 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5445
5446         * gnus-art.el (gnus-article-toggle-truncate-lines):
5447         Don't use `iff' in docstring.
5448
5449 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5450
5451         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5452
5453         * gnus-util.el (gnus-extract-address-component-name)
5454         (gnus-extract-address-component-email): Convenience functions around
5455         `gnus-extract-address-components'.
5456
5457         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5458         Use `gnus-extract-address-component-email' to fix bug of comparing full
5459         sender name to `user-mail-address'.
5460
5461 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5464         catch/throw to optimize.
5465         (gnus-registry-find-keywords): Just use member to find a keyword.
5466
5467 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5468
5469         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5470         is current before calling gnus-server-prepare.
5471         (gnus-server-setup-buffer, gnus-server-update-server)
5472         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5473
5474 2008-05-04  Juri Linkov  <juri@jurta.org>
5475
5476         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5477         (mailcap-file-default-commands): Use mailcap-replace-in-string
5478         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5479         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5480
5481 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5482
5483         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5484
5485 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5486
5487         * gnus.el: Bump version to 0.11.
5488
5489 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5490
5491         * gnus.el: No Gnus v0.10 is released.
5492
5493 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5496         hooks.
5497         (gnus-update-read-articles): Speed up non-marks-using users.
5498         (gnus-use-marks): Define gnus-use-marks.
5499         (gnus-propagate-marks): Rename variable to something more sensible.
5500
5501 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5502
5503         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5504         (gmm-image-load-path-for-library): Fix typos in docstrings.
5505         (gmm-message): Reflow docstring.
5506
5507 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5508
5509         * mail-source.el (mail-source-set-1, mail-source-bind):
5510         Move auth-source code out of the macro to clean it up and fix bugs.
5511
5512 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5513
5514         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5515         by sender if it's equal to user-mail-address, it's likely to be
5516         useless.
5517
5518         * mail-source.el (mail-source-bind): Don't use user or password if they
5519         are not bound.  Unintern them if they are nil.  Don't use server unless
5520         it's bound, and default it to empty string otherwise.
5521
5522 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5523
5524         * mail-source.el: Load auth-source.el.
5525         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5526         get user name or password, if auth-sources is set up.
5527
5528         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5529         strategy of splitting with parent.
5530         (gnus-registry-split-fancy-with-parent)
5531         (gnus-registry-post-process-groups): Use it and fix prior
5532         bug (returning a list as the split result).
5533
5534         * auth-source.el (auth-sources): Remove server parameter.
5535         (auth-source-pick, auth-source-user-or-password)
5536         (auth-source-user-or-password-imap)
5537         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5538         (auth-source-user-or-password-sftp)
5539         (auth-source-user-or-password-smtp): Remove server parameter.
5540
5541 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5542
5543         * smime.el (smime-sign-region, smime-encrypt-region)
5544         (smime-decrypt-region):
5545         Remove redundant calls to `generate-new-buffer-name'.
5546
5547 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5548
5549         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5550         Don't use QP for message/rfc822.
5551         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5552
5553 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5554
5555         * sieve-manage.el (sieve-string-bytes): Remove.
5556         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5557         correct byte-length only if the process's coding-system is the same as
5558         the one used internally by Emacs to represent strings.
5559
5560 2008-04-22  Juri Linkov  <juri@jurta.org>
5561
5562         * mailcap.el (mailcap-file-default-commands): New function.
5563
5564 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * message.el (message-signature-separator, message-cite-function):
5567         Change custom version.
5568
5569 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5570
5571         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5572         commands.
5573         (tls-checktrust): Ditto.
5574
5575 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5576
5577         * mm-decode.el (mm-display-external): Make temp file read-only.
5578
5579 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5582         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5583         `C-c C-f d'.
5584
5585 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5586
5587         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5588
5589 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * gnus.el: Bump version to 0.9.
5592
5593 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5594
5595         * gnus.el: No Gnus v0.8 is released.
5596
5597 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5598
5599         * mail-source.el (mail-source-value):
5600         Prefer fboundp to functionp so it works with macros as well.
5601
5602 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5603
5604         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5605         Fix last change in case the element is not even a symbol.
5606
5607 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5608
5609         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5610         Prefer fboundp to functionp so it works with macros as well.
5611
5612 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5613
5614         * auth-source.el: Added docs.
5615         (auth-sources): Modify format to support server.
5616         (auth-source-pick, auth-source-user-or-password)
5617         (auth-source-user-or-password-imap)
5618         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5619         (auth-source-user-or-password-sftp)
5620         (auth-source-user-or-password-smtp): Add server parameter.
5621
5622 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * gnus-registry.el: Initialize the registry when gnus-registry-install
5625         is t.
5626
5627 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * compface.el (uncompface): Make buffer unibyte.
5630
5631 2008-04-05  Glenn Morris  <rgm@gnu.org>
5632
5633         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5634
5635 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5636
5637         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5638         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5639
5640         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5641         multibyteness after rather than before erasing it.
5642
5643         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5644         mm-with-multibyte.
5645         (gnus-request-article-this-buffer): Make sure the proper decoding is
5646         used if gnus-original-article-buffer happens to be unibyte.
5647
5648         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5649         default-enable-multibyte-characters.
5650
5651         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5652         default-enable-multibyte-characters.
5653
5654         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5655
5656         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5657
5658 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5659
5660         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5661         (imap-message-copyuid-1): Use it.
5662         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5663         J. Williams in
5664         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5665
5666         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5667         imap-enable-exchange-bug-workaround.
5668         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5669
5670 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5671
5672         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5673         a 100 byte status-checks into a 2-3MB transfer for each group.
5674         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5675         to enable bug workaround or not.
5676         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5677
5678 2008-03-31  Glenn Morris  <rgm@gnu.org>
5679
5680         * message.el (mml2015-use): Declare for compiler.
5681         (message-info): Require mml2015 when appropriate.
5682
5683 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5686         whitespace.
5687
5688 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5689
5690         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5691         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5692         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5693         (nntp-service-to-port): New function.
5694         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5695         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5696         (nntp-open-netcat-stream): New function.
5697         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5698
5699 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5700
5701         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5702
5703 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5704
5705         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5706
5707 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5708
5709         * dns.el (dns-write): Use set-buffer-multibyte.
5710
5711 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5712
5713         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5714
5715 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * message.el (message-signature-separator): Change default.
5718         Improve custom type.
5719         (message-cite-function): Change default to
5720         message-cite-original-without-signature.
5721
5722         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5723         toggle.
5724
5725         * message.el (message-check-news-body-syntax): Fix signature check.
5726         (message-setup-1): Mark buffer as unmodified _after_ running
5727         message-setup-hook and handling message-alternative-emails.
5728         (message-shorten-references): Be more strict when building list of
5729         valid references to comply with GNKSA.
5730
5731         * gnus-group.el (gnus-read-ephemeral-bug-group)
5732         (gnus-read-ephemeral-debian-bug-group)
5733         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5734
5735         * message.el (message-info): Don't use booleanp which isn't supported
5736         in Emacs 21 and XEmacs.
5737
5738 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5739
5740         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5741         gnus-group-gmane-group-download-format.
5742         (gnus-group-read-ephemeral-gmane-group): Rename from
5743         gnus-group-read-ephemeral-gmane-group.
5744         (gnus-read-ephemeral-gmane-group-url): Rename from
5745         gnus-group-read-ephemeral-gmane-group-url.
5746         (gnus-bug-group-download-format-alist): New variable.
5747         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5748         (gnus-read-ephemeral-emacs-bug-group): New commands.
5749
5750 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5753         (gnus-visible-headers): Improve custom type.
5754
5755 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * mml.el (mml-menu): Add workarounds for XEmacs.
5758
5759         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5760         X-Boundary header.
5761
5762         * message.el (message-simplify-recipients): Fix previous commit.
5763
5764 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5765
5766         * mm-util.el (mm-set-buffer-multibyte): New function.
5767         * mm-decode.el (mm-copy-to-buffer): Use it.
5768
5769 2008-03-19  Glenn Morris  <rgm@gnu.org>
5770
5771         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5772         Accidentally removed in the sync process with Emacs.
5773
5774 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5775
5776         * message.el (message-alter-recipients-discard-bogus-full-name):
5777         New function.
5778         (message-alter-recipients-function): New variable.
5779         (message-get-reply-headers): Use it.
5780         (message-replace-header): New helper function.
5781         (message-recipients-without-full-name): New variable.
5782         (message-simplify-recipients): New command.
5783
5784         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5785
5786         * message.el (message-info): Handle EasyPG manual.
5787
5788         * mml.el (mml-menu): Add entry for EasyPG.
5789
5790 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5791
5792         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5793         parameter.
5794
5795         * message.el (message-disassociate-draft): Specify drafts group name
5796         fully.
5797
5798 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5801         unnecessary duplicates from the match list.
5802
5803 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5806
5807         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5808
5809         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5810         args of `how-many' of which the XEmacs version doesn't take; declare
5811         Info-index-next as function.
5812
5813 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * gnus-score.el (gnus-score-headers): Fix handling of
5816         gnus-inhibit-slow-scoring.
5817
5818         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5819         string.
5820         (gnus-button-url-regexp): Improve handling of parenthesis.
5821         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5822         (gnus-button-handle-info-keystrokes): Handle index entries.
5823
5824 2008-03-15  Glenn Morris  <rgm@gnu.org>
5825
5826         * parse-time.el (parse-time-string): Simplify.
5827
5828 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5831         Incoming* files.
5832
5833 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5834
5835         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5836         (auth-source-pick): Use it.
5837
5838 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5839
5840         * binhex.el (binhex-decode-region-internal):
5841         * uudecode.el (uudecode-decode-region-internal):
5842         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5843         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5844         setting default-enable-multibyte-characters.
5845
5846 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5847
5848         * auth-source.el (auth-source-protocols)
5849         (auth-source-protocols-customize, auth-source-choices): Added and
5850         modified variable customizations and defaults.
5851         (auth-source-pick, auth-source-user-or-password)
5852         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5853         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5854         (auth-source-user-or-password-sftp)
5855         (auth-source-user-or-password-smtp): Use new variables and provide an
5856         interface to netrc.el.
5857
5858 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5861         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5862         Make sure the nntp port to specify is a string.
5863
5864 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5865
5866         * nntp.el: Use with-current-buffer.
5867         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5868         dubious mm-with-unibyte-current-buffer.
5869         (nntp-with-open-group-function): New function extracted from
5870         nntp-with-open-group macro.
5871         (nntp-with-open-group): Use the function, so it's easier to debug.
5872         Add indentation and debugging info.
5873         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5874         the use of the netcat alternatives.
5875
5876         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5877         Avoid mm-string-as-multibyte as well.
5878
5879         * nnweb.el (nnweb-insert-html):
5880         Remove use of nnheader-string-as-multibyte.
5881
5882         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5883         (nnheader-string-as-multibyte): Remove.
5884
5885         * mm-view.el: Use inhibit-read-only.
5886         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5887         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5888         or unibyte-string.
5889
5890         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5891         (mm-uu-yenc-extract): Use with-current-buffer.
5892
5893         * gnus-soup.el (gnus-soup-send-packet): Don't use
5894         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5895
5896         * nnmh.el: Use with-current-buffer.
5897         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5898         mm-string-as-multibyte on the output of mm-encode-coding-string.
5899
5900         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5901         (nnimap-request-move-article): Use with-current-buffer.
5902
5903         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5904         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5905         conversion uses string-make-unibyte rather than string-as-unibyte.
5906
5907         * gnus-msg.el: Use with-current-buffer.
5908
5909         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5910
5911 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5912
5913         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5914         string for caching if it is 'PIN.
5915
5916 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * lpath.el: Consider the case without Emacs/W3.
5919
5920 2008-03-08  Glenn Morris  <rgm@gnu.org>
5921
5922         * time-date.el (date-to-time, time-subtract, time-add)
5923         (safe-date-to-time): Doc fixes.
5924
5925 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * mail-source.el (mail-source-delete-old-incoming-confirm):
5928         Change default to nil.
5929         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5930
5931 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * lpath.el: Rearrange.
5934
5935         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5936         (gnus-article-goto-prev-page): Work for articles having ^L's.
5937
5938         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5939
5940         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5941
5942 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5943
5944         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5945         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5946         (gnus-bookmark-jump): Adjust some variable names.
5947
5948 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * auth-source.el: New package.
5951         (auth-source-choices): Add customization entry point variable.
5952
5953         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5954         bug.
5955
5956 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5957
5958         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5959         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5960         (gnus-registry-install-shortcuts): Rename from
5961         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5962         the `gnus-registry-mark-map' keymap dynamically from
5963         `gnus-registry-marks'.  The generated functions update the summary line
5964         when a registry mark is added or deleted, and will call
5965         `gnus-registry-install-p' (see the comments in the code).
5966         (gnus-registry-user-format-function-M): Use concat intelligently.
5967
5968         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5969         the registry mark functions.
5970
5971 2008-03-05  Glenn Morris  <rgm@gnu.org>
5972
5973         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5974         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5975         gnus-art.
5976         (top-level): No need to load own source when compiling.
5977
5978 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5979
5980         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5981         Suggested by <chris.anderton@zetnet.co.uk>.
5982
5983 2008-03-04  Glenn Morris  <rgm@gnu.org>
5984
5985         * gnus-sum.el (top-level): No need to require gnus when compiling,
5986         since unconditionally required near start of file.
5987         (gnus-summary-display-while-building): Move definition before use.
5988
5989 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5990
5991         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5992         formatting function.
5993
5994 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5995
5996         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5997         with plists.
5998         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5999         Use new format.
6000
6001 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6004         `where-is-internal' that returns a range of key sequences.
6005
6006 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6007
6008         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6009
6010         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6011         (gnus-summary-jump-to-group): Consider windows on other displayed
6012         frames as well.  Similar changes might be needed elsewhere, but that's
6013         the one I've bumped into during my use.
6014
6015         * nndoc.el (nndoc-oe-dbx-type-p):
6016         * gnus-msg.el (gnus-debug):
6017         * gnus-group.el (gnus-update-group-mark-positions):
6018         Use mm-string-to-multibyte.
6019
6020 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6023         doesn't handle NotDashEscaped.
6024
6025         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6026         (mml-dnd-attach-options): Fix typo in custom choice.
6027
6028         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6029         nndoc-article-type to mbox.
6030         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6031
6032         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6033         to nil, instead of html2text.
6034
6035         * imap.el (imap-debug): Add `imap-ping-server'.
6036
6037         * gnus-bookmark.el: Add FIXMEs.
6038
6039         * message.el (message-form-letter-separator)
6040         (message-send-form-letter-delay): New variables.
6041         (message-send-form-letter): Use them.  New command to send form
6042         letters.  Requested by Uwe Siart.
6043         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6044
6045 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * Update copyright years.
6048
6049 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6050
6051         Sync from EMACS_22_BASE.
6052
6053         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6054
6055 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6056
6057         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6058         empty author.
6059
6060 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6061
6062         * gnus-registry.el (gnus-registry-marks): Add variable for
6063         customization of marks and their appearance.
6064         (gnus-registry-read-mark): Use it.
6065         (gnus-registry-do-marks): Add utility function to loop through
6066         `gnus-registry-marks'.
6067         (gnus-registry-install-shortcuts-and-menus): Add function to install
6068         shortcuts and menus.
6069         (gnus-registry-initialize): Use it.
6070         (gnus-registry-default-mark): Clarify documentation.
6071
6072 2008-02-29  Glenn Morris  <rgm@gnu.org>
6073
6074         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6075         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6076         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6077         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6078         Change defcustom :version from 23.0 to 23.1.
6079
6080 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6081
6082         * gnus-registry.el (gnus-registry-follow-group-p)
6083         (gnus-registry-post-process-groups): Add functions to aid registry
6084         splitting and improve logging.  Clarify behavior in function
6085         documentation.
6086         (gnus-registry-split-fancy-with-parent): Use them.
6087
6088 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6089
6090         * gnus-art.el: Use with-current-buffer.
6091
6092 2008-02-27  David Engster  <dengste@eml.cc>
6093
6094         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6095         Express real group name in the response.
6096
6097 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6100         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6101         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6102         autoload gnus-registry-fetch-group when compiling.
6103         (nnmairix-request-group-with-article-number-correction): Remove
6104         unreferenced argument passed to nnmairix-call-backend.
6105
6106 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6109         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6110         Wilde.
6111
6112 2008-02-27  Glenn Morris  <rgm@gnu.org>
6113
6114         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6115         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6116         variables to defconsts.  Convert comments to doc-strings.
6117         (nnmairix-last-server, nnmairix-current-server): Convert from free
6118         variables to defvars.  Convert comments to doc-strings.
6119         (gnus-registry-fetch-group): Autoload.
6120         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6121         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6122         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6123         caddr.
6124         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6125         nnmairix-request-group-with-article-number-correction call.
6126         (nnmairix-fast, nnmairix-group): New, less general names, for free
6127         variables passed from nnmairix-request-group to
6128         nnmairix-request-group-with-article-number-correction.  Declare.
6129         (nnmairix-request-group-with-article-number-correction):
6130         Use nnmairix-fast, nnmairix-group rather than fast, group.
6131
6132 2008-02-26  David Engster  <dengste@eml.cc>
6133
6134         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6135         version 0.5.
6136
6137 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6138
6139         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6140         instead of making an extra function call.  Don't add the current group
6141         to articles only when they have the group.  Use
6142         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6143         Reported by David <de_bb@arcor.de>.
6144
6145 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6148         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6149
6150 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * mail-source.el (mail-source-delete-incoming): Change default.
6153         Supplement doc string.
6154
6155         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6156
6157 2008-02-14  Glenn Morris  <rgm@gnu.org>
6158
6159         * time-date.el (format-seconds): New function.
6160
6161 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * nnmail.el (nnmail-message-id-cache-file): Derive from
6164         `gnus-home-directory'.
6165
6166 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6169         Document negative prefix.
6170
6171         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6172
6173 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * message.el (message-unsent-separator): Add the Exim bounce
6176         separator.
6177
6178 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6179
6180         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6181         list.
6182         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6183         recipient/signer list.
6184
6185 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * Makefile.in (datarootdir): Define.
6188         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6189         name that might contain whitespace.
6190
6191 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6194         fbound (Emacs 23 unicode), signal an error.
6195
6196 2008-02-08  Glenn Morris  <rgm@gnu.org>
6197
6198         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6199
6200 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6201
6202         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6203         ports to the calls to `netrc-machine-user-or-password' in addition to
6204         "imap" and "imaps".
6205
6206 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6207
6208         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6209
6210         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6211
6212 2008-02-01  Kenichi Handa  <handa@m17n.org>
6213
6214         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6215         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6216         (rfc2104-hash): Convert the result of concat to unibyte string.
6217
6218 2008-02-01  Dave Love  <fx@gnu.org>
6219
6220         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6221         coding-system-for-read.
6222         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6223
6224 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6227         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6228         <hanche@math.ntnu.no>.
6229
6230 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6233
6234         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6235
6236 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6237
6238         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6239         * message.el (message-beginning-of-line): Use featurep instead of bound
6240         tests in order to resolve conditionals at compile time.
6241
6242 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6243
6244         * mail-source.el (mail-sources): Add `group' choice.
6245
6246         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6247         parameter `in-group' to control into which group the articles go.
6248         Add treatment of `group' mail-source.
6249
6250 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6253
6254         * mm-decode.el (mm-dissect-buffer): Decode description.
6255
6256         * mml.el (mml-to-mime): Encode message header first.
6257
6258 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6261         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6262
6263         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6264         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6265
6266 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6267
6268         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6269
6270 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6273         prefix keys.
6274         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6275         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6276         gnus-xmas.el.
6277
6278         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6279         (gnus-xmas-article-describe-bindings): New function.
6280         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6281         gnus-xmas-article-describe-bindings.
6282
6283         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6284
6285 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6286
6287         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6288         Add new variables for article mark management.
6289         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6290         list of extra data entries which, when present, will indicate that the
6291         article ID should not be trimmed from the registry.
6292         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6293         functions.
6294         (gnus-registry-read-mark): New function to read a mark name from the
6295         user.
6296         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6297         (gnus-registry-set-article-mark-internal): New functions to add and
6298         remove marks.
6299         (gnus-registry-get-article-marks): New function to show the marks for
6300         an article, or retrieve them for further use.
6301
6302 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6305         keys when no argument is given.
6306
6307 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6308
6309         * imap.el (imap-ping-server): New variable.
6310         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6311         (imap-ping-server): Minor doc string fixes.
6312
6313 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6314
6315         * imap.el (imap-ping-server): New function.
6316         (imap-opened): Call imap-ping-server.
6317
6318 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * gnus-sum.el (gnus-article-sort-by-random)
6321         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6322         jidanni@jidanni.org.
6323
6324 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-art.el (gnus-article-describe-bindings): New function.
6327         (gnus-article-read-summary-keys): Use it.
6328         (gnus-article-mode-map): Bind `C-h b' to it.
6329
6330 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6333         XEmacs.
6334         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6335         against non-character events.
6336
6337         * lpath.el: Fbind map-keymap for Emacs 21.
6338
6339 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6342         command.
6343         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6344         instead of END.  Change name of the temp file.
6345         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6346         customizable.
6347
6348 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6351         bind `S W' to gnus-article-wide-reply-with-original; set default
6352         binding to gnus-article-read-summary-send-keys.
6353         (gnus-article-read-summary-keys): Fix the order of keys; display
6354         continuation keys correctly in the echo area; describe bindings
6355         correctly when keys end with `C-h'.
6356         (gnus-article-read-summary-send-keys): New function.
6357         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6358         for gnus-article-read-summary-send-keys; display continuation keys
6359         correctly in the echo area.
6360         (gnus-article-reply-with-original): Ignore prefix argument.
6361         (gnus-article-wide-reply-with-original): New function.
6362
6363         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6364         Emacs 21.
6365
6366 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6369         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6370
6371 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6372
6373         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6374         (gnus-group-read-ephemeral-gmane-group): New command.
6375
6376 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6377
6378         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6379
6380 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6381
6382         * message.el (message-send-mail-function): Increase custom version.
6383
6384         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6385         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6386
6387 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6388
6389         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6390         for the cases where imap-authenticate is called with a nil buffer
6391         parameter.
6392
6393 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6396         html parts correctly; support forwarded messages.
6397         (gnus-article-browse-html-article): Remove work buffers.
6398
6399         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6400         compiling.
6401         (netrc-bound-and-true-p): New macro.
6402         (netrc-parse): Use it instead of bound-and-true-p that is not available
6403         in XEmacs 21.4.
6404
6405 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * gnus-registry.el (gnus-registry-mark-article)
6408         (gnus-registry-article-marks): Add functionality to mark articles
6409         through the Gnus registry.
6410
6411         * encrypt.el: Clarify documentation for the new pgg method.
6412         (encrypt-file-alist): Add PGG option.
6413         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6414         functionality.  Abstract password key and messaging to external
6415         functions.
6416         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6417         (encrypt-message-method-and-cipher): Add new convenience external
6418         functions.
6419         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6420         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6421
6422         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6423         (netrc-parse): Use encrypt-file-alist to determine if
6424         encrypt-find-model or encrypt-insert-file-contents should be used.
6425
6426         * encrypt.el: Clarify documentation.  Load password-cache or
6427         password, whichever one is found first, instead of autoloading.
6428
6429 2007-12-19  Glenn Morris  <rgm@gnu.org>
6430
6431         * mml.el (message-options-set, message-narrow-to-head)
6432         (message-in-body-p, message-mail-p, message-encode-message-body):
6433         Autoload.
6434         (message-remove-header, message-narrow-to-headers-or-head)
6435         (message-subscribed-p, message-make-mail-followup-to)
6436         (message-position-on-field, message-news-p)
6437         (message-options-set-recipient, message-generate-headers)
6438         (message-sort-headers): Declare as functions.
6439
6440 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6441
6442         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6443         convention in doc string.
6444
6445 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6448         title to html parts.
6449         (gnus-article-browse-html-article): Pass message header to it.
6450
6451         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6452
6453 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6456         or password compatible with XEmacs.
6457
6458 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6459
6460         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6461         format document.
6462         (gnus-mime-delete-part): Don't write description line if empty.
6463         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6464
6465 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6466
6467         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6468         (gnus-summary-mark-read-and-unread-as-read)
6469         (gnus-summary-mark-current-read-and-unread-as-read)
6470         (gnus-summary-mark-unread-as-ticked): Doc fix.
6471         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6472
6473 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6474
6475         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6476         Christoph Conrad <christoph.conrad@gmx.de>.
6477
6478 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6479
6480         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6481         yes-or-no-p.
6482
6483 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * mm-decode.el (mm-add-meta-html-tag): New function.
6486         (mm-save-part-to-file, mm-pipe-part): Use it.
6487
6488         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6489         gnus-y-or-n-p instead of y-or-n-p.
6490         (gnus-article-browse-html-parts): Work with message/external-body; use
6491         mm-add-meta-html-tag.
6492
6493 2007-12-11  Glenn Morris  <rgm@gnu.org>
6494
6495         * gnus-cache.el: Require gnus-sum not just when compiling.
6496
6497         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6498
6499         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6500         definitions before use.
6501
6502         * mm-decode.el: Require gnus-util.
6503         (mm-remove-part): Only call delete-annotation on XEmacs.
6504
6505         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6506
6507         * nnmail.el: Require gnus-int.
6508
6509         * spam.el: Move `require's before `eval-when-compile's.
6510
6511         * gnus-ems.el (gnus-alive-p):
6512         * gnus-fun.el (message-goto-eoh):
6513         * gnus-util.el (gnus-group-name-decode):
6514         * mail-source.el (gnus-compress-sequence):
6515         * message.el (Info-goto-node, format-spec):
6516         * mm-bodies.el (message-options-get):
6517         * mm-decode.el (mm-view-pkcs7):
6518         * mm-util.el (gmm-write-region):
6519         * mml-smime.el (mml-compute-boundary)
6520         (gnus-completing-read-with-default):
6521         * mml.el (widget-button-press, gnus-make-hashtable):
6522         * mml1991.el (mm-decode-content-transfer-encoding)
6523         (mm-encode-content-transfer-encoding)
6524         (message-options-get, message-options-set):
6525         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6526         * nnfolder.el (gnus-request-group):
6527         * nnheader.el (ietf-drums-unfold-fws):
6528         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6529         * smime.el (gnus-run-mode-hooks):
6530         * spam-stat.el (gnus-message): Autoload.
6531
6532         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6533         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6534         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6535         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6536         Add declare-function compatibility definition.
6537
6538         * gnus-cache.el (nnvirtual-find-group-art):
6539         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6540         (gnus-add-image, gnus-add-wash-type):
6541         * gnus-group.el (nnkiboze-score-file):
6542         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6543         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6544         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6545         (message-tokenize-header, gnus-get-buffer-create)
6546         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6547         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6548         * gnus.el (gnus-group-decoded-name):
6549         * mail-source.el (imap-capability):
6550         * mm-bodies.el (message-options-set):
6551         * mm-decode.el (gnus-configure-windows):
6552         * mm-extern.el (message-goto-body):
6553         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6554         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6555         (epg-sub-key-validity, message-options-set):
6556         * mml.el (widget-event-point, gnus-configure-windows):
6557         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6558         * mml2015.el (epg-check-configuration, epg-configuration)
6559         (message-options-set):
6560         * nndb.el (nndb-request-article):
6561         * nnfolder.el (gnus-request-create-group):
6562         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6563         * nnmaildir.el (gnus-group-mark-article-read):
6564         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6565         * rfc1843.el (message-fetch-field):
6566         * spam.el (gnus-extract-address-components):
6567         Declare as functions.
6568
6569 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6572
6573         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6574
6575         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6576         bind show-trailing-whitespace for XEmacs.
6577
6578 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6579
6580         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6581         new no-op macro for backward compatibility.
6582
6583         * imap.el (imap-string-to-integer): New function.
6584
6585 2007-12-09  Glenn Morris  <rgm@gnu.org>
6586
6587         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6588
6589         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6590         * message.el, mm-view.el, sieve-manage.el, smime.el:
6591         Add declare-function compatibility definition.
6592
6593         * gnus-art.el (w3-region, w3m-region, Info-menu):
6594         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6595         * gnus-sum.el (gnus-get-predicate):
6596         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6597         * message.el (mail-abbrev-in-expansion-header-p):
6598         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6599         (w3m-detect-meta-charset, w3m-region):
6600         * sieve-manage.el (password-read, password-cache-add)
6601         (password-cache-remove):
6602         * smime.el (password-read-and-add): Declare as functions.
6603
6604 2007-12-08  David Kastrup  <dak@gnu.org>
6605
6606         * gnus-sum.el (gnus-summary-simplify-subject-query):
6607         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6608         `message'.
6609
6610 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6613         it to bind idna-program, installation-directory, defined-colors, and
6614         face-attribute for XEmacs of the version that compiles defcustom forms.
6615
6616 2007-12-07  Glenn Morris  <rgm@gnu.org>
6617
6618         * gnus-art.el (article-make-date-line): Revert previous change.
6619
6620 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6621
6622         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6623
6624 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6625
6626         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6627         Call gnus-add-to-range ranges only once with a prepared article-list.
6628
6629 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6630
6631         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6632         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6633         group names with backslashes.  Reported by Tassilo Horn
6634         <tassilo@member.fsf.org>.
6635
6636 2007-12-06  Deepak Goel  <deego3@gmail.com>
6637
6638         * gnus-art.el (article-make-date-line):
6639         * gnus-start.el (gnus-load):
6640         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6641
6642 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-art.el (gnus-use-idna)
6645         * gnus-start.el (gnus-site-init-file)
6646         * message.el (message-use-idna)
6647         * mm-uu.el (mm-uu-hide-markers)
6648         * smiley.el (smiley-style): Revert changes that suppress warnings.
6649
6650 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6653         specify charset to html source.  Reported by Christoph Conrad
6654         <christoph.conrad@gmx.de>.
6655
6656 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6659         idna-program in order to suppress byte compile warning issued by XEmacs
6660         that came to byte compile the default value section of defcustom forms
6661         recently.
6662
6663         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6664         value of installation-directory.
6665
6666         * message.el (message-use-idna): Don't directly refer to the value of
6667         idna-program.
6668
6669         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6670
6671         * smiley.el (smiley-style): Don't directly call face-attribute.
6672
6673 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6676
6677         * gnus-dired.el: Reduce Gnus dependencies.
6678         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6679         require.  Use autoloads instead.
6680         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6681         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6682         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6683         (gnus-dired-mode): Adjust doc string.
6684         (gnus-dired-mail-mode): New variable.
6685         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6686         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6687         (gnus-dired-mail-buffers): New function.  Return mail or message
6688         composition buffers.
6689         (gnus-dired-attach): Use it.
6690         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6691         NO-DECODE.
6692         (gnus-dired-print): Use `gnus-print-buffer' depending on
6693         `gnus-dired-mail-mode'.
6694
6695 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * rfc2047.el (rfc2047-encoded-word-regexp)
6698         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6699         explaining what regexp patterns are for.
6700
6701 2007-12-04  Glenn Morris  <rgm@gnu.org>
6702
6703         * password.el: Move to password-cache.el.
6704
6705         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6706         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6707         * mml-smime.el (password-read, password-cache-add)
6708         (password-cache-remove):
6709         No need to autoload, since mml-sec requires password.
6710
6711         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6712         * message.el (gnus-extract-address-components):
6713         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6714
6715         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6716         password.
6717
6718 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6719
6720         * mailcap.el: Reduce dependencies.
6721         (mail-header-parse-content-type): Autoload.
6722         (mailcap-delete-duplicates): New alias.
6723         (mailcap-mime-info): Add optional argument NO-DECODE.
6724         (mailcap-mime-types): Use mailcap-delete-duplicates.
6725
6726         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6727
6728 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6729
6730         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6731         (imap-parse-status): Upcase status-att for servers that sends them
6732         lower-case (e.g., MS Exchange 2007).
6733
6734 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6735
6736         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6737         function.
6738
6739         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6740         (gnus-uu-yenc-article): New function.
6741
6742         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6743
6744         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6745         buffer.
6746
6747 2007-12-02  Glenn Morris  <rgm@gnu.org>
6748
6749         * binhex.el (binhex): New custom group.
6750         (binhex-decoder-program, binhex-decoder-switches)
6751         (binhex-use-external): Move to the binhex custom group.
6752
6753         * uudecode.el (uudecode): New custom group.
6754         (uudecode-decoder-program, uudecode-decoder-switches)
6755         (uudecode-use-external): Move to the uudecode custom group.
6756
6757         * netrc.el (top-level): Don't load `encrypt' features.
6758         (netrc-parse): Don't use encrypt.
6759         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6760
6761         * encrypt.el: Remove file.
6762
6763 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6764
6765         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6766         matches on patches.
6767
6768         * gnus-art.el (gnus-article-browse-html-article): Mention
6769         `mm-text-html-renderer' in the doc string.
6770
6771         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6772         string.  Add comments.
6773
6774         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6775         if rhs is ASCII.
6776
6777 2007-12-01  Glenn Morris  <rgm@gnu.org>
6778
6779         * mail-source.el (top-level): Require format-spec before
6780         eval-when-compile.
6781
6782 2007-11-30  Glenn Morris  <rgm@gnu.org>
6783
6784         * encrypt.el: Require password, rather than autoloading password-read.
6785
6786 2007-11-29  Glenn Morris  <rgm@gnu.org>
6787
6788         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6789         (sasl-make-client, sasl-next-step, sasl-step-data)
6790         (sasl-step-set-data): Declare as functions.
6791
6792 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6795
6796 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6797
6798         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6799         certs should be verified and what is to be done in the event of a
6800         verification failure.
6801
6802         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6803         caller can indicate whether the cache should be disregarded for this
6804         call.  This way the result of the call is reproducible at all times and
6805         can be considered a canonical server name for the supplied method.
6806         (gnus-agent-method-p): Canonicalize server names by pushing their
6807         method through `gnus-method-to-server' using the no-cache argument.
6808
6809         * gnus-srvr.el (gnus-server-insert-server-line): Call
6810         `gnus-method-to-server' with `no-cache' argument.
6811
6812         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6813         gnus-agent-possibly-synchronize-flags as this should be called when the
6814         server is actually being opened.
6815         (gnus-agent-possibly-synchronize-flags)
6816         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6817         flags file of an agentized server to the latter function.
6818
6819         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6820         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6821         after a connection has been established successfully.
6822
6823 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-art.el (article-display-face): Force to display face if called
6826         interactively; check if gnus-article-x-face-too-ugly matches author.
6827         (article-display-x-face): Display face even if From header is missing
6828         as article-display-face does.
6829
6830 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6831
6832         * hashcash.el (message-narrow-to-headers-or-head)
6833         (message-fetch-field, message-goto-eoh)
6834         (message-narrow-to-headers): Declare as functions.
6835
6836 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6837
6838         * mail-source.el (mail-sources): Default to fetch from file for
6839         compatibility with default of nnmail-spool-file.
6840
6841 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6844         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6845         to look for encoded word that should be encoded again.
6846         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6847         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6848         encoding pattern.
6849         (rfc2047-decode-region): Switch strict regexp and loose one according
6850         to rfc2047-allow-irregular-q-encoded-words.
6851
6852 2007-11-25  Romain Francoise  <romain@orebokech.com>
6853
6854         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6855
6856 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * tls.el (tls-program): Provide more custom choices from
6859         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6860         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6861
6862 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6863
6864         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6865         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6866
6867         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6868         `nnmail-spool-file'.
6869
6870         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6871         `nnmail-spool-file'.
6872
6873         * gnus-move.el (gnus-change-server): Ditto.
6874
6875         * gnus-kill.el (gnus-batch-score): Ditto.
6876
6877         * gnus-cache.el (gnus-jog-cache): Ditto.
6878
6879         * gnus-msg.el (gnus-summary-reply):
6880         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6881
6882 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6885         version.  Minor improvement to doc strings.
6886         (tls-program): Add comment.
6887
6888 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6889
6890         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6891         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6892         mismatch between the hostname provided in the certificate and the name
6893         of the host connnecting to.
6894         (open-tls-stream): Use them.  Check certificates against trusted root
6895         certificates.
6896
6897 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * gnus-cache.el (gnus-cache-generate-nov-databases):
6900         Use nnml-generate-nov-databases-directory instead of
6901         nnml-generate-nov-databases-1.
6902
6903 2007-11-24  Glenn Morris  <rgm@gnu.org>
6904
6905         * message.el (message-tool-bar-retro): Update for rename
6906         mail_send.xpm->mail-send.xpm.
6907
6908 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6911         `smime-ldap-search' for Emacs 22 and up.
6912
6913 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6914
6915         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6916
6917         * message.el (message-send-mail-function): Fix error convention.
6918         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6919         (message-widen-reply, message-send-mail, message-talkative-question)
6920         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6921         (message-clone-locals, message-send-news): Use with-current-buffer.
6922         (message-insert-or-toggle-importance): Remove unused var `valid'.
6923         (message-make-references): Remove unused var `new-references'.
6924         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6925
6926 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6927
6928         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6929         (spam-split-symbolic-return-positive): Reflow docstring.
6930         (spam-backends, spam-summary-exit-behavior)
6931         (spam-mark-ham-unread-before-move-from-spam-group)
6932         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6933         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6934         (spam-clear-cache, spam-backend-check, spam-install-backend)
6935         (spam-install-statistical-backend, spam-list-of-processors)
6936         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6937         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6938         (spam-check-crm114, spam-initialize, spam-unload-hook):
6939         Fix typos in docstrings.
6940
6941 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6944         been checked if they have never been read and those group levels are
6945         higher than the one that a user specified.
6946
6947 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6950         foreign groups unless a group level is specified by a user.
6951         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6952
6953 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * message.el (message-send-mail-function): Require sendmail.
6956
6957 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * message.el (message-send-mail-function): Check for smtpmail too.
6960
6961         * utf7.el (utf7-encode, utf7-decode): Use coding system
6962         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6963
6964         * message.el (message-send-mail-function): New function.
6965         (message-send-mail-function): Set default using
6966         message-send-mail-function.  Adjust doc string.
6967         (message-send-mail-with-mailclient): New function.
6968
6969 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6970
6971         * smime.el (from):
6972         * rfc2047.el (message-posting-charset):
6973         * qp.el (mm-use-ultra-safe-encoding):
6974         * pop3.el (parse-time-months):
6975         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6976         * nnml.el (files):
6977         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6978         (jka-compr-compression-info-list, ange-ftp-path-format)
6979         (efs-path-regexp):
6980         * nndiary.el (files):
6981         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6982         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6983         (epg-digest-algorithm-alist, inhibit-redisplay)
6984         (password-cache-expiry):
6985         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6986         (pgg-output-buffer, password-cache-expiry):
6987         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6988         (efs-path-regexp):
6989         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6990         (inhibit-redisplay):
6991         * mm-uu.el (file-name, start-point, end-point, entry)
6992         (gnus-newsgroup-name, gnus-newsgroup-charset):
6993         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6994         (latin-unity-ucs-list):
6995         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6996         (mm-uu-binhex-decode-function):
6997         * message.el (gnus-message-group-art, gnus-list-identifiers)
6998         (rmail-enable-mime-composing, gnus-local-organization)
6999         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7000         (gnus-read-active-file, facemenu-add-face-function)
7001         (facemenu-remove-face-function, gnus-article-decoded-p)
7002         (tool-bar-mode):
7003         * mail-source.el (display-time-mail-function):
7004         * gnus-util.el (nnmail-pathname-coding-system)
7005         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7006         (gnus-original-article-buffer, gnus-user-agent)
7007         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7008         (xemacs-codename, sxemacs-codename, emacs-program-version):
7009         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7010         * gnus-start.el (gnus-agent-covered-methods)
7011         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7012         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7013         (gnus-newsgroup-headers, gnus-group-list-mode)
7014         (gnus-group-mark-positions, gnus-newsgroup-data)
7015         (gnus-newsgroup-unreads, nnoo-state-alist)
7016         (gnus-current-select-method, mail-sources)
7017         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7018         (nnmail-spool-file, gnus-cache-active-hashtb):
7019         * gnus-mh.el (mh-lib-progs):
7020         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7021         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7022         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7023         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7024         (gnus-group-buffer):
7025         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7026         (font-lock-set-defaults):
7027         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7028         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7029         (gnus-summary-post-menu, total-parts, type, condition, length):
7030         * gnus-agent.el (gnus-agent-read-agentview):
7031         * flow-fill.el (show-trailing-whitespace):
7032         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7033         eval-and-compile wrappers for byte compiler pacifiers.
7034
7035         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7036         (mm-display-inline-fontify): Check for featurep 'xemacs not
7037         extent-list.
7038
7039         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7040         itimer-list.
7041         (mm-create-image-xemacs): Only do something for XEmacs.
7042         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7043
7044         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7045
7046         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7047         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7048
7049 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7050
7051         * nnimap.el (nnimap-split-download-body):
7052         * gnus-demon.el (gnus-demon):
7053         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7054
7055 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7058         macros.
7059         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7060         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7061         copy data from unibyte buffer to multibyte current buffer.
7062         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7063         to copy data from unibyte current buffer to multibyte buffer.
7064         (nntp-make-process-buffer): Make process buffer unibyte.
7065
7066         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7067
7068 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7069
7070         * pop3.el (pop3-open-server): Accept and process data more robustly at
7071         connexion start to avoid spurious "POP SSL connexion failed" errors.
7072
7073 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7076         read group names.
7077
7078 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7081
7082 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7085         (nnmail-save-active): Use a unibyte buffer when saving active file,
7086         which may contain non-ASCII group names.
7087
7088         * nnml.el (nnml-request-group): Decode group names in messages.
7089
7090 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * message.el (message-citation-line-function)
7093         (message-insert-formatted-citation-line): Fix spelling of
7094         `message-insert-formated-citation-line'.
7095
7096 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7097
7098         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7099
7100 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7103         nnmail-pathname-coding-system.
7104
7105         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7106         that a user enters; decode group names in messages.
7107
7108         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7109
7110 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7111
7112         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7113
7114         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7115
7116         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7117         risky local variable.
7118
7119         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7120
7121 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7122
7123         * encrypt.el: Improve documentation to fix function name typo.
7124         Reported by Daiki Ueno <ueno@unixuser.org>.
7125
7126 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7129         even if the point is not in the last page of an article.
7130         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7131         back to the previous page.
7132
7133 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7136
7137 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7140
7141 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7142
7143         * message.el (message-check-news-body-syntax): Avoid
7144         mm-string-as-multibyte.
7145         (message-hide-headers): Don't assume (point-min)==1.
7146
7147 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * message.el (message-remove-blank-cited-lines): Fix if remove is
7150         given.
7151         (message-bogus-address-regexp): New variable.
7152         (message-bogus-recipient-p): New function.
7153         (message-check-recipients): New command.
7154         (message-syntax-checks): Add `bogus-recipient'.
7155         (message-fix-before-sending): Add `bogus-recipient'.
7156
7157         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7158         (gnus-treat-body-boundary): Don't test window-system.
7159
7160 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7161
7162         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7163
7164 2007-10-28  Miles Bader  <miles@gnu.org>
7165
7166         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7167         at compile-time too.
7168
7169 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * gnus-msg.el (gnus-message-setup-hook): Add
7172         `message-remove-blank-cited-lines' to options.
7173
7174 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * message.el (message-remove-blank-cited-lines): New function.
7177         Suggested by Karl Plästerer.
7178
7179 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7182         mapc.
7183
7184         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7185         (top-level): Use mapc to set functions to be traced for debugging.
7186
7187         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7188         called for effect with while loop.
7189
7190         * message.el (message-talkative-question): Replace mapcar called for
7191         effect with mapc.
7192
7193         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7194         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7195         called for effect with dolist.
7196
7197         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7198
7199         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7200         gnus-extra-headers and nnmail-extra-headers.
7201
7202         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7203         called for effect with dolist.
7204         (top-level): Use mapc to set functions to be traced for debugging.
7205
7206         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7207         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7208         dolist.
7209
7210         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7211         Replace mapcar called for effect with mapc.
7212         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7213         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7214         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7215         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7216
7217         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7218         remove-if that's a cl function.
7219
7220         * webmail.el (webmail-debug): Replace mapcar called for effect with
7221         dolist.
7222
7223         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7224         with mapc.
7225
7226 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7229         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7230         with while loop.
7231
7232         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7233         functions from article-* functions.
7234         (gnus-multi-decode-header): Replace mapcar called for effect with
7235         dolist.
7236
7237         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7238         (gnus-bookmark-show-details): Replace mapcar called for effect with
7239         while loop.
7240
7241         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7242         called for effect with while loop.
7243
7244         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7245         with dolist.
7246
7247         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7248         mapcar called for effect with dolist.
7249
7250         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7251
7252         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7253         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7254         Replace mapcar called for effect with dolist.
7255         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7256         mapc.
7257
7258         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7259         Replace mapcar called for effect with dolist.
7260         (gnus-topic-list): Replace mapcar called for effect with mapc.
7261
7262         * gnus.el: Use mapc instead of mapcar to add autoloads.
7263
7264 2007-10-23  Richard Stallman  <rms@gnu.org>
7265
7266         * gnus-group.el (gnus-group-highlight): Mark as risky.
7267
7268 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus.el (gnus-server-to-method): Return method found first in
7271         gnus-newsrc-alist.
7272
7273         * gnus-art.el (gnus-article-highlight-signature)
7274         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7275         button overlay without the front stickiness.
7276
7277 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7278
7279         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7280         overview buffer needed a catch to receive its throw.
7281         (gnus-agent-flush-cache): Declared as interactive to make this function
7282         easier to use.
7283
7284 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7287         `next-line'.
7288
7289 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7292         exclude address matching message-dont-reply-to-names.
7293
7294 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * gnus-util.el (gnus-string<): New function.
7297
7298         * gnus-sum.el (gnus-article-sort-by-author)
7299         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7300
7301 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7304         the frame-focus tag is set in gnus-buffer-configuration.
7305
7306 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7309         the front stickiness.
7310
7311 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7314         url pattern; remove duplicate one.
7315         (gnus-article-extend-url-button): New function.
7316         (gnus-article-add-buttons): Use it.
7317         (gnus-button-push): Use concatenated url that it makes.
7318
7319 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7320
7321         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7322
7323 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7324
7325         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7326         Don't hardcode point-min==1.
7327
7328 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7331         Fix comment about "iso8859-1".
7332
7333 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7334
7335         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7336         ones returned from the verify-function.
7337
7338         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7339         mml2015-extract-cleartext-signature if extraction failed.
7340
7341 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7342
7343         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7344         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7345         failed.
7346
7347 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7350
7351 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7354         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7355         recommends to use EasyPG instead of PGG.
7356
7357         * pgg.el: Revert to revision 6.23.2.16.
7358
7359         * pgg-def.el: Revert to revision 6.6.2.14.
7360
7361         * pgg-gpg.el: Revert to revision 6.23.2.34.
7362
7363 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7364
7365         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7366         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7367         thread for both the null and zero (kill/expire thread) universal prefix
7368         cases.
7369         (gnus-summary-expire-thread): Add new function to expire a thread,
7370         using gnus-summary-kill-thread.
7371         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7372         shortcuts for gnus-summary-expire-thread.
7373         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7374         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7375
7376 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7377
7378         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7379         extras value, so an extras entry can be deleted.
7380         (gnus-registry-delete-extra-entry): Use it.
7381         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7382         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7383         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7384         storage through the gnus-registry, and provide an appropriate API for
7385         it.
7386
7387 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7390         Suggested by Leo <sdl.web@gmail.com>.
7391
7392         * gnus.el: Do.
7393
7394 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7397         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7398
7399         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7400
7401         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7402         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7403
7404 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7407         newline.
7408         (nnmbox-request-accept-article): Don't change article in source buffer;
7409         narrow to header to use message-fetch-field rather than
7410         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7411         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7412         as delimiters; make sure article ends with newline.
7413         (nnmbox-delete-mail): Correct last position of article to be deleted;
7414         ignore X-Gnus-Newsgroup header in article body.
7415         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7416         positions; make sure article ends with newline.
7417
7418         * message.el (message-display-abbrev): Don't infloop when a user
7419         inserts SPC in the beginning of header.
7420
7421         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7422         coding-system-for-read and coding-system-for-write for XEmacs having no
7423         file-coding feature.
7424
7425         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7426
7427 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7428
7429         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7430         list of groups not followed by default.  Fix type to be regexp.
7431         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7432
7433 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7434
7435         * hmac-def.el (define-hmac-function): Switch from old-style to
7436         new-style backquotes.
7437
7438         * md4.el (md4-make-step): Likewise.
7439
7440 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7443         raw-text coding system when saving .newsrc file, which may contain
7444         non-ASCII group names.
7445
7446 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-cus.el (gnus-score-extra): New widget.
7449         (gnus-score-extra-convert): New function.
7450         (gnus-score-customize): Use it for Extra.
7451
7452 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7453
7454         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7455         (mml2015-mailcrypt-clear-verify): Use it.
7456         (mml2015-gpg-clear-verify): Use it.
7457         (mml2015-pgg-clear-verify): Use it.
7458         (mml2015-epg-clear-verify): Replace the current part with the output
7459         from GnuPG; don't extract the plaintext by itself.
7460
7461         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7462         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7463         mml2015-clear-verify-function; don't touch the armor headers or
7464         dash-escaped text here.
7465
7466 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7469         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7470         parts, or application/octet-stream as a last resort.
7471         (gnus-mime-view-part-as-type): Don't toggle display.
7472         (gnus-mime-view-part-as-charset): Don't turn off display before
7473         querying charset.
7474
7475         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7476         stuff to undisplayer function in Emacs.
7477         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7478
7479         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7480         text/calendar parts.
7481
7482 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7485         decoding text/calendar parts.
7486
7487         * message.el (message-forward-make-body-mime): Always mark body as
7488         having no illegible text; remove signed-or-encrypted argument.
7489         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7490
7491         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7492         (mml-generate-mime-1): Don't encode body if it is specified to be in
7493         raw form; don't make buffer be unibyte when inserting multibyte string.
7494
7495 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7496
7497         * sha1.el: Fix up comment style.
7498         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7499         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7500
7501         * hex-util.el: Fix up comment style.
7502         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7503
7504         * gnus-salt.el: Use with-current-buffer.
7505         (gnus-pick-setup-message): Fix long-standing typo.
7506
7507 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * imap.el (imap-logout-timeout): New variable.
7510         (imap-logout, imap-logout-wait): New functions.
7511         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7512
7513         * nnimap.el (nnimap-logout-timeout): New server variable.
7514         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7515         nnimap-logout-timeout.
7516
7517         * gnus-art.el (gnus-article-summary-command-nosave)
7518         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7519
7520 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * gnus.el (gnus-maximum-newsgroup): New variable.
7523
7524         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7525         according to gnus-maximum-newsgroup.
7526
7527         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7528         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7529         Limit the range of articles according to gnus-maximum-newsgroup.
7530
7531 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7532
7533         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7534         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7535         Don't perform gnus-configure-windows here; reuse existing sticky
7536         article buffer.
7537
7538         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7539         it doesn't exist in gnus-article-mode.
7540
7541 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7544         (gnus-agent-decoded-group-name): New function.
7545         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7546         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7547
7548 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7549
7550         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7551         Add binding for gnus-sticky-article.
7552         (gnus-summary-exit): Don't kill sticky article buffers.
7553
7554         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7555         article buffer.
7556         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7557         (gnus-kill-sticky-article-buffers): New commands.
7558
7559 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * nntp.el (nntp-xref-number-is-evil): New server variable.
7562         (nntp-find-group-and-number): If it is non-nil, don't trust article
7563         numbers in the Xref header.
7564
7565 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-agent.el (gnus-agent-read-group): New function.
7568         (gnus-agent-flush-group, gnus-agent-expire-group)
7569         (gnus-agent-regenerate-group): Use it.
7570         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7571         nnmail-pathname-coding-system.
7572
7573 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7576
7577         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7578         that are unread as unread, and also as selected so that information of
7579         marks having been changed by a user may be updated when exiting group.
7580
7581 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7584         calculated ignoring signature parts to gnus-treat-article.
7585
7586 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7589         a point here in order to keep the window start.
7590         (gnus-insert-mime-security-button): Make a button overlay without the
7591         front stickiness.
7592         (gnus-mime-display-security): Goto the end of a button.
7593
7594         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7595
7596 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7599         group-name-at-point.
7600         (gnus-group-completing-read): New function that offers decoded
7601         non-ASCII group names for completion.
7602         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7603         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7604         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7605         (gnus-group-fetch-control): Use it.
7606         (gnus-fetch-group): Use group-name-at-point for the initial value
7607         rather than the default value; use gnus-alive-p.
7608
7609         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7610         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7611         (gnus-summary-post-news): Use gnus-group-completing-read.
7612
7613         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7614         (gnus-read-move-group-name): Decode group name for completion.
7615
7616 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7617
7618         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7619         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7620         Yamaoka slightly modified the code).
7621
7622 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7625         (nnmail-split-incoming): Bind it.
7626
7627         * nnml.el (nnml-group-name-charset): New function.
7628         (nnml-decoded-group-name): Use it; don't decode group name if
7629         nnmail-group-names-not-encoded-p is non-nil.
7630         (nnml-encoded-group-name): New function.
7631         (nnml-group-pathname): Inline nnml-decoded-group-name.
7632         (nnml-request-expire-articles): Decode group name in message.
7633         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7634         nnmail-pathname-coding-system.
7635         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7636         not decoded ones according to nnmail-group-names-not-encoded-p.
7637         (nnml-generate-active-info): Use nnml-encoded-group-name.
7638
7639 2007-08-08  Glenn Morris  <rgm@gnu.org>
7640
7641         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7642         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7643         doc-strings and comments.
7644
7645 2007-07-25  Glenn Morris  <rgm@gnu.org>
7646
7647         * Relicense all FSF files to GPLv3 or later.
7648
7649 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-sum.el (gnus-summary-move-article): Make
7652         gnus-summary-respool-article work.
7653
7654 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7657         string.
7658
7659 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7660
7661         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7662         that should be ignored when comparing distant RSS articles with local
7663         ones.
7664         (nnrss-make-hash-index): New function.  Create a hash index according
7665         to the ignored fields.
7666         (nnrss-check-group): Use it.
7667
7668 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7671
7672         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7673
7674         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7675         the new optional argument ENCODED is non-nil.
7676         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7677         coding system for encoding group name.
7678         (gnus-group-make-rss-group): Pass un-encoded group name to
7679         gnus-group-make-group.
7680         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7681         encoded.
7682
7683         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7684         Encode group name to which articles are moved or copied.
7685         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7686         coding system for encoding Newsgroup, Followup-To and Xref headers.
7687
7688         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7689         marks; use nnheader-file-coding-system to write a file.
7690         (nnagent-retrieve-headers): Bind file-name-coding-system to
7691         nnmail-pathname-coding-system.
7692
7693         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7694
7695         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7696         (nnml-request-article, nnml-request-create-group)
7697         (nnml-request-rename-group, nnml-find-id)
7698         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7699         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7700         (nnml-save-marks): Use nnml-group-pathname instead of
7701         nnmail-group-pathname.
7702
7703         (nnml-request-create-group, nnml-request-expire-articles)
7704         (nnml-request-move-article, nnml-request-delete-group)
7705         (nnml-deletable-article-p, nnml-possibly-create-directory)
7706         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7707         (nnml-open-marks): Bind file-name-coding-system to
7708         nnmail-pathname-coding-system.
7709
7710         (nnml-request-article): Pass server argument to nnml-find-group-number.
7711         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7712         server argument to nnml-possibly-create-directory.
7713         (nnml-request-accept-article): Pass server argument to
7714         nnml-active-number and nnml-save-mail.
7715         (nnml-find-group-number): Pass server argument to nnml-find-id.
7716         (nnml-request-update-info): Pass server argument to
7717         nnml-marks-changed-p.
7718
7719         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7720         (nnml-save-mail, nnml-active-number): Add server argument.
7721
7722         (nnml-request-delete-group): Warn if group is missing.
7723         (nnml-get-nov-buffer): Decode group name.
7724         (nnml-generate-active-info): Encode group name.
7725         (nnml-open-marks): Decode group name in messages.
7726
7727 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7730         if it is not specified.
7731         (gnus-article-pipe-part, gnus-article-save-part)
7732         (gnus-article-interactively-view-part, gnus-article-copy-part)
7733         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7734         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7735         (gnus-article-replace-part, gnus-article-delete-part)
7736         (gnus-article-view-part-as-type): Pass raw prefix argument to
7737         gnus-article-part-wrapper.
7738
7739 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * gnus-agent.el (gnus-agent-save-active): Bind
7742         nnheader-file-coding-system to gnus-agent-file-coding-system.
7743
7744         * gnus-cache.el (gnus-cache-save-buffers)
7745         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7746         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7747         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7748         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7749         (gnus-cache-generate-active, gnus-cache-rename-group)
7750         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7751         (gnus-cache-update-overview-total-fetched-for): Bind
7752         file-name-coding-system to nnmail-pathname-coding-system.
7753         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7754         variables.
7755         (gnus-cache-decoded-group-name): New function.
7756         (gnus-cache-file-name): Use it.
7757         (gnus-cache-generate-active): Use non-decoded group name for active.
7758
7759         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7760         right place.
7761         (gnus-write-active-file): Don't break non-ASCII group names.
7762
7763         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7764         nnmail-pathname-coding-system.
7765
7766         * lpath.el: Bind default-file-name-coding-system,
7767         file-name-coding-system and language-info-alist for XEmacs.
7768
7769         * gnus-uu.el (gnus-uu-decode-save): Typo.
7770
7771 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7774
7775 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7778         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7779         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7780         (gnus-agent-flush-group, gnus-agent-flush-cache)
7781         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7782         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7783         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7784         (gnus-agent-regenerate-group)
7785         (gnus-agent-update-files-total-fetched-for)
7786         (gnus-agent-update-view-total-fetched-for): Bind
7787         file-name-coding-system to nnmail-pathname-coding-system.
7788         (gnus-agent-group-pathname): Don't encode file names by
7789         nnmail-pathname-coding-system.
7790         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7791         coding-system-for-write instead of buffer-file-coding-system to
7792         gnus-agent-file-coding-system.
7793
7794         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7795         Decode group name.
7796
7797         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7798
7799         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7800         (gnus-read-newsrc-el-file): Make group names unibyte.
7801
7802         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7803         nnmail-pathname-coding-system.
7804
7805         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7806         (nnrss-request-delete-group): Bind file-name-coding-system to
7807         nnmail-pathname-coding-system.
7808         (nnrss-read-server-data, nnrss-read-group-data): Bind
7809         file-name-coding-system correctly.
7810         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7811
7812         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7813         (nntp-server-to-method-cache): New variable.
7814         (nntp-group-pathname): New function that decodes non-ASCII group names.
7815         (nntp-possibly-create-directory, nntp-marks-changed-p)
7816         (nntp-save-marks, nntp-open-marks): Use it.
7817         (nntp-possibly-create-directory, nntp-open-marks):
7818         Bind file-name-coding-system to nnmail-pathname-coding-system.
7819         (nntp-open-marks): Decode group names when bootstrapping marks.
7820
7821         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7822         Newsgroups and Folowup-To headers.
7823
7824 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7827         (gnus-server-closed-face, gnus-server-denied-face)
7828         (gnus-server-offline-face): Remove variable.
7829         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7830
7831         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7832         of modifying message-stack directly for XEmacs.
7833
7834         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7835         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7836         if the coding-system argument is nil for XEmacs.
7837
7838         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7839         mm-charset-override-alist.
7840
7841         * rfc2047.el: Don't require base64; require rfc2045 for the function
7842         rfc2045-encode-string.
7843         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7844         to quote the parameter value.
7845
7846 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7849         form in gnus-group-name-charset-method-alist.
7850
7851         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7852         overrides the default layout edit-form.
7853
7854         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7855
7856         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7857
7858 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7861         as unfetched articles.
7862
7863 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7866
7867 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7870         original back end that keeps marks in the local system.
7871
7872 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7875         arg of pop-to-buffer for XEmacs.
7876         (gnus-article-read-summary-keys): Ditto; don't restore window
7877         configuration if summary command ends up with neither article buffer
7878         nor summary buffer; describe bindings if summary keys end with C-h.
7879
7880 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * message.el (message-fix-before-sending): Skip raw message part to be
7883         forwarded while checking illegible text.
7884         (message-forward-make-body-mime, message-forward-make-body): Mark
7885         signed or encrypted raw message as having no illegible text.
7886
7887 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7890         (gnus-message-with-timestamp-1): New macro.
7891         (gnus-message-with-timestamp): New function.
7892         (gnus-message): Use them.
7893
7894         * nnheader.el (nnheader-message): Use them.
7895
7896 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7899         .newsrc.eld file.
7900
7901 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-agent.el (gnus-agent-fetch-headers)
7904         (gnus-agent-retrieve-headers): Bind
7905         gnus-decode-encoded-address-function to identity.
7906
7907         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7908         available also when the server returns simply a dot.
7909
7910         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7911
7912 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7915
7916 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * gnus-ems.el (gnus-x-splash): Make it work.
7919
7920         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7921         from being used.
7922
7923         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7924
7925 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7928         4th and the 5th arguments.
7929
7930         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7931         the front stickiness.
7932         (gnus-article-summary-command-nosave): Correct the order of the
7933         arguments passed to pop-to-buffer.
7934         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7935         summary command ends up with the article buffer.
7936
7937         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7938         the same faces.
7939
7940 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7941
7942         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7943
7944 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7945
7946         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7947         * gnus-sum.el (gnus-summary-highlight):
7948         * pgg.el (pgg-sign-region, pgg-sign):
7949         * mail-source.el (mail-source-delete-old-incoming-confirm):
7950         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7951
7952 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus-art.el (gnus-mime-view-part-externally)
7955         (gnus-mime-view-part-internally): Fix predicate function passed to
7956         completing-read.
7957
7958         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7959
7960         * gnus.el (gnus-update-message-archive-method): Add :version.
7961
7962 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus.el (gnus-update-message-archive-method): New variable.
7965
7966         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7967         according to gnus-message-archive-method if
7968         gnus-update-message-archive-method is non-nil.
7969
7970 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7973         by Loic Dachary <loic@dachary.org>.
7974         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7975
7976 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * message.el (message-pop-to-buffer): Add switch-function argument.
7979         (message-mail): Pass switch-function argument to it.
7980
7981 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7984         Improve doc string.
7985
7986 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7989         (gnus-header-content)
7990         * gnus-cite.el (gnus-cite-10)
7991         * gnus-srvr.el (gnus-server-closed)
7992         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7993         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7994         (gnus-group-mail-3-empty, gnus-group-mail-low)
7995         (gnus-group-mail-low-empty, gnus-splash)
7996         * message.el (message-header-to, message-header-cc)
7997         (message-header-subject, message-header-other, message-header-name)
7998         (message-header-xheader, message-separator, message-cited-text)
7999         (message-mml): Lighten colors of faces used for dark background.
8000
8001 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8002
8003         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8004         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8005
8006 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * message.el (message-narrow-to-headers-or-head):
8009         Ignore mail-header-separator in the body.
8010
8011 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8014         same as window size.
8015
8016 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8017
8018         * message.el (message-font-lock-keywords): Use message-header-xheader
8019         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8020         ahead of the anything pattern, to get it recognised.
8021
8022 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8025         spam.el loads uses it in the compiled defadvice form.
8026
8027 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8028
8029         * gnus-sum.el (gnus-articles-to-read)
8030         (gnus-summary-insert-old-articles): Don't truncate group name for
8031         `read-string'.
8032
8033         * gnus-util.el (gnus-limit-string): Delete this function.
8034
8035         * gnus-sum.el (gnus-simplify-subject-fully): Use
8036         `truncate-string-to-width' instead.
8037
8038 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8039
8040         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8041         if, on summary exit, the next group has to be selected.
8042         (gnus-summary-exit): Use it.
8043
8044 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8047         non-break space.
8048
8049 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8052         Check if group is not a directory.
8053         (nnfolder-request-expire-articles): Don't delete articles if the target
8054         group is not available.
8055
8056         * nnml.el (nnml-request-create-group): Properly check if group is not a
8057         file.
8058         (nnml-request-expire-articles): Don't delete articles if the target
8059         group is not available.
8060
8061         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8062         Don't quote characters that are within parentheses.
8063
8064 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8067         (gnus-handle-ephemeral-exit): Select article according to it.
8068
8069 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8070
8071         * message.el (message-insert-formated-citation-line): Remove newline.
8072         (message-citation-line-format): Add final \n here so that the user can
8073         avoid a blank line.
8074
8075 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8076
8077         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8078         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8079         Update lanl/arXiv support.
8080
8081 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus.el: Bump version number.
8084
8085 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8086
8087         * gnus.el (gnus-version-number): Bump version.
8088
8089 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8090
8091         * gnus.el: No Gnus v0.6 is released.
8092
8093 2007-04-27  Didier Verna  <didier@xemacs.org>
8094
8095         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8096         * gmm-utils.el (gmm-regexp-concat): here.
8097         * message.el: Don't require 'gnus-util.
8098         (message-dont-reply-to-names): Handle name change above.
8099         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8100
8101 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8104         since the initial value varies according to the system.
8105
8106 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8109
8110 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8111
8112         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8113
8114 2007-04-24  Didier Verna  <didier@xemacs.org>
8115
8116         Improve the type of gnus-ignored-from-addresses.
8117         * gnus-util.el (gnus-orify-regexp): New function.
8118         * message.el (gnus-util): Require it.
8119         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8120         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8121         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8122
8123 2007-04-24  Didier Verna  <didier@xemacs.org>
8124
8125         * gnus-sum.el:
8126         * gnus-utils.el: Fix some trailing whitespaces.
8127
8128 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8131         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8132         article's Message-ID; refer parent article in summary buffer.
8133
8134         * message.el (message-bounce): Call mime-to-mml.
8135
8136         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8137         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8138         optimize and/or forms properly.
8139
8140 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8143         URL.
8144
8145 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8148
8149 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8152         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8153         displayed of multipart/alternative part if it is invoked from summary
8154         buffer.
8155
8156         * mm-view.el (mm-inline-text-html-render-with-w3m)
8157         (mm-inline-text-html-render-with-w3m-standalone)
8158         (mm-inline-render-with-function): Use mail-parse-charset by default.
8159
8160 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8161
8162         * parse-time.el (parse-time-string-chars): Check if CHAR
8163         is less than the length of parse-time-syntax.
8164
8165 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8168         from gnus-newsgroup-processable.
8169
8170 2007-04-16  Didier Verna  <didier@xemacs.org>
8171
8172         * gnus-msg.el (gnus-configure-posting-styles): Handle
8173         message-signature-directory properly with :file syntax.  Reported by
8174         "Leo".
8175
8176 2007-04-11  Didier Verna  <didier@xemacs.org>
8177
8178         New user option: message-signature-directory.
8179         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8180         * message.el (message-insert-signature): Ditto.
8181         * message.el (message-signature-file): Doc update.
8182         * message.el (message-signature-directory): New.
8183
8184 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-msg.el (gnus-inews-yank-articles): Use
8187         message-exchange-point-and-mark instead of exchange-point-and-mark.
8188
8189 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * message.el (message-yank-original): Make sure cited text ends with
8192         newline; don't exchange point and mark.
8193
8194 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8195
8196         * tls.el (open-tls-stream): Properly handle case where there
8197         is no associated buffer.
8198
8199 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8200
8201         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8202         message-yank-original, make sure (< mark TEXT point).
8203
8204 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * message.el (message-fill-column): New variable.
8207         (message-mode): Use it.  Add comment on a possible new hook.
8208
8209         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8210         (nnmail-get-new-mail): Reformat.
8211
8212         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8213
8214         * gmm-utils.el: Fix Commentary.
8215         (gmm-tool-bar-from-list): Fix typo in doc string.
8216
8217 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8218
8219         * message.el (message-yank-original): Don't switch point and mark
8220         unnecessarily to put point and mark as documented.
8221
8222 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8223
8224         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8225         from the message heads.
8226
8227 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8228
8229         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8230         article buffer does not have a window.  This may not be the best
8231         solution but is certainly better than setting the start of the null,
8232         that is the current, window.
8233
8234 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8237         (gnus-draft-setup): Run it.
8238
8239         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8240         gnus-score-fast-scoring.  Allow regexp.
8241         (gnus-score-headers): Use it.
8242
8243         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8244         XEmacs.
8245
8246         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8247         string.
8248         (gnus-button-alist): Also catch `<f1> k ...'.
8249         (gnus-treat-display-x-face): Fix doc string.
8250
8251 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8252
8253         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8254         evaluation of gnus-extended-version to ensure correct generation of the
8255         User-Agent header when message-generate-headers-first is used.
8256
8257 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8258
8259         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8260         hashcash-path is nil.  Don't call callback with incorrect number of
8261         parameters if val is 0.
8262
8263 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8264
8265         * message.el (message-required-news-headers):
8266         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8267
8268 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8269
8270         * tls.el (open-tls-stream): In handshake-waiting loop,
8271         don't wait more if there is output available to process.
8272
8273 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8274
8275         * tls.el (tls-program): Doc fix.
8276
8277 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * message.el (message-generate-new-buffers): Change the meaning of the
8280         nil value; add `standard' to the choices; treat t as `unique'; improve
8281         doc string.
8282         (gnus-select-frame-set-input-focus): Autoload.
8283         (message-buffer-name): Search for the existing message buffer if
8284         message-generate-new-buffers is nil or `standard'; treat the value t of
8285         message-generate-new-buffers as `unique'.
8286         (message-pop-to-buffer): Raise the frame already displaying the message
8287         buffer; clear the echo area after querying.
8288         (message-setup): Pass the `continue' argument to compose-mail.
8289         (message-mail): Prefer `switch-function' if it is given; search for the
8290         existing message buffer if the `continue' argument is non-nil; pass
8291         continue and switch-function arguments to compose-mail by way of
8292         message-setup.
8293         (message-mail-other-window): Adjust argument of message-setup.
8294         (message-mail-other-frame): Ditto.
8295
8296 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8299         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8300         to turn font-lock on when turning gnus-message-citation-mode on.
8301
8302 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8303
8304         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8305         (mml-smime-function-alist): New variable; add epg as the backend.
8306         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8307         mml-smime- functions instead.
8308         * mm-view.el: Require smime.
8309
8310 2007-03-05  Didier Verna  <didier@xemacs.org>
8311
8312         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8313         instead of just inheritance for posting styles.
8314         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8315
8316 2007-02-24  Chris Moore  <dooglus@gmail.com>
8317
8318         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8319         * pgg-pgp.el (pgg-pgp-encrypt-region):
8320         * pgg-gpg.el (pgg-gpg-encrypt-region):
8321         Check pgg-encrypt-for-me if no other recipients.
8322
8323 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8324
8325         * tls.el (tls-certtool-program): Fix custom type.
8326
8327 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8330         and point-at-eol instead of line-(beginning|end)-position.
8331
8332         * assistant.el (assistant-parse-buffer): Ditto.
8333
8334         * netrc.el (netrc-parse-services): Ditto.
8335
8336 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8337
8338         * mml2015.el (mml2015-epg-find-usable-key): New function.
8339         (mml2015-epg-sign): Use it.
8340         (mml2015-epg-encrypt): Use it.
8341
8342 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * message.el (message-make-in-reply-to): Quote name containing
8345         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8346         if there are special characters.  Reported by NAKAJI Hiroyuki
8347         <nakaji@jp.freebsd.org>.
8348
8349 2007-02-27  Didier Verna  <didier@xemacs.org>
8350
8351         Include the group parameters as well as the topic ones in the
8352         inheritance filter process.
8353         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8354         argument GROUP-PARAMS-LIST.
8355         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8356
8357 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * nntp.el (nntp-never-echoes-commands)
8360         (nntp-open-connection-functions-never-echo-commands): New variables.
8361         (nntp-send-command): Use them.
8362
8363 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8364
8365         * mml2015.el (mml2015-epg-verify): Simplified.
8366
8367 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * mml.el (mml-content-disposition-alist): New user option.
8370         (mml-content-disposition): New function.
8371         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8372         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8373
8374 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8375
8376         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8377         verification.
8378
8379 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8380
8381         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8382         articles posted in the last 24 hours.
8383
8384 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8385
8386         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8387
8388 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8389
8390         * nntp.el (nntp-send-command): Don't wait for echoes when
8391         nntp-open-ssl-stream is used.
8392
8393 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8396         (gnus-message-add-citation-keywords)
8397         (gnus-message-remove-citation-keywords): Remove.
8398         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8399         directly, make the variables in font-lock-defaults buffer-local, add
8400         gnus-message-citation-keywords to them and then update the value of
8401         font-lock-keywords.
8402
8403 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * message.el (message-cite-original-1): Don't call
8406         gnus-article-highlight-citation.
8407
8408         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8409         citations; fix line count.
8410
8411 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8414         (gnus-message-add-citation-keywords)
8415         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8416         versions of font-lock-add-keywords and font-lock-remove-keywords to
8417         work with XEmacs correctly.
8418
8419 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-cite.el (gnus-cite-face-list): Set the values of
8422         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8423         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8424         (gnus-message-cite-prefix-regexp): New variable.
8425         (gnus-message-search-citation-line): Use it; protect against long
8426         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8427         the 0th match data for Emacs.
8428         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8429         (gnus-message-add-citation-keywords): Append keywords rather than
8430         prepending; emulate font-lock-add-keywords if it is not available.
8431         (gnus-message-remove-citation-keywords): Emulate
8432         font-lock-remove-keywords if it is not available.
8433
8434         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8435
8436         * message.el (message-cite-prefix-regexp): Set the value of
8437         gnus-message-cite-prefix-regexp.
8438
8439 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8440
8441         * nnweb.el (nnweb-google-parse-1): Update parser.
8442
8443 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8444
8445         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8446
8447 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8448
8449         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8450         regexp.
8451
8452 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8455         string-to-multibyte.
8456         (uudecode-decode-region-internal): Use it.
8457
8458         * lpath.el: Fbind string-as-multibyte for XEmacs.
8459
8460 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8461
8462         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8463         custom choice.
8464
8465         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8466
8467 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8468
8469         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8470
8471         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8472         `write-region' to respect `mm-inhibit-file-name-handlers'.
8473
8474 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8477         Use gnus-home-directory instead of "~/" or "$HOME".
8478
8479 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8480
8481         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8482         to mention filename.
8483         Add comments at beginning regarding usage.
8484         (encrypt-write-file-contents): Change interactive so a string is
8485         acceptable.  If the file has no associated model, show an error instead
8486         of a nonsense prompt.
8487
8488 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8489
8490         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8491         Thanks to Yoshihiko Yamada for kind notification of this typo.
8492
8493 2007-01-12  Kenichi Handa  <handa@m17n.org>
8494
8495         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8496         multibyte buffer.
8497
8498 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8499
8500         * gnus-score.el (gnus-score-fast-scoring): New variable.
8501         (gnus-score-headers): Use it.
8502
8503         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8504
8505         * message.el (message-cite-original-1): Call
8506         gnus-article-highlight-citation if requested.
8507         (message-make-from): Allow name and address as optional arguments.
8508
8509         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8510
8511         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8512         bugs to doc string.
8513         (gnus-button-alist): Add mid\\|message-id.
8514         (gnus-button-fetch-group): Extend for use in
8515         `browse-url-browser-function'.
8516         (gnus-button-url-regexp): Try to catch paired parentheses like in
8517         Wikipedia URLs.
8518
8519         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8520         Suggested by Simon Krahnke <overlord@gmx.li>.
8521
8522 2007-01-13  Romain Francoise  <romain@orebokech.com>
8523
8524         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8525         Update copyright.
8526
8527 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8528
8529         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8530
8531 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8532
8533         * gnus-registry.el (gnus-registry-unfollowed-groups)
8534         (gnus-registry-split-fancy-with-parent): Fix documentation.
8535
8536 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8537
8538         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8539         from nnweb groups.
8540
8541 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8544         Xref urls.  Erase buffer before requesting head.
8545
8546 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8549         customizable.
8550
8551 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8552
8553         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8554         no signing key is found.
8555         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8556         no encrypting and/or signing key is found.
8557
8558 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8559
8560         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8561
8562 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8563
8564         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8565         headers read from disk with the ones newly found in the current search.
8566         This should no longer cause problems, because the article numbers in
8567         Gmane's `nov.php' output are ignored since the previous change.
8568
8569 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8570
8571         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8572
8573 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8576         replace-regexp-in-string; bind url-version; fbind display-images-p and
8577         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8578         find-face and set-itimer-function for Emacs; bind itimer-list for
8579         Emacs.
8580
8581         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8582
8583 2007-01-01  Romain Francoise  <romain@orebokech.com>
8584
8585         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8586
8587 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8588
8589         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8590         `define-minor-mode' macro definition expanded properly.
8591         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8592         exclude it there.
8593
8594         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8595         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8596         `fboundp' test.
8597         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8598         This is OK to autoload in (S)XEmacs now.
8599
8600 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8601
8602         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8603         keystroke.
8604         (gnus-summary-limit-to-singletons): Fix typo.
8605
8606         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8607         else fails.
8608
8609 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8610
8611         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8612         docstring.
8613
8614         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8615         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8616         (gnus-summary-insert-dormant-articles): Fix typo in message.
8617
8618 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8621         nil for XEmacs.
8622         (gnus-message-citation-mode): Don't autoload in XEmacs.
8623
8624         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8625
8626 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8627
8628         * nnimap.el (nnimap-expunge-search-string): Mention
8629         nnimap-search-uids-not-since-is-evil in docstring.
8630
8631 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * spam.el: Revert to make-obsolete-variable because
8634         define-obsolete-variable-alias is not supported in Emacs 21.
8635
8636         * spam.el (spam-ifile-path, spam-ifile-database-path)
8637         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8638         make-obsolete-variable.
8639         (spam-bsfilter-path, spam-bsfilter-program)
8640         (spam-spamassassin-path, spam-spamassassin-program)
8641         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8642         use "path" inappropriately.
8643         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8644         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8645         variable names.
8646
8647 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8648
8649         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8650         summary buffer.
8651
8652         * password.el (password-cache-remove): Use clear-string to burn
8653         password, if available.
8654
8655 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8656
8657         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8658
8659         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8660
8661         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8662         (gnus-message-highlight-citation): Move defcustom here from
8663         gnus-cite.el.
8664         (gnus-message-citation-mode): Autoload.
8665
8666         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8667         checks to make it compile with XEmacs.
8668         (gnus-message-citation-mode): New minor mode.
8669         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8670         (gnus-message-highlight-citation): New variables.
8671         (gnus-message-search-citation-line)
8672         (gnus-message-add-citation-keywords)
8673         (gnus-message-remove-citation-keywords)
8674         (turn-on-gnus-message-citation-mode)
8675         (turn-off-gnus-message-citation-mode): New functions.
8676
8677 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8678
8679         * gnus-cite.el: Enable highlighting of different citation levels in
8680         message-mode.
8681
8682 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * message.el (message-make-fqdn): Fix comment.
8685         (message-bogus-system-names): Add ".local".
8686
8687         * spam.el (spam-ifile-path, spam-ifile-program)
8688         (spam-ifile-database-path, spam-ifile-database)
8689         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8690         Don't use "path" inappropriately.
8691         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8692         strings.
8693         (spam-check-ifile, spam-ifile-register-with-ifile)
8694         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8695         new variable names.
8696
8697         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8698         (gnus-treat-display-smileys): Simplify using
8699         gnus-image-type-available-p.
8700
8701         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8702         available.
8703
8704         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8705         `display-images-p' if available.
8706
8707 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8710         one after turning on the buffer's multibyteness instead of decoding
8711         them directly in the unibyte buffer that causes unexpected conversion
8712         in Emacs 23 (unicode).
8713
8714 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8715
8716         * message.el (message-generate-hashcash): Fix custom type.
8717
8718 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8721
8722 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8725         disconnect icons.  Add help text.
8726
8727 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8728
8729         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8730         negated to be consistent with the others we handle.
8731
8732 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8733
8734         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8735         version of gnus-summary-buffer to something, so that we can use two
8736         article buffers at the same time.
8737
8738 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8739
8740         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8741         trigger all the extra headers.
8742         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8743         sorting.
8744
8745 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8746
8747         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8748         solid groups.
8749
8750 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8751
8752         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8753
8754 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * legacy-gnus-agent.el: Add Copyright notice.
8757
8758 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8759
8760         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8761
8762 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8765
8766         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8767         to make it work reliably in CVS Emacs.
8768         (gnus-summary-limit-strange-charsets-predicate)
8769         (gnus-summary-limit-to-predicate): New functions.
8770
8771 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8772
8773         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8774         specifying array size.
8775         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8776         array if it is too small.
8777         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8778         (gnus-sort-threads-loop): New function.
8779
8780 2006-12-06  Chris Moore  <dooglus@gmail.com>
8781
8782         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8783         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8784
8785 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8786
8787         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8788         options.
8789
8790 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8791
8792         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8793         DOS-ing the recipient.
8794
8795         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8796         the headers when creating the mapping to avoid mismappings.
8797         (nnweb-gmane-create-mapping): Always nix out old mapping.
8798
8799 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8802         and mm-verify-option to never.
8803
8804 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * message.el (message-signed-or-encrypted-p): New function.
8807         (message-forward-make-body): Use it.
8808
8809         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8810         Replace encode-coding-string with mm-encode-coding-string.
8811
8812 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * nneething.el (nneething-decode-file-name): Replace
8815         decode-coding-string with mm-decode-coding-string.
8816
8817         * gnus-int.el (gnus-open-server): Say failed server's name.
8818
8819 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8820
8821         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8822         strings to a single string.  Quote `errors-file-name'.
8823         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8824         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8825         Adjust calls.  Use `shell-quote-argument'.
8826
8827 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8828
8829         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8830         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8831
8832         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8833         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8834         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8835         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8836         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8837         (gnus-subscribe-newsgroup, gnus-1):
8838         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8839         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8840         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8841         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8842
8843 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8844
8845         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8846         keystroke.
8847         (gnus-summary-limit-to-bodies): Implement headersp.
8848
8849 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8850
8851         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8852
8853 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8856
8857 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8858
8859         * message.el (message-generate-hashcash): Expand range of values to
8860         include `opportunistic'.
8861         (message-send-mail): Use it.
8862
8863 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8864
8865         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8866         and comment it.
8867
8868         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8869
8870 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * gnus-util.el (gnus-extract-address-components): Improve comment.
8873
8874 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * gnus-util.el (gnus-extract-address-components): Work with address in
8877         which the name portion contains @.
8878
8879         * lpath.el: Fbind custom-autoload.
8880
8881 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * gnus.el (gnus-start): Move custom group up.
8884         (gnus-select-method): Don't autoload, but make it available for
8885         `customize-variable'.
8886         (gnus-getenv-nntpserver): Don't autoload.
8887
8888 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8889
8890         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8891
8892 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * message.el (message-sendmail-extra-arguments): New variable.
8895         (message-send-mail-with-sendmail): Use it.
8896
8897 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8900         mm-with-unibyte-current-buffer to make string unibyte.
8901
8902         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8903         mm-string-as-multibyte.
8904
8905 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8906
8907         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8908         Reported by Werner Koch <wk@gnupg.org>.
8909
8910 2006-11-14  Daiki Ueno  <ueno@p360>
8911
8912         * mml2015.el: Autoload epa-select-keys when compiling.
8913
8914 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8915
8916         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8917         message-options.
8918         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8919
8920 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8921
8922         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8923         EasyPG (< 0.0.6).
8924         (mml2015-always-trust): New user option.
8925         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8926         prompt.
8927
8928 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * nntp.el (nntp-authinfo-force): New variable.
8931         (nntp-send-authinfo): Use it.
8932
8933 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8934
8935         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8936         decode encoded words.  Improve prompt.  Add comment about forwarding.
8937         (message-replacement-char): Move up.
8938
8939 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8940
8941         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8942         instead of gnus-intersection because arguments of gnus-sorted-nunion
8943         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8944
8945 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8948         (message-simplify-subject-functions): Enable
8949         message-strip-subject-encoded-words by default.
8950
8951 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * message.el (message-strip-subject-encoded-words): New function.
8954         (message-simplify-subject-functions): New variable.
8955         (message-simplify-subject): Use it.  Fix typo in doc string.
8956         Support message-strip-subject-encoded-words.
8957
8958 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8959
8960         * gnus-diary.el (gnus-diary-delay-format-function):
8961         * nndiary.el (nndiary-reminders):
8962         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8963
8964 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * gnus-art.el (article-hide-boring-headers): Fetch date from
8967         gnus-original-article-buffer to avoid problems with localized date
8968         strings.
8969
8970 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8973
8974 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8977         New variables.
8978         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8979         (mm-charset-synonym-alist): Move some entries to
8980         mm-codepage-iso-8859-list.
8981         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8982         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8983
8984 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8987
8988 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8989
8990         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8991         with Emacs 21 and XEmacs.
8992
8993 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8994
8995         * spam.el (spam-parse-address): New function for better parsing,
8996         catching errors, etc.
8997         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8998
8999 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * mm-view.el: Add interactive arg to html2text autoload.
9002
9003 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9006
9007 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9008
9009         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9010         variables.
9011         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9012         (mm-charset-synonym-alist): Move some entries to
9013         mm-codepage-iso-8859-list.
9014
9015         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9016
9017 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * message.el (message-citation-line-format)
9020         (message-insert-formated-citation-line): Fix implementation of %E, %N
9021         and %n according to the doc string.
9022
9023 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9024
9025         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9026         car-safe to avoid bad parses.
9027
9028 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9031         names.
9032
9033         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9034
9035 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9038         header.
9039
9040         * message.el (message-draft-headers): Add Date.
9041         (message-headers-to-generate): Fix typo in docstring.
9042
9043         * nndraft.el (nndraft-required-headers): New variable.
9044         (nndraft-generate-headers): Use it.
9045
9046         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9047
9048 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9049
9050         * gnus-registry.el (gnus-registry-wash-for-keywords)
9051         (gnus-registry-find-keywords): New functions to allow easy searching of
9052         articles that are in the registry.
9053
9054 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9055
9056         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9057         ietf-drums-parse-address instead of gnus-extract-address-components.
9058         Reported by Damien Elmes <damien@repose.cx>.
9059
9060 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gnus.el (gnus-mime): Remove unused custom group.
9063
9064 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9065
9066         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9067         "blank line" when searching for end of armor headers.
9068
9069 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * gmm-utils.el (gmm-write-region): Fix variable name.
9072
9073 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * gmm-utils.el (gmm-write-region): New function based on compatibility
9076         code from `mm-make-temp-file'.
9077
9078         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9079
9080         * nnmaildir.el (nnmaildir--update-nov)
9081         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9082         Use `gmm-write-region'.
9083
9084 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9087         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9088
9089         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9090
9091         * message.el (message-replacement-char): New variable.
9092         (message-fix-before-sending): Use it.
9093         (message-simplify-subject): New function to remove duplicate code.
9094         (message-reply, message-followup): Use it.
9095
9096         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9097         gnus-summary-limit-to-articles.
9098
9099 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * gnus-util.el (gnus-with-local-quit): New macro.
9102
9103         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9104
9105 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9106
9107         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9108         ignore non-string data.
9109
9110 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9111
9112         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9113         non-string data (needs to be done in the registry too).
9114
9115 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9116
9117         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9118         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9119         (gnus-registry-split-fancy-with-parent)
9120         (gnus-registry-fetch-simplified-message-subject-fast)
9121         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9122         Remove text properties on ingress into the registry and when it's saved.
9123         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9124         registry from entries with no groups.
9125
9126 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9127
9128         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9129         function to remove string properties.
9130
9131 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * gmm-utils.el (gmm): Adjust custom version.
9134
9135         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9136         custom version.
9137
9138         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9139
9140 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * gnus-art.el (gnus-insert-prev-page-button)
9143         (gnus-insert-next-page-button): Simplify.  Reformat.
9144
9145 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9146
9147         * gnus-art.el (gnus-insert-prev-page-button)
9148         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9149
9150 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9151
9152         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9153
9154 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9155
9156         * gnus-art.el (gnus-insert-mime-button)
9157         (gnus-insert-mime-security-button):
9158         Apply gnus-article-button-face to MIME and security buttons.
9159
9160 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9163         readable.
9164
9165 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9168
9169 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9170
9171         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9172         `browse-url-of-file' instead of `browse-url'.
9173
9174 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9175
9176         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9177         regexp.  Articles containing quotation were cut prematurely.
9178
9179 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * message.el (message-cite-original-1): Use nobody by default for the
9182         value of From header.
9183         (message-reply): Ditto.
9184
9185 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9186
9187         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9188         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9189         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9190
9191 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9194         mails in the doc string.  Add some URLs in comment.
9195         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9196
9197 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9200         backslashes handling and the way to find boundaries of quoted strings.
9201
9202 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9203
9204         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9205         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9206         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9207         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9208
9209 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9210
9211         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9212         doc string.
9213         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9214
9215 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * lpath.el: Fbind epg-check-configuration.
9218
9219 2006-09-06  Simon Josefsson  <jas@extundo.com>
9220
9221         * mml2015.el (mml2015-use): Doc fix, mention epg.
9222
9223 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9224
9225         * mml2015.el (mml2015-use): Default to epg, if available.
9226
9227 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9228
9229         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9230         message-sender.
9231         (mml1991-epg-encrypt): Ditto.
9232         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9233         message-sender.
9234         (mml2015-epg-encrypt): Ditto.
9235
9236 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9237
9238         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9239         several common directories.
9240
9241 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9242
9243         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9244         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9245
9246 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-art.el (article-decode-encoded-words): Make it fast.
9249
9250 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9253
9254         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9255         in quoted string into `\'.
9256
9257 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9260         Use standard-syntax-table.
9261
9262 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * gnus-art.el (gnus-decode-address-function): New variable.
9265         (article-decode-encoded-words): Use it to decode headers which are
9266         assumed to contain addresses.
9267         (gnus-mime-delete-part): Remove useless `or'.
9268
9269         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9270         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9271         (gnus-nov-parse-line): Use it to decode From header.
9272         (gnus-get-newsgroup-headers): Ditto.
9273         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9274
9275         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9276         (mail-decode-encoded-address-string): New alias.
9277
9278         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9279         New function.
9280         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9281         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9282         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9283         (rfc2047-decode-string): Ditto.
9284         (rfc2047-decode-address-region): New function.
9285         (rfc2047-decode-address-string): New function.
9286
9287 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         * message.el (message-caesar-buffer-body): Allow rotating headers.
9290
9291         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9292
9293         * message.el (message-insert-formated-citation-line): Fix %f.
9294         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9295
9296 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9299         (gnus-bookmark-mouse-available-p): New macro.
9300         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9301         (gnus-bookmark-bmenu-show-infos): Use it.
9302         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9303         (gnus-bookmark-bmenu-hide-infos): Ditto.
9304         (gnus-bookmark-remove-properties): New function.
9305         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9306         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9307         (gnus-bookmark-write-file): Bind coding-system-for-write.
9308         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9309         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9310         group before selecting it.
9311         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9312         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9313         quit-window if it is not available; use gnus-mouse-2 and bind it to
9314         gnus-bookmark-bmenu-select-by-mouse.
9315         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9316         (gnus-bookmark-bmenu-select-by-mouse): New function.
9317
9318 2006-08-13  Romain Francoise  <romain@orebokech.com>
9319
9320         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9321         space.
9322
9323 2006-08-10  Romain Francoise  <romain@orebokech.com>
9324
9325         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9326         (dns-mode-soa-auto-increment-serial): New user option.
9327         (dns-mode-soa-maybe-increment-serial): New function.
9328         (dns-mode): Add the latter to `write-contents-functions'.
9329
9330 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * compface.el (uncompface): Use binary rather than raw-text-unix.
9333
9334 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * compface.el (uncompface): Make sure the eol conversion doesn't take
9337         place when communicating with the external programs.  Reported by
9338         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9339
9340 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9343
9344 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9345
9346         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9347         Make it more robust by parsing author and date independently.
9348
9349 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9352
9353 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9354
9355         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9356         first matching secret key.
9357         (mml2015-epg-encrypt): Ditto.
9358
9359         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9360         first matching secret key.
9361         (mml1991-epg-encrypt): Ditto.
9362
9363         * mml2015.el (mml2015-encrypt-to-self): New user option.
9364         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9365         mml2015-epg-encrypt-to-self is set.
9366
9367         * mml1991.el (mml1991-encrypt-to-self): New variable.
9368         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9369         mml1991-epg-encrypt-to-self is set.
9370
9371         * mml2015.el (mml2015-signers): New user option.
9372         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9373         (mml2015-epg-encrypt): Allow to select signing keys.
9374
9375         * mml1991.el (mml1991-signers): New variable.
9376         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9377         (mml1991-epg-encrypt): Allow to select signing keys.
9378
9379 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * nnheader.el (nnheader-insert-head): Make it work even if the file
9382         uses CRLF for the line-break code.
9383
9384 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9385
9386         * mml2015.el: Require mml-sec instead of password.
9387         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9388         (mml2015-cache-passphrase): Inherit the default value from
9389         mml-secure-cache-passphrase.
9390         (mml2015-passphrase-cache-expiry): Inherit the default value from
9391         mml-secure-passphrase-cache-expiry.
9392
9393         * mml1991.el: Require mml-sec instead of password.
9394         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9395         (mml1991-cache-passphrase): Inherit the default value from
9396         mml-secure-cache-passphrase.
9397         (mml1991-passphrase-cache-expiry): Inherit the default value from
9398         mml-secure-passphrase-cache-expiry.
9399
9400         * mml-sec.el: Require password.
9401         (mml-secure-verbose): New user option.
9402         (mml-secure-cache-passphrase): New user option.
9403         (mml-secure-passphrase-cache-expiry): New user option.
9404
9405 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9406
9407         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9408         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9409         andreas@altroot.de (Andreas Vögele).
9410
9411         FIXME: Use `tiny change'?
9412
9413 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9414
9415         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9416         workaround for the url package included with Emacs.
9417
9418         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9419
9420 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9423         correctly.  This fixes a bug caused by the 2006-05-12 change.
9424
9425 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9426
9427         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9428         some information about the error when saying that the `bogus' mail
9429         group will be used.
9430
9431 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9434         string.
9435
9436 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9437
9438         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9439
9440 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9441
9442         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9443
9444 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9445
9446         * mml1991.el (mml1991-function-alist): Add epg.
9447         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9448         (mml1991-epg-encrypt): New functions.
9449
9450 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9451
9452         * mml2015.el (mml2015-verbose): New variable.
9453         (mml2015-cache-passphrase): Ditto.
9454         (mml2015-passphrase-cache-expiry): Ditto.
9455         (mml2015-function-alist): Add epg.
9456         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9457         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9458         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9459         functions.
9460
9461 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9462
9463         * message.el (message-cite-original-1): Preserve region when removing
9464         quoted text due to X-No-Archive in order to avoid bogus attribution
9465         when citing multiple messages.
9466
9467 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9468
9469         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9470         Kenneth Jacker <khj@be.cs.appstate.edu>.
9471
9472 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * gnus-diary.el (gnus-user-format-function-d)
9475         (gnus-user-format-function-D): Autoload.
9476
9477         * imap.el (Commentary): Fix typo.
9478
9479         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9480         2006-04-22 contribution.
9481
9482 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9483
9484         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9485         It didn't really fix the bogosity I'm seeing with solid web groups.
9486
9487 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9488
9489         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9490         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9491         created using server names.  If we use the feature without declaring
9492         it, Gnus does not properly manage server and group state.
9493
9494         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9495         bound.
9496
9497 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9498
9499         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9500         looking up the method using GROUP's prefix before inventing a new one.
9501         It is used on killed/unknown groups in various places where returning
9502         an all-new method isn't expected by the caller.
9503
9504         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9505         and match semantics of gnus-group-real-prefix.
9506
9507 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * nnmail.el (nnmail-broken-references-mailers): New variable.
9510         (nnmail-ignore-broken-references): New function generalizing
9511         nnmail-fix-eudora-headers.
9512         (nnmail-fix-eudora-headers): Now obsolete.
9513
9514         * gnus-art.el (gnus-button-handle-custom): Support
9515         `customize-apropos*'.
9516
9517 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9520
9521         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9522         articles.
9523
9524 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * message.el (message-cite-reply-above): New variable.
9527         (message-yank-original): Use it.
9528
9529 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9532
9533 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9536         as read.
9537
9538         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9539
9540 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9541
9542         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9543         (gnus-bookmark-default-file): Use gnus-directory.
9544         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9545         Remove "*" in doc string.
9546         (gnus-bookmark-write-file): Simplify.
9547         (gnus-bookmark-maybe-sort-alist): Use `when'.
9548         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9549         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9550         FIXME about Emacs 21 and XEmacs compatibility.
9551         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9552         compatibility.
9553         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9554         compatibility.
9555         (gnus-bookmark-menu-heading): Fix version.
9556
9557 2006-06-19  Bastien Guerry  <bzg@altern.org>
9558
9559         * gnus-bookmark.el: New file.
9560
9561 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * message.el (message-syntax-checks): Doc fix.
9564
9565 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9566
9567         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9568         unsubscribed groups as if they were killed ones.  It causes duplicate
9569         entries in gnus-newsrc-alist.
9570
9571 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * message.el (message-syntax-checks): Doc fix.
9574         (message-send-mail): Add check for continuation headers.
9575         (message-check-news-header-syntax): Fix regexp used to check for
9576         continuation headers.
9577
9578 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9581
9582 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9585
9586 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9589         default-truncate-lines.
9590
9591 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9594         to fill the utf-8 entry.
9595
9596         * lpath.el: Fbind unicode-precedence-list.
9597
9598 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9599
9600         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9601
9602 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9603
9604         * gnus-agent.el (directory-files-and-attributes): Move all the way
9605         forward (the third and final move).
9606         (gnus-agent-read-agentview): Trap reconstruction errors due to
9607         nonexistant directory.  Handle by returning nil.
9608
9609 2006-05-30  Didier Verna  <didier@xemacs.org>
9610
9611         * message.el (message-dont-reply-to-names): Update the custom type.
9612         * message.el (message-dont-reply-to-names): New defsubst: potentially
9613         convert a list of regexps into a single one.
9614         * message.el (message-get-reply-headers): Use it.
9615         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9616
9617 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-agent.el (directory-files-and-attributes): Move forward.
9620
9621 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * gnus-ml.el (gnus-mailing-list-subscribe)
9624         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9625         (gnus-mailing-list-message): Fix doc strings.
9626
9627 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9628
9629         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9630         of doing it manually.
9631
9632 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9635         comment.
9636
9637 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9638
9639         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9640         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9641         (gnus-agent-read-local): All symbols allocated in my-obarray.
9642         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9643         (gnus-agent-regenerate-group): Check numeric names to see if they are
9644         messages or groups.
9645         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9646         better way of do this...)
9647
9648         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9649         'dummy.group' (there should be a better way of do this...)
9650
9651 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9654         (gnus-saved-headers): Ditto.
9655         (gnus-default-article-saver): Mention functions may have properties.
9656         (gnus-article-save): Override gnus-save-all-headers and
9657         gnus-saved-headers by :headers property which saver function may have.
9658         (gnus-summary-save-in-file): Add :headers property.
9659         (gnus-summary-write-to-file): Ditto.
9660
9661         * gnus-sum.el (gnus-summary-save-article): Bind
9662         gnus-prompt-before-saving to t when saving many articles in a file;
9663         always show all headers.
9664
9665         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9666
9667 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9670         marks.
9671
9672         * message.el (message-indent-citation): Add optional arguments to allow
9673         using it outside of message buffers.
9674
9675         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9676         (gnus-article-treat-unfold-headers): Use it.
9677         (gnus-article-truncate-lines): New variable.
9678         (gnus-article-mode): Use it.
9679         (gnus-article-toggle-truncate-lines): New function.
9680
9681         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9682         gnus-article-toggle-truncate-lines.
9683
9684         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9685         coding system in XEmacs, use binary.
9686
9687 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9690         after-load-alist.
9691
9692         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9693         this function should save decoded articles.
9694         (gnus-summary-write-to-file): Use property to specify this function
9695         should save decoded articles and specify gnus-summary-save-in-file
9696         should be used to save articles other than the first one when saving
9697         many articles.
9698         (gnus-summary-save-body-in-file): Use property to specify this
9699         function should save decoded articles.
9700         (gnus-summary-write-body-to-file): Use property to specify this
9701         function should save decoded articles and specify
9702         gnus-summary-save-body-in-file should be used to save articles other
9703         than the first one when saving many articles.
9704
9705         * gnus-sum.el (gnus-summary-save-article): Simplify.
9706
9707 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-art.el (gnus-default-article-saver): Add
9710         gnus-summary-write-body-to-file.
9711         (gnus-article-save-coding-system): Don't use coding system object
9712         in XEmacs.
9713         (gnus-read-save-file-name): Add optional `dir-var' argument which
9714         specifies directory in which files are saved; work even if optional
9715         `variable' argument is not specified.
9716         (gnus-summary-write-to-file): Read file name.
9717         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9718         (gnus-summary-write-body-to-file): New function.
9719
9720         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9721         (gnus-summary-local-variables): Add it.
9722         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9723         (gnus-summary-save-article): Remove optional `decode' argument;
9724         determine whether to decode articles by the value of
9725         gnus-default-article-saver; when saving many files using
9726         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9727         it first and use gnus-summary-save-in-file or
9728         gnus-summary-save-body-in-file thereafter unless
9729         gnus-prompt-before-saving is always; move point to article which
9730         will be saved.
9731         (gnus-summary-save-article-file): Revert.
9732         (gnus-summary-write-article-file): Revert.
9733         (gnus-summary-save-article-body-file): Revert.
9734         (gnus-summary-write-article-body-file): New function.
9735
9736 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus-art.el (gnus-default-article-saver): Doc fix.
9739         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9740         from gnus-summary-save-article-coding-system, and default to a
9741         certain coding system.
9742         (gnus-output-to-file): Add coding cookie and encode text according
9743         to gnus-article-save-coding-system; don't use mm-append-to-file.
9744
9745         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9746         gnus-art.el and rename to gnus-article-save-coding-system.
9747         (gnus-summary-save-article): Require gnus-art; don't show all
9748         headers if it decodes articles; don't add coding cookie here;
9749         don't bind mm-text-coding-system-for-write.
9750         (gnus-summary-save-article-file): Save decoded articles.
9751         (gnus-summary-write-article-file): When saving many files, use
9752         gnus-summary-write-to-file first and gnus-summary-save-in-file
9753         thereafter unless gnus-prompt-before-saving is always.
9754         (gnus-summary-save-article-body-file): Save decoded articles.
9755
9756         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9757
9758 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * nnrss.el (nnrss-check-group): Bind hash-index.
9761
9762 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9763
9764         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9765         its hash index.  Store this hash in `nnrss-group-data'.
9766         (nnrss-read-group-data): Update accordingly.
9767
9768 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9771         entry.
9772
9773         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9774         gnus-article-browse-html-article.
9775
9776 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9777
9778         * gnus-sum.el (gnus-summary-mime-map): Add
9779         gnus-article-browse-html-article.
9780
9781         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9782
9783 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9784
9785         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9786         suitable coding systems in customize.
9787
9788 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9789
9790         * mail-source.el (mail-sources): Fix custom type.
9791
9792 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9795         (gnus-summary-expire-articles-now): Shorten prompt.
9796
9797         * gmm-utils.el (wid-edit): Require.
9798         (defun-gmm): Renamed from `gmm-defun-compat'.
9799         (gmm-image-search-load-path): Use it.
9800         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9801
9802 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9805         variable.
9806         (gnus-summary-save-article): Add optional `decode' argument.  If
9807         it is set and gnus-summary-save-article-coding-system is non-nil,
9808         save decoded article.
9809         (gnus-summary-write-article-file): Save decoded article if
9810         gnus-summary-save-article-coding-system is non-nil.
9811
9812         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9813         type.
9814
9815 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9818
9819 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9822         first to test gnus-single-article-buffer which may be buffer-local.
9823
9824         * gnus-sum.el (gnus-summary-setup-buffer): Make
9825         gnus-single-article-buffer buffer-local and nil in ephemeral
9826         group; make gnus-article-buffer, gnus-article-current, and
9827         gnus-original-article-buffer always buffer-local.
9828         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9829         group.
9830         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9831
9832 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * nnml.el (nnml-request-compact-group): Compressed files might not
9835         have .gz extension.
9836
9837 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9838
9839         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9840         (mm-copy-to-buffer): Use with-current-buffer.
9841         (mm-display-part): Simplify.
9842         (mm-inlinable-p): Add optional arg `type'.
9843
9844 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9845
9846         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9847         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9848         Try harder to show the attachment internally or externally using
9849         gnus-mime-view-part-as-type.
9850
9851 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * message.el (message-from-style, message-signature-separator)
9854         (message-user-organization-file, message-send-mail-function)
9855         (message-citation-line-function, message-yank-prefix)
9856         (message-indent-citation-function, message-signature)
9857         (message-signature-file, message-signature-insert-empty-line):
9858         Remove autoloads.
9859
9860         * gnus-art.el (gnus-buttonized-mime-types): Remove
9861         "multipart/signed".  Revert 2006-04-26 change.
9862
9863 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * gnus.el (gnus-version-number): Bump version.
9866
9867 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9868
9869         * gnus.el: No Gnus v0.5 is released.
9870
9871 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9872
9873         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9874         fetching articles by message-id.
9875
9876 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * message.el (hashcash): Require hashcash as normal.
9879
9880         * ecomplete.el (ecomplete-highlight-match-line): Use
9881         point-at-eol.
9882         (ecomplete-highlight-match-line): Use `highlight', because that
9883         face exists in both Emacs and XEmacs.
9884
9885         * message.el (message-display-abbrev): Use point-at-bol.
9886
9887         * mail-source.el: Don't require timer/timer-funcs.
9888
9889         * gnus-async.el: Ditto.
9890
9891         * password.el: Ditto.
9892
9893         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9894
9895         * mm-url.el: Ditto.
9896
9897         * gnus-xmas.el: Don't require timer-funcs.
9898
9899         * mm-util.el: Require timer/timer-funcs.
9900
9901 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9902
9903         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9904         Close.
9905
9906 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9909         unibyte after clear-decrypt function runs.
9910
9911         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9912         returns as a unibyte string.
9913
9914 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * lpath.el: Revert.
9917
9918         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9919         (pgg-gpg-process-sentinel): Revert.
9920
9921         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9922         (pgg-pgp-lookup-key): Revert.
9923
9924         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9925         (pgg-pgp5-lookup-key): Revert.
9926
9927         * pgg.el (pgg-fetch-key): Revert.
9928
9929 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * lpath.el: Fbind string-as-multibyte for XEmacs.
9932
9933         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9934         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9935         (mml1991-pgg-encrypt): Ditto.
9936
9937         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9938         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9939         a multibyte buffer.
9940
9941         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9942         (pgg-pgp-lookup-key): Ditto.
9943
9944         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9945         (pgg-pgp5-lookup-key): Ditto.
9946
9947         * pgg.el (pgg-fetch-key): Ditto.
9948
9949 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * message.el (message-user-organization-file): Check several
9952         locations of the organization file.
9953
9954         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9955         Add gnus-article-view-part-as-type.
9956
9957         * gnus-art.el (gnus-article-view-part-as-type): New function.
9958
9959         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9960         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9961
9962         * mml.el: Simplify autoload.
9963         (mml-mode): defvar dnd-protocol-alist instead of using
9964         symbol-value.
9965         (mml-default-directory): New variable.
9966         (mml-minibuffer-read-file): Use it.
9967         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9968
9969         * message.el (message-citation-line-format): New variable.
9970         (message-insert-formated-citation-line): New function.
9971         (message-citation-line-function): Add
9972         `message-insert-formated-citation-line' to custom type.
9973
9974         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9975         to doc string.
9976
9977         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9978         depending on mm-verify-option.
9979
9980 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9983         binding pgg-* variables; reimplement the section which prevents
9984         MIME header from being signed.
9985         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9986         pgg-text-mode; remove a blank line at the top of body.
9987
9988         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9989         lines at the top of body; use gnus-newsgroup-charset if there's no
9990         Charset header.
9991
9992 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * message.el (message-self-insert-commands): Doc fix.
9995
9996         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9997         (mm-uu-pgp-encrypted-test): Ditto.
9998         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9999         between header and body; return application/pgp-encrypted handle
10000         if decryption failed; decode decrypted body by charset.
10001
10002         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10003         element match to application/pgp-*.
10004
10005 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10006
10007         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10008         HTML.
10009
10010 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * mail-source.el (mail-source-call-script): Message the error
10013         string.
10014
10015 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016
10017         * gnus-util.el (gnus-byte-compile): Use it.
10018
10019 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10020
10021         * gnus-util.el (kill-empty-logs): New function.
10022
10023 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * message.el (message-mail-alias-type): Doc fix.
10026         (message-mail-alias-type-p): New function.
10027         (message-send): Use it.
10028         (message-mode): Ditto.
10029         (message-strip-forbidden-properties): Ditto.
10030
10031         * ecomplete.el (ecomplete-database-file-coding-system): New
10032         variable.
10033         (ecomplete-save): Use it.
10034         (ecomplete-setup): Use it.
10035
10036 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * message.el (message-self-insert-commands): New variable.
10039         (message-strip-forbidden-properties): Use it.
10040
10041 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10042
10043         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10044         that doesn't make XEmacs choke.
10045
10046 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10047
10048         * gnus-util.el (gnus-replace-in-string):
10049         Prefer replace-regexp-in-string over of replace-in-string.
10050
10051 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-util.el (gnus-select-frame-set-input-focus):
10054         Use select-frame-set-input-focus if it is available in XEmacs; use
10055         definition defined in Emacs 22 for old Emacsen.
10056
10057         * dgnushack.el: Autoload unmorse-region for XEmacs.
10058
10059         * lpath.el: Bind cursor-in-non-selected-windows and
10060         select-frame-set-input-focus for XEmacs.
10061
10062 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10065
10066 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10067
10068         * gnus-registry.el (gnus-registry-cache-save): Remove text
10069         properties when saving via the temp buffer.
10070
10071 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * message.el (message-generate-hashcash): Honor custom type.
10074
10075 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * message.el (message-generate-hashcash): Default to non-nil when
10078         hashcash is found.
10079
10080         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10081         (gnus-refer-thread-limit): Increase default to 500.
10082
10083         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10084
10085         * flow-fill.el (fill-flowed): Allow delete-space.
10086
10087 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10088
10089         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10090         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10091         Remove autoloads.
10092
10093 2006-04-18  Simon Josefsson  <jas@extundo.com>
10094
10095         * message.el (message-generate-hashcash): Default to.
10096
10097 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10100         concatenating segments rather than before concatenating them.
10101
10102 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10105
10106 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10107
10108         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10109
10110         * message.el (message-forward-make-body-plain): Allow
10111         message-forward-ignored-headers to be a list.
10112         (message-remove-ignored-headers): Factor out into function.
10113         (message-forward-make-body-mml): Use it.
10114
10115         * imap.el (imap-quote-specials): New function.
10116         (imap-login-auth): Quote specials.
10117
10118         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10119         (rfc2231-parse-string): Allow concatanation of parameters that
10120         aren't contiguous.  The test case is
10121           (mail-header-parse-content-type "message/external-body;
10122             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10123             access-type=LOCAL-FILE;
10124             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10125
10126 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10127
10128         * nntp.el (nntp-accept-process-output): Return the value of
10129         `nnheader-accept-process-output'.
10130
10131 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10132
10133         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10134         (gnus-button-alist): Recognize more diff formats.
10135         (gnus-button-patch): Strip directory.
10136
10137 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10138
10139         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10140         Emacs 22 when setting focus.
10141
10142 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10143
10144         * gnus-art.el (gnus-article-treat-types): Do treatment of
10145         text/x-verbatim parts.
10146         (gnus-button-patch): New command.
10147
10148         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10149         addresses that contain invalid characters.
10150
10151 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10152
10153         * message.el (message-put-addresses-in-ecomplete): Use
10154         gnus-replace-in-string.
10155         (message-is-yours-p): Use the more correct
10156         mail-header-parse-address instead of
10157         mail-extract-address-components.
10158         (message-put-addresses-in-ecomplete): Fix typo.
10159
10160         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10161         keystroke.
10162
10163         * gnus-art.el (gnus-treatment-function-alist): Change order of
10164         newsgroups/generic header folding to avoid double-folding.
10165
10166         * message.el (message-hidden-headers): Add X-Draft-From.
10167
10168         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10169         command.
10170         (gnus-summary-repeat-search-article-backward): New command.
10171
10172         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10173         groups in the parent topic.
10174
10175 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10176
10177         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10178         (spam-extra-header-to-number): Return the CRM114 number as a
10179         number instead of a string.
10180
10181 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10182
10183         * gnus-art.el (gnus-face-properties-alist): Moved here from
10184         gnus-fun.
10185
10186         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10187
10188 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10189
10190         * message.el (message-strip-forbidden-properties): Only display on
10191         self-insert-command.
10192
10193         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10194         reindent.
10195         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10196
10197 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10198
10199         * smiley.el (smiley-style): Fix typo.
10200
10201 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10202
10203         * hashcash.el (hashcash-insert-payment-async-2): Use
10204         message-goto-eoh instead of doing it manually.
10205         (mail-add-payment): Use message-narrow-to-header instead of trying
10206         to do the same itself.
10207
10208         * message.el (message-hidden-headers): Add Face.
10209
10210         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10211         reparenting code.
10212         (gnus-summary-reparent-children): Refactored out code.
10213         (gnus-summary-thread-map): New keystroke.
10214         (gnus-summary-reparent-children): Make into command.
10215
10216         * smiley.el (smiley-style): Default to `medium' if using a large
10217         font.
10218
10219         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10220         does it itself.
10221
10222         * message.el (message-point-in-header-p): Simplify definition.
10223
10224 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10225
10226         * nnagent.el (nnagent-request-set-mark): Silence log file
10227         writing.
10228         (nnagent-request-set-mark): Use write-region instead of
10229         append-to-file.
10230
10231         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10232         strange select method.
10233
10234         * ecomplete.el (ecomplete-display-matches): Get highlightling
10235         right.
10236         (ecomplete-display-matches): Use literals.
10237         (ecomplete-display-matches): Disable message logging.
10238
10239         * message.el (message-display-abbrev): Small optimization.
10240
10241         * ecomplete.el (ecomplete-display-matches): Allow automatic
10242         display.
10243
10244         * message.el (message-strip-forbidden-properties): Display
10245         abbrevs.
10246         (message-display-abbrev): Get automatic display right.
10247
10248         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10249         keystrokes.
10250
10251 2006-04-13  Romain Francoise  <romain@orebokech.com>
10252
10253         TODO: Backport to v5-10!
10254
10255         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10256         Moved here (and renamed) from gnus-registry.el.
10257
10258         * gnus-registry.el: Require gnus-util.
10259         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10260
10261 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10262
10263         * gnus-group.el (gnus-group-catchup-current): Change
10264         if-then-else-if-then-else into cond.
10265         (gnus-group-catchup): Indent.
10266         (group-name-at-point): New function.
10267         (gnus-fetch-group): Provide default from thing at point.
10268
10269 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * message.el (message-display-abbrev): Fix regexp.
10272
10273         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10274         choosing.
10275         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10276         dead variables.
10277
10278         * message.el (message-newline-and-indent): Remove debugging.
10279         (message-display-abbrev): Use new implementation.
10280
10281 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * gnus-art.el (gnus-article-mode): Set
10284         cursor-in-non-selected-windows to nil.
10285
10286         * smiley.el: Revert previous change.
10287         (smiley-data-directory): defvar it before using it in the
10288         defcustom of `smiley-style'.
10289
10290 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * message.el (message-newline-and-indent): New function.
10293
10294         * ecomplete.el: Implement more bits.
10295
10296         * message.el (message-put-addresses-in-ecomplete): Clean up the
10297         string.
10298
10299         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10300
10301         * gnus-sum.el (gnus-summary-save-parts): Bind
10302         gnus-summary-save-parts-counter and use it to make unique file
10303         names.
10304
10305         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10306
10307         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10308         parameter to say whether to actually parse the individual
10309         addresses.
10310
10311         * message.el (message-put-addresses-in-ecomplete): New function.
10312         (ecomplete): Require.
10313         (message-mail-alias-type): Add ecomplete as an option.
10314
10315 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10316
10317         * flow-fill.el (fill-flowed): Remove trailing space from blank
10318         quoted lines.
10319
10320 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10321
10322         * smiley.el (smiley-style): Move definition later to avoid a
10323         compilation warning.
10324
10325 2006-04-12  Kenichi Handa  <handa@m17n.org>
10326
10327         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10328         buffer and then decode the buffer text if necessary.
10329         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10330         first, and after mm-encode-body, change the buffer to unibyte.
10331         Use mm-disable-multibyte instead of set-buffer-multibyte.
10332
10333 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10336         Content-Type header instead of Content-Disposition header.
10337         (gnus-mime-inline-part): Ditto.
10338         (gnus-mime-view-part-as-charset): Ignore charset that the part
10339         specifies.
10340
10341         * mm-decode.el (mm-display-part): Work with external parts and
10342         usual parts similarly.
10343
10344         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10345         instead of gnus-display-mime.
10346
10347         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10348         instead of with-temp-buffer.
10349
10350         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10351         tag to summarized topics part in order to encode non-ASCII text.
10352
10353 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * smiley.el (smiley-style): New variable.
10356         (smiley-directory): New function.
10357         (smiley-data-directory): Derive from `smiley-style' using
10358         `smiley-directory'.
10359         (smiley-regexp-alist): Add new entries.
10360
10361         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10362         (gnus-article-browse-delete-temp): Add :version.
10363
10364 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10365
10366         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10367         the sieve region.
10368
10369 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10370
10371         * gnus.el (gnus-version-number): Bump version.
10372
10373 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * gnus.el: No Gnus v0.4 is released.
10376
10377 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10380         layout.
10381
10382         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10383         unknown charset.
10384
10385         * message.el (message-header-synonyms): Add Original-To to the
10386         default.
10387
10388         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10389         optional parameter.
10390
10391 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * gnus-fun.el (gnus): Require it for gnus-directory.
10394
10395 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10398
10399 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10400
10401         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10402
10403 2006-04-05  Simon Josefsson  <jas@extundo.com>
10404
10405         * password.el (password-reset): New function.
10406
10407 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10408
10409         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10410         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10411
10412 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10413
10414         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10415         Some whitespace was matched into the url, which broke browsing hits
10416         > 100 when mm-url-use-external was nil.
10417
10418 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10421         gnus-extra-headers for 'Newsgroups.
10422
10423         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10424         bound.
10425
10426 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10427
10428         * pgg-gpg.el: Clean up process buffers every time gpg processes
10429         complete.
10430
10431 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10434         doc string.
10435
10436 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10437
10438         * pgg-gpg.el (pgg-gpg-process-filter)
10439         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10440
10441         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10442         lines, temporary fix.
10443
10444 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10445
10446         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10447
10448 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10449
10450         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10451         default-enable-multibyte-characters.  This reverts the change from
10452         revision 6.17 which is no longer necessary because the passphrase
10453         is sent separately now.  GnuPG messages are unreadable under
10454         multibyte locales with default-enable-multibyte-characters set to
10455         nil.
10456
10457 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * message.el (message-tool-bar-gnome): Move "spell".
10460
10461 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10464         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10465         instead.
10466
10467 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10468
10469         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10470         newsgroups handling for NNTP overviews which don't include
10471         Newsgroups.
10472
10473 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10474
10475         * message.el (message-resend): Bind message-generate-hashcash to nil.
10476
10477 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10478
10479         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10480         when searching for already-paid recipients.
10481
10482 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10483
10484         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10485         passphrases when it is not needed.
10486         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10487         passphrase stuff from gpg, should only be necessary when you use
10488         gpg with a smartcard.
10489
10490 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * mml.el (mml-insert-mime): Ignore cached contents of
10493         message/external-body part.
10494
10495         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10496         (mm-insert-part): Ditto.
10497
10498 2006-03-23  Simon Josefsson  <jas@extundo.com>
10499
10500         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10501         Reiner.
10502         (pgg-gpg-use-agent-p): Use it again.
10503
10504 2006-03-23  Simon Josefsson  <jas@extundo.com>
10505
10506         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10507         older emacsen.
10508         (pgg-gpg-use-agent-p): Don't use it.
10509
10510 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10511
10512         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10513         if we can.
10514
10515 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10516
10517         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10518         (pgg-gpg-update-agent): New function.
10519         (pgg-gpg-use-agent-p): New function.
10520         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10521         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10522         (pgg-gpg-sign-region): Use it.
10523
10524 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10527         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10528
10529 2006-03-21  Simon Josefsson  <jas@extundo.com>
10530
10531         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10532         <wilde@sha-bang.de>.
10533         (pgg-gpg-use-agent): New variable.
10534         (pgg-gpg-process-region): Use it.
10535         (pgg-gpg-encrypt-region): Likewise.
10536         (pgg-gpg-encrypt-symmetric-region): Likewise.
10537         (pgg-gpg-decrypt-region): Likewise.
10538         (pgg-gpg-sign-region): Likewise.
10539         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10540
10541 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10544
10545         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10546         Add comment on version.
10547
10548 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * smiley.el: Add missing test smiley.
10551
10552 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * mm-decode.el (mm-with-part): New macro.
10555         (mm-get-part): Use it; work with message/external-body as well.
10556         (mm-save-part): Treat name and filename equally.
10557
10558         * mm-extern.el (mm-extern-cache-contents): New function.
10559         (mm-inline-external-body): Use it; force the part to be displayed;
10560         move undisplayer added to the cached handle to the parent.
10561
10562         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10563         (gnus-mime-view-part-as-type): Work with message/external-body.
10564
10565         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10566
10567 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10570         images in image-load-path.  [Sync with image.el, revision 1.60, in
10571         Emacs.]
10572
10573 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10576         path rather than symbol.  Always return list of directories.
10577         Guarantee that image directory comes first.  [Sync with image.el,
10578         revision 1.59, in Emacs.]
10579
10580         * message.el (message-make-tool-bar): Adjust to new API of
10581         `gmm-image-load-path-for-library'.
10582
10583         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10584
10585         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10586
10587 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10588
10589         * gnus-art.el (gnus-article-only-boring-p):
10590         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10591         intangible text.
10592         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10593
10594 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10595
10596         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10597         `defun' instead of `gmm-defun-compat'.
10598
10599 2006-03-14  Simon Josefsson  <jas@extundo.com>
10600
10601         * message.el (message-unique-id): Don't use message-number-base36
10602         if (user-uid) is a float.
10603         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10604
10605 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10608
10609         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10610         empty line between a part and a message part.
10611
10612 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * smiley.el: Add more test smileys.
10615         (smiley-data-directory, smiley-regexp-alist)
10616         (gnus-smiley-file-types): Fix doc strings.
10617         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10618         adding new elements.
10619         (smiley-mouse-map): Unused code.  Make it a comment.
10620
10621 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10622
10623         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10624         scan latest NoCeM messages instead of old ones.
10625         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10626         delimiters that are recently used.
10627         (gnus-nocem-load-cache): Add autoload cookie.
10628
10629         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10630
10631         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10632         level which is larger than gnus-use-nocem is specified.
10633
10634         * gnus-group.el (gnus-group-get-new-news): Ditto.
10635
10636 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gnus-util.el (gnus-tool-bar-update): New function.
10639
10640         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10641         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10642
10643         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10644
10645         * gnus-group.el (gnus-group-redraw-when-idle)
10646         (gnus-group-redraw-check): Remove.
10647         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10648
10649 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10652         if optional last element is specified in splits (FIELD VALUE...).
10653
10654 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10657         to gmm-image-load-path-for-library.  Call with no-error argument.
10658         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10659
10660         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10661
10662         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10663
10664         * gmm-utils.el (gmm-image-load-path): Remove alias.
10665
10666 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10667
10668         * gmm-utils.el (gmm-image-load-path): Add alias.
10669
10670         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10671         nnml-generate-nov-databases-1.
10672         (nnml-generate-nov-databases): Use it.
10673         (nnml-generate-nov-databases-directory): Document no-active
10674         argument.
10675
10676         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10677         directory if path is t.  Add no-error.
10678
10679         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10680         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10681
10682         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10683         resetting gnus-article-browse-html-temp-list.
10684
10685         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10686         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10687         Add example to docstring.  Rename local variables.  Move error
10688         checks to default case in cond and simplify.
10689
10690 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10693         handle is multipart when calling it recursively.
10694         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10695
10696 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10697
10698         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10699         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10700
10701 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10704         is loaded.
10705
10706         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10707         loaded.
10708
10709 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10712         to "Emacs 23 (unicode)" in doc string.
10713
10714         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10715         "Emacs 23 (unicode)" in comment.
10716
10717 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10720
10721         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10722         characters 160 through 255 in Emacs 23.
10723
10724 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10725
10726         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10727         gnus-article-browse-html-temp.
10728         (gnus-article-browse-delete-temp): Make it customizable.  Add
10729         `file'.  Adjust doc string.
10730         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10731         query for each file.  Adjust doc string.
10732         (gnus-article-browse-html-parts): Add
10733         `gnus-article-browse-delete-temp-files' to
10734         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10735
10736 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10737
10738         * gnus-art.el (gnus-article-browse-html-temp)
10739         (gnus-article-browse-delete-temp): New variables.
10740         (gnus-article-browse-delete-temp-files): New function.
10741         (gnus-article-browse-html-parts): Use it.
10742
10743 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10746
10747         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10748         string.
10749
10750         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10751         gnus-summary-insert-new-articles when unplugged.  Remove
10752         gnus-summary-search-article-forward.
10753
10754         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10755         display-visual-class instead of display-color-cells.
10756
10757 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * dgnushack.el: Autoload customize-group for XEmacs.
10760
10761         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10762         message/* containing non-ASCII text properly.
10763
10764 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * message.el: Require gmm-utils, remove autoloads.
10767         (message-tool-bar): Set default based on
10768         gmm-tool-bar-style.
10769         (message-tool-bar-gnome): Add gmm-customize-mode.
10770
10771         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10772         gmm-tool-bar-style.
10773         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10774
10775         * gnus-group.el (gnus-group-tool-bar): Set default based on
10776         gmm-tool-bar-style.
10777         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10778
10779         * gmm-utils.el (gmm-image-directory): Rename variable from
10780         gmm-image-load-path.
10781         (gmm-image-load-path): Use gmm-image-directory.
10782         (gmm-customize-mode): New function.
10783         (gmm-tool-bar-style): New variable.
10784
10785         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10786         gnus-group-redraw-line-number.
10787         (gnus-group-redraw-check): Simplify.
10788         (gnus-group-tool-bar-update): Remove redraw check.
10789         (gnus-group-make-tool-bar): Add redraw check.
10790
10791 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10792
10793         * gnus-art.el (gnus-button): Add missing parentheses.
10794
10795 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * lpath.el: Fbind line-number-at-pos.
10798
10799 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10802
10803 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * gnus-art.el (gnus-button): New face.
10806         (gnus-article-button-face): Use it.
10807
10808         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10809         gnus-summary-next-page.  Re-order.
10810
10811         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10812         next-node are now included.
10813         (gnus-group-redraw-line-number): New internal variable.
10814         (gnus-group-redraw-check): Helper function for updating the tool
10815         bar.
10816         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10817
10818         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10819
10820         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10821         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10822         Use it to match format of Spamassassin 3.0 and later.  Reported by
10823         IRIE Tetsuya <irie@t.email.ne.jp>.
10824         (spam-check-bogofilter)
10825         (spam-bogofilter-register-with-bogofilter): Fix args of
10826         `gnus-error' calls.
10827
10828 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10831         unnecessary interaction when sending queued mails.  Reported by
10832         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10833
10834 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10837         first or last are nil.
10838
10839 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10840
10841         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10842
10843 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10844
10845         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10846
10847 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * dns.el (query-dns): Protect more against buggy tcp output.
10850
10851 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10854         nov.php.
10855
10856 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10857
10858         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10859         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10860         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10861         output on the server side.
10862         (nnweb-google-create-mapping): Update regexps and add some
10863         progress indication.
10864
10865 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10868         gnus-agent-toggle-plugged.  Re-order icons.
10869         (gnus-group-tool-bar-gnome): Add
10870         gnus-group-{prev,next}-unread-group.
10871         (gnus-group-tool-bar-gnome): Re-order icons.
10872
10873         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10874         gnus-summary-insert-new-articles.
10875
10876         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10877         comments.
10878
10879         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10880         also available in Emacs 21.3.
10881
10882         * message.el (message-fix-before-sending): Change "Emacs 22" to
10883         "Emacs 23 (unicode)" in comment.
10884
10885         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10886         "Emacs 23 (unicode)" in comment.
10887
10888         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10889         comment.
10890         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10891
10892         * mm-view.el (mm-fill-flowed): Add :version.
10893
10894 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10897         and load-path.
10898
10899 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * message.el: Autoload gmm-image-load-path.
10902         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10903         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10904         consitency.
10905
10906         * gmm-utils.el (gmm-image-load-path): Also search in
10907         "../etc/images".  Don't set gmm-image-load-path if we don't find
10908         the image.
10909
10910 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gmm-utils.el (gmm-image-load-path): Don't make
10913         `gmm-image-load-path' include subdirectories which the second arg
10914         `image' might specify.
10915
10916         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10917         subdirectory to icon file names.
10918
10919         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10920
10921 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10924         gmm-image-load-path calls.
10925
10926         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10927
10928         * message.el (message-make-tool-bar): Ditto.
10929
10930         * mml.el (mml-preview): Added comment concerning tool bar icons.
10931
10932         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10933         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10934
10935         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10936         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10937
10938         * message.el (message-tool-bar-gnome): Use new icon names.
10939         (message-make-tool-bar): Use `gmm-image-load-path'.
10940
10941         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10942         functions from MH-E.
10943         (gmm-image-load-path): New variable from MH-E.
10944         (gmm-image-load-path): New function from MH-E.  Added arguments
10945         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10946         *-image-load-path-called-flag.
10947
10948 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10949
10950         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10951
10952 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10953
10954         * nnimap.el (nnimap-request-move-article): Change folder back to
10955         source group before deleting.
10956
10957 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10960
10961         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10962         mm-url.
10963
10964         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10965
10966 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10969         coding system which mm-charset-to-coding-system returns for a
10970         given charset is valid.
10971
10972 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10973
10974         * html2text.el (html2text-remove-tag-list):
10975         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10976
10977 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10978
10979         * gnus-cus.el: Revert 2005-10-17 change.
10980
10981 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-art.el (article-strip-banner): Call
10984         article-really-strip-banner only when the regexp match is made.
10985
10986 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-art.el (article-strip-banner): Use
10989         gnus-extract-address-components instead of
10990         mail-header-parse-addresses to make it work with non-ASCII text;
10991         remove mail-encode-encoded-word-string.
10992
10993         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10994         values which are surrounded with \"...\"; make it never cause a
10995         Lisp error; give up parsing of parameters if it failed in
10996         extracting type.
10997
10998 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10999
11000         * smime.el (smime-cert-by-ldap-1): Fix bug where
11001         `smime-ldap-search' returns results without userCertificates.
11002
11003 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11006
11007 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * spam.el (spam-check-spamassassin-headers): Adapt format for
11010         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11011         <ari@mbf.ocn.ne.jp>.
11012         (spam-list-of-processors): Add spam-use-gmane.
11013
11014 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11017         make-temp-file; make it work with XEmacs as well.
11018
11019         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11020         mm-make-temp-file.
11021
11022         * mm-decode.el (mm-display-external): Use the 3rd arg of
11023         mm-make-temp-file.
11024         (mm-create-image-xemacs): Ditto.
11025
11026 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11029         with message-narrow-to-headers.
11030         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11031         (gnus-draft-check-draft-articles): New function.
11032         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11033
11034 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * gnus-art.el (gnus-article-browse-html-parts):
11037         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11038         Don't use suffix argument for mm-make-temp-file for Emacs 21
11039         compatibility.  Remove useless `format'.
11040
11041 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11042
11043         * nnweb.el (nnweb-google-wash-article): Update regexps.
11044         (nnweb-group-alist): Use defvoo instead of defvar.
11045
11046 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11049         re-loading nn* modules.
11050
11051 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11054         for `tool-bar-mode' and don't check it's default-value.
11055
11056         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11057
11058         * message.el (message-make-tool-bar): Ditto.
11059
11060         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11061         `substring'.  Shorten tmp-file name.
11062
11063         * gnus.el: Remove bogus comment.
11064
11065 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11066
11067         * gnus-art.el (gnus-article-browse-html-parts): New function.
11068         (gnus-article-browse-html-article): New function for viewing html
11069         articles with a browser.
11070
11071 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11072
11073         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11074         in elisp.
11075         (pgg-gpg-encrypt-symmetric-region): Ditto.
11076         (pgg-gpg-sign-region): Ditto.
11077
11078         * pgg-def.el (pgg-text-mode): New variable.
11079
11080         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11081         (mml2015-pgg-encrypt): Ditto.
11082
11083         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11084         (mml1991-pgg-encrypt): Ditto.
11085
11086 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11089         message-make-date instead of current-time-string.
11090
11091         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11092         to gnus-decoded which mm-uu might set.
11093
11094 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11097         don't decode quoted parameters; remove misimported Emacs code.
11098         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11099         (rfc2231-decode-encoded-string): Don't use split-string which
11100         behaves differently according to Emacs version; use
11101         mm-decode-coding-region to convert charset to coding-system.
11102         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11103         (rfc2231-encode-string): Remove misimported Emacs code.
11104
11105 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11108         when calling mail-header-parse-content-type.
11109         (article-de-quoted-unreadable): Ditto.
11110         (article-de-base64-unreadable): Ditto.
11111         (article-wash-html): Ditto.
11112
11113         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11114         calling mail-header-parse-content-type and
11115         mail-header-parse-content-disposition.
11116         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11117         mail-header-parse-content-type.
11118
11119         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11120         insert charset and format parameters; encode description after
11121         inserting it to buffer.
11122         (mml-insert-parameter): Fold lines properly even if a parameter is
11123         segmented into two or more lines; change the max column to 76.
11124
11125         * rfc1843.el (rfc1843-decode-article-body): Don't use
11126         ignore-errors when calling mail-header-parse-content-type.
11127
11128         * rfc2231.el (rfc2231-parse-string): Return at least type if
11129         possible; don't cause an error even if it fails in parsing of
11130         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11131         (rfc2231-encode-string): Don't break lines at the beginning, leave
11132         it to mml-insert-parameter.
11133
11134         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11135         calling mail-header-parse-content-type.
11136
11137 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * spam-report.el (spam-report-gmane-use-article-number):
11140         Improve doc string.
11141         (spam-report-gmane-internal): Check if a suitable header was found
11142         in the article.
11143
11144 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11147         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11148
11149 2006-02-05  Romain Francoise  <romain@orebokech.com>
11150
11151         Update copyright notices of all files in the gnus directory.
11152
11153 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11154
11155         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11156
11157 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11160         segmented lines of parameter value to cope with Thunderbird 1.5
11161         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11162         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11163         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11164
11165 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11166
11167         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11168         parts.
11169
11170 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11171
11172         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11173         there's only one active file for all servers.
11174         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11175         solid groups.  Gnus might have used a FAST request to select the group.
11176         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11177         and nnweb-search redundantly in the active file.
11178         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11179         (nnweb-request-create-group): Don't use ARGS.
11180         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11181         initialisations.  Let nnoo do the work.
11182
11183 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11186         Say the part has been decoded.
11187
11188         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11189
11190 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11191
11192         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11193         mailcap-viewer-test-cache when there's no 'test clause, since that
11194         will invert the meaning of a "nil" test previously determined by
11195         mailcap-mailcap-entry-passes-test.
11196
11197 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11200         compiling.
11201
11202         * gnus-sum.el: Ditto.
11203
11204         * message.el: Don't bind tool-bar-map when compiling.
11205
11206 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11209
11210 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11211
11212         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11213         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11214         current Google Groups.
11215
11216 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11217
11218         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11219         and tool-bar-mode.
11220
11221         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11222         and tool-bar-mode.
11223
11224         * message.el (message-tool-bar-update): Simplify.
11225         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11226
11227         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11228         gnus-summary-buffer.
11229         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11230         gnus-summary-reply.
11231
11232         * gmm-utils.el (gmm): Add :version.
11233
11234 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * Makefile.in (clean): New rule.
11237         (distclean): Use it.
11238
11239 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11240
11241         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11242         autoload.
11243
11244 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * gmm-utils.el (gmm-verbose): Add :group.
11247
11248 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * message.el: Change some comments WRT tool-bars.
11251
11252         * gnus-sum.el (gnus-summary-tool-bar)
11253         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11254         (gnus-summary-tool-bar-zap-list): New variables.
11255         (gnus-summary-make-tool-bar): Complete rewrite using
11256         `gmm-tool-bar-from-list'.
11257
11258         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11259         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11260         variables.
11261         (gnus-group-make-tool-bar): Complete rewrite using
11262         `gmm-tool-bar-from-list'.
11263         (gnus-group-tool-bar-update): New function.
11264
11265         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11266
11267 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11270         is dissected into a single part of which the type is the same as
11271         the given one; decode charset.
11272
11273 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11274
11275         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11276         into alists as symbol not string, since that's what
11277         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11278         look for.
11279
11280 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11283         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11284
11285         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11286
11287 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11290         (gnus-xmas-mime-security-button-menu): New function.
11291
11292         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11293         (gnus-mime-security-button-menu): New definition.
11294         (gnus-mime-security-button-map): Use them.
11295         (gnus-mime-security-button-menu): New function.
11296         (gnus-insert-mime-security-button): Addition to help echo.
11297         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11298         (gnus-mime-security-pipe-part): New functions.
11299
11300         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11301         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11302
11303         * mm-decode.el (mm-handle-set-disposition): Remove.
11304         (mm-handle-set-description): Remove.
11305
11306 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11309         (mm-w3m-standalone-supports-m17n-p): New function.
11310         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11311         w3m usage.
11312
11313         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11314         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11315
11316 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11317
11318         * message.el (message-tool-bar-zap-list): Use
11319         gmm-tool-bar-zap-list as custom type.
11320         (message-tool-bar-update): New function.
11321         (message-tool-bar, message-tool-bar-gnome)
11322         (message-tool-bar-retro): Add message-tool-bar-update.
11323         (message-tool-bar-gnome): Add flyspell-buffer.
11324
11325         * gnus-util.el (gnus-error): Describe `args'.
11326
11327         * gmm-utils.el (gmm-error): Describe `args'.
11328         (gmm-tool-bar-zap-list): New widget.
11329         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11330
11331 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11334         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11335         the number of recursive calls.
11336
11337         * mm-decode.el (mm-handle-set-disposition): New macro.
11338         (mm-handle-set-description): New macro.
11339
11340 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11343         encoding.
11344
11345 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * message.el (message-tool-bar-zap-list, message-tool-bar)
11348         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11349         (message-tool-bar-local-item-from-menu): Remove.
11350         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11351         (message-make-tool-bar): New function.
11352         (message-mode): Use `message-make-tool-bar'.
11353
11354         * gmm-utils.el: New file.
11355         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11356         (gmm-lazy): New widget copied from `nnmail.el'.
11357         (gmm-tool-bar-from-list): New function for creating customizable
11358         tool bars.
11359         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11360         output.
11361         (gmm): Add :prefix to defgroup.
11362
11363 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11364
11365         * gmm-utils.el (gmm-widget-p): New function.
11366
11367 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * mml.el (mml-attach-file): Describe `description' in doc string.
11370         (mml-menu): Add Emacs MIME manual and PGG manual.
11371
11372 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11373
11374         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11375
11376 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11377
11378         * nntp.el (nntp-end-of-line): Doc fix.
11379
11380 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11381
11382         * imap.el (imap-open): Handle case where buffer is a buffer
11383         object.
11384
11385 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11386
11387         * gnus-delay.el (gnus-delay): Don't autoload.
11388         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11389         to be re-loaded when customizing the `gnus-delay' group.
11390
11391 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11392
11393         * message.el (message-insert-citation-line): Use newlines.
11394
11395 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11396
11397         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11398         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11399         these routines, so the passphrase can be managed externally and
11400         passed in to the system.
11401         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11402         pgg-add-passphrase-to-cache function.
11403
11404         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11405         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11406         these routines, so the passphrase can be managed externally and
11407         passed in to the system.
11408         (pgg-pgp5-sign-region): Use new name of
11409         pgg-add-passphrase-to-cache function.
11410
11411 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11412
11413         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11414         part of the decoded armor to find the key-identifier.
11415         (pgg-gpg-lookup-key-owner): New function to return the
11416         human-readable identifier of a key owner.
11417         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11418         itself.
11419         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11420         the key value) if we have a key and can match it against a secret
11421         key.  Also, added a note pointing out fact that the prompt only
11422         indicates the first matching key.
11423
11424         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11425         pgg-decrypt-region.
11426         (pgg-add-passphrase-to-cache): Rename from
11427         `pgg-add-passphrase-cache' to reduce confusion (all callers
11428         changed).
11429         (pgg-remove-passphrase-from-cache): Rename from
11430         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11431         changed).
11432         (pgg-read-passphrase, pgg-add-passphrase-cache)
11433         (pgg-remove-passphrase-cache): Add informative docstrings.
11434         (pgg-decrypt): Convey provided passphrase in subordinate call to
11435         pgg-decrypt-region.
11436
11437 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11438
11439         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11440         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11441         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11442         'passphrase' argument, so the passphrase can be managed externally
11443         and then passed in to the system.
11444
11445         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11446         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11447         so the passphrase cache can be used reliably with identifiers
11448         besides a pgp packet's key id.
11449
11450         * pgg-gpg.el (pgg-gpg-encrypt-region)
11451         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11452         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11453         these routines, so the passphrase can be managed externally and
11454         passed in to the system.
11455
11456         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11457         'notruncate' argument, so the passphrase cache can be used
11458         reliably with identifiers besides a pgp packet's key id.
11459
11460 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11461
11462         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11463         symmetric encryption.
11464         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11465         encrypted session key.
11466         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11467         message ask for the passphrase in a proper way.
11468
11469         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11470         New user commands for symmetric encryption.
11471
11472 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11473
11474         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11475
11476         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11477
11478 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11479
11480         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11481
11482 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * mm-decode.el (mm-inlined-types): Add application/pgp.
11485         (mm-automatic-display): Ditto.
11486
11487         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11488         part as text.
11489
11490 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * nnrss.el: Update copyright.
11493         (nnrss-opml-import): Query whether to subscribe to each entry.
11494
11495         * gnus-art.el:
11496         * gnus-sum.el:
11497         * gnus-xmas.el:
11498         * messagexmas.el:
11499         * mm-uu.el:
11500         * mm-view.el: Update copyright.
11501
11502 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * message.el (message-info): New function.
11505         (message-mode-menu): Add it.
11506         Update copyright.
11507
11508         * ChangeLog: Fix and update copyright.
11509
11510 2006-01-13  Romain Francoise  <romain@orebokech.com>
11511
11512         * message.el (message-forward-subject-name-subject): Prefer the
11513         address to 'nowhere' if the sender has no name.
11514         Fix typo.  Update copyright year.
11515
11516 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-art.el (article-wash-html): Use
11519         gnus-summary-show-article-charset-alist if a numeric arg is given.
11520         (gnus-article-wash-html-with-w3m-standalone): New function.
11521
11522         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11523         mm-inline-text-html-render-with-w3m-standalone.
11524         (mm-text-html-washer-alist): Map w3m-standalone to
11525         gnus-article-wash-html-with-w3m-standalone.
11526         (mm-inline-text-html-render-with-w3m-standalone): New function.
11527
11528 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11531         Improve LaTeX.
11532
11533 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11536         (nnrss-request-article): Render text/plain parts as HTML.
11537
11538         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11539         the buffer.
11540
11541 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11544         custom definition of `gnus-posting-styles'.
11545
11546         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11547         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11548
11549 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11552         Use nntp for bug archive.
11553
11554 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11557         parts.
11558         (nnrss-normalize-date): New function converts ISO 8601 date into
11559         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11560         (nnrss-check-group): Use it.
11561
11562 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11565
11566         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11567         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11568         (nnrss-insert-w3): Ditto.
11569
11570 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11573         the articles to be forwarded including the case where neither a
11574         number of articles nor a region is specified.
11575
11576 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * nnrss.el (nnrss-request-article): Fix last change; fill
11579         text/plain parts.
11580
11581 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11584         in text/plain part.
11585         (nnrss-check-group): Don't add excessive newline to dc:subject.
11586
11587 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11588
11589         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11590         article.
11591
11592 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11595         (nnml-use-compressed-files, nnml-save-mail): Support other
11596         comression programs such as bzip2.
11597
11598 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11599
11600         * dns.el (query-dns): Make sure we check the buffer size before
11601         removing tcp headers.
11602
11603 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11606         remove MIME buttons associated with multipart/alternative parts.
11607         (gnus-mime-display-alternative): Tag buttons using `article-type'
11608         text property.
11609
11610         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11611         associated with multipart/alternative parts.
11612
11613         * gnus-art.el (gnus-signature-separator): Fix custom type.
11614
11615         * mm-decode.el (mm-inlined-types): Fix custom type.
11616         (mm-keep-viewer-alive-types): Ditto.
11617         (mm-automatic-display): Ditto.
11618         (mm-attachment-override-types): Ditto.
11619         (mm-inline-override-types): Ditto.
11620         (mm-automatic-external-display): Ditto.
11621
11622 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * spam-report.el (spam-report-user-mail-address)
11625         (spam-report-user-agent): New variables.
11626         (spam-report-url-ping-plain): Use spam-report-user-agent.
11627
11628 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11629
11630         * gnus-art.el (gnus-button-handle-custom): Do not just use
11631         `customize-apropos' for any "M-x customize-*" button but the
11632         function called for.  Accept both the function name and its
11633         argument in order to achieve this.
11634         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11635         function name to `gnus-button-handle-custom' in case of "M-x
11636         customize-*" buttons.
11637
11638 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11641         multipart/alternative and add xref to mm-discouraged-alternatives
11642         in doc string.
11643
11644         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11645         gnus-buttonized-mime-types in doc string.
11646
11647 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11650         Suggest image/.* in the doc string.
11651
11652 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11655         message-marks (Debian bug #342521).
11656
11657 2005-12-12  Simon Josefsson  <jas@extundo.com>
11658
11659         * password.el (password-read-from-cache): Add.
11660         (password-read): Use it.
11661
11662 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11665         us-ascii as a MIME charset.
11666
11667         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11668         against the case where the 2nd arg TYPE is nil.
11669
11670 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * pop3.el (pop3-stream-type): Fix custom version.
11673
11674         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11675
11676 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11677
11678         * mm-decode.el (mm-display-external): Add missing cdr.
11679
11680 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11683         RFC1524) if it is in mailcap or add a suffix according to
11684         mailcap-mime-extensions when generating a temp filename; postpone
11685         deleting a temp file for 2 seconds for some wrappers, shell
11686         scripts, and so on, which might exit right after having started a
11687         viewer command as a background job.
11688
11689 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * nntp.el (nntp-marks-directory): Fix custom group.
11692
11693         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11694         steps when < 10.
11695
11696         * gnus-start.el (gnus-no-server-1): Mention
11697         `gnus-level-default-subscribed' in doc string.
11698
11699 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11700
11701         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11702         parens.
11703
11704 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * gnus-xmas.el (gnus-use-toolbar): Revert.
11707         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11708         gnus-use-toolbar is default.
11709
11710         * messagexmas.el (message-use-toolbar): Revert.
11711         (message-setup-toolbar): Use global default-toolbar if
11712         message-use-toolbar is default.
11713
11714 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11717         according to default-toolbar-visible-p.
11718
11719         * messagexmas.el (message-use-toolbar): Ditto.
11720
11721 2005-11-26  Dave Love  <fx@gnu.org>
11722
11723         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11724         (tls-program, tls-success): Provide openssl alternative.
11725
11726         * starttls.el: Doc fixes.
11727         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11728         SERVICE to PORT.
11729
11730         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11731         port null or service name.
11732         (starttls-negotiate): Autoload.
11733
11734 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * message.el (message-kill-to-signature): Fix interactive spec.
11737
11738 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * pop3.el (pop3-open-server): Recognize a string as a service name.
11741
11742 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11743
11744         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11745
11746 2005-11-23  Dave Love  <fx@gnu.org>
11747
11748         Add pop3s, pop3/starttls.
11749
11750         * pop3.el (pop3-authentication-scheme): Clarify doc.
11751         (open-tls-stream, starttls-open-stream): Autoload.
11752         (pop3-stream-type): New.
11753         (pop3-open-server): Use it.
11754
11755         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11756         for POP.
11757         (mail-source-keyword-map): Add :stream for POP.
11758         (mail-source-fetch-pop): Use pop3-stream-type.
11759
11760 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11763         of current-time-string.
11764
11765 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11766
11767         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11768         date header.
11769
11770 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11771
11772         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11773         it can seriously impact performance as it bypasses the agent's
11774         local caches.
11775
11776 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11777
11778         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11779         must be explicitly online rather than "not explicitly offline" for
11780         its flags to be synchronized.
11781
11782         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11783         that gnus-uu-unmark-thread will function correctly.
11784
11785         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11786         1024K is instead displayed as 1M.
11787
11788 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11789
11790         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11791
11792 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11793
11794         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11795
11796 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11797
11798         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11799         error message to display actual error condition.
11800         (gnus-agent-save-local): Avoid saving symbols that are bound to
11801         nil as they simply result in a warning message in
11802         gnus-agent-read-local.
11803
11804 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11807         rather than make-variable-buffer-local for file-precious-flag.
11808
11809 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11810
11811         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11812         for duplicates which are removed.  The invalid sort check then
11813         triggers a rescan after the sort as sorting may have moved
11814         duplicate entries such that they can be cheaply detected.
11815
11816 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11819
11820 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11821
11822         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11823         internal variable to a custom variable.  Changed default value
11824         from compressed(2) to uncompressed(1).
11825         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11826         support for uncompressed agentview files.  Taken together, reading
11827         the agentview file should now be 6-7 times faster.
11828
11829 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11830
11831         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11832         as a buffer-local variable.  This avoids creating truncated
11833         dribble files as a result of a hang up, eg.
11834
11835 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11836
11837         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11838         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11839         XEmacs.
11840
11841 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * gnus-start.el (gnus-start-draft-setup): Enforce
11844         `gnus-draft-mode' for nndraft:drafts at startup.
11845
11846         * gnus.el (gnus-splash): Change custom group.
11847         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11848         allow-list argument.
11849
11850         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11851         string.
11852
11853 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * gnus-art.el (gnus-default-article-saver): Add user-defined
11856         `function' to custom type.
11857
11858 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11859
11860         * imap.el (imap-open): Handle case where buffer is a buffer
11861         object.
11862
11863 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11866         long lines.
11867         (gnus-cache-delete-group): Wrap doc strings.
11868
11869         * gnus-agent.el (gnus-agent-rename-group)
11870         (gnus-agent-delete-group): Wrap doc strings.
11871
11872 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * messagexmas.el (message-use-toolbar): Change the valid values
11875         into default, top, bottom, left, and right.
11876         (message-toolbar-thickness): New variable.
11877         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11878         well.
11879         (message-setup-toolbar): Make it work.
11880
11881         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11882         (gnus-use-toolbar): Change the valid values into default, top,
11883         bottom, left, and right.
11884         (gnus-toolbar-thickness): New variable.
11885         (gnus-xmas-setup-toolbar): New function.
11886         (gnus-xmas-setup-group-toolbar): Use it.
11887         (gnus-xmas-setup-summary-toolbar): Use it.
11888
11889 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11890
11891         * gnus-start.el (gnus-1): Add "native" to
11892         gnus-predefined-server-alist.
11893
11894         * gnus.el (gnus-method-to-server): Don't add "native" to the
11895         lists here, because that leads to problems when
11896         gnus-select-method is bound.
11897
11898 2005-11-09  Simon Josefsson  <jas@extundo.com>
11899
11900         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11901         use (not sort-by-date) instead.
11902
11903 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11904
11905         * gnus-delay.el (gnus-delay-group): Don't autoload.
11906         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11907         to be re-loaded when customizing the `gnus-delay' group.
11908
11909 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11910
11911         * message.el: Revert last changes.
11912         (message-insert-citation-line): Use newlines.
11913
11914 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11915
11916         * message.el (message-courtesy-message)
11917         (message-mark-insert-begin, message-mark-insert-end)
11918         (message-elide-ellipsis, message-cancel-message)
11919         (message-add-header, message-change-subject)
11920         (message-cross-post-followup-to-header)
11921         (message-cross-post-insert-note, message-reduce-to-to-cc)
11922         (message-widen-reply, message-delete-not-region)
11923         (message-kill-to-signature, message-insert-signature)
11924         (message-insert-importance-high, message-insert-importance-low)
11925         (message-insert-or-toggle-importance)
11926         (message-insert-disposition-notification-to)
11927         (message-indent-citation, message-yank-original)
11928         (message-cite-original-without-signature, message-cite-original)
11929         (message-insert-citation-line, message-position-on-field)
11930         (message-fix-before-sending, message-send-mail-partially)
11931         (message-send-mail, message-send-mail-with-sendmail)
11932         (message-send-mail-with-qmail, message-send-news)
11933         (message-check-news-header-syntax, message-generate-headers)
11934         (message-insert-courtesy-copy, message-fill-address)
11935         (message-fill-header, message-shorten-references)
11936         (message-setup-1, message-cancel-news)
11937         (message-forward-make-body-plain, message-forward-make-body-mime)
11938         (message-forward-make-body-mml, message-encode-message-body)
11939         (message-forward-make-body-digest-plain)
11940         (message-forward-make-body-digest-mime)
11941         (message-use-alternative-email-as-from): Insert `hard-newline'
11942         instead of ordinary newlines.
11943
11944 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * message.el (message-generate-headers): Downcase the argument
11947         given to message-check-element.
11948
11949 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11950
11951         * nntp.el (nntp-authinfo-rejected): New error condition.
11952         (nntp-wait-for): Use new error condition to signal authentication
11953         error.
11954         (nntp-retrieve-data): Rethrow new error condition to break out of
11955         recursive call to nntp-send-authinfo.
11956
11957 2005-11-08  Romain Francoise  <romain@orebokech.com>
11958
11959         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11960         (gnus-summary-exit-map): Bind to `Z p'.
11961         (gnus-summary-make-menu-bar): Add menu item.
11962
11963 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11966         (gnus-treat-*): Add `first' in all doc strings.
11967
11968         * gnus-group.el (gnus-group-compact-group): Fix typo.
11969
11970 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * gnus.el (gnus-parameters-case-fold-search): New variable.
11973         (gnus-parameters-get-parameter): Use it.
11974
11975         * gnus-score.el (gnus-home-score-file): Doc fix.
11976
11977 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11978
11979         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11980
11981 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * mm-util.el (mm-special-display-p): New function.
11984
11985         * mml.el (mml-preview): Use it; doc fix.
11986
11987 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11988
11989         * imap.el (imap-open): Handle case where buffer is a buffer object.
11990
11991 2005-10-29  Romain Francoise  <romain@orebokech.com>
11992
11993         * message.el (message-fix-before-sending): Fix comment.
11994
11995 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11996
11997         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11998
11999 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12000
12001         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12002         Used in gnus-score.el.
12003
12004 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12007
12008 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12009
12010         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12011         whitespace removed in revision 7.8.  Use concatenated string to
12012         protect trailing whitespace.
12013
12014 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12015
12016         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12017         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12018         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12019         Courier IMAP ("some version from 2004").  Mostly based on similar
12020         code in the same function.
12021
12022 2005-10-26  Didier Verna  <didier@xemacs.org>
12023
12024         * gnus-group.el (gnus-group-compact-group): Invalidate original
12025         article buffer.
12026         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12027         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12028         NOV database and in article itself.
12029         Invalidate article backlog.
12030
12031 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12034
12035 2005-10-26  Simon Josefsson  <jas@extundo.com>
12036
12037         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12038         part of 2004-07-25 change.
12039
12040 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * message.el (message-display-completion-list): New function.
12043         (message-expand-group): Use it; make sure the Completions buffer
12044         is modifiable.
12045 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12046
12047         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12048         user-mail-name is an empty string.
12049
12050 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12053         depending on gnus-score-decay-constant.
12054
12055         * encrypt.el (encrypt-insert-file-contents)
12056         (encrypt-write-file-contents): Don't use `gnus-message'.
12057
12058         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12059         arguments.
12060         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12061         arguments to mm-uu-verbatim-marks-extract.
12062         (mm-uu-hide-markers): New variable.
12063         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12064
12065         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12066         (gnus-convert-image-to-face-command): Use "convert" by default to
12067         allow other input image formats.
12068         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12069         accordingly.
12070
12071 2005-10-23  Simon Josefsson  <jas@extundo.com>
12072
12073         * imap.el (imap-gssapi-program): Align command line parameters
12074         with latest GNU SASL.
12075         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12076
12077 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12078
12079         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12080         HTML.
12081         (nnslashdot-request-article): Ditto.
12082
12083         * lpath.el (featurep): Add nobreak-char-display.
12084
12085 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12086
12087         * mail-source.el (mail-source-fetch-pop): Require pop3.
12088         (mail-source-check-pop): Ditto.
12089
12090 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12093         errors.
12094
12095 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12098         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12099
12100         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12101
12102         * mm-bodies.el (mm-decode-string): Call
12103         `mm-charset-to-coding-system' with allow-override argument.
12104
12105 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12108         (rfc2047-charset-to-coding-system): New function.
12109         (rfc2047-decode-encoded-words): New function.
12110         (rfc2047-decode-region): Use them.
12111         (rfc2047-decode-cte): Remove.
12112         (rfc2047-parse-and-decode): Remove.
12113         (rfc2047-decode): Remove.
12114
12115 2005-10-15  Kenichi Handa  <handa@m17n.org>
12116
12117         * rfc2047.el (rfc2047-decode-cte): New function.
12118         (rfc2047-decode-region): Change the way to decode successive
12119         encoded-words: decode B- or Q-encoding in each encoded-word,
12120         concatenate them, and decode it as charset.
12121
12122 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * lpath.el: Fbind codepage-setup for XEmacs.
12125
12126 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12127
12128         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12129         widget-move-and-invoke.
12130         (gnus-custom-mode): Use gnus-custom-map.
12131
12132 2005-10-15  Bill Wohler  <wohler@newt.com>
12133
12134         * message.el (message-tool-bar-map): Renamed image file from
12135         mail_send to mail/send.
12136
12137 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12138
12139         * message.el (message-expand-group): Pass the common
12140         prefix substring of completion to `display-completion-list'.
12141
12142 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * mml-sec.el (mml-secure-method): New internal variable.
12145         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12146         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12147         functions using mml-secure-method.
12148
12149         * mml.el (mml-mode-map): Add key bindings for those functions.
12150         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12151         Harder <harder@myrealbox.com>.
12152         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12153         end of message if point is the headers of the message.
12154
12155         * message.el (message-in-body-p): New function.
12156
12157         * assistant.el: Autoload gnus-util and netrc.
12158
12159         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12160         Use `mm-charset-override-alist' only when decoding.
12161
12162         * mm-bodies.el (mm-decode-body): Call
12163         `mm-charset-to-coding-system' with allow-override argument.
12164
12165         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12166         `filename' from Content-Disposition if Content-Type doesn't
12167         provide `name'.
12168         (gnus-mime-view-part-as-type): Set default instead of
12169         initial-input.
12170
12171 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12172
12173         * format-spec.el (format-spec): Propagate text properties of % spec.
12174
12175 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * gnus-art.el (gnus-treat-predicate): Add `first'.
12178
12179 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12182         (mm-charset-override-alist): New variable.
12183         (mm-charset-to-coding-system): Use it.
12184         (mm-codepage-setup): New helper function.
12185         (mm-charset-eval-alist): New variable.
12186         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12187         about unknown charsets.
12188
12189         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12190
12191 2005-10-04  David Hansen  <david.hansen@gmx.net>
12192
12193         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12194         (nnrss-check-group): Ditto.
12195
12196 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12199         Rename x-gnus-verbatim to x-verbatim.
12200         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12201
12202         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12203         x-verbatim.
12204
12205         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12206
12207         * gnus-util.el (gnus-remove-duplicates): Remove.
12208
12209         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12210         instead of gnus-remove-duplicates.
12211
12212         * message.el (message-remove-duplicates): Remove.
12213         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12214         message-remove-duplicates.
12215
12216         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12217         available, else use implementation from `delete-dups'.
12218
12219         * message.el (message-insert-expires): New function.
12220         (message-mode-map): Add key binding.
12221         (message-mode-field-menu): Add menu entry.
12222         (message-mode): Document it.
12223         (message-make-expires-date): Use `message-make-date'.
12224
12225 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12226
12227         * message.el (message-make-expires-date): New function.
12228
12229 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * Makefile.in (list-installed-shadows): New entry.
12232         (install): Use it.
12233         (remove-installed-shadows): New entry.
12234
12235         * dgnushack.el (dgnushack-default-load-path): New variable.
12236         (dgnushack-find-lisp-shadows): New function.
12237         (dgnushack-remove-lisp-shadows): New function.
12238
12239 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * Makefile.in (install-el-elc): New entry.
12242         (install): Use it so that .el files are necessarily installed.
12243
12244 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12247
12248 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12249
12250         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12251         function rather than the diff-mode.el package.
12252         (mm-display-external): Use with-current-buffer.
12253         (mm-viewer-completion-map, mm-viewer-completion-map):
12254         Move initialization inside declaration.
12255
12256 2005-09-29  Simon Josefsson  <jas@extundo.com>
12257
12258         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12259         autoload mail-check-payment.
12260         (spam-check-hashcash): Define unconditionally, since hashcash.el
12261         is part of Gnus now.  Ignore errors from payment checking.
12262
12263 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * message.el (message-bold-region, message-unbold-region): Rename
12266         from `bold-region' and `unbold-region'.
12267
12268         * message.el: Remove useless autoloads.
12269
12270 2005-09-28  Simon Josefsson  <jas@extundo.com>
12271
12272         * message.el (message-use-idna): Default to t.
12273         (message-use-idna): Test whether encoding works too.  Doc fix.
12274
12275 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * nntp.el (nntp-warn-about-losing-connection): Remove.
12278
12279 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12282         customizable.  Change default value.
12283         (mm-uu-diff-groups-regexp): Change default value.
12284         (mm-uu-type-alist): Add doc string.
12285         (mm-uu-configure): Add doc string.  Make it interactive.
12286         (mm-uu-tex-groups-regexp): New variable.
12287         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12288         (mm-uu-type-alist): Add LaTeX documents.
12289         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12290         of "text/verbatim".
12291         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12292
12293         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12294         instead of "text/verbatim".
12295
12296         * message.el (message-mark-inserted-region)
12297         (message-mark-insert-file): Use slrn style marks when called with
12298         prefix argument.
12299
12300 2005-09-27  Simon Josefsson  <jas@extundo.com>
12301
12302         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12303
12304 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12305
12306         * message.el (message-remove-duplicates): New function.
12307         Implementation borrowed from `gnus-remove-duplicates'.
12308         (message-idna-to-ascii-rhs): Also encode idna addresses in
12309         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12310         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12311         only ask about the same idna domain once per header and also tell
12312         in what header to replace the idna domain.
12313
12314         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12315         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12316         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12317         a header is decoded and not just the last one.
12318
12319 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12322         has been decoded.
12323
12324         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12325         (mm-insert-part): Don't modify text if it has been decoded.
12326
12327         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12328         decoded.
12329
12330         * mm-view.el (mm-inline-text): Don't strip text props unless
12331         decoding enriched or richtext parts.
12332
12333 2005-09-25  Romain Francoise  <romain@orebokech.com>
12334
12335         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12336         * gnus-start.el (gnus-subscribe-interactively):
12337         * gnus-uu.el (gnus-uu-grab-articles):
12338         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12339         space.
12340
12341 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12342
12343         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12344         * mm-view.el (mm-view-pkcs7-decrypt):
12345         * gnus-sum.el (gnus-summary-limit-to-extra)
12346         (gnus-summary-respool-article, gnus-read-move-group-name):
12347         * gnus-score.el (gnus-summary-increase-score):
12348         * gnus-util.el (gnus-completing-read-with-default):
12349         * gnus-art.el (gnus-read-save-file-name)
12350         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12351         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12352         * message.el (message-check-news-header-syntax):
12353         Follow convention for reading with the minibuffer.
12354
12355 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * spam-report.el (spam-report-url-ping-plain):
12358         Use gnus-extended-version as User-Agent.
12359
12360         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12361         default value is nil.
12362
12363         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12364         (mm-uu-verbatim-marks-extract): New function.
12365         (mm-uu-extract): New face.
12366         (mm-uu-copy-to-buffer): Use it.
12367
12368         * spam-report.el (spam-report-gmane-ham): Renamed from
12369         `spam-report-gmane-unspam'.
12370         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12371         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12372
12373         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12374         Autoload.
12375         (spam-report-gmane-unregister-routine): Renamed
12376         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12377
12378 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12379
12380         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12381         (spam-report-gmane-unregister-routine): Add support for gmane
12382         unregistration.
12383
12384         * spam-report.el (spam-report-gmane-unspam)
12385         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12386         (spam-report-gmane): Change to take a single article and do unspam
12387         registration.
12388
12389 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12390
12391         * mm-url.el (mm-url-decode-entities): Fix regexp.
12392
12393 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12394
12395         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12396         default to nil, to be able to use Gnus at all.  If the default
12397         switches to something else, then the function should be fixed not
12398         be exceedingly slow.
12399
12400 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12401
12402         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12403         fail hard.
12404
12405         * spam-report.el: Add better Keywords line.
12406
12407         * spam.el: Add Maintainer and better Keywords line.
12408
12409 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * gnus-art.el (gnus-article-replace-part)
12412         (gnus-mime-replace-part): New functions.
12413         (gnus-mime-action-alist, gnus-mime-button-commands)
12414         (gnus-mime-save-part-and-strip): Added file argument.
12415         (gnus-article-part-wrapper): Added interactive argument.
12416
12417         * gnus-sum.el (gnus-summary-mime-map): Add
12418         `gnus-article-replace-part'.
12419
12420 2005-09-19  Didier Verna  <didier@xemacs.org>
12421
12422         The nnml compaction feature:
12423         * nnml.el (nnml-request-compact-group): New function.
12424         * nnml.el (nnml-request-compact): New function.
12425         * gnus-int.el (gnus-request-compact-group): New function.
12426         * gnus-int.el (gnus-request-compact): New function.
12427         * gnus-group.el (gnus-group-compact-group): New function.
12428         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12429         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12430         * gnus-srvr.el (gnus-server-compact-server): New function.
12431         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12432         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12433
12434 2005-09-18  Deepak Goel  <deego@gnufans.org>
12435
12436         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12437         format spec.
12438
12439 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12442
12443 2005-09-15  Romain Francoise  <romain@orebokech.com>
12444
12445         * message.el (message-fill-paragraph): Clarify docstring.
12446
12447 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * gnus-art.el (gnus-mime-display-part): Protect against broken
12450         MIME messages.
12451
12452 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12455         before parsing header.
12456
12457 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12458
12459         * html2text.el (html2text-replace-list): Add new entities.
12460
12461 2005-09-11  Romain Francoise  <romain@orebokech.com>
12462
12463         * message.el (message-alternative-emails): Improve docstring.
12464         (message-setup-1): Call `message-use-alternative-email-as-from'
12465         after `message-setup-hook' to give it precedence over posting
12466         styles, etc.
12467         (message-use-alternative-email-as-from): Add docstring.  Remove
12468         the original From header if present.
12469
12470         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12471         (nnml-save-mail): Use it.
12472
12473         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12474         articles.  Add new argument `silent'.
12475         (gnus-uu-mark-all): Report the total number of marked articles.
12476
12477 2005-09-10  Romain Francoise  <romain@orebokech.com>
12478
12479         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12480         (gnus-uu-mark-series): Likewise.
12481
12482 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * spam-report.el (spam-report-gmane): Fix generation of spam
12485         report URL.
12486
12487 2005-09-10  Simon Josefsson  <jas@extundo.com>
12488
12489         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12490         t, based on discussion on the ding list with Robert Epprecht
12491         <epprecht@solnet.ch>.
12492
12493 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12494
12495         * spam-report.el (spam-report-gmane): Make it work without
12496         X-Report-Spam header.  Gmane now only provides Archived-At.
12497         This is only used if `spam-report-gmane-use-article-number' is nil.
12498         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12499
12500         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12501         make `gnus-summary-sort-by-recipient' work with threading.
12502
12503         * nnweb.el (nnweb-google-wash-article): Print a message if article
12504         is not available.
12505
12506 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12507
12508         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12509         change.  Decode text/* parts content before displaying.
12510
12511 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12514
12515 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12518
12519         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12520         url-package-name, url-package-version,
12521         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12522         w3m-display-inline-images, and w3m-minor-mode-map.
12523
12524 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * message.el (message-tab-body-function): Fix mismatched custom type.
12527
12528         * gnus.el (gnus-group-change-level-function): Ditto.
12529
12530         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12531
12532         * gnus-art.el (gnus-signature-limit)
12533         (gnus-article-mime-part-function): Ditto.
12534
12535 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * mml.el (mml-mode): Silence the byte compiler.
12538
12539         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12540         using `(sit-for 0)' before moving the point to the specified part;
12541         skip unbuttonized parts.
12542         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12543         return to the summary window if gnus-auto-select-part is non-nil.
12544
12545 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12548         variables.
12549         (mml-dnd-attach-file, mml-mode): Use them.
12550
12551         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12552         Make fetching article by MID work again for Google Groups.  Added
12553         FIXME concerning gnus-group-make-web-group.
12554
12555         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12556         Don't depend on Gnus by using mail-extract-address-components if
12557         gnus-extract-address-components is not bound.
12558
12559 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12560
12561         * gnus-art.el (gnus-mime-display-security): Don't display the
12562         signature, but only the signed part.
12563
12564 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12567
12568         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12569         list, not listp.
12570
12571 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12572
12573         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12574         when encoding.
12575
12576         * mm-bodies.el (mm-decode-content-transfer-encoding):
12577         De-canonicalize CRLF for all text content types, not just
12578         text/plain.
12579
12580 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12583         valid article; point arrow and cursor at the MIME button.
12584
12585 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12588         Suggested by Dan Christensen <jdc@uwo.ca>.
12589
12590         * mm-decode.el (mm-save-part): Enable change of prompt.
12591
12592 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12593
12594         * gnus-msg.el (gnus-inews-add-send-actions): Made
12595         `message-post-method' lambda parameter ARG `&optional'.
12596
12597 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * gnus-sum.el (gnus-summary-mime-map): Added
12600         gnus-article-save-part-and-strip, gnus-article-delete-part and
12601         gnus-article-jump-to-part.
12602
12603         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12604         (gnus-article-edit-part): Use it.
12605         (gnus-article-part-wrapper): Added no-handle argument.
12606         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12607         functions.
12608
12609 2005-08-29  Romain Francoise  <romain@orebokech.com>
12610
12611         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12612         docstring.
12613         (gnus-face-from-file): Likewise.
12614
12615 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12618         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12619         non-nil.
12620         (gnus-auto-select-part): New variable.
12621         (gnus-article-jump-to-part): New function.
12622         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12623         (gnus-mime-delete-part): Allow selecting specified part after
12624         deleting or stripping parts.
12625         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12626         part if argument is bogus.
12627
12628 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12629
12630         * gnus-art.el (w3m-minor-mode-map):
12631         * gnus-spec.el (gnus-newsrc-file-version):
12632         * gnus-util.el (nnmail-active-file-coding-system)
12633         (gnus-original-article-buffer, gnus-user-agent):
12634         * gnus.el (gnus-ham-process-destinations)
12635         (gnus-parameter-ham-marks-alist)
12636         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12637         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12638         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12639         * mm-decode.el (gnus-current-window-configuration):
12640         * mm-extern.el (gnus-article-mime-handles):
12641         * mm-url.el (url-current-object, url-package-name)
12642         (url-package-version):
12643         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12644         (smime-keys, w3m-cid-retrieve-function-alist)
12645         (w3m-current-buffer, w3m-display-inline-images)
12646         (w3m-minor-mode-map):
12647         * mml-smime.el (gnus-extract-address-components):
12648         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12649         (gnus-newsrc-hashtb, message-default-charset)
12650         (message-deletable-headers, message-options)
12651         (message-posting-charset, message-required-mail-headers)
12652         (message-required-news-headers):
12653         * mml1991.el (mc-pgp-always-sign):
12654         * mml2015.el (mc-pgp-always-sign):
12655         * nnheader.el (nnmail-extra-headers):
12656         * rfc1843.el (gnus-decode-encoded-word-function)
12657         (gnus-decode-header-function, gnus-newsgroup-name):
12658         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12659
12660 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12661
12662         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12663         the end of the date treatments.
12664
12665 2005-08-15  Simon Josefsson  <jas@extundo.com>
12666
12667         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12668         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12669         Capello and Romain Francoise.
12670         (pgg-fetch-key-function): Removed, not used?
12671         (pgg-insert-url-with-w3): Require url, to get
12672         url-insert-file-contents regardless of where it is defined.
12673
12674 2005-08-13  Romain Francoise  <romain@orebokech.com>
12675
12676         * message.el (message-cite-original-1): New function.
12677         (message-cite-original): Use it.
12678         (message-cite-original-without-signature): Ditto.
12679
12680 2005-08-08  Romain Francoise  <romain@orebokech.com>
12681
12682         * message.el (message-yank-empty-prefix): New variable.
12683         (message-indent-citation): Use it.
12684         (message-cite-original-without-signature): Respect X-No-Archive.
12685
12686 2005-08-08  Simon Josefsson  <jas@extundo.com>
12687
12688         * pgg.el: Autoload url-insert-file-contents instead of loading
12689         w3/url.
12690         (pgg-insert-url-with-w3): Don't load url here.
12691
12692 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12693
12694         * message.el (message-kill-to-signature): Don't insert newline at
12695         bol.
12696         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12697
12698 2005-08-06  Romain Francoise  <romain@orebokech.com>
12699
12700         * message.el (message-user-fqdn): Fix typo in docstring.
12701
12702 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12703
12704         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12705
12706         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12707
12708 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * mm-bodies.el (mm-encode-body): Use coding system rather than
12711         charset to encode text.
12712
12713         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12714         number of charsets if utf-8 is available (XEmacs).
12715
12716 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12719         taken from `gnus-button-mid-or-mail-regexp'.
12720         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12721         (gnus-button-alist): Improve regexp for domain part of the MIDs
12722         for news:localpart@domain buttons.
12723         (gnus-button-ctan-directory-regexp): Update.
12724
12725 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * sieve-manage.el (sieve-manage-interactive-login): Use
12728         make-local-variable rather than make-variable-buffer-local.
12729         (sieve-manage-open): Ditto.
12730         (sieve-manage-authenticate): Ditto.
12731
12732         * mml.el (mml-generate-mime-1): Make the content type default to
12733         text/plain if the filename is not specified.
12734
12735 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12738         instead of insert-buffer.
12739
12740         * message.el (message-yank-original): Ditto; set the mark at the
12741         end of the yanked message.
12742
12743 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12746         lines to scroll rather than to stop it.
12747
12748         * mml.el (mml-generate-default-type): Add doc string.
12749         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12750         default to application/octet-stream when determining the content
12751         type if it is not specified for the part or the mml contents; add
12752         a comment about mml-generate-default-type.
12753
12754 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12757         make it default to application/octet-stream when determining the
12758         content type if it is not specified for the external contents.
12759
12760 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12763         segmented parameter but also other parameters might be there.
12764
12765 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * mm-decode.el (mm-display-external): Delete temp file, directory
12768         and buffer immediately if the external process is exited.
12769
12770 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12773         fewer lines than that of scroll-margin.
12774         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12775
12776 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-art.el (gnus-article-next-page): Revert.
12779         (gnus-article-beginning-of-window): New macro.
12780         (gnus-article-next-page-1): Use it.
12781         (gnus-article-prev-page): Ditto.
12782         (gnus-article-edit-part): Use insert-buffer-substring instead of
12783         insert-buffer.
12784         (gnus-article-edit-exit): Ditto.
12785
12786         * gnus-util.el (gnus-beginning-of-window): Remove.
12787         (gnus-end-of-window): Remove.
12788
12789         * lpath.el: Don't bind header-line-format and scroll-margin.
12790
12791 2005-07-25  Simon Josefsson  <jas@extundo.com>
12792
12793         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12794         to have the url package without w3.  Reported by Daiki Ueno
12795         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12796
12797 2005-07-20  Didier Verna  <didier@xemacs.org>
12798
12799         * gnus-diary.el: Remove the description comment (nndiary is now
12800         properly documented in the Gnus manual).
12801         Fix the spelling of "Back End".
12802         * nndiary.el: Ditto.
12803         Fix the copyright notice.
12804
12805 2005-07-18  Romain Francoise  <romain@orebokech.com>
12806
12807         * gnus-sum.el (gnus-summary-to-prefix)
12808         (gnus-summary-newsgroup-prefix): New variables.
12809         (gnus-summary-from-or-to-or-newsgroups): Use them.
12810
12811 2005-07-17  Romain Francoise  <romain@orebokech.com>
12812
12813         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12814         space as it's generally not especially interesting to the user.
12815
12816 2005-07-16  Romain Francoise  <romain@orebokech.com>
12817
12818         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12819         nil to avoid prompting and file modification if one of the
12820         messages at the top of the nnfolder file contains a copyright
12821         notice.
12822         Update copyright notice.
12823
12824         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12825         instead of `current-time-string' as the latter creates a time
12826         string that is not RFC 2822 compliant (it lacks the zone).
12827         Update copyright notice.
12828
12829 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12830
12831         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12832         for text/rtf.  Display default in prompt.  Pass default for M-n.
12833
12834         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12835
12836 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12837
12838         * gnus-msg.el (gnus-button-mailto): Remove
12839         save-selected-window-window hackery because it relies on
12840         save-selected-window internals.
12841
12842 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12845         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12846         (gnus-article-prev-page): Ditto.
12847
12848         * gnus-util.el (gnus-beginning-of-window): New function.
12849         (gnus-end-of-window): New function.
12850
12851         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12852
12853 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12854
12855         * gnus-score.el (gnus-score-edit-all-score): Set
12856         gnus-score-edit-exit-function to gnus-score-edit-done and call
12857         gnus-message.
12858
12859 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12860
12861         * gnus-msg.el (gnus-button-mailto): Remove
12862         save-selected-window-window hackery because it relies on
12863         save-selected-window internals.
12864
12865 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12868         add-minor-mode.
12869         (gnus-binary-mode): Ditto.
12870
12871         * gnus-topic.el (gnus-topic-mode): Ditto.
12872
12873 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12874
12875         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12876         (gnus-article-prev-page): Take scroll-margin into consideration.
12877
12878 2005-07-04  Lute Kamstra  <lute@gnu.org>
12879
12880         Update FSF's address in GPL notices.
12881
12882 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12883
12884         * gnus.el (gnus-exit):
12885         * gnus-group.el (gnus-group-icons):
12886         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12887
12888         * gnus-nocem.el (gnus-nocem):
12889         * message.el (message-various, message-buffers, message-sending)
12890         (message-interface, message-forwarding, message-insertion)
12891         (message-headers, message-news, message-mail):
12892         * pgg-gpg.el (pgg-gpg):
12893         * pgg-parse.el (pgg-parse):
12894         * pgg-pgp.el (pgg-pgp):
12895         * pgg-pgp5.el (pgg-pgp5):
12896         * pop3.el (pop3): Finish `defgroup' description with period.
12897
12898 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * gnus-art.el (article-display-face): Improve the efficiency.
12901         (article-display-x-face): Ditto; remove grey x-face stuff.
12902
12903 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * gnus-art.el (article-display-face): Correct the position in
12906         which Faces are inserted.
12907
12908 2005-06-29  Didier Verna  <didier@xemacs.org>
12909
12910         * gnus-art.el (article-display-face): Display faces in correct
12911         order.
12912
12913 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12916         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12917         (gnus-nocem-check-article): Fetch the Type header.
12918         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12919         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12920         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12921         make sure gnus-nocem-hashtb is initialized.
12922         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12923         (gnus-nocem-unwanted-article-p): Ditto.
12924
12925         * pgg.el (pgg-verify): Return the verification result.
12926
12927 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12928
12929         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12930         is ascii.
12931
12932 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12933
12934         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12935         `show-nonbreak-escape'.
12936
12937 2005-06-23  Lute Kamstra  <lute@gnu.org>
12938
12939         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12940
12941         * dig.el (dig-mode):
12942         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12943
12944 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12945
12946         * nnimap.el (nnimap-split-download-body): Fix spellings.
12947
12948 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12949
12950         * gnus-art.el (gnus-article-encrypt-body):
12951         * gnus-cus.el (gnus-score-customize):
12952         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12953         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12954
12955 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12956
12957         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12958         header by looking for magic "MII" at the beginnig.
12959
12960 2005-06-16  Miles Bader  <miles@gnu.org>
12961
12962         * gnus-xmas.el (gnus-xmas-group-startup-message):
12963         Use renamed gnus-splash face.
12964
12965         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12966         (assistant-field-face): New backward-compatibility alias for renamed
12967         face.
12968         (assistant-render-text): Use renamed assistant-field face.
12969
12970         * spam.el (spam): Remove "-face" suffix from face name.
12971         (spam-face): New backward-compatibility alias for renamed face.
12972         (spam-face, spam-initialize): Use renamed spam face.
12973
12974         * message.el (message-header-to, message-header-cc)
12975         (message-header-subject, message-header-newsgroups)
12976         (message-header-other, message-header-name)
12977         (message-header-xheader, message-separator, message-cited-text)
12978         (message-mml): Remove "-face" suffix from face names.
12979         (message-header-to-face, message-header-cc-face)
12980         (message-header-subject-face, message-header-newsgroups-face)
12981         (message-header-other-face, message-header-name-face)
12982         (message-header-xheader-face, message-separator-face)
12983         (message-cited-text-face, message-mml-face):
12984         New backward-compatibility aliases for renamed faces.
12985         (message-font-lock-keywords): Use renamed message faces.
12986
12987         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12988         (sieve-test-commands, sieve-tagged-arguments):
12989         Remove "-face" suffix from face names.
12990         (sieve-control-commands-face, sieve-action-commands-face)
12991         (sieve-test-commands-face, sieve-tagged-arguments-face):
12992         New backward-compatibility aliases for renamed faces.
12993         (sieve-control-commands-face, sieve-action-commands-face)
12994         (sieve-test-commands-face, sieve-tagged-arguments-face):
12995         Use renamed sieve faces.
12996
12997         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12998         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12999         (gnus-group-news-3-empty, gnus-group-news-4)
13000         (gnus-group-news-4-empty, gnus-group-news-5)
13001         (gnus-group-news-5-empty, gnus-group-news-6)
13002         (gnus-group-news-6-empty, gnus-group-news-low)
13003         (gnus-group-news-low-empty, gnus-group-mail-1)
13004         (gnus-group-mail-1-empty, gnus-group-mail-2)
13005         (gnus-group-mail-2-empty, gnus-group-mail-3)
13006         (gnus-group-mail-3-empty, gnus-group-mail-low)
13007         (gnus-group-mail-low-empty, gnus-summary-selected)
13008         (gnus-summary-cancelled, gnus-summary-high-ticked)
13009         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13010         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13011         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13012         (gnus-summary-low-undownloaded)
13013         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13014         (gnus-summary-low-unread, gnus-summary-normal-unread)
13015         (gnus-summary-high-read, gnus-summary-low-read)
13016         (gnus-summary-normal-read, gnus-splash):
13017         Remove "-face" suffix from face names.
13018         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13019         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13020         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13021         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13022         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13023         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13024         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13025         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13026         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13027         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13028         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13029         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13030         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13031         (gnus-summary-normal-ticked-face)
13032         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13033         (gnus-summary-normal-ancient-face)
13034         (gnus-summary-high-undownloaded-face)
13035         (gnus-summary-low-undownloaded-face)
13036         (gnus-summary-normal-undownloaded-face)
13037         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13038         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13039         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13040         (gnus-splash-face):
13041         New backward-compatibility aliases for renamed faces.
13042         (gnus-group-startup-message): Use renamed gnus faces.
13043
13044         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13045         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13046         (gnus-server-agent): Remove "-face" suffix from face names.
13047         (gnus-server-agent-face, gnus-server-opened-face)
13048         (gnus-server-closed-face, gnus-server-denied-face)
13049         (gnus-server-offline-face):
13050         New backward-compatibility aliases for renamed faces.
13051         (gnus-server-agent-face, gnus-server-opened-face)
13052         (gnus-server-closed-face, gnus-server-denied-face)
13053         (gnus-server-offline-face): Use renamed gnus faces.
13054
13055         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13056         Remove "-face" suffix from face names.
13057         (gnus-picon-xbm-face, gnus-picon-face):
13058         New backward-compatibility aliases for renamed faces.
13059
13060         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13061         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13062         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13063         (gnus-cite-11): Remove "-face" suffix from face names.
13064         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13065         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13066         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13067         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13068         New backward-compatibility aliases for renamed faces.
13069         (gnus-cite-attribution-face, gnus-cite-face-list)
13070         (gnus-article-boring-faces): Use renamed gnus faces.
13071
13072         * gnus-art.el (gnus-signature, gnus-header-from)
13073         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13074         (gnus-header-content): Remove "-face" suffix from face names.
13075         (gnus-signature-face, gnus-header-from-face)
13076         (gnus-header-subject-face, gnus-header-newsgroups-face)
13077         (gnus-header-name-face, gnus-header-content-face):
13078         New backward-compatibility aliases for renamed faces.
13079         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13080
13081         * gnus-sum.el (gnus-summary-selected-face)
13082         (gnus-summary-highlight): Use renamed gnus faces.
13083         * gnus-group.el (gnus-group-highlight): Likewise.
13084
13085 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13086
13087         * gnus-sieve.el (gnus-sieve-article-add-rule):
13088         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13089         * spam-stat.el (spam-stat-buffer-change-to-spam)
13090         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13091
13092         * message.el (message-is-yours-p):
13093         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13094
13095 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * mm-view.el (mm-inline-text): Withdraw the last change.
13098
13099 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13102         executing enriched-decode.
13103
13104 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13107         charset of tar files.
13108
13109 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13110
13111         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13112
13113 2005-06-04  Lute Kamstra  <lute@gnu.org>
13114
13115         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13116         information is never recorded.
13117
13118 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13119
13120         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13121
13122 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * pop3.el (pop3-apop): Run md5 in the binary mode.
13125
13126         * starttls.el (starttls-set-process-query-on-exit-flag):
13127         Use eval-and-compile.
13128
13129 2005-05-31  Simon Josefsson  <jas@extundo.com>
13130
13131         * smime.el (smime-replace-in-string): Define.
13132         (smime-cert-by-ldap-1): Use it.
13133
13134 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-art.el (article-display-x-face): Replace
13137         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13138
13139         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13140         set-process-query-on-exit-flag or process-kill-without-query.
13141
13142         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13143         loop instead of replace-regexp.
13144
13145         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13146         instead of process-kill-without-query if it is available.
13147
13148         * lpath.el: Fbind ldap-search-entries.
13149
13150         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13151         instead of find-file-hooks if it is available.
13152
13153         * mml1991.el: Bind pgg-default-user-id when compiling.
13154
13155         * mml2015.el: Bind pgg-default-user-id when compiling.
13156
13157         * nndraft.el (nndraft-request-associate-buffer):
13158         Use write-contents-functions instead of write-contents-hooks if it is
13159         available.
13160
13161         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13162         instead of find-file-hooks if it is available.
13163
13164         * nntp.el (nntp-open-connection): Replace
13165         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13166         (nntp-open-ssl-stream): Ditto.
13167         (nntp-open-tls-stream): Ditto.
13168
13169         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13170         set-process-query-on-exit-flag or process-kill-without-query.
13171         (starttls-open-stream-gnutls): Use it instead of
13172         process-kill-without-query.
13173         (starttls-open-stream): Ditto.
13174
13175 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13176
13177         * smime.el (smime-cert-by-ldap-1): Don't use
13178         replace-regexp-in-string.
13179
13180 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13181
13182         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13183
13184         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13185         in PEM format.  Adjust to the XEmacs compability.
13186
13187 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13190         by `string-to-number'.
13191         * gnus-agent.el (gnus-agent-regenerate-group)
13192         (gnus-agent-fetch-articles): Ditto.
13193         * gnus-art.el (gnus-button-fetch-group): Ditto.
13194         * gnus-cache.el (gnus-cache-generate-active)
13195         (gnus-cache-articles-in-group): Ditto.
13196         * gnus-group.el (gnus-group-set-current-level)
13197         (gnus-group-insert-group-line): Ditto.
13198         * gnus-score.el (gnus-score-set-expunge-below)
13199         (gnus-score-set-mark-below, gnus-summary-score-effect)
13200         (gnus-summary-score-entry): Ditto.
13201         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13202         (gnus-soup-pack): Ditto.
13203         * gnus-spec.el (gnus-xmas-format): Ditto.
13204         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13205         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13206         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13207         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13208         * nndb.el (nndb-get-remote-expire-response): Ditto.
13209         * nndiary.el (nndiary-parse-schedule-value)
13210         (nndiary-string-to-number, nndiary-request-replace-article)
13211         (nndiary-request-article): Ditto.
13212         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13213         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13214         * nneething.el (nneething-make-head): Ditto.
13215         * nnfolder.el (nnfolder-request-article)
13216         (nnfolder-retrieve-headers): Ditto.
13217         * nnheader.el (nnheader-file-to-number): Ditto.
13218         * nnkiboze.el (nnkiboze-request-article): Ditto.
13219         * nnmail.el (nnmail-process-unix-mail-format)
13220         (nnmail-process-babyl-mail-format): Ditto.
13221         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13222         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13223         (nnmh-request-create-group, nnmh-request-list-1)
13224         (nnmh-request-group, nnmh-request-article): Ditto.
13225         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13226         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13227         * nnsoup.el (nnsoup-make-active): Ditto.
13228         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13229         * nntp.el (nntp-find-group-and-number)
13230         (nntp-retrieve-headers-with-xover): Ditto.
13231         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13232         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13233         (pgg-format-key-identifier): Ditto.
13234         * pop3.el (pop3-last, pop3-stat): Ditto.
13235         * qp.el (quoted-printable-decode-region): Ditto.
13236
13237         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13238         of concat.
13239
13240 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13243
13244         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13245
13246         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13247
13248         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13249
13250         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13251
13252         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13253
13254         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13255         (gnus-carpal-mode): Ditto.
13256
13257         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13258         (gnus-browse-mode): Ditto.
13259
13260         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13261
13262         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13263
13264 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13265
13266         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13267
13268 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * gnus-util.el (gnus-run-mode-hooks): New function.
13271
13272         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13273
13274         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13275         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13276
13277 2005-05-27  Lute Kamstra  <lute@gnu.org>
13278
13279         * dns-mode.el (dns-mode): Specify customization group.
13280
13281 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13282
13283         * gnus-agent.el (gnus-agent-make-mode-line-string):
13284         Use mode-line-highlight as mouse-face.
13285
13286 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * canlock.el (canlock): Change the parent group to news.
13289
13290         * deuglify.el (gnus-outlook-deuglify): Add :group.
13291
13292         * dig.el (dig): Add :group.
13293
13294         * dns-mode.el (dns-mode): Add :group.
13295
13296         * encrypt.el (encrypt): Add :group.
13297
13298         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13299         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13300         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13301         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13302         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13303
13304         * gnus-diary.el (gnus-diary): Add :group.
13305
13306         * gnus.el (gnus-group-news-1-face): Add :group.
13307         (gnus-group-news-1-empty-face): Ditto.
13308         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13309         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13310         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13311         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13312         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13313         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13314         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13315         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13316         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13317         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13318         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13319         (gnus-summary-high-ticked-face): Ditto.
13320         (gnus-summary-low-ticked-face): Ditto.
13321         (gnus-summary-normal-ticked-face): Ditto.
13322         (gnus-summary-high-ancient-face): Ditto.
13323         (gnus-summary-low-ancient-face): Ditto.
13324         (gnus-summary-normal-ancient-face): Ditto.
13325         (gnus-summary-high-undownloaded-face): Ditto.
13326         (gnus-summary-low-undownloaded-face): Ditto.
13327         (gnus-summary-normal-undownloaded-face): Ditto.
13328         (gnus-summary-high-unread-face): Ditto.
13329         (gnus-summary-low-unread-face): Ditto.
13330         (gnus-summary-normal-unread-face): Ditto.
13331         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13332         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13333
13334         * hashcash.el (hashcash): New custom group.
13335         (hashcash-default-payment): Add :group.
13336         (hashcash-payment-alist): Ditto.
13337         (hashcash-default-accept-payment): Ditto.
13338         (hashcash-accept-resources): Ditto.
13339         (hashcash-path): Ditto.
13340         (hashcash-extra-generate-parameters): Ditto.
13341         (hashcash-double-spend-database): Ditto.
13342         (hashcash-in-news): Ditto.
13343
13344         * message.el (message-minibuffer-local-map): Add :group.
13345
13346         * netrc.el (netrc): Add :group.
13347
13348         * sieve-manage.el (sieve-manage-log): Add :group.
13349         (sieve-manage-default-user): Diito.
13350         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13351         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13352         (sieve-manage-authenticators): Ditto.
13353         (sieve-manage-authenticator-alist): Ditto.
13354         (sieve-manage-default-port): Ditto.
13355
13356         * sieve-mode.el (sieve-control-commands-face): Add :group.
13357         (sieve-action-commands-face): Ditto.
13358         (sieve-test-commands-face): Ditto.
13359         (sieve-tagged-arguments-face): Ditto.
13360
13361         * smime.el (smime): Add :group.
13362
13363         * spam-report.el (spam-report): Add :group.
13364
13365         * spam.el (spam, spam-face): Add :group.
13366
13367 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13368
13369         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13370         return \n.\n.\n at the end of articles.  Protect against that.
13371         (nntp-with-open-group): Allow debugging.
13372
13373         * nnheader.el (mail-header-set-extra): Make into a function
13374         because I just could't understand how to quote the list properly.
13375
13376         * dns.el (query-dns-cached): New function.
13377
13378 2005-05-26  Lute Kamstra  <lute@gnu.org>
13379
13380         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13381
13382 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13385
13386         * gnus-art.el: Don't autoload mail-extract-address-components.
13387
13388         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13389         eval-and-compile to evaluate it.
13390
13391         * hashcash.el: Don't autoload executable-find.
13392
13393         * nndb.el: Don't declare the nndb back end two or more times; don't
13394         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13395
13396         * nntp.el: Autoload format-spec instead of format; use
13397         eval-and-compile to evaluate autoload forms.
13398
13399 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13400
13401         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13402
13403 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * gnus.el (gnus-version-number): Bump version.
13406
13407 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13408
13409         * gnus.el: No Gnus v0.3 is released.
13410
13411 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13412
13413         * lpath.el (featurep): Bind show-nonbreak-escape.
13414
13415 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * gnus-art.el (gnus-article-edit-part): Disable undo.
13418
13419 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13422         gnus-article-date-lapsed-new-header is t if date timer is active;
13423         skip headers in which the original date value is empty.
13424         (gnus-article-save-original-date): Redefine it as a macro.
13425         (gnus-display-mime): Use it.
13426
13427 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * gnus-art.el (article-date-ut): Support converting date in
13430         forwarded parts as well.
13431         (gnus-article-save-original-date): New function.
13432         (gnus-display-mime): Use it.
13433
13434 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13435
13436         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13437         enclosure element of <item>.
13438
13439 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13440
13441         * message.el (message-kill-buffer-query): Renamed from
13442         `message-kill-buffer-query-if-modified'.  Added :version.
13443
13444 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13447         window layout.
13448
13449 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * mml.el: Autoload dnd when compiling.
13452
13453 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13456         x-dnd-*.
13457
13458 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * qp.el (quoted-printable-encode-region): Save excursion.
13461
13462 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13463
13464         * message.el (message-kill-buffer-query-if-modified): Add new variable
13465         so the user can kill a modified message buffer quickly.
13466         (message-kill-buffer): Use it.
13467
13468 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * lpath.el: Fbind display-time-event-handler; don't fbind
13471         string-to-multibyte.
13472
13473         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13474
13475 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13478         contained in text because xml.el decodes entities) with LFs.
13479
13480 2005-04-11  Lute Kamstra  <lute@gnu.org>
13481
13482         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13483         differently.
13484
13485 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13486
13487         * mm-util.el (mm-detect-coding-region): Typo.
13488
13489 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13492
13493 2005-04-06  Deepak Goel  <deego@gnufans.org>
13494
13495         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13496         user-function allow user modifications of the scores.
13497         (spam-stat-score-buffer-user): New function, to allow
13498         user-computed modifications to the score.
13499         (spam-stat-score-buffer-user-functions): List of additional
13500         scoring functions.
13501         (spam-stat-error-holder): Global temporary error holder.
13502         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13503         variable.
13504
13505 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13506
13507         * gnus-registry.el (gnus-registry-clean-empty-function)
13508         (gnus-registry-trim, gnus-registry-fetch-groups)
13509         (gnus-registry-delete-group): Groups that match
13510         `gnus-registry-ignored-groups' are removed from the registry
13511         entries, not just ignored for splitting.  This helps clean up the
13512         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13513         to get all the groups a message ID is in.
13514
13515         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13516         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13517         (spam-stat-score-buffer-user-functions): Add :number custom type.
13518
13519 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13522         argument in XEmacs.
13523
13524         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13525         (nnrss-request-group): Decode group name first.
13526         (nnrss-request-article): Make a text/plain article if mml-to-mime
13527         failed.
13528         (nnrss-get-encoding): Return a compatible encoding according to
13529         nnrss-compatible-encoding-alist.
13530         (nnrss-find-el): Use consp instead of listp.
13531         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13532
13533 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13536         which Emacs 20 doesn't support.
13537         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13538
13539 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13542         silence the byte compiler inside the defun.
13543
13544         * gnus-demon.el (parse-time-string): Add autoload.
13545
13546         * gnus-delay.el (parse-time-string): Add autoload.
13547
13548         * gnus-art.el (parse-time-string): Add autoload.
13549
13550         * nnultimate.el (parse-time): Require for `parse-time-string'.
13551
13552 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13553
13554         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13555
13556         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13557
13558         * smime.el (smime-ldap-host-list): Add :version.
13559
13560 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13563         pass it to `gnus-browse-read-group'.
13564         (gnus-browse-read-group): Add NUMBER argument and pass it to
13565         `gnus-group-read-ephemeral-group'.
13566
13567         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13568         argument and pass it to `gnus-group-read-group'.
13569
13570 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13571
13572         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13573         mm-xemacs-find-mime-charset-1 if we have the mule feature
13574         available at runtime.
13575
13576 2005-03-25  Werner Lemberg  <wl@gnu.org>
13577
13578         * nnmaildir.el: Replace `illegal' with `invalid'.
13579
13580 2005-03-23  Lute Kamstra  <lute@gnu.org>
13581
13582         * time-date.el: Add comment on time value formats.
13583         Don't require parse-time.
13584         (with-decoded-time-value): New macro.
13585         (encode-time-value): New function.
13586         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13587         (days-to-time): Return a valid time value when arg is huge.
13588         (time-since): Use time-subtract.
13589         (time-to-number-of-days): Use time-to-seconds.
13590
13591 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13592
13593         * gnus-start.el (gnus-display-time-event-handler):
13594         Check display-time-timer at runtime rather than only at load time
13595         in case display-time-mode is turned off in the mean time.
13596
13597 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13600         used.
13601
13602         * nneething.el (nneething-map-file-directory): Derive from
13603         `gnus-directory'.
13604
13605         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13606         the To/Cc button.
13607
13608 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13609
13610         * nnmaildir.el (nnmaildir-request-accept-article):
13611         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13612
13613 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13614
13615         * gnus-async.el: Require timer-funcs at compile time when in
13616         XEmacs for `run-with-idle-timer'.
13617
13618 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13619
13620         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13621         autoloaded function.
13622
13623 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13624
13625         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13626
13627 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13628
13629         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13630
13631 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13632
13633         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13634         gnus-expert-user to default.
13635
13636 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13637
13638         * nnimap.el (nnimap-open-server): Ditto.
13639
13640         * imap.el (imap-authenticate): Fix typo.
13641
13642 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13643
13644         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13645         buffer (since IMAP server might return FETCH response out of
13646         order, and the nntp buffer must be sorted).
13647
13648 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13649
13650         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13651         comparison on string.
13652
13653         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13654         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13655         (gnus-agent-summary-fetch-series): Modified to protect against
13656         gnus-agent-summary-fetch-group clearing processable flags.
13657         (gnus-agent-synchronize-group-flags): Update live group buffer as
13658         synchronization may occur due to the user toggle the plugged
13659         status.
13660         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13661         successfully downloaded.
13662         (gnus-agent-expire-group-1): Avoid using markers when the overview
13663         is in ascending order; greatly improves performance.
13664         (gnus-agent-regenerate-group): Use
13665         gnus-agent-synchronize-group-flags to reset read status in both
13666         gnus and server.
13667         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13668
13669 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * message.el: Don't autoload former message-utils variables.
13672         (message-strip-subject-trailing-was): Change doc string.
13673
13674         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13675         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13676         (nnweb-google-search): Add "hl=en" here.
13677         (nnweb-google-parse-1, nnweb-google-create-mapping):
13678         Don't hardcode URL.
13679
13680 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * message.el (message-get-reply-headers, message-followup):
13683         Mention related variables `message-use-followup-to' and
13684         `message-use-mail-followup-to', in the information buffer.
13685
13686         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13687         of broken groups(-beta).google.com.
13688
13689 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13690
13691         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13692         parameter to invoked gnus-request-move-article; remove the
13693         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13694         all at once instead of once per article.
13695         (gnus-summary-remove-process-mark): Accept a list of articles as
13696         well as a single article for processing.
13697
13698         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13699         parameter.
13700
13701         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13702
13703         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13704
13705         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13706         parameter.
13707
13708         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13709         parameter.
13710
13711         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13712         parameter and remove the gnus-sum-hint-move-is-internal variable.
13713
13714         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13715         parameter.
13716
13717         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13718         parameter.
13719
13720         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13721         parameter.
13722
13723         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13724
13725         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13726         parameter.
13727
13728         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13729         parameter.
13730
13731 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13732
13733         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13734         a more conservative way.
13735
13736 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13737
13738         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13739         buffer, so it moves the window's cursor.
13740
13741 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13742
13743         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13744         `mm-dissect-multipart' and receive the from field as an (optional)
13745         argument from `mm-dissect-multipart'.
13746         (mm-dissect-multipart): Receive the from field as an argument and
13747         pass it on when we call `mm-dissect-buffer' on MIME parts.
13748         Fixes verification/decryption of signed/encrypted MIME parts.
13749
13750 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13751
13752         * gnus-sum.el (gnus-summary-move-article): Set
13753         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13754         whatever it calls (right now, only nnimap-request-move article
13755         respects it).
13756
13757         * nnimap.el (nnimap-request-move-article): When
13758         gnus-sum-hint-move-is-internal is set, don't do the extra
13759         nnimap-request-article.
13760
13761 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13762
13763         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13764
13765         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13766         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13767
13768         * gnus-sum.el (gnus-summary-caesar-message):
13769         Apply `gnus-treat-article' after rotation.
13770
13771         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13772         doc string.
13773
13774 2005-02-22  Simon Josefsson  <jas@extundo.com>
13775
13776         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13777         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13778         <arne@arnested.dk>.
13779         (encrypt): Add password-cache and password-cache-expiry as group
13780         members.
13781
13782 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13783
13784         * smime.el (smime-ldap-host-list): Doc fix.
13785         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13786         cache) password.
13787         (smime-sign-region): Use it.
13788         (smime-decrypt-region): Use it.
13789         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13790         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13791         fails.
13792         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13793         certificate from DER to PEM format rather than calling openssl.
13794
13795         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13796
13797         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13798         for signing/encryption.
13799
13800         * mml.el (mml-parse-1): Use them.
13801
13802 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13803
13804         * nnrss.el (nnrss-verbose): Removed.
13805         (nnrss-request-group): Use `nnheader-message' instead.
13806
13807 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13808
13809         * nnrss.el (nnrss-verbose): New variable.
13810         (nnrss-request-group): Make it say nnrss is requesting a group.
13811
13812 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13815         Handle news URL with given port correctly.
13816
13817 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13820         containing special characters.
13821
13822         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13823
13824         * mml.el (mime-to-mml): Ditto.
13825
13826         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13827         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13828         (rfc2047-decode-region): Quote decoded words containing special
13829         characters when rfc2047-quote-decoded-words-containing-tspecials
13830         is non-nil.
13831
13832 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13833
13834         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13835
13836         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13837
13838 2005-02-15  Simon Josefsson  <jas@extundo.com>
13839
13840         * nnimap.el (nnimap-debug): Doc fix.
13841
13842         * imap.el (imap-debug): Doc fix.
13843
13844 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13847
13848 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13849
13850         * gnus.el (spam-contents): Improve docs for spam-contents
13851         parameter in its variable incarnation.
13852
13853 2005-02-14  Simon Josefsson  <jas@extundo.com>
13854
13855         * smime-ldap.el: Use require instead of load-library for ldap.
13856         (smime-ldap-search): Indent.
13857         (smime-ldap-search-internal): Shorten line.
13858
13859         * smime.el (smime-cert-by-dns): Add doc-string.
13860         (smime-cert-by-ldap-1): Indent.
13861
13862         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13863         mml-smime-get-dns-ldap.
13864         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13865
13866 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13867
13868         * smime.el: Require smime-ldap.
13869         (smime-ldap-host-list): New variable.
13870         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13871
13872         * mml-smime.el (mml-smime-encrypt-query): New function.
13873         (mml-smime-encrypt-query): Use it.
13874
13875         * smime-ldap.el: New file.
13876
13877 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13880
13881 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13884         argument in doc string.  Make query for type more clear.
13885
13886 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * gnus.el (gnus-group-startup-message): Search for gnus images in
13889         etc/images/gnus.
13890         * mm-util.el (mm-image-load-path): Likewise.
13891         * smiley.el (smiley-data-directory): Search for smilies in
13892         etc/images/smilies.
13893
13894 2005-02-09  Kim F. Storm  <storm@cua.dk>
13895
13896         Change Emacs release version from 21.4 to 22.1 throughout.
13897         Change Emacs development version from 21.3.50 to 22.0.50.
13898
13899 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13902
13903         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13904         non-Mule XEmacs as well.
13905         (mm-decompress-buffer): Signal an error intentionally if it does
13906         not decompress compressed data because auto-compression-mode is
13907         disabled.
13908
13909 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13910
13911         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13912         an ID in the registry even if it has no groups.
13913
13914 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13917         merge it into mm-decompress-buffer.
13918         (gnus-mime-copy-part): Use the MIME part charset, the value which
13919         a user specified or gnus-newsgroup-charset for decoding, like
13920         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13921         save-buffer what was used.  Suggested by Kevin Ryde
13922         <user42@zip.com.au>.
13923         (gnus-mime-inline-part): Allow the name parameter as well as the
13924         filename parameter; force decompressing of compressed data; always
13925         display contents being not decoded as unibyte.
13926
13927         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13928         as well as the filename parameter.
13929
13930         * mm-util.el (mm-decompress-buffer): Merge
13931         gnus-mime-jka-compr-maybe-uncompress.
13932         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13933         of compressed data.
13934
13935 2005-02-08  Simon Josefsson  <jas@extundo.com>
13936
13937         * imap.el (imap-log): Doc fix.
13938
13939 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13942         the coding cookies; decompress compressed parts.
13943
13944         * mml.el (mml-generate-mime-1): Add the charset parameter according
13945         to the value which a user specified manually or the coding cookie.
13946
13947         * mm-util.el (mm-string-to-multibyte): New function.
13948         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13949         (mm-coding-system-to-mime-charset): New function.
13950         (mm-decompress-buffer): New function.
13951         (mm-find-buffer-file-coding-system): New function.
13952
13953         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13954         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13955         parts.
13956
13957 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13958
13959         * mm-view.el (mm-display-inline-fontify): Decode a part according
13960         to the charset parameter.
13961
13962 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13965         prefix arg is neither nil nor a number, as info specifies.
13966
13967 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13968
13969         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13970         timestamps.
13971
13972 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13973
13974         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13975         groups error checking and notify user.
13976
13977 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13978
13979         * message.el (message-send-mail-function): Check existence of
13980         sendmail-program first before using default value
13981         `message-send-mail-with-sendmail'.  Otherwise use more generic
13982         `smtpmail-send-it'.
13983
13984 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * nntp.el (nntp-request-update-info): Always return nil.
13987
13988 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13989
13990         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13991
13992 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13993
13994         * message.el (message-beginning-of-line): Change the behavior when
13995         invoked between BOL and : so that it first moves backward.
13996
13997 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14000         article buffer when editing of the article is discarded.
14001         (gnus-article-prepare): Revert.
14002
14003 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-art.el (gnus-article-prepare):
14006         Remove message-strip-forbidden-properties from the local hook.
14007
14008 2005-01-27  Simon Josefsson  <jas@extundo.com>
14009
14010         * password.el (password-cache-add): Only start one timer per key.
14011         Reported by Derek Atkins <warlord@MIT.EDU>.
14012
14013 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14014
14015         * run-at-time.el: Removed.  It is no longer needed as
14016         timer-funcs.el in the xemacs-base package has a working version of
14017         `run-at-time'.
14018
14019         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14020
14021         * password.el: Require timer-funcs instead of run-at-time in
14022         XEmacs.
14023         Remove `password-run-at-time' macro.
14024         (password-cache-add): Use `run-at-time' instead of
14025         `password-run-at-time'.
14026
14027         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14028         Remove `nnheader-cancel-function-timers' alias,
14029         `cancel-function-timers' exists in XEmacs in timer-funcs.
14030
14031         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14032         for `run-with-idle-timer'.
14033
14034         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14035         for `run-at-time'.
14036
14037         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14038         for `with-timeout'.
14039
14040         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14041         the same as for XEmacs 21.4.
14042         No need to ignore `run-with-idle-timer', this function exists in
14043         XEmacs now in timer-funcs.el in the xemacs-base package.
14044         (dgnushack-compile): No need to delete
14045         run-at-time.el from the list of files to compile because it
14046         doesn't exist anymore.
14047
14048 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14051         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14052
14053 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14054
14055         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14056         sensitively.
14057
14058 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14059
14060         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14061
14062 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14065         which will be inserted according to the multibyteness of a buffer
14066         rather than the type of contents.  Suggested by ARISAWA Akihiro
14067         <ari@mbf.ocn.ne.jp>.
14068
14069         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14070         of string which old xml.el may return rather than a string.
14071
14072 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14075
14076 2005-01-16  Simon Josefsson  <jas@extundo.com>
14077
14078         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14079         idn/idna.el isn't available.
14080         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14081         <michael@waxrat.com>.
14082
14083         * hashcash.el: Remove non-FSF copyright header.
14084
14085         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14086         (hashcash-generate-payment): Use it.
14087         (hashcash-generate-payment-async): Use it.
14088
14089 2005-01-15  Simon Josefsson  <jas@extundo.com>
14090
14091         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14092         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14093
14094         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14095         gnus-summary-idna-message.
14096         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14097         (gnus-summary-idna-message): New function.
14098
14099 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14100
14101         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14102         gnus-novice-user.
14103
14104 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * nnrss.el (nnrss-request-delete-group): Delete entries in
14107         nnrss-group-alist as well.
14108         (nnrss-save-server-data): Insert newline.
14109
14110 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * gnus.el (gnus-user-agent): Use list of symbols instead of
14113         symbols.  Display full version number for (S)XEmacs.  Optionally
14114         display (S)XEmacs codename.
14115
14116         * gnus-util.el (gnus-emacs-version): Update for new
14117         `gnus-user-agent'.
14118
14119         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14120         Gnus version.
14121
14122 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14125         which is unreadable in some setups.
14126
14127 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * gnus-spec.el (gnus-update-format-specifications): Flush the
14130         group format spec cache if it doesn't support decoded group names.
14131
14132 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14133
14134         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14135         Allow to apply decay on score files matching a regexp.
14136
14137 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14140         compatibility in %g and %c.
14141
14142 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14145         name for only %g and %c.
14146         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14147         of gnus-tmp-group to decoded group name.
14148         (gnus-group-make-rss-group): Exclude `/'s from group names.
14149
14150 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * nnrss.el (nnrss-get-encoding): Fix regexp.
14153
14154 2004-12-27  Simon Josefsson  <jas@extundo.com>
14155
14156         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14157         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14158         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14159
14160 2004-12-17  Kim F. Storm  <storm@cua.dk>
14161
14162         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14163
14164         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14165
14166 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14167
14168         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14169
14170 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * nnrss.el: Require rfc2047 and mml.
14173         (nnrss-file-coding-system): New variable.
14174         (nnrss-format-string): Redefine it as an inline function.
14175         (nnrss-decode-group-name): New function.
14176         (nnrss-string-as-multibyte): Remove.
14177         (nnrss-retrieve-headers): Decode group name; don't use
14178         nnrss-format-string.
14179         (nnrss-request-group): Decode group name.
14180         (nnrss-request-article): Decode group name; allow a Message-ID as
14181         well as an article number; don't use nnrss-format-string; encode a
14182         Message-ID string which may contain non-ASCII characters; use
14183         mml-to-mime to compose a MIME article.
14184         (nnrss-request-expire-articles): Decode group name.
14185         (nnrss-request-delete-group): Decode group name.
14186         (nnrss-fetch): Clarify error message.
14187         (nnrss-read-server-data): Use insert-file-contents instead of load;
14188         bind file-name-coding-system; use multibyte buffer.
14189         (nnrss-save-server-data): Bind coding-system-for-write to the
14190         value of nnrss-file-coding-system; bind file-name-coding-system;
14191         add coding cookie.
14192         (nnrss-read-group-data): Use insert-file-contents instead of load;
14193         bind file-name-coding-system; use multibyte buffer.
14194         (nnrss-save-group-data): Bind coding-system-for-write to the
14195         value of nnrss-file-coding-system; bind file-name-coding-system.
14196         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14197         make it work with non-ASCII text.
14198         (nnrss-find-el): Make it work with old xml.el as well.
14199
14200 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14201
14202         * nnrss.el (nnrss-get-encoding): New function.
14203         (nnrss-fetch): Use unibyte buffer initially; bind
14204         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14205         decode contents according to the encoding attribute.
14206         (nnrss-save-group-data): Add coding cookie.
14207         (nnrss-mime-encode-string): New function.
14208         (nnrss-check-group): Use it to encode subject and author.
14209
14210 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14211
14212         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14213         imaginary variable.
14214
14215 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14218         correctly even if there are wide characters.
14219
14220 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14221
14222         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14223         downcased symbol names; make a new cache instead of reusing
14224         bbdb-hashtable.
14225
14226 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14229         concatenating segments rather than before concatenating them.
14230         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14231
14232         * message.el (message-get-reply-headers): Bind `extra'.
14233
14234 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14235
14236         * message.el (message-extra-wide-headers): New variable.
14237         (message-get-reply-headers): Use it.
14238
14239 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14242         (gnus-agent-group-pathname): Ditto.
14243
14244         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14245
14246         * gnus-group.el (gnus-group-make-group): Decode group name.
14247         (gnus-group-make-rss-group): Register the group data after opening
14248         the nnrss group.
14249
14250 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14251
14252         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14253         by expiry now get marked as read.
14254
14255 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14258
14259 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14260
14261         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14262         unify Latin characters in XEmacs.
14263         (mm-find-mime-charset-region): Use it.
14264
14265 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * gnus-util.el (gnus-delete-directory): New function.
14268
14269         * gnus-agent.el (gnus-agent-delete-group): Use it.
14270
14271         * gnus-cache.el (gnus-cache-delete-group): Use it.
14272
14273 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14276         names.
14277
14278 2004-12-16  Simon Josefsson  <jas@extundo.com>
14279
14280         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14281
14282 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14285
14286         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14287         (gnus-group-set-current-level): Decode group name.
14288
14289 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14290
14291         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14292         failed.
14293
14294 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * gnus-group.el (gnus-group-delete-group): Decode group name.
14297         (gnus-group-make-rss-group): Encode group name.
14298         (gnus-group-catchup-current): Decode group name.
14299         (gnus-group-kill-group): Decode group name.
14300
14301 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14302
14303         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14304
14305 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * gnus-group.el (gnus-group-make-rss-group):
14308         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14309
14310         * gnus-start.el (gnus-setup-news): Honor user's setting to
14311         gnus-message-archive-method.  Suggested by Lute Kamstra
14312         <lute@gnu.org>.
14313
14314 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14315
14316         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14317         global counterparts of the buffer-local variables.
14318
14319 2004-11-16  Romain Francoise  <romain@orebokech.com>
14320
14321         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14322         counterparts of the buffer-local variables.
14323
14324 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * message.el (message-forbidden-properties): Fixed typo in doc
14327         string.
14328
14329 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * gnus-util.el (gnus-replace-in-string): Added doc string.
14332
14333         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14334         to avoid problems when splitting mails with many recipients.
14335
14336 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14337
14338         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14339         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14340
14341 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14342
14343         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14344         if there is no hashtable in memory or file modification time is
14345         newer than cached timestamp.
14346
14347 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14348
14349         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14350         not-matching option.
14351
14352 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14355         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14356         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14357         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14358         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14359         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14360
14361 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * message.el (message-forward-make-body-mml): Remove headers
14364         according to message-forward-ignored-headers if a message is decoded.
14365
14366 2004-12-02  Romain Francoise  <romain@orebokech.com>
14367
14368         * message.el (message-forward-make-body-plain): Always remove
14369         headers according to message-forward-ignored-headers.
14370
14371 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14372
14373         * spam.el (spam-summary-prepare-exit): Remove the
14374         gnus-summary-limit pop for now, it has problems with ham marks for
14375         me.
14376
14377 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14378
14379         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14380         correctly.
14381
14382 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14383
14384         * format-spec.el (format-spec): Message the char.
14385
14386 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14387
14388         * gnus-art.el (gnus-split-methods): Reformat comments.
14389
14390         * spam.el (spam-summary-prepare-exit): Remove article limits
14391         before exiting the summary buffer.
14392
14393 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14396         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14397
14398         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14399         order to silence the byte compiler.
14400
14401         * spam.el: Fix the way to silence the byte compiler, which
14402         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14403         bbdb-search-simple, spam-BBDB-register-routine,
14404         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14405         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14406         spam-stat-buffer-is-spam, spam-stat-load,
14407         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14408         spam-stat-save and spam-stat-split-fancy.
14409
14410 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14413         which may confuse users.
14414         (canlock-password-for-verify): Ditto.
14415
14416         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14417
14418         * gnus-art.el (gnus-emphasis-alist): Ditto.
14419
14420         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14421
14422         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14423
14424         * gnus-start.el (gnus-save-killed-list): Ditto.
14425
14426         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14427         (gnus-sum-thread-tree-root): Ditto.
14428         (gnus-sum-thread-tree-false-root): Ditto.
14429         (gnus-sum-thread-tree-single-indent): Ditto.
14430
14431         * message.el (message-courtesy-message): Ditto.
14432         (message-archive-note): Ditto.
14433         (message-subscribed-address-file): Ditto.
14434         (message-user-fqdn): Ditto.
14435
14436         * spam-report.el (spam-report-gmane-regex): Ditto.
14437
14438         * spam.el (spam-blackhole-good-server-regex): Ditto.
14439
14440 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * mml.el (mml-preview): Widen the message buffer before copying
14443         the contents to the preview buffer; sort headers before previewing.
14444
14445         * message.el (message-hidden-headers): Fix the way to avoid a bug
14446         in the `repeat' widget in Emacs 21.3 or earlier.
14447
14448 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * message.el (message-hidden-headers): Default to "^References:".
14451         Improve customization type.  Suggested by Reiner Steib
14452         <Reiner.Steib@gmx.de>.
14453
14454 2004-11-25  Romain Francoise  <romain@orebokech.com>
14455
14456         * message.el (message-strip-forbidden-properties): Remove check for
14457         obsolete `message-hidden' text property, hidden headers are not
14458         accessible in the buffer anymore.
14459
14460 2004-11-22  Romain Francoise  <romain@orebokech.com>
14461
14462         * message.el (message-header-format-alist): Add `From' in list
14463         so that it can be sorted.
14464         (message-fix-before-sending): Widen and sort headers before
14465         sending.
14466         (message-hide-headers): Use narrowing to hide headers by moving
14467         them to the top of the buffer and narrowing to the region
14468         underneath.
14469
14470 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14471
14472         * message.el (message-strip-forbidden-properties): Bind
14473         buffer-read-only (etc) to nil.
14474
14475 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14478         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14479
14480 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14481
14482         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14483
14484 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14485
14486         * dns.el (query-dns): Use sit-for to time instead of
14487         accept-process-output, since that doesn't seem to work on udp
14488         sockets.
14489
14490 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14493
14494 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14495
14496         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14497         doc string.  Improve doc string.
14498
14499 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * nntp.el (nntp-request-update-info): Return nil if
14502         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14503         may not call gnus-activate-group which uselessly issues the GROUP
14504         commands for all nntp groups and wastes time.  Reported by Romain
14505         Francoise <romain@orebokech.com>.
14506
14507         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14508
14509 2004-11-15  Simon Josefsson  <jas@extundo.com>
14510
14511         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14512         headers separately.
14513         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14514         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14515
14516 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * gnus-start.el (gnus-convert-old-newsrc):
14519         Assign legacy-gnus-agent to 5.10.7.
14520
14521 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14522
14523         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14524         start of the lines.
14525
14526 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14527
14528         * hashcash.el (hashcash-default-payment): Change default to 20.
14529         (hashcash-default-accept-payment): Change default to 20.
14530         (hashcash-process-alist): New variable.
14531         (hashcash-generate-payment-async): Add.
14532         (hashcash-already-paid-p): Add.
14533         (hashcash-insert-payment): Don't generate payments twice.
14534         (hashcash-insert-payment-async): Add.
14535         (hashcash-insert-payment-async-2): Add.
14536         (hashcash-cancel-async): Add.
14537         (hashcash-wait-async): Add.
14538         (hashcash-processes-running-p): Add.
14539         (hashcash-wait-or-cancel): Add.
14540         (mail-add-payment): New optional argument.  Conditionally start
14541         asynchronous calculation.
14542         (mail-add-payment-async): Add.
14543
14544         * message.el (message-send-mail): Wait for asynchronous hashcash
14545         results.  Don't clobber existing X-Hashcash headers.
14546         (message-setup-1): Call mail-add-payment-async when
14547         message-generate-hashcash is non-nil.
14548
14549 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14550
14551         * message.el (message-use-alternative-email-as-from): Examine the
14552         From header as well; use message-make-from in order to include a
14553         user's full name.
14554
14555 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14558         default; improve customization type.
14559         (gnus-emphasis-custom-with-format): New macro.
14560         (gnus-emphasis-custom-value-to-external): New function.
14561         (gnus-emphasis-custom-value-to-internal): New function.
14562
14563 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14564
14565         * dns.el (query-dns): Resolve reverse addresses.
14566
14567 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14568
14569         * gnus-group.el (gnus-group-get-new-news): Use it.
14570
14571         * gnus-start.el (gnus-check-reasonable-setup): New function.
14572
14573 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14576         "Args out of range" error.  Reported by Arnaud Giersch
14577         <arnaud.giersch@free.fr>.
14578
14579 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14580
14581         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14582
14583 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14584
14585         * spam.el (spam group): Add :version.
14586
14587         * pgg-def.el (pgg group): Add :version.
14588
14589 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * gnus-art.el (gnus-article-edit-article): Don't associate the
14592         article buffer with a draft file.  This is a temporary measure
14593         against the 2004-08-22 change to gnus-article-edit-mode.
14594
14595 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14598         (html2text-format-tags): Remove unused variable `attr'.
14599
14600 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14601
14602         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14603
14604         * tls.el (tls-process-connection-type, tls-success)
14605         (tls-certtool-program): Add :version.
14606
14607         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14608         (starttls-extra-arguments, starttls-process-connection-type)
14609         (starttls-connect, starttls-failure, starttls-success): Add :version.
14610
14611         * spam-stat.el (spam-stat): Add :version.
14612
14613         * sieve.el (sieve): Add :version.
14614
14615         * sha1.el (sha1): Add :version.
14616         (sha1-use-external): Remove redundant version.
14617
14618         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14619         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14620         (nnmail-split-fancy-match-partial-words)
14621         (nnmail-split-lowercase-expanded): Add :version.
14622
14623         * nndiary.el (nndiary): Add :version.
14624
14625         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14626
14627         * mml-sec.el (mml-default-sign-method)
14628         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14629         Add :version.
14630
14631         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14632
14633         * mm-url.el (mm-url-use-external, mm-url-program)
14634         (mm-url-arguments): Add :version.
14635
14636         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14637         (mm-attachment-file-modes, mm-decrypt-option)
14638         (mm-w3m-safe-url-regexp): Add :version.
14639
14640         * message.el (message-cite-prefix-regexp)
14641         (message-sendmail-envelope-from, message-minibuffer-local-map)
14642         (message-user-fqdn, message-completion-alist): Add :version.
14643
14644         * gnus-win.el (gnus-configure-windows-hook)
14645         (gnus-use-frames-on-any-display): Add :version.
14646
14647         * gnus-art.el (gnus-article-address-banner-alist)
14648         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14649         (gnus-treat-from-picon, gnus-treat-mail-picon)
14650         (gnus-treat-x-pgp-sig): Add :version.
14651
14652         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14653         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14654         (gnus-summary-article-delete-hook)
14655         (gnus-summary-display-while-building): Add :version.
14656
14657         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14658         (gnus-get-top-new-news-hook): Add :version.
14659
14660         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14661         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14662
14663         * gnus-registry.el (gnus-registry): Add :version.
14664
14665         * gnus-spec.el (gnus-use-correct-string-widths)
14666         (gnus-make-format-preserve-properties): Add :version.
14667
14668         * gnus.el (gnus-group-charter-alist)
14669         (gnus-group-fetch-control-use-browse-url)
14670         (gnus-install-group-spam-parameters): Add :version.
14671
14672         * gnus-diary.el (gnus-diary): Add :version.
14673
14674         * gnus-delay.el (gnus-delay): Add :version.
14675
14676         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14677         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14678         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14679         Add :version.
14680
14681         * gnus-agent.el (gnus-agent-max-fetch-size)
14682         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14683         (gnus-agent-prompt-send-queue): Add :version.
14684
14685         * deuglify.el (gnus-outlook-deuglify): Add :version.
14686
14687         * html2text.el: Beautify code.  Improve doc strings.  Some
14688         checkdoc cleanup.
14689         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14690
14691 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14692
14693         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14694
14695 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14696
14697         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14698         when package is loaded.
14699
14700         * spam.el (spam-summary-score-preferred-header): Add global preference
14701         for people who want to override the default SpamAssassin over
14702         Bogofilter preference (when both are set).
14703         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14704         (spam-user-format-function-S): Check
14705         spam-summary-score-preferred-header.
14706         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14707         (spam-user-format-function-S): Format the score correctly.
14708
14709 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14712         signature file.  Suggested by Manoj Srivastava
14713         <srivasta@golden-gryphon.com>.
14714
14715         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14716         iso-2022-jp even in the Japanese language environment.
14717         Suggested by Jason Rumney <jasonr@gnu.org>.
14718
14719 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14722         use the same characters as the dummy marks; make it free from
14723         getting affected by the language environment.
14724         (gnus-summary-read-group-1): Update mark positions only when the
14725         format spec is updated.
14726
14727         * gnus-spec.el (gnus-update-format-specifications): Return a list
14728         of updated types.
14729
14730 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14733         of boundp to check if display-warning is available.
14734
14735 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14736
14737         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14738
14739 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * nnspool.el (nnspool-spool-directory): Use news-path if the
14742         news-directory variable is not bound.
14743
14744         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14745         function instead of display-warning if it is not available.
14746
14747 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14748
14749         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14750         v5-10: Use `point-at-bol'.
14751
14752 2004-10-26  Simon Josefsson  <jas@extundo.com>
14753
14754         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14755         <chenggao@gmail.com>.
14756
14757 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14758
14759         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14760         instead.
14761
14762 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14763
14764         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14765         to remove a server from the nnimap-server-buffer-alist.
14766         (nnimap-open-connection, nnimap-close-server): Use it.
14767
14768         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14769
14770 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14773         running the major-mode function.
14774
14775 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14778         dummy marks in the right way.
14779
14780 2004-10-18  David Edmondson  <dme@dme.org>
14781
14782         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14783         excessively.
14784
14785 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14786
14787         * gnus-util.el (gnus-split-references): Accept a nil references
14788         string and go on blissfully.
14789
14790         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14791         cases where the references string is non-nil but has no references.
14792
14793         * encrypt.el: Add autoload tags.
14794
14795         * spam.el (spam-resolve-registrations-routine): Remove article
14796         from unregistration list too.  Reported by David Hanak
14797         <dhanak@isis.vanderbilt.edu>
14798
14799 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14802         nil.  Changed custom type.
14803
14804 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14807
14808         * gnus-sum.el (gnus-summary-move-article): Use it.
14809
14810 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14811
14812         * encrypt.el: Add autoload cookies.
14813
14814         * spam.el (spam-backend-article-list-property)
14815         (spam-backend-get-article-todo-list)
14816         (spam-backend-put-article-todo-list)
14817         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14818         Resolve registrations separately.
14819         (spam-register-routine): Format comments.
14820         (spam-unregister-routine, spam-register-routine): Always call with
14821         specific-articles, no default list.
14822         (spam-summary-prepare-exit): Use the spam-classifications function.
14823
14824         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14825         gnus-encrypt.el.
14826
14827         * encrypt.el: Copied from gnus-encrypt.el.
14828
14829         * gnus-encrypt.el: Commented that it's obsolete.
14830
14831 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14834         (gnus-score-save): Use it.
14835
14836         * message.el (message-bury): Use `window-dedicated-p'.
14837
14838 2004-10-15  Simon Josefsson  <jas@extundo.com>
14839
14840         * pop3.el (top-level): Don't require nnheader.
14841         (pop3-read-timeout): Add.
14842         (pop3-accept-process-output): Add.
14843         (pop3-read-response, pop3-retr): Use it.
14844
14845 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14846
14847         * spam.el (spam-register-routine): Move comment.
14848         (spam-verify-bogofilter): Use 'unknown for the initial
14849         spam-bogofilter-valid state, not 'never.
14850
14851         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14852         for netrc-machine.
14853
14854         * nnimap.el (nnimap-open-connection): Use
14855         netrc-machine-user-or-password.
14856
14857 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14858
14859         * gnus-registry.el (gnus-registry-unload-hook):
14860         Set as a variable with add-hook.
14861
14862         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14863         of news-path.
14864
14865         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14866
14867         * spam.el: Delete duplicate `provide'.
14868         (spam-unload-hook): Set as a variable with add-hook.
14869
14870 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14873         in the doc string.
14874
14875         * message.el (message-ignored-news-headers)
14876         (message-ignored-supersedes-headers)
14877         (message-ignored-resent-headers)
14878         (message-forward-ignored-headers): Improve custom type.
14879
14880 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * message.el (message-tokenize-header): Fix 2004-09-06 change
14883         which used point-min in the wrong place.
14884
14885 2004-10-12  Simon Josefsson  <jas@extundo.com>
14886
14887         * tls.el (tls-certtool-program): New variable.
14888         (tls-certificate-information): New function, based on
14889         ssl-certificate-information.
14890
14891 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * compface.el: Move the version of ELisp-based uncompface program
14894         to the contrib directory because of the copyright problem.
14895
14896 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14897
14898         * message.el (message-kill-buffer): Raise the current frame.
14899
14900 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14903
14904         * gnus.el (message-y-or-n-p): Autoload.
14905
14906         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14907         (pop3-password-required, pop3-authentication-scheme)
14908         (pop3-leave-mail-on-server): Made customizable.
14909         (pop3): New custom group.
14910         (pop3-retr): Remove `sleep-for' statements.
14911         Suggested by Dave Love <fx@gnu.org>.
14912
14913         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14914         Windows/DOS.
14915
14916         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14917         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14918         Dave Love <fx@gnu.org>.
14919
14920         * mml.el (mml-minibuffer-read-disposition): Require match.
14921         Suggested by Dave Love <fx@gnu.org>.
14922
14923 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14924
14925         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14926         doc string.
14927
14928 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14931
14932 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14933
14934         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14935         instead of calling `mm-insert-inline', to decode text/* parts
14936         before displaying them.
14937
14938 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * mm-uu.el (mm-uu-text-plain-type): New variable.
14941         (mm-uu-pgp-signed-extract-1): Use it.
14942         (mm-uu-pgp-encrypted-extract-1): Use it.
14943         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14944         bind mm-uu-text-plain-type with that value.
14945         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14946         mm-uu-dissect.
14947
14948 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * gnus-group.el (gnus-update-group-mark-positions):
14951         * gnus-sum.el (gnus-update-summary-mark-positions):
14952         * message.el (message-check-news-body-syntax):
14953         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14954         of string-as-multibyte.
14955
14956 2004-10-05  Juri Linkov  <juri@jurta.org>
14957
14958         * gnus-group.el (gnus-update-group-mark-positions):
14959         * gnus-sum.el (gnus-update-summary-mark-positions):
14960         * message.el (message-check-news-body-syntax):
14961         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14962         8-bit unibyte values to a multibyte string for search functions.
14963
14964 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14967         (mm-uu-dissect-text-parts): New function.
14968
14969         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14970         dissect text parts.
14971
14972         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14973         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14974
14975         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14976
14977         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14978         gnus-current-topics instead of gnus-current-topic.
14979
14980 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14981
14982         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14983
14984 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14985
14986         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14987         where approriate.
14988
14989         * nnml.el (nnml-generate-active-info): do.
14990
14991         * nndiary.el (nndiary-generate-active-info): do.
14992
14993         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14994         (gnus-topic-move): do.
14995
14996         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14997         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14998
14999         * gnus-srvr.el (gnus-server-prepare)
15000         (gnus-server-open-all-servers): do.
15001
15002         * gnus-msg.el (gnus-summary-cancel-article)
15003         (gnus-summary-resend-message)
15004         (gnus-summary-mail-crosspost-complaint): do.
15005
15006         * gnus-move.el (gnus-change-server): do.
15007
15008         * gnus-group.el (gnus-group-unmark-all-groups)
15009         (gnus-group-set-current-level): do.
15010
15011 2004-10-04  Simon Josefsson  <jas@extundo.com>
15012
15013         * message.el (message-generate-hashcash): Doc fix.
15014
15015 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15016
15017         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15018         avoid infinite recursion via gnus-get-function.
15019
15020 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15021
15022         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15023
15024         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15025
15026         * nnmail.el (nnmail-split-history): do.
15027
15028         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15029         (nnml-request-delete-group): do.
15030
15031         * nnslashdot.el (nnslashdot-read-groups): do.
15032
15033         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15034         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15035
15036         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15037         (nnspool-sift-nov-with-sed): Use last.
15038         (nnspool-retrieve-headers-with-nov): Use mapc.
15039         (nnspool-request-newgroups): Use dolist.
15040         (nnspool-request-group): Use last.
15041
15042         * nntp.el (nntp-read-server-type): Use dolist.
15043
15044         * nnvirtual.el (nnvirtual-create-mapping)
15045         (nnvirtual-update-read-and-marked): Use dolist.
15046         (nnvirtual-convert-headers): Simplify.
15047
15048 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15049
15050         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15051         support for sync'ing tick marks.
15052
15053 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15056         there's no visible header.
15057
15058 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15059
15060         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15061         necessary, pass full group name to gnus-request-set-marks.
15062
15063 2004-10-01  Simon Josefsson  <jas@extundo.com>
15064
15065         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15066         acroread.
15067
15068 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15069
15070         * spam-report.el (spam-report-gmane): Fix interactive.
15071
15072         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15073
15074         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15075         when writing file.
15076         (gnus-agent-synchronize-flags): Don't default to being
15077         interactive.
15078
15079 2004-09-30  Simon Josefsson  <jas@extundo.com>
15080
15081         * message.el (message-generate-hashcash): Add.
15082         (message-send-mail): Use it, call mail-add-payment.
15083
15084 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15085
15086         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15087
15088 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15089
15090         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15091         gnus-requst-update-info with explicit code to sync the in-memory
15092         info read flags with the marks being sync'd to the backend.
15093
15094         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15095
15096 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15097
15098         * spam.el (spam-verify-bogofilter): Add new function.
15099         (spam-check-bogofilter)
15100         (spam-bogofilter-register-with-bogofilter): Use it.
15101         (spam-verify-bogofilter): Add small fixes.
15102
15103 2004-09-28  Simon Josefsson  <jas@extundo.com>
15104
15105         * hashcash.el (hashcash-generate-payment): Revert.
15106
15107 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15108
15109         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15110         gnus-extract-references instead of gnus-split-references.
15111
15112         * gnus-util.el (gnus-extract-references): Add new function, analogous
15113         to gnus-split-references but extracts only the message-ID without
15114         anything extra.
15115
15116         * hashcash.el (hashcash-generate-payment)
15117         (hashcash-check-payment): Do the right thing if hashcash-path is
15118         nil (because the hashcash program could not be found).
15119
15120         * spam.el (spam-use-hashcash): Remove comment.
15121
15122 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15123
15124         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15125         (gnus-cache-enter-article, gnus-cache-remove-article)
15126         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15127
15128         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15129
15130         * gnus-art.el (article-hide-boring-headers)
15131         (article-translate-strings, article-display-face)
15132         (gnus-article-mime-match-handle-first)
15133         (gnus-article-highlight-headers)
15134         (gnus-article-add-buttons-to-head): do.
15135
15136 2004-09-27  Simon Josefsson  <jas@extundo.com>
15137
15138         * hashcash.el: New version, from
15139         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15140         ../contrib/.
15141
15142 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15145
15146 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15147
15148         * gnus-dup.el (gnus-dup-open): Use mapc.
15149         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15150
15151         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15152         Reported by Stefan Wiens <s.wi@gmx.net>.
15153
15154         * gnus.el (gnus-shutdown): Use dolist.
15155
15156         * gnus-undo.el (gnus-undo): Use mapc.
15157
15158         * nnrss.el (nnrss-generate-active): do.
15159
15160         * message.el (message-cite-original-without-signature)
15161         (message-cite-original): Use mapc.
15162         (message-do-actions, message-make-forward-subject): Use dolist.
15163
15164 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15165
15166         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15167         deletion to remove entire duplicate line.  Fixes merged article
15168         number bug.
15169
15170 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15171
15172         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15173         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15174         first ask if you want to open a server and then, even when you
15175         responded with no, asking if you want to synchronize the server's
15176         flags.
15177         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15178         multi-line expressions.
15179         (gnus-agent-synchronize-group-flags): New internal function.
15180         Updates marks in memory (in the info structure) AND in the
15181         backend.
15182
15183         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15184
15185         * nnagent.el (nnagent-request-set-mark): Use
15186         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15187         method, to ensure that synchronization updates marks in the
15188         backend and in the info (in memory) structure.
15189
15190 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15193         convention fully; don't miss the root article of a thread; make
15194         the X-Draft-From header with correct article numbers.
15195
15196 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15197
15198         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15199         unless plugged.  Disable the agent so that an open failure causes
15200         an error.
15201
15202         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15203         Reverted 2004-09-21 change.  The backend must be opened while
15204         synchronizing flags even when the backend stores the flags
15205         locally.
15206
15207 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15210         in `header' match.  Reported by Svend Tollak Munkejord.
15211
15212         * message.el (message-cite-original): Fix use of
15213         `message-cite-articles-with-x-no-archive'.
15214
15215 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15218         (gnus-window-to-buffer): Ditto.
15219
15220         * mml.el (mml-preview-buffer): New variable.
15221         (mml-preview): Manage window layout with gnus-buffer-configuration.
15222
15223         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15224         X-Draft-From header even if those articles aren't quoted.
15225
15226 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15227
15228         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15229         (gnus-request-set-mark, gnus-request-update-mark): Use new
15230         g-s-t-u-l-m to decide to use backend even when unplugged.
15231
15232 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15235         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15236
15237 2004-09-20  Simon Josefsson  <jas@extundo.com>
15238
15239         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15240         "utf-16-le".
15241
15242 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15243
15244         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15245
15246 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15247
15248         * uudecode.el (uudecode-use-external): Add :version.
15249
15250         * smime.el (smime-CA-file, smime-encrypt-cipher)
15251         (smime-dns-server): Add :version.
15252
15253         * smiley.el (gnus-smiley-file-types): Add :version.
15254
15255         * sha1.el (sha1-use-external): Add :version.
15256
15257         * pgg-def.el (pgg-query-keyserver): Add :version.
15258
15259         * nnmail.el (nnmail-fancy-expiry-targets)
15260         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15261         Add :version.
15262
15263         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15264         (nnimap-retrieve-groups-asynchronous): Add :version.
15265         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15266
15267         * mml.el (mml-content-disposition-parameters)
15268         (mml-insert-mime-headers-always): Add :version.
15269
15270         * mm-util.el (mm-coding-system-priorities): Add :version.
15271
15272         * mm-decode.el (mm-inline-text-html-with-images)
15273         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15274         (mm-verify-option): Add :version.
15275         (mm-text-html-renderer): Change :version.
15276
15277         * message.el (message-fcc-externalize-attachments)
15278         (message-required-headers, message-draft-headers)
15279         (message-subject-trailing-was-query)
15280         (message-subject-trailing-was-ask-regexp)
15281         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15282         (message-mark-insert-end, message-archive-header)
15283         (message-archive-note, message-cross-post-default)
15284         (message-cross-post-note, message-followup-to-note)
15285         (message-cross-post-note-function, message-use-mail-followup-to)
15286         (message-subscribed-address-functions)
15287         (message-subscribed-address-file, message-subscribed-addresses)
15288         (message-subscribed-regexps, message-allow-no-recipients)
15289         (message-yank-cited-prefix, message-signature-insert-empty-line)
15290         (message-hidden-headers, message-hierarchical-addresses)
15291         (message-mail-user-agent, message-use-idna)
15292         (message-valid-fqdn-regexp)
15293         (message-strip-special-text-properties, message-header-synonyms)
15294         (message-beginning-of-line, message-tab-body-function): Add :version.
15295         (message-insert-canlock, message-wide-reply-confirm-recipients):
15296         Change :version.
15297
15298         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15299         and :version.
15300         (mail-source-delete-old-incoming-confirm)
15301         (mail-source-movemail-program): Add :version.
15302
15303         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15304         (gnus-agent-cache, gnus-agent): Change :version.
15305
15306         * gnus-util.el (gnus-use-byte-compile): Change :version.
15307
15308         * gnus-sum.el (gnus-summary-make-false-root-always)
15309         (gnus-summary-default-high-score)
15310         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15311         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15312         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15313         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15314         (gnus-sum-thread-tree-single-indent)
15315         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15316         (gnus-sum-thread-tree-leaf-with-other)
15317         (gnus-sum-thread-tree-single-leaf): Add :version.
15318         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15319         (gnus-article-loose-mime): Change :version.
15320
15321         * gnus-start.el (gnus-backup-startup-file)
15322         (gnus-save-startup-file-via-temp-buffer): Add :version.
15323
15324         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15325         (gnus-server-offline-face): Add :version.
15326
15327         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15328
15329         * gnus-msg.el (gnus-gcc-externalize-attachments)
15330         (gnus-debug-files, gnus-debug-exclude-variables)
15331         (gnus-discouraged-post-methods): Change :version.
15332         (gnus-confirm-mail-reply-to-news)
15333         (gnus-confirm-treat-mail-like-news): Add :version.
15334
15335         * gnus-int.el (gnus-server-unopen-status): Add :version.
15336
15337         * gnus-group.el (gnus-group-jump-to-group-prompt)
15338         (gnus-large-ephemeral-newsgroup)
15339         (gnus-fetch-old-ephemeral-headers): Add :version.
15340
15341         * gnus-fun.el (gnus-x-face-directory)
15342         (gnus-convert-pbm-to-x-face-command)
15343         (gnus-convert-image-to-x-face-command)
15344         (gnus-convert-image-to-face-command): Add :version.
15345
15346         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15347
15348         * gnus-cite.el (gnus-cite-blank-line-after-header)
15349         (gnus-article-boring-faces): Add :version.
15350
15351         * gnus-art.el (gnus-buttonized-mime-types)
15352         (gnus-inhibit-mime-unbuttonizing)
15353         (gnus-treat-display-face)
15354         (gnus-treat-body-boundary): Change :version.
15355         (gnus-body-boundary-delimiter, gnus-picon-databases)
15356         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15357         (gnus-treat-date-english, gnus-treat-fold-headers)
15358         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15359         (gnus-treat-mail-picon, gnus-treat-wash-html)
15360         (gnus-article-encrypt-protocol)
15361         (gnus-use-idna, gnus-article-over-scroll)
15362         (gnus-mime-display-multipart-alternative-as-mixed)
15363         (gnus-mime-display-multipart-related-as-mixed)
15364         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15365         (gnus-ctan-url, gnus-button-ctan-handler)
15366         (gnus-button-handle-ctan-bogus-regexp)
15367         (gnus-button-ctan-directory-regexp)
15368         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15369         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15370         (gnus-button-man-level, gnus-button-emacs-level)
15371         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15372
15373         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15374         (gnus-agent-go-online): Change :version.
15375         (gnus-agent-expire-unagentized-dirs)
15376         (gnus-agent-auto-agentize-methods): Add :version.
15377
15378         * flow-fill.el (fill-flowed-display-column)
15379         (fill-flowed-encode-column): Add :version.
15380
15381         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15382         (gnus-outlook-deuglify-unwrap-max)
15383         (gnus-outlook-deuglify-cite-marks)
15384         (gnus-outlook-deuglify-unwrap-stop-chars)
15385         (gnus-outlook-deuglify-no-wrap-chars)
15386         (gnus-outlook-deuglify-attrib-cut-regexp)
15387         (gnus-outlook-deuglify-attrib-verb-regexp)
15388         (gnus-outlook-deuglify-attrib-end-regexp)
15389         (gnus-outlook-display-hook): Add :version.
15390
15391         * binhex.el (binhex-use-external): Add :version.
15392
15393 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15394
15395         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15396         and `invisible'.
15397
15398 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15399
15400         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15401         in gnus-registry-trim.
15402
15403 2004-09-13  Simon Josefsson  <jas@extundo.com>
15404
15405         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15406
15407         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15408
15409         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15410         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15411         <yamaoka@jpl.org>.
15412         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15413         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15414         <yamaoka@jpl.org>.
15415
15416         * sieve.el (sieve-manage-mode): Ditto.
15417
15418 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15419
15420         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15421
15422 2004-09-11  Simon Josefsson  <jas@extundo.com>
15423
15424         * dns-mode.el: Add.
15425
15426         * mm-view.el (mm-display-dns-inline): Add.
15427
15428         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15429         (mm-automatic-display): Ditto.
15430
15431         * mailcap.el (mailcap-mime-data): Add text/dns.
15432         (mailcap-mime-extensions): Map .soa to text/dns.
15433
15434 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15435
15436         * gnus-art.el (article-decode-mime-words, article-babel)
15437         (gnus-article-highlight-signature, gnus-article-add-buttons)
15438         (gnus-signature-toggle): Remove unnecessary bindings of
15439         `inhibit-read-only' inherited from v5.10 merge.
15440
15441 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15442
15443         * nntp.el (nntp): New customization group.
15444         (nntp-authinfo-file): Add customization group.
15445
15446         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15447
15448         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15449
15450         * gnus.el (to-address, to-list, subscribed)
15451         (large-newsgroup-initial): Ditto.
15452
15453         * flow-fill.el (fill-flowed-display-column)
15454         (fill-flowed-encode-column): Ditto.
15455
15456 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15457
15458         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15459         Use point-min rather than 1.
15460         (message-send-mail): Use buffer-size rather than point-max.
15461
15462         * gnus-sum.el (gnus-summary-search-article-forward):
15463         Signal a specific `search-failed' rather than a generic `error'.
15464
15465         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15466         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15467         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15468
15469 2004-09-10  Simon Josefsson  <jas@extundo.com>
15470
15471         * nndb.el (require): Remove tcp and duplicate cl.
15472
15473 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * gnus-agent.el (directory-files-and-attributes): Move forward.
15476
15477 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15478
15479         * gnus-agent.el (directory-files-and-attributes): Optionally
15480         defined to support XEmacs.
15481
15482 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15483
15484         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15485         to avoid run-time CL dependencies.
15486         (gnus-agent-unfetch-articles): New function.
15487         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15488         article numbers even when local .overview file is missing.
15489         (gnus-agent-read-article-number): New function.  Only accepts
15490         27-bit article numbers.
15491         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15492         gnus-agent-read-article-number.
15493         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15494         from backend while recognizing that article numbers in .overview
15495         must be valid.
15496         (gnus-agent-update-files-total-fetched-for): Use
15497         directory-files-and-attributes to improve performance.
15498         * gnus-int.el (gnus-request-move-article): Use
15499         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15500         improve performance.
15501
15502         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15503         some users confused by references to .newsrc when they only have a
15504         .newsrc.eld file.
15505         (gnus-convert-mark-converter-prompt)
15506         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15507         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15508         New function.  Used internally to only display 'gnus converting
15509         files' message when actually necessary.
15510
15511         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15512         methods now autoloaded.
15513
15514 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15517         identifiers.
15518
15519 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15520
15521         * gnus-picon.el: Fix indentation and closing parenthesis.
15522
15523 2004-09-01  Simon Josefsson  <jas@extundo.com>
15524
15525         * message.el (message-canlock-generate): Require sha1, not
15526         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15527         to require within a function.  Sadly, if sha1.el isn't loaded, the
15528         let binding in m-c-g will hide the defcustom definition, which is
15529         bad.)
15530
15531         * canlock.el: Require sha1, not sha1-el.
15532
15533         * message.el: Don't autoload sha1 (there is a autoload cookie in
15534         sha1.el).
15535
15536         * sha1-el.el: Renamed to sha1.el.
15537
15538 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15539
15540         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15541
15542 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15543
15544         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15545
15546 2004-08-30  Kim F. Storm  <storm@cua.dk>
15547
15548         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15549
15550         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15551         Add :group 'nnimap.
15552
15553 2004-08-30  Andreas Schwab  <schwab@suse.de>
15554
15555         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15556         ?* and ?\;.
15557
15558         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15559         and ?\' to symbol instead of whitespace.
15560
15561 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15564
15565         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15566         instead of re-search-forward.
15567
15568         * gnus-uu.el (gnus-uu-save-article): Ditto.
15569         (gnus-uu-post-encode-uuencode): Ditto.
15570
15571         * html2text.el (html2text-clean-list-items): Ditto.
15572         (html2text-clean-dtdd): Ditto.
15573         (html2text-format-tags): Ditto.
15574
15575         * message.el (message-send-mail-with-sendmail): Fix regexp.
15576         (message-fill-field-general): Use search-forward instead of
15577         re-search-forward.
15578         (unbold-region): Ditto.
15579
15580         * nnrss.el (nnrss-request-article): Ditto.
15581
15582         * nnslashdot.el (nnslashdot-request-article): Ditto.
15583
15584         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15585
15586         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15587         "Unrecognized menu descriptor" error in XEmacs.
15588
15589 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15590
15591         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15592         parent article of a sparse article in the thread hashtb.
15593
15594 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15595
15596         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15597         (nnmail-expand-newtext): Lowercase expanded entries if
15598         nnmail-split-lowercase-expanded is non-nil.
15599
15600 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15603
15604         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15605         of gnus-tmp-news-method into string under XEmacs.  It will be
15606         passed to gnus-correct-length which takes only a string argument.
15607
15608 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * gnus-util.el (gnus-bind-print-variables): New macro.
15611         (gnus-prin1): Use it.
15612         (gnus-prin1-to-string): Use it.
15613         (gnus-pp): New function.
15614         (gnus-pp-to-string): New function.
15615
15616         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15617         Replace pp-to-string with gnus-pp-to-string.
15618         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15619         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15620         * gnus-msg.el (gnus-debug): Ditto.
15621         * gnus-score.el (gnus-score-save): Ditto.
15622         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15623         gnus-pp-to-string.
15624         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15625         with gnus-pp.
15626         * score-mode.el (gnus-score-pretty-print): Ditto.
15627         * webmail.el (webmail-debug): Ditto.
15628
15629 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * gnus-art.el (article-display-face, article-display-x-face):
15632         Use buffer-read-only.
15633
15634 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * gnus-art.el (article-hide-list-identifiers):
15637         Bind inhibit-read-only as t.
15638
15639 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15642
15643 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15644
15645         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15646         (gnus-narrow-to-page): Don't assume point-min == 1.
15647         (gnus-article-edit-mode): Derive from message-mode.
15648
15649         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15650         point-min == 1.
15651
15652         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15653         Disable incorrect use of `assert'.
15654
15655         * message.el (message-mode): Set comment-start-skip.
15656
15657
15658 2004-08-22  Sam Steingold  <sds@gnu.org>
15659
15660         * pop3.el (pop3-leave-mail-on-server): New user variable.
15661         (pop3-movemail): Delete mail only when it is nil.
15662
15663 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15664
15665         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15666
15667         * mml.el (mml-preview): Use `pop-to-buffer'.
15668
15669         * message.el (message-goto-mail-followup-to): Insert after "To".
15670         (message-carefully-insert-headers): Add comment.
15671
15672         * gnus.el: Remove unused variable `gnus-article-check-size'.
15673
15674         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15675
15676         * gnus-art.el (gnus-button-alist): Improve
15677         `gnus-button-handle-library' entry.
15678
15679 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15680
15681         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15682         downcase, since XEmacs capitalizes error messages differently.
15683
15684 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15685
15686         * nntp.el: Add (require 'gnus) due to reference to
15687         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15688
15689 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15690
15691         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15692         `mm-fill-flowed'.
15693
15694         * mm-decode.el (mm-dissect-singlepart): Check it.
15695
15696 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15697
15698         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15699         'imap' for netrc parsing.
15700
15701 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15702
15703         * mailcap.el (mailcap-mime-data): Mark as risky.
15704
15705 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15708         may be included in the encoded word.
15709         (rfc2047-encode): Don't append a space if the encoded word
15710         includes close parenthesis.
15711
15712 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15715         of text within parentheses.
15716
15717 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15718
15719         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15720         (gnus-encrypt-write-file-contents): Make the password key the file
15721         name PLUS the cipher, not just the cipher.  Also remove failed
15722         passwords from the cache.
15723
15724 2004-08-06  Simon Josefsson  <jas@extundo.com>
15725
15726         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15727         fix.
15728
15729 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15732         LWSP.
15733
15734 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15735
15736         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15737         to append in-reply-to: data to the references: header.
15738
15739         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15740         (netrc-parse): Use gnus-encrypt.el functions.
15741
15742         * gnus-encrypt.el: Add new file for encryption support; currently
15743         does only a few GPG ciphers and an internal XOR cipher.
15744
15745         * password.el: Add comments on using password-read-and-add.
15746         (password-read-and-add): Add function to read and add the
15747         password to the cache at once.
15748
15749 2004-07-28  Simon Josefsson  <jas@extundo.com>
15750
15751         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15752         parameter (but don't use it, for now).
15753
15754         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15755         instead of hard coding to nil.
15756
15757 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15760         as mm-inline-image-xemacs does.
15761
15762 2004-07-26  Simon Josefsson  <jas@extundo.com>
15763
15764         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15765         Revert part of 2004-07-17 change below.
15766
15767 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15770         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15771
15772 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15773
15774         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15775         quotes that actually start with ">" at the beginning of the
15776         lines.
15777
15778 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * rfc2047.el (rfc2047-encode-region): Fix last change.
15781         (rfc2047-encode-parameter): Remove useless concat.
15782
15783 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15786         encode special characters; fix some kind of misconfigured headers;
15787         signal a real error if debug-on-quit or debug-on-error is non-nil.
15788         (rfc2047-encode-max-chars): New variable.
15789         (rfc2047-encode-1): Use it.
15790         (rfc2047-encode-parameter): New function.
15791
15792         * mml.el (mml-insert-parameter): Remove an excessive space.
15793
15794 2004-07-17  Simon Josefsson  <jas@extundo.com>
15795
15796         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15797         Kai Grossjohann <kai@emptydomain.de>.
15798         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15799         (gnus-group-make-menu-bar): Ditto.
15800
15801         * gnus-util.el (gnus-group-server): Add.
15802
15803 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15804
15805         * message.el (message-clone-locals): Clone sendmail and smtp
15806         variables.
15807
15808 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * rfc2047.el (rfc2047-encode-region): Fix last change.
15811
15812 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15815         characters as non-special.
15816
15817 2004-07-09  Simon Josefsson  <jas@extundo.com>
15818
15819         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15820         Users will lose all flag changes made while unplugged with
15821         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15822         good default.  See numerous reports on ding mailing list.
15823
15824 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15827         add generate-head-function and generate-article-function to the
15828         rfc822-forward entry.
15829         (nndoc-rfc822-forward-generate-article): New function.
15830         (nndoc-rfc822-forward-generate-head): New function.
15831
15832         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15833
15834 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15835
15836         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15837         respect display group parameter and gnus-summary-expunge-below.
15838         (gnus-articles-to-read): Remove unused reference to display group
15839         parameter.
15840
15841 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15842
15843         * nnheader.el (nnheader-uniquify-message-id): New experimental
15844         variable.
15845         (nnheader-nov-read-message-id): Use it.
15846
15847         * spam-report.el (spam-report-gmane): Add interactive.
15848
15849 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15852         qp-or-base64 for the application/* types.
15853
15854 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15855
15856         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15857
15858 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15859
15860         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15861         trim value.
15862
15863 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15864
15865         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15866         New macro and function.
15867         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15868
15869 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15872         after-load-alist.
15873
15874 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15875
15876         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15877         update info that isn't there.
15878
15879 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15880
15881         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15882         entry.
15883
15884 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * mm-view.el (mm-inline-render-with-function): Use multibyte
15887         buffer; decode html source by charset.
15888
15889         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15890
15891         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15892         Mule-UCS is loaded under XEmacs.
15893         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15894
15895 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15896
15897         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15898
15899 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * mm-util.el (mm-coding-system-p): Return a coding-system.
15902         (mm-mime-mule-charset-alist): Use shift_jis instead of
15903         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15904         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15905         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15906         instead of japanese-shift-jis and iso-latin-1 respectively in
15907         order to share the default value with both Emacs and XEmacs-mule.
15908         (mm-mule-charset-to-mime-charset): Make
15909         mm-coding-system-priorities effective.
15910         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15911         while predicating of candidates upon the priorities.
15912
15913 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15914
15915         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15916         gnus-uu-invert-processable.
15917
15918         * gnus.el: Autoload gnus-uu-invert-processable.
15919
15920 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * mm-util.el (mm-with-multibyte-buffer): New macro.
15923
15924         * rfc2047.el (rfc2047-encode-string): Use it.
15925         (rfc2047-encode-region): Move point to the end of the region after
15926         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15927
15928 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15931         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15932
15933 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15936         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15937         Karl Chen <quarl@nospam.quarl.org>.
15938
15939 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15940
15941         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15942         invalid addresses.
15943
15944 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15945
15946         * spam.el: Change section markers, revise TODO list.
15947         (spam-backends): Make new master list of all installed backends.
15948         (spam-summary-exit-behavior): Add new variable to determine how
15949         messages moves are done at summary exit.
15950         (spam-move-spam-nonspam-groups-only)
15951         (spam-process-ham-in-nonham-groups)
15952         (spam-process-ham-in-spam-groups): Remove variables, the
15953         spam-summary-exit-behavior variable should be used to manage this
15954         behavior.
15955         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15956         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15957         and spam-old-spam-articles.
15958         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15959         Add empty variables, placeholders for the backends they represent.
15960         (spam-set-difference): Move, unchanged.
15961         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15962         unless the user has a processor variable.
15963         (spam-classifications, spam-classification-valid-p)
15964         (spam-backend-properties, spam-backend-property-valid-p)
15965         (spam-backend-function-type-valid-p)
15966         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15967         (spam-report-articles-gmane, spam-report-articles-resend):
15968         Remove functions, they are not needed.
15969         (spam-install-backend-super, spam-backend-list)
15970         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15971         (spam-backend-function, spam-backend-ham-registration-function)
15972         (spam-backend-spam-registration-function)
15973         (spam-backend-ham-unregistration-function)
15974         (spam-backend-spam-unregistration-function)
15975         (spam-backend-statistical-p, spam-backend-mover-p)
15976         (spam-install-backend-alias, spam-install-checkonly-backend)
15977         (spam-install-mover-backend, spam-install-nocheck-backend)
15978         (spam-install-backend, spam-install-statistical-backend)
15979         (spam-install-statistical-checkonly-backend): Add backend installation
15980         support.
15981         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15982         (spam-group-processor-p): Use the new backend code and respect the
15983         summary exit behavior.
15984         (spam-mark-spam-as-expired-and-move-routine): Remove.
15985         (spam-summary-prepare): Change to use the new spam-old-articles
15986         variable.
15987         (spam-copy-or-move-routine, spam-copy-spam-routine)
15988         (spam-move-spam-routine, spam-copy-ham-routine)
15989         (spam-move-ham-routine): Add code to copy/move ham or spam.
15990         (spam-fetch-field-fast): Improve doc and code, plus allow the
15991         'number request.
15992         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15993         variables.
15994         (spam-split, spam-find-spam): Use the new backend code.
15995         (spam-registration-functions): Remove variable.
15996         (spam-unregister-routine): Add convenience wrapper.
15997         (spam-log-undo-registration, spam-register-routine)
15998         (spam-log-processing-to-registry)
15999         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16000         where possible.
16001         (spam-check-gmane-xref, spam-check-regex-headers)
16002         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16003         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16004         (spam-check-bogofilter-headers, spam-check-spamoracle)
16005         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16006         (spam-check-crm114-headers): Use the spam-split-group that
16007         spam-split prepares, no need to determine it every time.
16008
16009         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16010         to the nnheader-parse-naked-head call.
16011
16012         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16013
16014         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16015         the nnheader-nov-read-message-id call.
16016
16017 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16020         gnus-activate-group twice.  Suggested by Markus Peter
16021         <warp@spin.de>.
16022
16023 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * gnus-art.el (gnus-article-time-format): Exchange the order of
16026         day and month in the default value; fix customization type.
16027         (article-date-ut): Use add-text-properties.
16028         (article-make-date-line): Use message-make-date instead of
16029         current-time-string.
16030
16031         * message.el (message-fetch-field): Don't use set-text-properties.
16032         (message-make-date): Simplify.
16033
16034         * messagexmas.el (message-xmas-make-date): New function.
16035         (message-xmas-redefine): Defalias message-make-date to it.
16036
16037 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16040         (rfc2047-encode-region): Treat text within parentheses as special;
16041         show the original text when error has occurred.
16042
16043         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16044         already-computed method to gnus-activate-group.
16045
16046         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16047         same select-methods identical Lisp objects.
16048
16049         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16050         object when modifying the info.
16051
16052 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16055         gnus-opened-servers since it has never been opened with the new
16056         configuration yet.
16057
16058 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16061         arg to nnheader-generate-fake-message-id.
16062
16063 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16064
16065         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16066         number and build a fake message ID localized to a group and
16067         article number (so it's repeatable from that point on).
16068         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16069         ID format.
16070
16071         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16072         nnheader-generate-fake-message-id with the article number.
16073
16074 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16075
16076         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16077         end-of-buffer.
16078
16079 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16080
16081         * message.el (message-ignored-supersedes-headers): Add Approved.
16082
16083 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16086         goto-char.
16087         (rfc2047-encode): Fold the line before encoding.
16088
16089 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16090
16091         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16092         folding -- not all headers can be folded, and this should be done
16093         by the message composition mode.  Probably.  I think.
16094
16095 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16098         fast.
16099
16100         * gnus-ems.el (gnus-remove-image): Don't use
16101         message-text-with-property; remove only the image found first.
16102
16103         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16104         found first.
16105
16106 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16107
16108         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16109
16110 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * message.el (message-text-with-property): Make it fast and accept
16113         optional arguments.
16114         (message-strip-forbidden-properties): Use it.
16115         (message-fix-before-sending): Follow the m-t-w-p change.
16116
16117         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16118
16119 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * gnus-art.el (article-hide-headers): Don't change the buffer
16122         mistakenly when performing mml-preview even if
16123         gnus-single-article-buffer is nil.
16124
16125 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16126
16127         * message.el (message-expand-name-databases): New user option.
16128         (message-expand-name): Use it.
16129
16130 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16131
16132         * spam.el (spam-report-articles-resend)
16133         (spam-report-resend-register-routine): Allow ham reporting.
16134         (spam-report-resend-register-ham-routine): Add wrapper.
16135         (spam-registration-functions): Add ham resending functions.
16136         (spam-list-of-processors): Add ham resend processor.
16137
16138         * gnus.el (ham-resend-to): Add new group parameter.
16139         (spam-process): Add ham resend option.
16140
16141         * spam-report.el (spam-report-resend): Allow reporting ham.
16142         (spam-report-resend-ham): Add wrapper.
16143
16144 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16145
16146         * message.el (message-cite-articles-with-x-no-archive): New
16147         variable.
16148         (message-cite-original): Use it.
16149
16150 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16151
16152         * message.el (message-cite-original): Respect X-No-Archive.
16153
16154 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * gnus-art.el (article-hide-headers): Refer to the values for
16157         gnus-ignored-headers and gnus-visible-headers in the summary
16158         buffer since a user may have set them as group parameters.
16159
16160 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16161
16162         * assistant.el (assistant-node-name): Add convenience function.
16163         (assistant-render-text, assistant-render-node): Add error handling,
16164         plus handle multiple next nodes.
16165         (assistant-find-next-node): Comment out for now.
16166         (assistant-find-next-nodes): Add function, returns list of next
16167         nodes.
16168
16169 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16170
16171         * mail-source.el (mail-source-directory): Fix doc-string.
16172
16173 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16174
16175         * assistant.el (assistant-render-text, assistant-eval): Add :set
16176         widget type, which is different because it takes and returns a
16177         list.  Much hilarity ensues.
16178
16179 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16180
16181         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16182
16183         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16184         doc-string.
16185
16186         * gnus-start.el (gnus-activate-group): Added doc-string.
16187
16188 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16191
16192 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16193
16194         * assistant.el (assistant-render-text): Try to add a :set
16195         widget, more to come.
16196
16197         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16198         strings.
16199         (spam-report-articles-resend)
16200         (spam-register-routine): Do registration iff any articles warrant
16201         it.
16202         (spam-summary-prepare-exit): Change log message for nil group
16203         destinations.
16204
16205 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16206
16207         * spam.el (spam-report-resend-register-routine): Allow
16208         spam-report-resend-to to be a group parameter or a global value.
16209
16210 2004-05-26  Simon Josefsson  <jas@extundo.com>
16211
16212         * starttls.el: Merge with my GNUTLS based starttls.el.
16213         (starttls-gnutls-program, starttls-use-gnutls)
16214         (starttls-extra-arguments, starttls-process-connection-type)
16215         (starttls-connect, starttls-failure, starttls-success): New
16216         variables.
16217         (starttls-program, starttls-extra-args): Doc fix.
16218         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16219         functions.
16220         (starttls-negotiate, starttls-open-stream): Check
16221         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16222         function if it is set.
16223
16224 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16227         structured fields.
16228
16229 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16232
16233 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16234
16235         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16236         variable.
16237         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16238         assigning the spam-mark to new messages.
16239
16240 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16241
16242         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16243
16244 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16247
16248         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16249         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16250         default.
16251
16252 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16253
16254         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16255         correct data.
16256
16257 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16258
16259         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16260         (spam-group-processor-p): Fix function.
16261         (spam-group-processor-multiple-p)
16262         (spam-group-spam-processor-report-gmane-p)
16263         (spam-group-spam-processor-report-resend-p)
16264         (spam-group-spam-processor-bogofilter-p)
16265         (spam-group-spam-processor-blacklist-p)
16266         (spam-group-spam-processor-ifile-p)
16267         (spam-group-ham-processor-ifile-p)
16268         (spam-group-spam-processor-spamoracle-p)
16269         (spam-group-spam-processor-crm114-p)
16270         (spam-group-ham-processor-bogofilter-p)
16271         (spam-group-spam-processor-stat-p)
16272         (spam-group-ham-processor-stat-p)
16273         (spam-group-ham-processor-whitelist-p)
16274         (spam-group-ham-processor-BBDB-p)
16275         (spam-group-ham-processor-spamoracle-p)
16276         (spam-group-ham-processor-copy-p): Remove functions with some
16277         prejudice against unneeded code.
16278         (spam-report-articles-resend)
16279         (spam-report-resend-register-routine): Allow the group/topic
16280         spam-resend-to value to override spam-report-resend-to.
16281         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16282         properly now.
16283
16284         * gnus.el (spam-resend-to): Add group/topic parameter.
16285         (spam-process): Move the OBSOLETE processors to the end of the
16286         choices.
16287
16288 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16289
16290         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16291         with resend-to set to nil, and then ask the user if necessary.
16292         (spam-report-resend): spam-report-resend takes a list of articles, not
16293         separate article numbers.
16294
16295 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16298         addition to emacs-w3m.
16299
16300 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16301
16302         * assistant.el (assistant-authinfo-data): New function.
16303         (assistant-eval): Eval for entire assistant.
16304
16305         * netrc.el (netrc-services-file): New variable.
16306         (netrc-parse-services): New function.
16307         (netrc-find-service-name): New function.
16308         (netrc-find-service-number): New function.
16309         (netrc-port-equal): New function.
16310         (netrc-machine): Use it.
16311
16312         * nnimap.el (nnimap-open-connection): Use netrc.
16313
16314         * gnus-util.el (gnus-netrc-get): Remove aliases.
16315
16316         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16317
16318         * assistant.el (wid-edit): Fix compilation.
16319
16320         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16321
16322 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16323
16324         * gnus-util.el (gnus-set-file-modes): New function.  (small
16325         patch).
16326
16327 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16328
16329         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16330
16331         * assistant.el (assistant-render-node): Fix up rendering and
16332         read-only text.
16333         (assistant-render-node): Reset.
16334         (assistant-make-read-only): Not sticky.
16335
16336 2004-05-20  Danny Siu  <dsiu@adobe.com>
16337
16338         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16339         centered even when gnus-auto-center-summary is t.
16340
16341 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16342
16343         * dns.el (dns-get-txt-answer): New function.
16344         (dns-read-txt): Ditto.
16345         (query-dns): Use it.
16346
16347 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16350         active for foreign groups even if the group level is higher than
16351         the specified value.
16352
16353 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16354
16355         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16356         non-active groups.
16357
16358         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16359
16360 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16361
16362         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16363
16364 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16365
16366         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16367         (spam-crm114-header, spam-crm114-spam-switch)
16368         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16369         (spam-crm114-positive-spam-header)
16370         (spam-crm114-database-directory, spam-list-of-processors)
16371         (spam-group-spam-processor-crm114-p)
16372         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16373         (spam-generic-score, spam-list-of-checks)
16374         (spam-list-of-statistical-checks, spam-registration-functions)
16375         (spam-check-crm114-headers, spam-crm114-score)
16376         (spam-check-crm114, spam-crm114-register-with-crm114)
16377         (spam-crm114-register-spam-routine)
16378         (spam-crm114-unregister-spam-routine)
16379         (spam-crm114-register-ham-routine)
16380         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16381         asjo@koldfront.dk (Adam Sjøgren).
16382
16383         * gnus.el: Add spam-use-crm114.
16384
16385         * spam.el (spam-list-of-processors, spam-registration-functions):
16386         Add spam-use-resend.
16387         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16388         (spam-report-articles-gmane): Add doc fix.
16389         (spam-report-articles-resend, spam-report-resend-register-routine):
16390         Add wrappers around spam-report-resend-to.
16391
16392         * spam-report.el (spam-report-resend-to, spam-report-resend):
16393         Add support for resending spam.
16394         (spam-report-gmane): Fix line length >80.
16395
16396         * gnus.el (spam-process): Add spam-use-resend.
16397
16398 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16399
16400         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16401         number of processed spam messages.
16402         (spam-ham-copy-or-move-routine): Return the number of processed
16403         ham messages.
16404         (spam-summary-prepare-exit): Use the above values to decide
16405         whether status messages shouled be displayed.
16406
16407 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16410         `rfc2047-encoding-function-alist' in order to avoid conflicting
16411         with the old version.
16412         (rfc2047-encode-region): Concatenate words containing non-ASCII
16413         characters in structured fields; don't encode space-delimited
16414         ASCII words even in unstructured fields; don't break words at
16415         char-category boundaries.
16416         (rfc2047-encode-1): New function.
16417         (rfc2047-encode): Use it; encode text so that it occupies the
16418         maximum width within 76-column; work correctly on Q encoding for
16419         iso-2022-* charsets.
16420         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16421         sure not to break a line just after the header name.
16422         (rfc2047-b-encode-region): Removed.
16423         (rfc2047-b-encode-string): New function.
16424         (rfc2047-q-encode-region): Removed.
16425         (rfc2047-q-encode-string): New function.
16426
16427         * mm-util.el (mm-replace-in-string): New function.
16428
16429 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16430
16431         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16432         get it right.
16433         (gnus-inews-make-draft): Really.
16434
16435 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16436
16437         * nnmh.el (nnmh-request-list-1): Don't check the link count
16438         before descending.  (small patch)
16439
16440 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16441
16442         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16443         stuff.
16444
16445         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16446         on real group name.
16447
16448         * gnus-art.el (gnus-signature-limit): Doc fix.
16449
16450         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16451
16452         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16453
16454 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16455
16456         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16457         isn't a string.
16458
16459 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16460
16461         * gnus-draft.el (gnus-draft-send): Bind
16462         rfc2047-encode-encoded-words.
16463
16464         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16465         (rfc2047-encodable-p): Say that =? needs encoding.
16466         (rfc2047-encode-encoded-words): New variable.
16467
16468         * gnus-group.el (gnus-group-select-group): Doc fix.
16469
16470         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16471
16472         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16473         to nil.
16474
16475         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16476
16477         * nnheader.el (nnheader-get-lines-and-char): New function.
16478
16479 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * gnus-msg.el (gnus-summary-followup-with-original): Document
16482         yanking of region when active.
16483
16484 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16487         groups if the group level is higher than the specified value.
16488
16489 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16490
16491         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16492         (gnus-group-jump-to-group): Added prefix argument using
16493         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16494         non-active group.
16495
16496         * compface.el (uncompface): Be verbose when changing
16497         `uncompface-use-external'.
16498
16499         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16500         handle manual section.
16501
16502 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16503
16504         * gnus-art.el (gnus-button-alist): Revert previous change.
16505
16506 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16509
16510 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16511
16512         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16513         whether backend can accept message.
16514
16515         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16516
16517 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16518
16519         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16520         Avoid creating directory when nntp-marks-is-evil is true.
16521         Reported by Reiner Steib.
16522
16523 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16524
16525         * gnus-picon.el (gnus-picon-style): New variable.
16526         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16527         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16528         Jesper Harder <harder@ifa.au.dk>.
16529
16530 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16531
16532         * message.el (message-fill-field): Return point.
16533         (message-generate-headers): Go to end of field.
16534
16535         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16536         stuff for non-living groups.
16537
16538 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16539
16540         * gnus-art.el (gnus-article-followup-with-original)
16541         (gnus-article-reply-with-original): gnus-mark-active-p ->
16542         gnus-region-active-p.
16543
16544 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16545
16546         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16547         only when there is spam or ham to be processed.
16548
16549 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16550
16551         * mail-source.el (mail-source-delete-crash-box): Refactor.
16552         (mail-source-fetch): Use it.
16553         (mail-source-fetch-file): Ditto.
16554         (mail-source-fetch-directory): Run postscript in loop.
16555         (mail-source-fetch-pop): Delete.
16556         (mail-source-fetch-maildir): Ditto.
16557         (mail-source-fetch-imap): Ditto.
16558
16559         * imap.el (imap-authenticators): Comment out sasl.
16560
16561         * message.el (message-skip-to-next-address): New function.
16562         (message-fill-header-address): Refactor.
16563         (message-fill-address): Use it.
16564         (message-delete-address): Use it.
16565         (message-fill-header-general): Refactor.
16566         (message-fill-field-address): Rename.
16567         (message-narrow-to-field): Find the start of the header.
16568         (message-header-format-alist): Don't pre-fill.
16569         (message-fill-header): Removed.
16570         (message-insert-header): New function.
16571         (message-shorten-references): Use it.
16572
16573         * rfc2047.el (rfc2047-field-value): Strip props.
16574
16575         * mail-parse.el (mail-header-make-address): New alias.
16576
16577         * ietf-drums.el (ietf-drums-make-address): New function.
16578
16579         * imap.el: Add compiler directives.
16580
16581         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16582
16583         * gnus-art.el (article-decode-idna-rhs): Don't use
16584         message-idna-inside-rhs-p.
16585
16586 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16587
16588         * message.el (message-idna-inside-rhs-p): Removed.
16589         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16590
16591         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16592         false positives.
16593
16594 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16595
16596         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16597
16598 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16599
16600         * nneething.el (nneething-file-name): Don't create spurious
16601         files.
16602
16603         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16604         (gnus-inews-do-gcc): Remove sleep.
16605
16606         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16607         part under point.
16608
16609         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16610         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16611
16612 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16613
16614         * spam.el (spam-summary-prepare-exit): Fixed (length).
16615
16616 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16617
16618         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16619         as expired without moving it" message when there are spam
16620         messages left.
16621
16622 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16623
16624         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16625         header is not nil.
16626
16627 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16628
16629         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16630         nntp-possibly-create-directory, not nntp-possibly-change-group.
16631         (nntp-marks-changed-p): New arg SERVER.
16632         (nntp-request-update-info): Adjust caller.
16633
16634 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16635
16636         * nntp.el (nntp-save-marks): Pass missing arg.
16637
16638 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16639
16640         * nntp.el: Support marks.
16641         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16642         (nntp-marks-modtime, nntp-marks-directory): New variables.
16643         (nntp-request-set-mark, nntp-request-update-info)
16644         (nntp-possibly-create-directory, nntp-marks-changed-p)
16645         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16646         functions.
16647
16648 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16649
16650         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16651         (gnus-xmas-redefine): Rename.
16652
16653         * gnus-score.el (gnus-score-insert-help): Use
16654         gnus-select-lowest-window.
16655
16656         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16657         appt-select-lowest-window and rename to gnus-select-lowest-window.
16658
16659         * gnus.el: do.
16660
16661 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16662
16663         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16664         encodings of MIME-encoded words, in order to improve
16665         interoperability with several broken MUAs.
16666
16667 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16668
16669         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16670         tags, only when charsets are not specified in headers.
16671         (mm-inline-text-html-render-with-w3m): Ditto.
16672
16673         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16674         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16675
16676 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16677
16678         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16679         instead of MIME-decoded from fields when checking
16680         `gnus-article-address-banner-alist'.
16681
16682 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16683
16684         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16685         description rather than subject.
16686
16687 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16688
16689         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16690
16691 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692
16693         * gnus.el (gnus-version-number): Bump.
16694
16695 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16696
16697         * gnus.el: No Gnus v0.2 is released.
16698
16699 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16700
16701         * gnus-agent.el (gnus-agent-read-agentview): Inline
16702         gnus-uncompress-range.
16703
16704 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16705
16706         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16707         `exec-installed-p'.
16708
16709 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16710
16711         * gnus.el (spam-process, spam-autodetect-methods): Add
16712         bsfilter and bsfilter-headers.
16713
16714         * spam.el (spam-bsfilter): New customize group.
16715         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16716         (spam-bsfilter-header, spam-bsfilter-probability-header)
16717         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16718         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16719         (spam-bsfilter-database-directory): New options.
16720         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16721         (spam-list-of-statistical-checks, spam-registration-functions):
16722         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16723         (spam-bsfilter-score): New command.
16724         (spam-check-bsfilter-headers, spam-check-bsfilter)
16725         (spam-bsfilter-register-with-bsfilter)
16726         (spam-bsfilter-register-spam-routine)
16727         (spam-bsfilter-unregister-spam-routine)
16728         (spam-bsfilter-register-ham-routine)
16729         (spam-bsfilter-unregister-ham-routine): New functions.
16730         (spam-generic-score): Support bsfilter; Accept an optional argument
16731         to recalcurate spam score even if scoring header has already been
16732         added.
16733         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16734         optional argument to recalcurate spam score even if scoring header
16735         has already been added.
16736
16737 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16738
16739         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16740         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16741         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16742         link is missing.
16743
16744 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16745
16746         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16747         (html2text-get-attr): Rewrite.
16748
16749         * message.el (message-setup-1): Remove redundant put-text-property
16750         on mail-header-separator.
16751
16752 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16753
16754         * gnus-registry.el (gnus-registry-cache-whitespace)
16755         (gnus-registry-action, gnus-registry-spool-action)
16756         (gnus-registry-split-fancy-with-parent): Change message levels
16757         from 5 to 3 or 7, as needed.
16758
16759         * spam.el (spam-summary-prepare-exit)
16760         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16761         (spam-split, spam-find-spam, spam-log-undo-registration)
16762         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16763         level from 5 to 6.
16764
16765 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16768         2004-03-04 change).
16769
16770 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16771
16772         * sieve-manage.el (sieve-manage-open):
16773         * nnweb.el (nnweb-insert-html):
16774         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16775         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16776         * nnspool.el (nnspool-request-group):
16777         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16778         * nnml.el (nnml-request-update-info):
16779         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16780         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16781         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16782         (nnimap-request-set-mark):
16783         * nnfolder.el (nnfolder-request-update-info):
16784         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16785         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16786         * gnus-uu.el (gnus-uu-find-articles-matching):
16787         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16788         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16789         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16790         * gnus-nocem.el (gnus-nocem-scan-groups):
16791         * gnus-int.el (gnus-start-news-server):
16792         * gnus-group.el (gnus-group-make-kiboze-group)
16793         (gnus-group-browse-foreign-server):
16794         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16795         Use mapc when appropriate.
16796
16797 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16798
16799         FIXME: Make separate entries for each person.
16800
16801         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16802         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16803         <shields@msrl.com>:
16804
16805         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16806         may need for spam sorting and scoring.
16807         (spam-user-format-function-S): Add user format function suitable for
16808         general use.
16809         (spam-article-sort-by-spam-status): Add sorting function for summary
16810         sorting.
16811         (spam-extra-header-to-number): Add function to get a score from a
16812         header.
16813         (spam-summary-score): Add function to get a numeric score from the
16814         headers.
16815         (spam-generic-score): Fix function doc, was in wrong place.
16816         (spam-initialize): Take symbols when it's run, and install the
16817         extra headers that spam-necessary-extra-headers thinks we need.
16818
16819 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16820
16821         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16822         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16823
16824 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16825
16826         * gnus-sum.el (gnus-set-global-variables)
16827         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16828         (gnus-article-get-xrefs, gnus-summary-best-group)
16829         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16830         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16831         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16832         Use with-current-buffer.
16833
16834 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16835
16836         * spam.el (spam-summary-prepare-exit): Simplify logic.
16837         (spam-fetch-article-header): Read the article header if it's not
16838         available.
16839         (spam-list-articles): Simplify logic.
16840         (spam-filelist-register-routine): Fix bug with unregister-list.
16841
16842         * gnus-registry.el: Fix comments at beginning.
16843
16844 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16845
16846         * message.el (message-cater-to-broken-inn): Remove.
16847         (message-shorten-references): Make sure the total folded length of
16848         References is shorter than 998 characters to cater to a bug in INN
16849         2.3.  Also, don't pretend that references aren't folded -- this
16850         hasn't worked for a while.
16851
16852 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16853
16854         * gnus-agent.el (gnus-agentize):
16855         gnus-agent-send-mail-real-function no longer set to current value
16856         of message-send-mail-function but rather a lambda that calls
16857         message-send-mail-function.  The change makes the agent real-time
16858         responsive to user changes to message-send-mail-function.
16859
16860 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16861
16862         * legacy-gnus-agent.el
16863         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16864         help from Florian Weimer <fw@deneb.enyo.de>
16865
16866 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * nnmail.el (nnmail-cache-insert): Revert last change.
16869
16870 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * nnmail.el (nnmail-cache-insert): Always check whether
16873         nnmail-cache-ignore-groups matches a group name.
16874
16875 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16876
16877         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16878         (spam-find-spam, spam-log-processing-to-registry)
16879         (spam-log-registered-p, spam-log-unregistration-needed-p)
16880         (spam-log-undo-registration): Use gnus-message instead of
16881         gnus-error, none of these errors are fatal.
16882
16883         * gnus-registry.el (gnus-registry-clean-empty-function)
16884         (gnus-registry-clean-empty): Remove only empty entries without
16885         extra data.
16886
16887 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16888
16889         * spam-stat.el (spam-stat-buffer-change-to-spam)
16890         (spam-stat-buffer-change-to-non-spam): Change (error) to
16891         (gnus-message 8) invocation.
16892
16893 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16894
16895         * nntp.el (nntp-via-netcat-command): New variable.
16896         (nntp-via-netcat-switches): New variable.
16897         (nntp-open-via-rlogin-and-netcat): New function.
16898         (nntp-open-connection-function): Doc fix.
16899         (nntp-telnet-command): Doc fix.
16900         (nntp-end-of-line): Doc fix.
16901         (nntp-via-rlogin-command): Doc fix.
16902         (nntp-via-user-name): Doc fix.
16903         (nntp-via-address): Doc fix.
16904
16905 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16906
16907         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16908         error in Emacs 21.1.
16909
16910 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16911
16912         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16913
16914 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16915
16916         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16917         (gnus-agent-with-refreshed-group): New macro.
16918         (gnus-agent-rename-group): New function.
16919         (gnus-agent-delete-group): New function.
16920         (gnus-agent-save-group-info): Use gnus-command-method when
16921         `method' parameter is nil.  Don't write nil entries into the
16922         active file.
16923         (gnus-agent-get-group-info): New function.
16924         (gnus-agent-fetch-articles): Use
16925         gnus-agent-update-files-total-fetched-for to increment disk space
16926         used.
16927         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16928         gnus-agent-update-view-total-fetched-for to increment disk space
16929         used.
16930         (gnus-agent-get-local): Added optional parameters to avoid calling
16931         gnus-group-real-name and gnus-find-method-for-group.
16932         (gnus-agent-set-local): Delete stored entry if either min, or max,
16933         are nil.
16934         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16935         quit, use gnus-agent-regenerate-group to record existance of any
16936         articles fetched to disk before the quit occurred.
16937         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16938         gnus-agent-update-view-total-fetched-for, and
16939         gnus-agent-update-files-total-fetched-for to decrement disk space
16940         used.
16941         (gnus-agent-retrieve-headers): Use
16942         gnus-agent-update-view-total-fetched-for to increment disk space
16943         used.
16944         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16945         with gnus-agent-update-files-total-fetched-for to decrement disk
16946         space and fresh group buffer.
16947         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16948         (gnus-agent-need-update-total-fetched-for): New variable.
16949         (gnus-agent-update-files-total-fetched-for): New function.
16950         (gnus-agent-update-view-total-fetched-for): New function.
16951         (gnus-agent-total-fetched-for): New function.
16952
16953         * gnus-cache.el (gnus-cache-save-buffers): Use
16954         gnus-cache-update-overview-total-fetched-for to change disk space
16955         used by this group.
16956         (gnus-cache-possibly-enter-article): Use
16957         gnus-cache-update-file-total-fetched-for to increment disk space
16958         used by this group.
16959         (gnus-cache-possibly-remove-article): Use
16960         gnus-cache-update-file-total-fetched-for to decrement disk space
16961         used by this group.
16962         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16963         (gnus-cache-rename-group): New function.
16964         (gnus-cache-delete-group): New function.
16965         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16966         (gnus-cache-need-update-total-fetched-for): New variable.
16967         (gnus-cache-with-refreshed-group): New macro.
16968         (gnus-cache-update-file-total-fetched-for): New function.
16969         (gnus-cache-update-overview-total-fetched-for): New function.
16970         (gnus-cache-rename-group-total-fetched-for): New function.
16971         (gnus-cache-delete-group-total-fetched-for): New function.
16972         (gnus-cache-total-fetched-for): New function.
16973
16974         * gnus-group.el: Require gnus-sum and autoload functions to
16975         resolve warnings when gnus-group.el compiled alone.
16976         (gnus-group-line-format): Documented new %F.
16977         (size of Fetched data) group line format; identifies disk space
16978         used by agent and cache.
16979         (gnus-group-line-format-alist): Defined new F format.
16980         (gnus-total-fetched-for): New function.
16981         (gnus-group-delete-group): No longer update
16982         gnus-cache-active-altered as gnus-request-delete-group now keeps
16983         the cache in sync.
16984         (gnus-group-list-active): Let the agent store a server's active
16985         list if currently plugged.
16986
16987         * gnus-int.el (gnus-request-delete-group):
16988         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16989         local disk in sync with the server.
16990         (gnus-request-rename-group):
16991         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16992         local disk in sync with the server.
16993
16994         * gnus-start.el (gnus-get-unread-articles):
16995         Cosmetic simplification to logic.
16996
16997         * gnus-util.el (gnus-rename-file): New function.
16998
16999 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17000
17001         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17002
17003 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17004
17005         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17006         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17007
17008 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17009
17010         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17011         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17012
17013 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17014
17015         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17016
17017 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17018
17019         * spam.el (spam-set-difference): Add function to replace
17020         gnus-set-difference in spam.el.
17021         (spam-summary-prepare-exit): Use spam-set-difference.
17022
17023 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17024
17025         * gnus-registry.el (gnus-registry-cache-file): Update to use
17026         gnus-dribble-directory OR gnus-home-directory OR ~.
17027         (gnus-registry-split-fancy-with-parent): Fix doc.
17028
17029 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * message.el (message-exchange-point-and-mark): Use
17032         message-mark-active-p.  Suggested by Jesper Harder
17033         <harder@ifa.au.dk>.
17034
17035 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * message.el (message-exchange-point-and-mark): Don't activate
17038         region if it was inactive.  Suggested by Hiroshi Fujishima
17039         <pooh@nature.tsukuba.ac.jp>.
17040
17041 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * gnus-art.el (article-display-face): Display Faces in the same
17044         order as X-Faces.
17045
17046 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17049
17050 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17053         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17054         (gnus-article-mime-hierarchy): Remove.
17055         (gnus-article-mime-hierarchy-next): Remove.
17056         (gnus-article-mode): Revert 2004-03-19 change.
17057         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17058         (gnus-insert-mime-button): Revert 2004-03-19 change.
17059         (gnus-mime-accumulate-hierarchy): Remove.
17060         (gnus-mime-enter-multipart): Remove.
17061         (gnus-mime-leave-multipart): Remove.
17062         (gnus-mime-display-part): Revert 2004-03-19 change.
17063         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17064
17065         * mml.el (mml-preview): Revert 2004-03-19 change.
17066
17067 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17068
17069         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17070
17071 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17074         t while entering a file name using the mm-with-multibyte macro.
17075         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17076
17077         * mm-util.el (mm-with-multibyte): New macro.
17078
17079 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17082         user option.
17083         (gnus-mime-multipart-functions): Doc and customization fix.
17084         (gnus-article-mime-hierarchy): New variable.
17085         (gnus-article-mime-hierarchy-next): New variable.
17086         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17087         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17088         gnus-article-mime-hierarchy-next to nil.
17089         (gnus-insert-mime-button): Show hierarchy numbers.
17090         (gnus-mime-accumulate-hierarchy): New function.
17091         (gnus-mime-enter-multipart): New function.
17092         (gnus-mime-leave-multipart): New function.
17093         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17094         (gnus-mime-display-alternative): Show hierarchy numbers.
17095
17096         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17097         gnus-article-mime-hierarchy-next to nil.
17098
17099 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17100
17101         * dns.el: Don't require gnus-xmas.
17102
17103 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17104
17105         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17106         inline PGP.
17107         (mml-menu): Disable mml-quote-region if mark is inactive.
17108
17109 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17112         when the group's active is not available.
17113
17114 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17117         error.
17118
17119 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17120
17121         * imap.el (imap-store-password): New variable.
17122         (imap-interactive-login): Use it.
17123         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17124
17125 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17128         window-start and hscroll to summary window.
17129
17130 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17131
17132         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17133         conversion message to newsrc-dribble when an actual conversion is
17134         performed.
17135
17136 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17137
17138         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17139
17140 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17141
17142         * mm-decode.el (mm-complicated-handles): New function reviving
17143         former definition of mm-multiple-handles.
17144
17145         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17146         (gnus-mime-delete-part): Use it.
17147
17148 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17149
17150         * gnus-agent.el (gnus-agent-read-local): Bind
17151         nnheader-file-coding-system to gnus-agent-file-coding-system to
17152         avoid the implicit assumption that they will always be equal.
17153         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17154         coding-system-for-write, as the with-temp-file macro first prints
17155         to a buffer then saves the buffer.
17156
17157 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-art.el (gnus-article-edit-part): New function.
17160         (gnus-mime-save-part-and-strip): Use it; do query instead of
17161         signaling an error; don't use mm-multiple-handles.
17162         (gnus-mime-delete-part): Ditto.
17163
17164 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17165
17166         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17167         old file versions.
17168         (gnus-group-prepare-hook): Removed function that converted list
17169         form of gnus-agent-expire-days to group properties.
17170
17171         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17172         (gnus-request-accept-article): Re-indented.
17173
17174         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17175         converters to handle old agent file formats.  Added logic for a
17176         "backup before upgrading warning".
17177         (gnus-convert-mark-converter-prompt): Developers can mark
17178         functions as needing (default), or not needing,
17179         gnus-convert-old-newsrc's "backup before upgrading warning".
17180         (gnus-convert-converter-needs-prompt): Tests whether the user
17181         should be protected from potentially irreversable changes by the
17182         function.
17183
17184         * legacy-gnus-agent.el: New.  Provides converters that are only
17185         loaded when gnus-convert-old-newsrc needs to call them.
17186
17187 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17188
17189         * mail-source.el (mail-source-touch-pop): Doc fix.
17190
17191         * message.el (message-smtpmail-send-it): Doc fix.
17192
17193 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17194
17195         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17196
17197         * nnmail.el (nnmail-split-fancy): do.
17198
17199         * gnus-kill.el (gnus-kill, gnus-execute): do.
17200
17201 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17202
17203         * gnus-sum.el (gnus-widget-reversible-match)
17204         (gnus-widget-reversible-to-internal)
17205         (gnus-widget-reversible-to-external): New functions.
17206         (gnus-widget-reversible): New widget.
17207         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17208
17209 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17210
17211         * gnus-sum.el (gnus-thread-sort-functions)
17212         (gnus-article-sort-functions): Document `(not F)' items.
17213
17214 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17215
17216         * spam.el (spam-use-gmane-xref): Add new backend.
17217         (spam-gmane-xref-spam-group): Add variable to control the name of the
17218         Gmane spam group.
17219         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17220         (spam-regex-headers-spam, spam-regex-headers-ham)
17221         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17222         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17223         backends and checks.
17224         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17225
17226         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17227         an autodetect method.
17228
17229 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17230
17231         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17232         articles are being added to a group.
17233         (gnus-request-replace-article): Inform the agent that articles
17234         need to be uncached as the cached contents are no longer valid.
17235
17236 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * binhex.el: Don't autoload executable-find.
17239
17240         * canlock.el: Don't autoload mail-fetch-field.
17241
17242         * dgnushack.el: Autoload c-mode for XEmacs.
17243
17244         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17245
17246         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17247         rmail-dont-reply-to and rmail-output.
17248
17249         * gnus-score.el: Don't autoload ffap-string-at-point.
17250
17251         * gnus-setup.el: Don't autoload sc-cite-original.
17252
17253         * imap.el: Don't autoload base64-decode-string,
17254         base64-encode-string and md5.
17255
17256         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17257         and rmail-msg-restore-non-pruned-header.
17258
17259         * mm-decode.el: Don't autoload executable-find.
17260
17261         * mm-url.el: Don't autoload executable-find.
17262
17263         * mm-view.el: Don't autoload diff-mode.
17264
17265         * nndb.el: Don't autoload news-reply-mode, news-setup,
17266         cancel-timer and telnet.
17267
17268         * password.el: Don't autoload run-at-time for Emacs.
17269
17270         * sha1-el.el: Don't autoload executable-find.
17271
17272         * sieve-mode.el: Don't autoload c-mode.
17273
17274         * uudecode.el: Don't autoload executable-find.
17275
17276 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17277
17278         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17279         (gnus-agent-possibly-alter-active): Avoid null in numeric
17280         comparison.
17281         (gnus-agent-set-local): Refuse to save null in local object table.
17282         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17283         list of articles that will be marked as unread.
17284
17285 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17286
17287         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17288
17289 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17290
17291         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17292         language tags.
17293
17294 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17295
17296         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17297         Don't bind "obarray".
17298
17299         * gnus-sum.el (gnus-thread-sort-functions): Added
17300         `gnus-thread-sort-by-most-recent-number' and
17301         `gnus-thread-sort-by-most-recent-date'.
17302         Reported by Kai Grossjohann <kai@emptydomain.de>.
17303
17304 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17307
17308 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17309
17310         * gnus-cus.el (gnus-agent-customize-category): Removed
17311         ignore-errors macro reference that required cl to be loaded at
17312         run-time.
17313
17314         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17315         single-interval range of the form (min . max).  Previously the
17316         range had to look like ((min . max)).  Likewise, return
17317         (min . max) rather than ((min . max)).
17318         (gnus-range-map): Use gnus-range-normalize to accept
17319         single-interval range.
17320
17321         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17322         the cache, but not the agent, now appear with their usual face.
17323
17324         * dgnushack.el (loaddir): New variable that is bound to the
17325         directory containing the dgnushack.el file. Use loaddir, rather
17326         than srcdir, to update load-path. Change lets dgnushack compile
17327         code in directories other than GNUS/lisp.
17328
17329 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * lpath.el: Don't bind w3m-safe-url-regexp.
17332
17333         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17334         w3m-safe-url-regexp variable buffer-local.
17335
17336         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17337
17338 2004-02-27  Simon Josefsson  <jas@extundo.com>
17339
17340         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17341         gnus-group-real-prefix.
17342         (gnus-summary-move-article): Use it, instead of
17343         gnus-group-real-prefix.
17344
17345 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * lpath.el: Bind w3m-safe-url-regexp.
17348
17349         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17350         w3m-safe-url-regexp variable buffer-local and set it as the value
17351         of mm-w3m-safe-url-regexp.
17352
17353         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17354
17355         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17356         parsing gnus-posting-styles when the message is not for replying.
17357
17358         * dgnushack.el: Autoload sgml-mode for XEmacs.
17359
17360         * nnrss.el (nnrss-opml-export): Use
17361         mm-set-buffer-file-coding-system instead of
17362         set-buffer-file-coding-system.
17363
17364 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17365
17366         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17367         of checkdoc.el).
17368         * nnrss.el: do.
17369         * gnus-mlspl.el: do.
17370         * gnus-ml.el: do.
17371         * gnus-srvr.el: do.
17372
17373         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17374
17375 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17376
17377         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17378         Corrections to custom-manual links.
17379
17380         * gnus-art.el (gnus-article): Ditto.
17381
17382         * mm-decode.el (mime-display, mime-security): Ditto.
17383
17384 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17385
17386         * flow-fill.el: Typo.
17387
17388 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17389
17390         * spam-wash.el: New file.
17391
17392 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17393
17394         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17395
17396 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17397
17398         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17399         to be run with new-articles as LIST1, not LIST2.
17400         (spam-registration-functions): Add spam-use-ham-copy as a nil
17401         registration backend.
17402
17403 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17404
17405         * spam-stat.el (spam-stat-washing-hook): New option.
17406         (spam-stat-buffer-words): Use it.
17407         (spam-stat-process-directory, spam-stat-test-directory): Use
17408         insert-file-contents-literally.
17409         (spam-stat-coding-system): New variable.
17410         (spam-stat-load, spam-stat-save): Use it.
17411
17412 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * spam-report.el (spam-report-plug-agent): Quote
17415         spam-report-url-to-file and spam-report-url-ping-plain.
17416
17417 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17418
17419         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17420         / in mailto URLs.
17421
17422 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17423
17424         * spam-report.el (spam-report-process-queue): Fix interactive use.
17425         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17426         (spam-report-unplug-agent): Doc fixes.
17427         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17428         (spam-report-agentize, spam-report-deagentize): Autoload.
17429
17430 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17433
17434         * message.el (message-setup-fill-variables): Add mml tags to
17435         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17436         <ajk@iu.edu>.
17437         (message-mode): Don't modify paragraph-separate there.
17438
17439 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * compface.el (uncompface-use-external): Default to undecided.
17442         (uncompface-use-external-threshold): New variable.
17443         (uncompface-float-time): New macro.
17444         (uncompface): Determine whether to use the external decoder if
17445         uncompface-use-external is undecided.
17446
17447 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17448
17449         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17450         after images.
17451
17452         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17453
17454 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17455
17456         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17457
17458         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17459
17460         * gnus-sum.el (gnus-summary-limit-to-age)
17461         (gnus-summary-limit-children): do.
17462
17463         * gnus-int.el (gnus-request-scan): do.
17464
17465         * gnus-group.el (gnus-group-suspend): do.
17466
17467         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17468
17469         * gnus-cite.el (gnus-cite-parse-attributions): do.
17470
17471         * gnus-agent.el (gnus-summary-set-agent-mark)
17472         (gnus-agent-regenerate-group): do.
17473
17474         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17475
17476         * binhex.el (binhex-decode-region-internal): do.
17477
17478 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-fun.el (gnus-face-properties-alist): New user option.
17481         (gnus-display-x-face-in-from): Use it.
17482
17483         * gnus-art.el (article-display-face): Ditto.
17484
17485         * compface.el (uncompface-use-external): Default to nil.
17486
17487 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17488
17489         * nntp.el (nntp-erase-buffer): New function.
17490         (nntp-retrieve-data, nntp-send-command)
17491         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17492         (nntp-possibly-change-group): Use it.
17493
17494         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17495         with-current-buffer.
17496
17497 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17498
17499         * compface.el: Merge the ELisp-based uncompface program.
17500         (compface): New customization group.
17501         (uncompface-use-external): New user option.
17502         (uncompface): Call uncompface-internal if uncompface-use-external
17503         is nil.
17504         (uncompface-internal): New function.  Note that there are also
17505         some other functions and variables added for this function.
17506
17507 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17508
17509         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17510         if necessary.
17511
17512 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17513
17514         * spam-report.el (spam-report-unplug-agent)
17515         (spam-report-plug-agent, spam-report-deagentize)
17516         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17517         Add support for the Agent in spam-report: when unplugged, report to a
17518         file; when plugged, submit all the requests.
17519
17520         * spam.el (spam-register-routine): Fix message about
17521         registration.
17522
17523 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17524
17525         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17526         dependencies.
17527         (rfc2047-encode): Use it.
17528
17529         * gnus-art.el (gnus-button-marker-list): Move before first
17530         reference.
17531
17532         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17533         (imap-parse-body): Fix format string mismatch.
17534
17535         * gnus-score.el (gnus-summary-increase-score): do.
17536
17537         * nnrss.el (nnrss-close): New function.
17538
17539 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17540
17541         * nnrss.el (nnrss-make-filename): New function.
17542         (nnrss-request-delete-group, nnrss-read-server-data)
17543         (nnrss-save-server-data, nnrss-read-group-data)
17544         (nnrss-save-group-data): Use it.
17545         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17546         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17547         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17548
17549 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17550
17551         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17552
17553 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17554
17555         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17556         files.
17557
17558         * message.el (message-generate-headers-first): Don't quote nil
17559         and t in docstrings.
17560
17561         * imap.el (imap-id): do.
17562
17563         * gnus-agent.el (gnus-agent-consider-all-articles)
17564         (gnus-agent-queue-mail): do.
17565
17566 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17567
17568         * spam-report.el (spam-report-process-queue): New function.
17569         Process requests from `spam-report-requests-file'.
17570         (spam-report-process-queue): Doc fix.
17571
17572 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17573
17574         * spam.el (spam-register-routine)
17575         (spam-log-processing-to-registry, spam-log-registered-p)
17576         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17577         Change "check" to "spam-check" for semi-clarity.
17578
17579 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17580
17581         * pop3.el: Require nnheader.
17582
17583         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17584
17585         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17586
17587         * gnus-picon.el: Require cl.
17588
17589         * gnus-fun.el: Require gnus-ems and gnus-util.
17590
17591         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17592
17593         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17594
17595         * gnus-art.el (gnus-article-edit-mode): Define before first
17596         reference.
17597
17598 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17599
17600         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17601         (gnus-uu-post-encoded): Use point-at-bol.
17602
17603         * gnus-topic.el (gnus-group-active-topic-p): do.
17604
17605         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17606
17607         * gnus-group.el (gnus-group-kill-region): do.
17608
17609         * gnus-art.el (article-date-ut): do.
17610
17611         * message.el (message-fetch-field): Remove redundant
17612         case-fold-search binding.
17613         (message-narrow-to-field): Simplify.
17614
17615 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * spam.el (spam-directory): Derive from `gnus-directory'.
17618
17619         * spam-report.el (spam-report-url-to-file)
17620         (spam-report-requests-file): New function and variable for offline
17621         reporting.
17622         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17623         and user defined function.
17624         (spam-report-url-ping-mm-url): Remove doubled slash.
17625
17626 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17627
17628         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17629
17630 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17631
17632         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17633         format string mismatch.
17634
17635         * sieve.el (sieve-deactivate-all): do.
17636
17637         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17638
17639         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17640
17641         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17642
17643         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17644
17645 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17646
17647         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17648         the list of checks.
17649
17650 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17651
17652         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17653         padding.
17654
17655 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17656
17657         * mm-view.el (mm-fill-flowed): New variable.
17658         (mm-inline-text): Use it.
17659
17660 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17661
17662         * spam.el (spam-spamassassin-register-ham-routine)
17663         (spam-spamassassin-register-spam-routine): Fix function names.
17664
17665 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17666
17667         * gnus.el (gnus-tmp-grouplens): Remove.
17668         (gnus-summary-line-format): Remove grouplens.
17669
17670         * gnus-group.el (gnus-group-line-format): Ditto.
17671
17672         * gnus-spec.el (gnus-format-specs): Ditto.
17673         (gnus-update-format-specifications): Flush the group format spec
17674         cache if there's the grouplens stuff.
17675         (gnus-parse-simple-format): Replace %l with the empty string.
17676
17677 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17678
17679         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17680         omission.
17681
17682 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17685         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17686
17687 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17688
17689         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17690         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17691         New macros and functions.
17692         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17693         Handle > NLINK_MAX messages.
17694         * nnmaildir.el (nnmaildir-request-set-mark): Use
17695         nnmaildir--emlink-p and nnmaildir--eexist-p.
17696
17697 2004-01-25  Alex Schroeder  <alex@gnu.org>
17698
17699         * spam-stat.el (spam-stat-process-directory-age): New option.
17700         (spam-stat-process-directory): Use it.
17701
17702 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17703
17704         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17705         (spam-stat-save): Accept prefix argument.
17706
17707 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17708
17709         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17710         links" error.
17711
17712 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17715         the rest of the and/or forms.
17716
17717 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17718
17719         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17720         compatibility with old .newsrc.eld files.
17721
17722         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17723
17724         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17725
17726         * gnus-start.el (gnus-1): do.
17727
17728         * gnus-group.el (gnus-group-line-format-alist): do.
17729
17730         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17731
17732         * gnus-gl.el: Remove.
17733
17734 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17735
17736         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17737         marks consisting of a single range {for example, (3 . 5)} rather
17738         than a list of a single range { ((3 . 5)) }.
17739
17740 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17741
17742         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17743         with-current-buffer.
17744         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17745         avoid consing a string.
17746
17747         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17748         Remove obsolete entries for big5 and gb2312.
17749
17750 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17751
17752         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17753         uncompressed list.
17754
17755 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17756
17757         * spam-stat.el (spam-stat-strip-xref): New function.
17758         (spam-stat-process-directory): Use it.
17759
17760         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17761         here -- it's done in message-fetch-field.
17762
17763 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17764
17765         * gnus-agent.el (gnus-agent-queue-mail)
17766         (gnus-agent-prompt-send-queue): New variables.
17767         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17768         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17769         "nndraft:queue" along to gnus-draft-send.  Use
17770         gnus-agent-prompt-send-queue.
17771         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17772         is "nndraft:queue".  Suggested by Gaute Strokkenes
17773         <gs234@srcf.ucam.org>
17774
17775         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17776         (agent-enable-undownloaded-faces): Added.
17777         (gnus-agent-cat-groups): Use eval-and-compile, not
17778         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17779         method of gnus-agent-cat-groups even when the buffer has been
17780         evaled.
17781         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17782         delete gnus-agent-save-active-1.
17783         (gnus-agent-save-groups): Deleted.  Identical to
17784         gnus-agent-save-active.
17785         (gnus-agent-write-active): No longer adjust agent's copy of active
17786         file as agent's adjustments are now stored in their own
17787         file.  Removed optional parameter.
17788         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17789         servers.  Add use of min/max range limits from server's local
17790         file.
17791         (gnus-agent-save-alist): Removed unused optional argument.
17792         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17793         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17794         (gnus-agent-set-local): A per-server file that keeps min/max range
17795         limits for articles known to the agent.  Provides a fast mechanism
17796         for altering many active ranges.
17797         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17798         active file (local makes it unnecessary).
17799         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17800
17801         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17802         (agent-enable-undownloaded-faces): Added.
17803
17804         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17805         disable it when sending to "nndraft:queue".
17806         (gnus-group-send-queue): Add safety check to avoid sending queue
17807         when unplugged.
17808
17809         * gnus-group.el (gnus-group-catchup): Use new
17810         gnus-sequence-of-unread-articles, not
17811         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17812         numbers of articles.  Use gnus-range-map to avoid having to
17813         uncompress the unread list.
17814         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17815         Fixed invalid ange-ftp reference.
17816
17817         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17818         (gnus-sorted-range-intersection): Intersection of two ranges
17819         without requiring that they first be uncompressed.
17820
17821         * gnus-start.el (gnus-activate-group): Unless blocked by the
17822         caller, possibly expand the active range to include both cached
17823         and agentized articles.
17824         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17825         multiple version-dependent converters.
17826         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17827         gnus-agent-save-active.
17828         (gnus-save-newsrc-file): Save dirty agent range limits.
17829
17830         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17831         gnus-agent-possibly-alter-active.
17832         (gnus-adjust-marked-articles): Faster handling of simple lists.
17833
17834 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17835
17836         * spam-stat.el (spam-stat-test-directory): New optional argument
17837         displays a list of files detected.  Suggested by Andrew Cohen
17838         <cohen@andy.bu.edu>.
17839         (spam-stat-buffer-words-with-scores): Don't narrow and change
17840         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17841
17842 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17843
17844         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17845         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17846         (spam-spamassassin-arguments)
17847         (spam-spamassassin-spam-flag-header)
17848         (spam-spamassassin-positive-spam-flag-header)
17849         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17850         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17851         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17852         (spam-list-of-processors, spam-list-of-checks)
17853         (spam-list-of-statistical-checks, spam-registration-functions)
17854         (spam-check-spamassassin-headers, spam-check-spamassassin)
17855         (spam-spamassassin-score)
17856         (spam-spamassassin-register-with-sa-learn)
17857         (spam-spamassassin-register-spam-routine)
17858         (spam-spamassassin-register-ham-routine)
17859         (spam-assassin-register-spam-routine)
17860         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17861         (spam-bogofilter-score): Fix to show article before scoring.
17862
17863 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17864
17865         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17866         default scoring function.
17867         (spam-generic-score): Call spam-spamassassin-score if
17868         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17869         spam-bogofilter-score otherwise.
17870
17871         * gnus.el (spam-process, spam-autodetect-methods): Add
17872         spamassassin and spamassassin-headers.
17873
17874 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17875
17876         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17877         Suppress unnecessary messages.
17878
17879 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17880
17881         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17882         make-hash-table.
17883
17884 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17885
17886         * canlock.el (base64-encode-string): Don't autoload it.
17887
17888 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * run-at-time.el: Remove useless (require 'itimer),
17891         eval-and-compile and (featurep 'xemacs).
17892
17893 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17894
17895         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17896         GROUP is a virtual group.
17897
17898 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17899
17900         * gnus.el: Autoload `message-y-or-n-p'.
17901
17902 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17903
17904         * pgg-parse.el: Remove unnecessary (require 'custom).
17905
17906         * pgg-def.el: do.
17907
17908         * nnmail.el: do.
17909
17910         * gnus-undo.el: do.
17911
17912         * gnus-picon.el: do.
17913
17914         * gnus-util.el: do.
17915
17916 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17917
17918         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17919
17920 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17923         handle, as well as a list.
17924
17925         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17926         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17927         (mm-w3m-cid-retrieve): Simplify.
17928
17929 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17930
17931         * message.el (message-kill-to-signature): Allow prefix arg to
17932         specify number of lines to keep before signature.
17933
17934 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17935
17936         * message.el (message-kill-to-signature): Change docstring.
17937
17938 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * canlock.el: Always require sha1-el.
17941         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17942
17943         * message.el: Autoload sha1 only when compiling.
17944
17945         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17946         eudc-expand-inline for XEmacs.
17947
17948 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * message.el (message-canlock-generate): Require sha1-el.
17951
17952 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17953
17954         * message.el (message-expand-name): Silence the byte compiler.
17955
17956         * lpath.el: Add detect-coding-system.
17957
17958         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17959         cus-edit.
17960
17961 2004-01-13  Simon Josefsson  <jas@extundo.com>
17962
17963         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17964         Invoke gnus-score-mode.  Reported by
17965         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17966
17967         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17968         Jim Blandy <jimb@redhat.com> (tiny change).
17969
17970 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17971
17972         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17973
17974 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17975
17976         * spam.el (spam-get-article-as-string): Update to use
17977         gnus-request-article-this-buffer, much simpler.
17978         (spam-get-article-as-buffer): Remove.
17979
17980 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17981
17982         * message.el (message-expand-name): Use EUDC if the user uses that.
17983
17984 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17985
17986         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17987         character for the encoding to avoid consing a string.
17988
17989         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17990         unnecessarily.
17991
17992         * mm-util.el (mm-replace-chars-in-string): Remove.
17993
17994         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17995         of mm-replace-chars-in-string.
17996
17997 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17998
17999         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18000
18001         * mm-util.el (mm-subst-char-in-string): Support inplace.
18002
18003         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18004         a new string in every iteration.  Use shy groups.
18005
18006 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18007
18008         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18009         * gnus-soup.el (gnus-soup-group-brew):
18010         * gnus-msg.el (gnus-put-message):
18011         * gnus-move.el (gnus-group-move-group-to-server):
18012         * gnus-kill.el (gnus-batch-score):
18013         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18014         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18015         (gnus-group-update-group, gnus-group-read-group)
18016         (gnus-group-make-group, gnus-group-make-help-group)
18017         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18018         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18019         (gnus-group-sort-by-unread, gnus-group-catchup)
18020         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18021         (gnus-group-yank-group, gnus-group-set-info)
18022         (gnus-group-list-groups):
18023         * gnus.el (gnus-generate-new-group-name):
18024         * gnus-delay.el (gnus-delay-send-queue):
18025         * nnvirtual.el (nnvirtual-catchup-group):
18026         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18027         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18028         (gnus-group-prepare-topics, gnus-topic-check-topology):
18029         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18030         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18031         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18032         (gnus-group-make-articles-read):
18033         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18034         (gnus-group-change-level, gnus-kill-newsgroup)
18035         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18036         (gnus-get-unread-articles, gnus-make-articles-unread)
18037         (gnus-make-ascending-articles-unread): Use accessor
18038         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18039         to get group information for improved readability.
18040
18041
18042 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18043
18044         * gnus-art.el (article-decode-mime-words, article-babel)
18045         (gnus-article-highlight-signature, gnus-article-add-buttons)
18046         (gnus-signature-toggle): Use gnus-with-article-buffer.
18047
18048         * gnus-art.el (gnus-article-highlight-headers)
18049         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18050
18051         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18052         (gnus-article-set-globals, gnus-request-article-this-buffer)
18053         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18054         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18055         (gnus-mime-display-alternative): Use with-current-buffer.
18056
18057 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18058
18059         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18060         also under 80 char limit, and call gnus-error if needed.
18061         (spam-fetch-article-header): Fix - it was a
18062         buffer-local variable (gnus-newsgroup-data).
18063         (spam-find-spam): Use spam-generate-fake-headers, forget about
18064         spam-insert-fake-headers.
18065         (spam-insert-fake-headers): Remove.
18066
18067 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18068
18069         * deuglify.el (gnus-article-outlook-unwrap-lines)
18070         (gnus-outlook-rearrange-article)
18071         (gnus-outlook-repair-attribution-outlook)
18072         (gnus-outlook-repair-attribution-block)
18073         (gnus-outlook-repair-attribution-other): Remove redundant
18074         save-excursion.
18075
18076 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18077
18078         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18079         (spam-fetch-field-subject-fast)
18080         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18081         (spam-fetch-article-header): Add functions to deal with Gnus
18082         internals for fast retrieval of article header data.
18083         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18084
18085 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18086
18087         * pop3.el (pop3-md5): Remove.
18088         (pop3-apop): Replace pop3-md5 with md5.
18089
18090         * mm-bodies.el: base64 is always built-in.
18091
18092         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18093         with-current-buffer.
18094
18095 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * canlock.el (canlock-insert-header): Remove excessive grouping in
18098         regexp.
18099
18100         * gnus-sum.el (gnus-summary-read-document): Ditto.
18101
18102         * gnus-uu.el (gnus-uu-part-number): Ditto.
18103
18104         * html2text.el (html2text-remove-tags): Ditto.
18105         (html2text-format-tags): Ditto.
18106         (html2text-format-single-elements): Ditto.
18107
18108         * mml.el (mml-parse-1): Ditto.
18109
18110 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18111
18112         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18113
18114         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18115
18116         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18117
18118         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18119
18120 2003-11-15  Simon Josefsson  <jas@extundo.com>
18121
18122         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18123         (pgg-gpg-lookup-key): Use regexp match instead of
18124         split-string (split-string is different between emacs 21.2 and
18125         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18126
18127 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18128
18129         * gnus-art.el (gnus-mime-view-all-parts)
18130         (gnus-article-part-wrapper, gnus-article-view-part): Use
18131         with-current-buffer.
18132
18133 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18134
18135         * spam.el (spam-disable-spam-split-during-ham-respool)
18136         (spam-spamoracle-database, spam-cache-lookups)
18137         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18138         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18139         (spam-group-ham-marks, spam-group-spam-marks)
18140         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18141         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18142         also add spam-use-blackholes to the statistical checks.
18143         (spam-fetch-field-fast): Add interface to fetching fields, may
18144         become a macro.
18145         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18146         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18147         (spam-insert-fake-headers): Fake an article when needed.
18148         (spam-find-spam): Fake article when possible.
18149         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18150         (spam-check-bogofilter-headers): Use message-fetch-field instead
18151         of nnmail-fetch-field.
18152
18153 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18154
18155         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18156
18157 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18158
18159         * spam.el (spam-split): Do not require spam-use-CHECK to be
18160         enabled if that check is passed to spam-split explicitly; also
18161         fix so 'spam doesn't get converted to spam-split-group when
18162         spam-split-symbolic-return is t.
18163         (spam-find-spam): Find registrations of the article and use those
18164         instead of re-running spam-split to find the spam/ham
18165         classification of the article.
18166         (spam-log-processing-to-registry, spam-log-registered-p)
18167         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18168         Use gnus-error instead of gnus-message.
18169         (spam-log-registration-type): Add function to determine the
18170         classification of a message based on registry entries; will
18171         return nil if both 'spam and 'ham are found.
18172         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18173         a reasonably fast local cache without the loading errors.
18174         (spam-cache-lookups): Set to t by default.
18175         (spam-find-spam): Don't try to guess spam-cache-lookups.
18176         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18177         spam-caches entry.
18178         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18179         caching of whitelist/blacklist entries.
18180         (spam-check-whitelist, spam-check-blacklist): Invoke
18181         spam-from-listed-p with a type, not a cache variable.
18182         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18183
18184 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18185
18186         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18187
18188         * nnmail.el (nnmail-split-fancy): do.
18189
18190         * mml.el (mml-parse): do.
18191
18192         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18193         (gnus-score-adaptive): do.
18194
18195 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18198         (gnus-mime-button-map): Don't set keymap parent.
18199         (gnus-button-ctan-directory-regexp): Use shy grouping.
18200         (gnus-prev-page-map): Don't set keymap parent.
18201         (gnus-prev-page-map): Remove duplicated one.
18202         (gnus-next-page-map): Don't set keymap parent.
18203         (gnus-mime-security-button-map): Ditto.
18204
18205         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18206         version number.
18207
18208         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18209
18210 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * canlock.el (canlock-sha1-function): Remove.
18213         (canlock-sha1-function-for-verify): Remove.
18214         (canlock-openssl-program): Remove.
18215         (canlock-openssl-args): Remove.
18216         (canlock-ignore-errors): Remove.
18217         (canlock-sha1-with-openssl): Remove.
18218         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18219         (canlock-verify): Don't use canlock-ignore-errors.
18220
18221         * sha1-el.el (sha1-string-external): Make it can return a string
18222         in binary form.
18223         (sha1-region-external): Ditto.
18224         (sha1-string-internal): Ditto.
18225         (sha1-region-internal): Ditto.
18226         (sha1-region): Ditto.
18227         (sha1-string): Ditto.
18228         (sha1): Ditto.
18229
18230 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18231
18232         * spam.el (spam-report-articles-gmane): New command.
18233
18234 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18237
18238         * run-at-time.el (run-at-time-saved): Remove.
18239         (run-at-time): Doc fix.
18240
18241 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18242
18243         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18244         (gnus-summary-limit-map): Add it.
18245         (gnus-summary-make-menu-bar): do.
18246
18247 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18248
18249         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18250         Make attempt at some caching support (done for BBDB only now).
18251         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18252         addresses to be checked.
18253         (spam-clear-cache-BBDB): Add function, to be invoked by
18254         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18255         (spam-check-BBDB): Check and use the caches, if
18256         spam-cache-lookups is on, remove superfluous (provide).
18257
18258 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18259
18260         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18261
18262 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18263
18264         * run-at-time.el (run-at-time-saved): Move to after the definition
18265         of `run-at-time'.
18266
18267         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18268
18269 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18272         mm-w3m-local-map-property.
18273
18274         * mm-view.el (mm-w3m-mode-map): Remove.
18275         (mm-w3m-local-map-property): Remove.
18276         (mm-inline-text-html-render-with-w3m): Don't use
18277         mm-w3m-local-map-property.
18278
18279 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18280
18281         * run-at-time.el: New file.
18282
18283         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18284         under Emacs.
18285
18286         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18287         of gnus-set-text-properties.
18288
18289         * gnus-uu.el (gnus-uu-save-article): Ditto.
18290
18291         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18292
18293         * gnus-cite.el (gnus-cite-parse): Ditto.
18294
18295         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18296         of gnus-.
18297
18298         * gnus-xmas.el (run-at-time): Require run-at-time.
18299
18300         * gnus.el: Changed calls to nnheader-run-at-time and
18301         password-run-at-time throughout to use run-at-time directly.
18302
18303         * password.el: Removed definition of run-at-time.
18304
18305         * nnheaderxm.el: Remove definition of run-at-time.
18306
18307 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18308
18309         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18310         in prompt.
18311
18312 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18313
18314         * messagexmas.el (message-xmas-redefine): Alias
18315         `message-make-caesar-translation-table' to
18316         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18317         version.
18318
18319         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18320         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18321         `gnus-xmas-set-text-properties'.
18322         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18323         `gnus-xmas-completing-read'.
18324         (gnus-xmas-completing-read): Removed.
18325         (gnus-xmas-open-network-stream): Removed.
18326
18327         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18328         XEmacs version.
18329
18330         * dns.el (dns-make-network-process): Use `open-network-stream'
18331         instead of `gnus-xmas-open-network-stream'.
18332
18333         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18334
18335         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18336
18337 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18338
18339         * gnus-art.el (gnus-mime-display-alternative)
18340         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18341         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18342         Don't use gnus-local-map-property.
18343
18344         * gnus-util.el (gnus-local-map-property): Remove.
18345
18346         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18347         gnus-completing-read-maybe-default with completing-read.
18348
18349         * gnus-util.el (gnus-completing-read): do.
18350         (gnus-completing-read-maybe-default): Remove.
18351
18352 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18353
18354         * password.el: Only autoload `run-at-time' if not XEmacs.
18355         Only autoload the itimer functions if XEmacs.
18356
18357 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18358
18359         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18360         XEmacsen.
18361
18362         * dgnushack.el: Autoload executable-find for XEmacs.
18363
18364 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18365
18366         * gnus-art.el (gnus-read-string): Remove.
18367         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18368         read-string.
18369
18370 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18371
18372         * netrc.el: Autoload password-read.
18373         (netrc): Add configuration group.
18374         (netrc-encoding-method, netrc-openssl-path): Add
18375         variables for encoding and decoding of files with symmetric
18376         ciphers.
18377         (netrc-encode): Add assistant function to encode a file with
18378         netrc-encoding-method.
18379         (netrc-parse): Add interactive parameter, added optional
18380         decoding if netrc-encoding-method is non-nil but otherwise
18381         behavior is standard.
18382         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18383         Do s/encode/encrypt/ everywhere.
18384
18385         * spam.el: Remove executable-find autoload.
18386
18387 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18388
18389         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18390
18391         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18392
18393 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18394
18395         * gnus-art.el (gnus-treat-ansi-sequences)
18396         (article-treat-ansi-sequences): New variable and function.
18397         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18398
18399         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18400         Use it.
18401
18402 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18403
18404         * mm-util.el (mm-quote-arg): Remove.
18405
18406         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18407         shell-quote-argument.
18408
18409         * gnus-uu.el (gnus-uu-command): do.
18410
18411         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18412
18413         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18414         with make-char.
18415
18416         * mm-util.el (mm-make-char): Remove.
18417
18418         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18419         add-minor-mode.
18420
18421         * gnus-undo.el (gnus-undo-mode): do.
18422
18423         * gnus-topic.el (gnus-topic-mode): do.
18424
18425         * gnus-sum.el (gnus-dead-summary-mode): do.
18426
18427         * gnus-start.el (gnus-slave-mode): do.
18428
18429         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18430
18431         * gnus-ml.el (gnus-mailing-list-mode): do.
18432
18433         * gnus-gl.el (gnus-grouplens-mode): do.
18434
18435         * gnus-draft.el (gnus-draft-mode): do.
18436
18437         * gnus-dired.el (gnus-dired-mode): do.
18438
18439         * gnus-ems.el (gnus-add-minor-mode): Remove.
18440
18441         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18442         Replace gnus-char-width with char-width.
18443
18444         * gnus-ems.el (gnus-char-width): Remove.
18445
18446         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18447         Replace gnus-char-width with char-width.
18448
18449         * gnus-ems.el (gnus-char-width): Remove.
18450
18451         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18452         definition.
18453         Remove Emacs 20 hash table compatibility code.
18454
18455         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18456         20 compatibility code.
18457
18458         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18459
18460         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18461
18462         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18463         with point-at-{eol,bol}.
18464
18465         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18466
18467         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18468
18469         * flow-fill.el (fill-flowed-point-at-bol)
18470         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18471
18472         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18473         Replace with point-at-{eol,bol} throughout all files.
18474
18475 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * ntlm.el (ntlm-string-as-unibyte): New macro.
18478         (ntlm-build-auth-response): Use it.
18479
18480         Remove Emacs 20 stuff:
18481         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18482         (butlast, mapc, remove): Remove the compiler macros.
18483         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18484         of delq and copy-sequence.
18485         * gnus-art.el (popup-menu): Remove the compiler macro.
18486         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18487         Emacs 20.
18488
18489 2004-01-05  Simon Josefsson  <jas@extundo.com>
18490
18491         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18492         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18493         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18494         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18495         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18496         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18497         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18498         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18499         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18500         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18501         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18502         string-xor into ntlm-string-xor.  Suggested by
18503         Jesper Harder <harder@myrealbox.com>.
18504
18505         * ntlm.el: Don't include poem.
18506
18507         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18508         Jesper Harder <harder@myrealbox.com>.
18509
18510         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18511
18512         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18513         probably breaks emacs with DL patch, but do we care? Is anyone
18514         still using the DL stuff?)
18515
18516         * sieve-manage.el: Use the password package.
18517         (sieve-manage-read-passwd): Remove.
18518         (sieve-manage-interactive-login): Use password.  Re-add
18519         condition-case around loop.
18520
18521         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18522         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18523         the password package.
18524
18525 2003-02-19  Simon Josefsson  <jas@extundo.com>
18526
18527         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18528         token.
18529
18530 2002-08-07  Simon Josefsson  <jas@extundo.com>
18531
18532         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18533         (sieve-manage-authenticators):
18534         (sieve-manage-authenticator-alist): Add some SASL mechs.
18535         (sieve-sasl-auth): New function.
18536         (sieve-manage-cram-md5-auth):
18537         (sieve-manage-plain-auth): Rewrite using SASL library.
18538         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18539         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18540         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18541         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18542
18543 2004-01-05  Simon Josefsson  <jas@extundo.com>
18544
18545         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18546         New files.
18547
18548 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18549
18550         * gnus-group.el (gnus-no-groups-message): Update.
18551
18552         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18553
18554 2003-11-09  Simon Josefsson  <jas@extundo.com>
18555
18556         * imap.el: Support for ID IMAP extension (RFC 2971).
18557         (imap-local-variables): Add imap-id.
18558         (imap-id): New variable.
18559         (imap-id): New function.
18560         (imap-parse-response): Parse untagged ID response.
18561         * nnimap.el (nnimap-id): New variable.
18562         (nnimap-open-connection): Use it.
18563
18564 2003-12-28  Simon Josefsson  <jas@extundo.com>
18565
18566         * gnus-score.el (gnus-score-edit-all-score): New.
18567         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18568
18569 2004-01-04  Simon Josefsson  <jas@extundo.com>
18570
18571         * password.el: Add.
18572
18573 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18574
18575         * dns.el (dns-query-types): Fix typo.
18576         (dns-query-types): New function.
18577         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18578         PTR and SOA replies, see RFC 1035.
18579
18580 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18581
18582         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18583
18584         * Moved to Changelog.2.
18585
18586 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18587
18588         * gnus.el (gnus-version-number): Bump version.
18589
18590 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18591
18592         * gnus.el: No Gnus v0.1 is released.
18593
18594 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18595
18596         * gnus.el: No Gnus v0.0 is released.
18597
18598 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18599
18600         * gnus.el (gnus-version-number): Bump.
18601         (gnus-version): No.
18602
18603 See ChangeLog.2 for earlier changes.
18604
18605     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18606       Free Software Foundation, Inc.
18607
18608   This file is part of GNU Emacs.
18609
18610   GNU Emacs is free software: you can redistribute it and/or modify
18611   it under the terms of the GNU General Public License as published by
18612   the Free Software Foundation, either version 3 of the License, or
18613   (at your option) any later version.
18614
18615   GNU Emacs is distributed in the hope that it will be useful,
18616   but WITHOUT ANY WARRANTY; without even the implied warranty of
18617   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18618   GNU General Public License for more details.
18619
18620   You should have received a copy of the GNU General Public License
18621   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18622
18623 ;; Local Variables:
18624 ;; coding: utf-8
18625 ;; fill-column: 79
18626 ;; add-log-time-zone-rule: t
18627 ;; End: